From 20867922892d4ef4247d4e1154b0e5936be253dc Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 31 Aug 2022 06:33:51 +0000 Subject: [PATCH 1/4] updated v1.2.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fd87c91..f9a2d77 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.1.15" %} +{% set version = "1.2.0" %} package: name: poetry @@ -6,7 +6,7 @@ package: source: url: https://pypi.io/packages/source/p/poetry/poetry-{{ version }}.tar.gz - sha256: a373848fd205f31b2f6bee6b87a201ea1e09ca573a2f40d0991539f564cedffd + sha256: 17c527d5d5505a5a7c5c14348d87f077d643cf1f186321530cde68e530bba59f build: number: 0 From 2b1e35ed4817a77b2865b5524216b661449eb0e8 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 31 Aug 2022 06:34:52 +0000 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 3.22.0, conda-smithy 3.21.1, and conda-forge-pinning 2022.08.30.22.14.57 --- .ci_support/migrations/python310.yaml | 34 --------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .ci_support/migrations/python310.yaml diff --git a/.ci_support/migrations/python310.yaml b/.ci_support/migrations/python310.yaml deleted file mode 100644 index c31e991..0000000 --- a/.ci_support/migrations/python310.yaml +++ /dev/null @@ -1,34 +0,0 @@ -migrator_ts: 1634137107 -__migrator: - migration_number: 1 - operation: key_add - primary_key: python - ordering: - python: - - 3.6.* *_cpython - - 3.7.* *_cpython - - 3.8.* *_cpython - - 3.9.* *_cpython - - 3.10.* *_cpython # new entry - - 3.6.* *_73_pypy - - 3.7.* *_73_pypy - paused: false - longterm: True - pr_limit: 40 - max_solver_attempts: 10 # this will make the bot retry "not solvable" stuff 10 times - exclude: - # this shouldn't attempt to modify the python feedstocks - - python - - pypy3.6 - - pypy-meta - - cross-python - - python_abi - exclude_pinned_pkgs: false - -python: - - 3.10.* *_cpython -# additional entries to add for zip_keys -numpy: - - 1.21 -python_impl: - - cpython From 4982a1ead54298366784dac2f287d8f90e0a48ae Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 31 Aug 2022 10:08:53 +0200 Subject: [PATCH 3/4] Update dependencies --- recipe/meta.yaml | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f9a2d77..98d6b93 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,33 +24,40 @@ requirements: - poetry-core >=1.0.7,<1.1.0 run: # Update version number in URL before checking dependencies - # https://github.com/python-poetry/poetry/blob/1.1.12/pyproject.toml + # https://github.com/python-poetry/poetry/blob/1.2.0/pyproject.toml - python - - poetry-core >=1.0.7,<1.1.0 - - cleo >=0.8.1,<0.9.0 - - clikit >=0.6.2,<0.7.0 - - crashtest >=0.3.0,<0.4.0 - - requests >=2.18,<3.0 - - cachy >=0.3.0,<0.4.0 - - requests-toolbelt >=0.9.1,<0.10.0 + - poetry-core 1.1.0 + # This causes circular dependencies and may mean we can't build this version + - poetry-plugin-export >=1.0.6,<2.0.0 - cachecontrol >=0.12.9,<0.13.0 # cachecontrol:filecache - lockfile >=0.9 - - pkginfo >=1.4,<2.0 + - cachy >=0.3.0,<0.4.0 + - cleo >=1.0.0a5,<2.0.0 + - crashtest >=0.3.0,<0.4.0 - html5lib >=1.0,<2.0 - - shellingham >=1.1,<2.0 - - tomlkit >=0.7.0,<1.0.0 - - pexpect >=4.7.0,<5.0.0 - - packaging >=20.4,<21.0 - - virtualenv >=20.0.26,<21.0.0 + - importlib-metadata >=4.4,<5.0 # [py<310] + - jsonschema >=4.10.0,<5.0.0 - keyring >=21.2.0 - - importlib-metadata >=1.6.0,<2.0.0 # [py<38] + - packaging >=20.4 + - pexpect >=4.7.0,<5.0.0 # Workaround for - ptyprocess >=0.5 + - pkginfo >=1.5,<2.0 + - platformdirs >=2.5.2,<3.0.0 + - requests >=2.18,<3.0 + - requests-toolbelt >=0.9.1,<0.10.0 + - shellingham >=1.5,<2.0 + - tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3 + - virtualenv + - xattr >=0.9.7,<0.10.0 # [darwin] + - urllib3 >=1.26.0,<2.0.0 + - dulwich >=0.20.44,<0.21.0 + test: requires: - pip From 53cd20cf80e799bce4ebcebca970b58ee939d27f Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Wed, 31 Aug 2022 10:10:58 +0200 Subject: [PATCH 4/4] Fix selectors --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 98d6b93..975e6b3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -38,7 +38,7 @@ requirements: - cleo >=1.0.0a5,<2.0.0 - crashtest >=0.3.0,<0.4.0 - html5lib >=1.0,<2.0 - - importlib-metadata >=4.4,<5.0 # [py<310] + - importlib-metadata >=4.4,<5.0 # [py<310] - jsonschema >=4.10.0,<5.0.0 - keyring >=21.2.0 - packaging >=20.4 @@ -54,7 +54,7 @@ requirements: - shellingham >=1.5,<2.0 - tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3 - virtualenv - - xattr >=0.9.7,<0.10.0 # [darwin] + - xattr >=0.9.7,<0.10.0 # [osx] - urllib3 >=1.26.0,<2.0.0 - dulwich >=0.20.44,<0.21.0