Skip to content

Commit

Permalink
Merge pull request #228 from regro-cf-autotick-bot/23.11.0_ha7aed0
Browse files Browse the repository at this point in the history
conda v23.11.0
  • Loading branch information
jakirkham authored Dec 4, 2023
2 parents f56df76 + 9d7ac1f commit 77b4768
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

15 changes: 12 additions & 3 deletions .scripts/build_steps.sh

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

3 changes: 3 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.

13 changes: 10 additions & 3 deletions .scripts/run_osx_build.sh

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

14 changes: 12 additions & 2 deletions .scripts/run_win_build.bat

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

2 changes: 1 addition & 1 deletion README.md

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

3 changes: 0 additions & 3 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ github:
provider:
linux_aarch64: default
linux_ppc64le: default
remote_ci_setup:
- conda-forge-ci-setup=3
- libsolv<0.7.23
test_on_native_only: true
16 changes: 9 additions & 7 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.10.0" %}
{% set sha256 = "273d49db8ea723426b87866381daf2df27c7bca2c3474196460d637b62de2a1c" %}
{% set version = "23.11.0" %}
{% set sha256 = "74f24daabb4642dcb36a97013fb753bb7ba99c112724b48e2b59d60294012da6" %}
# 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,8 +43,8 @@ requirements:
- hatch-vcs >=0.2.0
- wheel
# for `conda init` in build/script above
- menuinst >=1.4.11,<2 # [win]
- requests >=2.27.0,<3
- menuinst
- requests >=2.28.0,<3
- ruamel.yaml >=0.11.14,<0.19
- tqdm >=4
run:
Expand All @@ -53,13 +53,15 @@ requirements:
- charset-normalizer
- conda-libmamba-solver >=23.11.0
- conda-package-handling >=2.2.0
- distro >=1.5.0
- jsonpatch >=1.32
- menuinst >=1.4.11,<2 # [win]
- menuinst
- packaging >=23.0
- platformdirs >=3.10.0
- pluggy >=1.0.0
- pycosat >=0.6.3
- python
- requests >=2.27.0,<3
- requests >=2.28.0,<3
- ruamel.yaml >=0.11.14,<0.19
- setuptools >=60.0.0
- tqdm >=4
Expand Down

0 comments on commit 77b4768

Please sign in to comment.