Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 23.9.0 #40

Merged
merged 5 commits into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "conda" %}
{% set version = "23.7.4" %}
{% set version = "23.9.0" %}
{% set build_number = "0" %}
{% set sha256 = "24dd9d72ca38b5b47506efc9f45dbcb388279514d4b4cb45889eaf6d7d6b8982" %}
{% set sha256 = "423aaa6f4af0b04c2608b63230ccdf60012896e7888ad0ddba06ab197ec44014" %}
# Running the upstream test suite requires the inclusion of test files, which
# balloons the size of the package and occasionally triggers false-positive
# security warnings; values can be "yes" or "no".
Expand Down Expand Up @@ -49,25 +49,24 @@ requirements:
- menuinst >=1.4.11,<2 # [win]
run:
- python
- conda-package-handling >=1.3.0
- conda-package-handling >=2.2.0
- menuinst >=1.4.11,<2 # [win]
- packaging >=23.0
- pycosat >=0.6.3
- pyopenssl >=16.2.0
- requests >=2.27.0,<3
- ruamel.yaml >=0.11.14,<0.18
- setuptools >=60.0.0
- toolz >=0.8.1
- pluggy >=1.0.0
- tqdm >=4
- boltons >=23.0.0
- jsonpatch >=1.32
- truststore >=0.8.0 # [py>=310]
run_constrained:
- conda-build >=3.18.3
- conda-content-trust >=0.1.1
- conda-env >=2.6
- cytoolz >=0.8.1
- conda-libmamba-solver >=22.12.0
- conda-libmamba-solver >=23.7.0

test:
{% if run_upstream_tests == 'yes' %}
Expand Down