Skip to content

Commit

Permalink
Merge pull request #95 from regro-cf-autotick-bot/1.7.1_h2ba45b
Browse files Browse the repository at this point in the history
poetry v1.7.1
  • Loading branch information
xylar authored Nov 17, 2023
2 parents 0728ccf + f0f473b commit ef0efea
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 17 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.

17 changes: 13 additions & 4 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.

15 changes: 11 additions & 4 deletions .scripts/run_osx_build.sh

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

12 changes: 10 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.

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "poetry" %}
{% set version = "1.7.0" %}
{% set version = "1.7.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/poetry-{{ version }}.tar.gz
sha256: 796e2866f35cb57af36280a890f5a5b3f9ef1a2dcf780b945b02be2e82895391
sha256: b348a70e7d67ad9c0bd3d0ea255bc6df84c24cf4b16f8d104adb30b425d6ff32

build:
noarch: python
Expand All @@ -27,9 +27,9 @@ requirements:
- pip
run:
# Update version number in URL before checking dependencies
# https://github.com/python-poetry/poetry/blob/1.7.0/pyproject.toml
# https://github.com/python-poetry/poetry/blob/1.7.1/pyproject.toml
- python >=3.8,<4.0
- poetry-core ==1.8.1
- poetry-core 1.8.1
- poetry-plugin-export >=1.6.0,<2.0.0
- python-build >=1.0.3,<2.0.0
- cachecontrol-with-filecache >=0.13.0,<0.14.0
Expand All @@ -43,10 +43,10 @@ requirements:
- keyring >=24.0.0,<25.0.0
- packaging >=20.5
- pexpect >=4.7.0,<5.0.0
- pkginfo >=1.9.4,<2.0
- pkginfo >=1.9.4,<2.0.0
- platformdirs >=3.0.0,<4.0.0
- pyproject_hooks >=1.0.0,<2.0.0
- requests >=2.26,<3.0
- requests >=2.26.0,<3.0.0
- requests-toolbelt >=0.9.1,<2
- shellingham >=1.5.0,<2.0.0
# for all python to stay noarch: python
Expand Down

0 comments on commit ef0efea

Please sign in to comment.