File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% set name = "cmpitool" %}
2- {% set version = "0.1.3 " %}
2+ {% set version = "1.0.0 " %}
33
44package :
55 name : " {{ name|lower }}"
66 version : " {{ version }}"
77
88source :
99 url : " https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
10- sha256 : b05bd9ae0768aa2e588a758608630c684af0160984d429efe7251e96f4bbc166
10+ sha256 : ec7c0f1e2aebd0f3db108bcbbc016c3654f922c4814e0233b11436fd5b17e4e3
1111
1212build :
1313 number : 0
Original file line number Diff line number Diff line change 5050 test_suite = "tests" ,
5151 tests_require = test_requirements ,
5252 url = "https://github.com/JanStreffing/cmpitool" ,
53- download_url = "https://github.com/JanStreffing/cmpitool/archive/refs/tags/v0.1.5 .tar.gz" ,
54- version = "0.1.5 " ,
53+ download_url = "https://github.com/JanStreffing/cmpitool/archive/refs/tags/v1.0.0 .tar.gz" ,
54+ version = "1.0.0 " ,
5555 zip_safe = False ,
5656)
You can’t perform that action at this time.
0 commit comments