Skip to content

Commit a737a4c

Browse files
committed
python-stdnum v2.2, fix CI, add kj55-dev as maintainer
- bump version from 1.19 to 2.2 - update source URL from pypi.io to pypi.org (pypi.io deprecated) - handle PyPI sdist filename normalization (python_stdnum-2.2.tar.gz) - bump python floor to >=3.8 (upstream requires_python) - add setuptools to host requirements explicitly - add `pip check` test + pip as test requires - add kj55-dev as co-maintainer (closes conda-forge#12, supersedes conda-forge#13)
1 parent a9853a4 commit a737a4c

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "python-stdnum" %}
2-
{% set version = "1.19" %}
2+
{% set version = "2.2" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
9-
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10-
sha256: 133ec82f56390ea74c190569e98f2fb14b869808b1d54785708f22d0fead8b3f
9+
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
10+
sha256: e95fcfa858a703d4a40130cb3eaac133c60d8808a7f3c98efeedac968c2479b9
1111

1212
build:
1313
noarch: python
@@ -16,15 +16,20 @@ build:
1616

1717
requirements:
1818
host:
19-
- python >=3.6
19+
- python >=3.8
2020
- pip
21+
- setuptools
2122
run:
22-
- python >=3.6
23+
- python >=3.8
2324

2425

2526
test:
2627
imports:
2728
- stdnum
29+
commands:
30+
- pip check
31+
requires:
32+
- pip
2833

2934
about:
3035
home: https://pypi.org/project/python-stdnum/
@@ -43,3 +48,4 @@ about:
4348
extra:
4449
recipe-maintainers:
4550
- kcemenike
51+
- kj55-dev

0 commit comments

Comments
 (0)