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

poetry v1.2.0 #72

Closed
Show file tree
Hide file tree
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
34 changes: 0 additions & 34 deletions .ci_support/migrations/python310.yaml

This file was deleted.

41 changes: 24 additions & 17 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.1.15" %}
{% set version = "1.2.0" %}

package:
name: poetry
version: {{ version }}

source:
url: https://pypi.io/packages/source/p/poetry/poetry-{{ version }}.tar.gz
sha256: a373848fd205f31b2f6bee6b87a201ea1e09ca573a2f40d0991539f564cedffd
sha256: 17c527d5d5505a5a7c5c14348d87f077d643cf1f186321530cde68e530bba59f

build:
number: 0
Expand All @@ -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 <https://github.com/ionrock/cachecontrol/blob/master/setup.py>
- 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 <https://github.com/conda-forge/pexpect-feedstock/issues/26>
- 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 # [osx]
- urllib3 >=1.26.0,<2.0.0
- dulwich >=0.20.44,<0.21.0

test:
requires:
- pip
Expand Down