Skip to content

Commit aa09db9

Browse files
authored
Merge pull request #1 from regro-cf-autotick-bot/noarch_python_min-migration-1_h742f30
Rebuild for CFEP-25 `noarch: python` syntax
2 parents 4d387cf + 15e8c77 commit aa09db9

File tree

7 files changed

+67
-20
lines changed

7 files changed

+67
-20
lines changed

.azure-pipelines/azure-pipelines-linux.yml

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

.ci_support/linux_64_.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
cdt_name:
2-
- cos6
2+
- conda
33
channel_sources:
44
- conda-forge
55
channel_targets:
66
- conda-forge main
77
docker_image:
8-
- quay.io/condaforge/linux-anvil-cos7-x86_64
8+
- quay.io/condaforge/linux-anvil-x86_64:alma9
9+
python_min:
10+
- '3.9'

.gitattributes

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/build_steps.sh

Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure-pipelines.yml

Lines changed: 27 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ package:
66
version: {{ version }}
77

88
source:
9-
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/version_parser-{{ version }}.tar.gz
9+
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/version_parser-{{ version }}.tar.gz
1010
sha256: 7320b00cab8a04694206818c9129864dd0783cec0c0eff25b1c922e7d838dbc0
1111

1212
build:
1313
noarch: python
1414
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15-
number: 0
15+
number: 1
1616

1717
requirements:
1818
host:
19-
- python >=3.6
19+
- python {{ python_min }}
2020
- pip
2121
run:
22-
- python >=3.6
22+
- python >={{ python_min }}
2323

2424
test:
2525
imports:
@@ -28,6 +28,7 @@ test:
2828
- pip check
2929
requires:
3030
- pip
31+
- python {{ python_min }}
3132

3233
about:
3334
home: https://github.com/eieste/VersionParser

0 commit comments

Comments
 (0)