Skip to content

Commit

Permalink
conda v24.1.1 (#230)
Browse files Browse the repository at this point in the history
* updated v24.1.1

* MNT: Re-rendered with conda-build 3.28.4, conda-smithy 3.30.4, and conda-forge-pinning 2024.02.12.19.34.03

* Fix menuinst & add zstandard constraints

---------

Co-authored-by: Ken Odegard <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and kenodegard authored Feb 13, 2024
1 parent dcd12af commit 84d1e9a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 13 deletions.
25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set on_win = SUBDIR in ('win-64', 'win-32') %}
{% set name = "conda" %}
{% set version = "23.11.0" %}
{% set sha256 = "9276686c8a6ee536dc451cc6557685724fe275a44949ac4f741066fd23cdc7b4" %}
{% set version = "24.1.1" %}
{% set sha256 = "aa61b051f67947481ac1178a1f7595d0db3df43e64aa34253a2bfd5e164b5c3b" %}
# Running pytest requires the inclusion of test files which baloons
# the size of the package; values can be "yes" or "no"
{% set run_pytest = "no" %}
Expand All @@ -16,7 +16,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv && {{ PYTHON }} -m conda init --install
# These are present when the new environment is created
# so we have to exempt them from the list of initial files
Expand All @@ -43,7 +43,7 @@ requirements:
- hatch-vcs >=0.2.0
- wheel
# for `conda init` in build/script above
- menuinst
- menuinst >=2
- requests >=2.28.0,<3
- ruamel.yaml >=0.11.14,<0.19
- tqdm >=4
Expand All @@ -55,7 +55,7 @@ requirements:
- conda-package-handling >=2.2.0
- distro >=1.5.0
- jsonpatch >=1.32
- menuinst
- menuinst >=2
- packaging >=23.0
- platformdirs >=3.10.0
- pluggy >=1.0.0
Expand All @@ -66,6 +66,7 @@ requirements:
- setuptools >=60.0.0
- tqdm >=4
- truststore >=0.8.0 # [py>=310]
- zstandard >=0.19.0
run_constrained:
- conda-build >=3.27
- conda-content-trust >=0.1.1
Expand Down

0 comments on commit 84d1e9a

Please sign in to comment.