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

Python poetry#4016 #4445

Closed
wants to merge 109 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
b3dba51
Fix resolution of packages with missing required extras
sdispater Oct 1, 2020
9408eff
Merge pull request #3035 from python-poetry/fix-handling-of-missing-e…
sdispater Oct 1, 2020
8e3f3c2
exporter: handle dev extras correctly
abn Oct 1, 2020
a2d2937
Don't swallow ImportError in temporary_directory() (#3037)
abn Oct 2, 2020
7c15b98
lock: allow for no-update refresh of lock files
abn Oct 1, 2020
769a90b
install: skip unsupported binary distributions (#3058)
abn Oct 3, 2020
32b01be
build: ensure build uses project environment (#3056)
abn Oct 3, 2020
1ed3828
tests: improve init command test setup
abn Oct 4, 2020
349e0dd
init: handle pyproject exceptions for existing file
abn Oct 4, 2020
f7a55f4
lock: resolve dependencies on no-update
abn Oct 2, 2020
417ce64
publish: ensure config url is preferred
abn Oct 2, 2020
88e0ebb
provider: ensure ony activated extras are used
abn Oct 2, 2020
f2d53e5
Bump version to 1.1.1
abn Oct 5, 2020
dc2a75d
executor: execute parallel unsafe ops serially
abn Oct 6, 2020
9010821
export: fix handling of nested git dependencies
zyv Oct 6, 2020
8acbd03
info: enhance local path poetry project support
abn Oct 6, 2020
fe58003
Bump version to 1.1.2
abn Oct 6, 2020
2d00a1d
application: ensure warning is written to stderr
finswimmer Oct 7, 2020
b10a397
Fix issue when PATH is missing in os.environ
Oct 8, 2020
655c5d3
poetry config: handle missing poetry section
finswimmer Oct 12, 2020
38fddf0
inspection: ad each extra package as a dependency
abn Oct 8, 2020
50e0628
show: ignore dependency source when finding package
abn Oct 7, 2020
c2adb32
locker: move export logic into locker for reuse
abn Oct 7, 2020
04967db
locker: reuse locked metadata for nested deps
zyv Oct 7, 2020
e78a67b
locker: propagate cumulative markers to nested deps
abn Oct 9, 2020
b29450c
utils/exporter: fix type hint for export()
abn Oct 13, 2020
a7d6676
locker: remove redundant lock data processing
abn Oct 13, 2020
2b6f82e
locker: ensure correct handling of extras export
abn Oct 13, 2020
733736c
locker: unify duplicate dependencies on export
abn Oct 13, 2020
ed43d94
locker: refactor to reduce code complexity
abn Oct 13, 2020
42c8ccc
Bump version to 1.1.3
abn Oct 14, 2020
b92fb66
Handle non-editable packages with pth files
abn Oct 14, 2020
66d29f6
Ensure editable builder generate valid scripts
akeeman Oct 16, 2020
a76b6d2
locker: handle nested extras requirement
abn Oct 16, 2020
b4c9413
config: add support for installer.parallel
abn Oct 5, 2020
74fc8eb
pool: ensure sources are prioritised over PyPI
abn Oct 19, 2020
3f66d5c
locker: handle cyclic dependencies during walk
abn Oct 17, 2020
5af1ff7
Ensure vcs dependencies preserve editable flag
abn Oct 21, 2020
7f49842
utils/env: better support system site packages dir
abn Oct 6, 2020
d660b51
editable: use writable script dir for system env
abn Oct 23, 2020
34662ba
utils/env: ensure user directories are created
abn Oct 23, 2020
221bd80
Merge pull request #3088 from abn/issue/3087
sdispater Oct 23, 2020
2e20673
Merge pull request #3210 from abn/issue/3077
sdispater Oct 23, 2020
bf17dde
Do not reuse requests sessions
abn Oct 17, 2020
5b6d0c0
Merge pull request #3251 from abn/issue/3238
sdispater Oct 23, 2020
24e1224
Merge pull request #3229 from abn/issue/3224
sdispater Oct 23, 2020
1340723
Merge pull request #3107 from abn/issue/3079
sdispater Oct 23, 2020
8312e3f
Bump version to 1.1.4
abn Oct 23, 2020
1d5b70e
Merge pull request #3276 from abn/release-1.1.4
abn Oct 23, 2020
360d49c
pip installer: fix incorrect method call
abn Oct 23, 2020
e2ff1ef
Fix sub-command option propagation for export
finswimmer Nov 19, 2020
6d957e6
add: fix revert for dry-run and interrupts
estyxx Oct 19, 2020
eca5ad8
export: use --trusted-host for non HTTPS index
estyxx Oct 19, 2020
63a952e
legacy repository: support redirected url
jpyams Jan 5, 2021
c23c574
Fix legacy repository redirection test
sdispater Jan 30, 2021
5e3d78c
Upgrade poetry-core to 1.0.2
sdispater Feb 10, 2021
a4d42a3
Update Cirrus config
sdispater Feb 12, 2021
ef39e35
Fix incorrect import of the Dependency class (#3696)
sdispater Feb 19, 2021
bce6828
Make the dependency on poetry-core more restrictive (#3697)
sdispater Feb 19, 2021
8a57f52
Fix build scripts
sdispater Mar 4, 2021
c278488
Update dependencies
sdispater Mar 3, 2021
a970414
Bump version to 1.1.5
sdispater Mar 3, 2021
b55968a
Merge pull request #3750 from python-poetry/release-1.1.5
sdispater Mar 4, 2021
175af5f
exporter: ensure local references use uri
maxispeicher Mar 20, 2021
88888fc
env: do not modify os.environ
abn Oct 20, 2020
24fcaf9
fix (utils.patterns): recognize one digit version in filename
finswimmer Nov 7, 2020
a5d562e
doc: poetry lock --no-update
paavanb Apr 13, 2021
fa9cd5f
Fix incorrect package being selected with transitive markers.
sdispater Apr 14, 2021
b9eb246
Fix locked VCS dependencies always being updated
sdispater Apr 2, 2021
4d1a16a
Update dependencies
sdispater Apr 9, 2021
db3481f
Bump version to 1.1.6
sdispater Apr 9, 2021
aa8e486
Merge pull request #3905 from python-poetry/release-1.1.6
sdispater Apr 14, 2021
7a0fdf9
show --tree: stop ignoring --no-dev (#3296)
1ace Oct 28, 2020
d14b131
Reorganize documentation
sdispater Jun 5, 2021
67c1b34
Merge pull request #4145 from python-poetry/1.1-reorganize-docs
sdispater Jun 5, 2021
9246cf3
Ensure we don't pick up Poetry's virtualenv as the system env
sdispater Jun 18, 2021
a42bdaf
Ensure the self update command is compatible with the new installer
sdispater Jun 18, 2021
e211b52
Fix locked information for path, url and VCS dependencies
sdispater Jun 22, 2021
ec0aa0e
Merge pull request #4203 from python-poetry/1.1-fix-locked-dependency…
sdispater Jun 23, 2021
e077339
Merge pull request #4192 from python-poetry/improve-self-update-and-e…
sdispater Jun 23, 2021
30b6bbb
Update dependencies
sdispater Jun 25, 2021
02471a6
Update build script
sdispater Jun 25, 2021
11ff063
Remove build for Python 3.10
sdispater Jun 25, 2021
e9312d1
Bump version to 1.1.7
sdispater Jun 25, 2021
fff04c7
Merge pull request #4214 from python-poetry/release-1.1.7
sdispater Jun 25, 2021
7504b33
cherry-picked #3406 for v1.1
tomzx Apr 26, 2021
e5ab4c3
add deprecation warning for `get-poetry.py` to docs
finswimmer Jul 6, 2021
dd88ab6
Update README.md
finswimmer Jul 6, 2021
edf5c45
Update README.md
finswimmer Jul 6, 2021
1e7a06a
Update docs/_index.md
finswimmer Jul 6, 2021
5a57aa1
Update docs/_index.md
finswimmer Jul 6, 2021
28dc4c4
Update docs/_index.md
finswimmer Jul 6, 2021
b09192d
Merge pull request #4257 from finswimmer/docs/deprecate-get-poetry
sdispater Jul 6, 2021
d965c86
Fix 1.1.7 release date (#4302)
pdecat Jul 22, 2021
94c1413
Fix system env detection
sdispater Jul 30, 2021
cdb58c6
Merge pull request #4330 from python-poetry/fix-system-env-detection-1.1
sdispater Jul 30, 2021
b48e4e7
Merge pull request #4246 from zumper/m.4245-relative-paths
sdispater Jul 29, 2021
716ee92
Merge pull request #4331 from python-poetry/1.1-fix-relative-paths-de…
sdispater Jul 30, 2021
d5e3e31
Fixed python_version for Python >= 3.10
apollo13 Aug 1, 2021
84eed29
Merge pull request #4387 from python-poetry/1.1-fix-marker-environmen…
sdispater Aug 16, 2021
94b54a1
Fix system env detection
sdispater Aug 19, 2021
09cff5c
Merge pull request #4407 from python-poetry/1.1-fix-system-env-detection
sdispater Aug 19, 2021
71f55fc
Update dependencies
sdispater Aug 18, 2021
bce13c1
Bump version to 1.1.8
sdispater Aug 19, 2021
2439ded
Merge pull request #4408 from python-poetry/release-1.1.8
sdispater Aug 19, 2021
8238cab
Fix archive hash generation
sdispater Aug 27, 2021
8268795
Merge pull request #4444 from python-poetry/1.1-fix-archive-hash-gene…
sdispater Aug 27, 2021
2ad09b4
Make sure to use session through context manager so that it gets auto…
davidblain-infrabel Aug 27, 2021
1f7c6a3
Fixed ConnectionError by redefining the CacheControl method which did…
davidblain-infrabel Aug 27, 2021
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
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
freebsd_instance:
image_family: freebsd-12-1-snap
image_family: freebsd-12-2

test_task:
name: "Tests / FreeBSD / "
Expand Down Expand Up @@ -37,7 +37,7 @@ release_task:
PYTHON38: python3.8
freebsd_instance:
matrix:
- image_family: freebsd-12-1-snap
- image_family: freebsd-12-2
- image_family: freebsd-13-0-snap
- image_family: freebsd-11-4-snap
python_script: pkg install -y curl bash jq python3 python27 python36 python37 python38
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/docs.yml

This file was deleted.

24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,30 @@ jobs:
python-version: "3.8"
- name: Install Poetry
run: |
python get-poetry.py --preview -y
python get-poetry.py -y
source $HOME/.poetry/env
- name: Install dependencies
run: |
source $HOME/.poetry/env
poetry install --no-dev
- name: Preparing Python executables
run: |
curl -L https://github.com/sdispater/python-binaries/releases/download/2.7.17/python-2.7.17.macos.tar.xz -o python-2.7.17.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/2.7.18/python-2.7.18.macos.tar.xz -o python-2.7.18.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.5.9/python-3.5.9.macos.tar.xz -o python-3.5.9.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.6.8/python-3.6.8.macos.tar.xz -o python-3.6.8.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.7.6/python-3.7.6.macos.tar.xz -o python-3.7.6.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.8.3/python-3.8.3.macos.tar.xz -o python-3.8.3.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.9.0b4/python-3.9.0b4.macos.tar.xz -o python-3.9.0b4.tar.xz
tar -zxf python-2.7.17.tar.xz
curl -L https://github.com/sdispater/python-binaries/releases/download/3.9.5/python-3.9.5.macos.tar.xz -o python-3.9.5.tar.xz
tar -zxf python-2.7.18.tar.xz
tar -zxf python-3.5.9.tar.xz
tar -zxf python-3.6.8.tar.xz
tar -zxf python-3.7.6.tar.xz
tar -zxf python-3.8.3.tar.xz
tar -zxf python-3.9.0b4.tar.xz
tar -zxf python-3.9.5.tar.xz
- name: Build specific release
run: |
source $HOME/.poetry/env
poetry run python sonnet make release --ansi -P "2.7:python-2.7.17/bin/python" -P "3.5:python-3.5.9/bin/python" -P "3.6:python-3.6.8/bin/python" -P "3.7:python-3.7.6/bin/python" -P "3.8:python-3.8.3/bin/python" -P "3.9:python-3.9.0b4/bin/python"
poetry run python sonnet make release --ansi -P "2.7:python-2.7.18/bin/python" -P "3.5:python-3.5.9/bin/python" -P "3.6:python-3.6.8/bin/python" -P "3.7:python-3.7.6/bin/python" -P "3.8:python-3.8.3/bin/python" -P "3.9:python-3.9.5/bin/python"
- name: Upload release file
uses: actions/upload-artifact@v1
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
python-version: "3.8"
- name: Install Poetry
run: |
python get-poetry.py --preview -y
python get-poetry.py -y
$env:Path += ";$env:Userprofile\.poetry\bin"
- name: Install dependencies
run: |
Expand All @@ -109,24 +109,24 @@ jobs:
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.6.8/python-3.6.8.windows.tar.xz -O python-3.6.8.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.7.6/python-3.7.6.windows.tar.xz -O python-3.7.6.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.8.3/python-3.8.3.windows.tar.xz -O python-3.8.3.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.9.0b4/python-3.9.0b4.windows.tar.xz -O python-3.9.0b4.tar.xz
Invoke-WebRequest https://github.com/sdispater/python-binaries/releases/download/3.9.5/python-3.9.5.windows.tar.xz -O python-3.9.5.tar.xz
7z x python-2.7.17.tar.xz
7z x python-3.5.4.tar.xz
7z x python-3.6.8.tar.xz
7z x python-3.7.6.tar.xz
7z x python-3.8.3.tar.xz
7z x python-3.9.0b4.tar.xz
7z x python-3.9.5.tar.xz
7z x python-2.7.17.tar
7z x python-3.4.4.tar
7z x python-3.5.4.tar
7z x python-3.6.8.tar
7z x python-3.7.6.tar
7z x python-3.8.3.tar
7z x python-3.9.0b4.tar
7z x python-3.9.5.tar
- name: Build specific release
run: |
$env:Path += ";$env:Userprofile\.poetry\bin"
poetry run python sonnet make release --ansi -P "2.7:python-2.7.17\python.exe" -P "3.5:python-3.5.4\python.exe" -P "3.6:python-3.6.8\python.exe" -P "3.7:python-3.7.6\python.exe" -P "3.8:python-3.8.3\python.exe" -P "3.9:python-3.9.0b4\python.exe"
poetry run python sonnet make release --ansi -P "2.7:python-2.7.17\python.exe" -P "3.5:python-3.5.4\python.exe" -P "3.6:python-3.6.8\python.exe" -P "3.7:python-3.7.6\python.exe" -P "3.8:python-3.8.3\python.exe" -P "3.9:python-3.9.5\python.exe"
- name: Upload release file
uses: actions/upload-artifact@v1
with:
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
python-version: "3.8"
- name: Install Poetry
run: |
python get-poetry.py --preview -y
python get-poetry.py -y
- name: Install dependencies
run: |
source $HOME/.poetry/env
Expand Down
121 changes: 120 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,116 @@
# Change Log

## [1.1.8] - 2021-08-19

### Fixed

- Fixed an error with repository prioritization when specifying secondary repositories. ([#4241](https://github.com/python-poetry/poetry/pull/4241))
- Fixed the detection of the system environment when the setting `virtualenvs.create` is deactivated. ([#4330](https://github.com/python-poetry/poetry/pull/4330), [#4407](https://github.com/python-poetry/poetry/pull/4407))
- Fixed the evaluation of relative path dependencies. ([#4246](https://github.com/python-poetry/poetry/pull/4246))
- Fixed environment detection for Python 3.10 environments. ([#4387](https://github.com/python-poetry/poetry/pull/4387))
- Fixed an error in the evaluation of `in/not in` markers ([python-poetry/poetry-core#189](https://github.com/python-poetry/poetry-core/pull/189))


## [1.1.7] - 2021-06-25

**Note**: Lock files might need to be regenerated for the first fix below to take effect.
You can use `poetry lock` to do so **without** the `--no-update` option.

### Changed

- This release is compatible with the `install-poetry.py` installation script to ease the migration path from `1.1` releases to `1.2` releases. ([#4192](https://github.com/python-poetry/poetry/pull/4192))

### Fixed

- Fixed an issue where transitive dependencies of directory or VCS dependencies were not installed or otherwise removed. ([#4203](https://github.com/python-poetry/poetry/pull/4203))
- Fixed an issue where the combination of the `--tree` and `--no-dev` options for the show command was still displaying development dependencies. ([#3992](https://github.com/python-poetry/poetry/pull/3992))


## [1.1.6] - 2021-04-14

### Fixed

- Fixed export format for path dependencies. ([#3121](https://github.com/python-poetry/poetry/pull/3121))
- Fixed errors caused by environment modification when executing some commands. ([#3253](https://github.com/python-poetry/poetry/pull/3253))
- Fixed handling of wheel files with single-digit versions. ([#3338](https://github.com/python-poetry/poetry/pull/3338))
- Fixed an error when handling single-digit Python markers. ([poetry-core#156](https://github.com/python-poetry/poetry-core/pull/156))
- Fixed dependency markers not being properly copied when changing the constraint leading to resolution errors. ([poetry-core#163](https://github.com/python-poetry/poetry-core/pull/163))
- Fixed an error where VCS dependencies were always updated. ([#3947](https://github.com/python-poetry/poetry/pull/3947))
- Fixed an error where the incorrect version of a package was locked when using environment markers. ([#3945](https://github.com/python-poetry/poetry/pull/3945))


## [1.1.5] - 2021-03-03

### Fixed

- Fixed an error in the `export` command when no lock file existed and a verbose flag was passed to the command. ([#3310](https://github.com/python-poetry/poetry/pull/3310))
- Fixed an error where the `pyproject.toml` was not reverted when using the `add` command. ([#3622](https://github.com/python-poetry/poetry/pull/3622))
- Fixed errors when using non-HTTPS indices. ([#3622](https://github.com/python-poetry/poetry/pull/3622))
- Fixed errors when handling simple indices redirection. ([#3622](https://github.com/python-poetry/poetry/pull/3622))
- Fixed errors when trying to handle newer wheels by using the latest version of `poetry-core` and `packaging`. ([#3677](https://github.com/python-poetry/poetry/pull/3677))
- Fixed an error when using some versions of `poetry-core` due to an incorrect import . ([#3696](https://github.com/python-poetry/poetry/pull/3696))


## [1.1.4] - 2020-10-23

### Added

- Added `installer.parallel` boolean flag (defaults to `true`) configuration to enable/disable parallel execution of operations when using the new installer. ([#3088](https://github.com/python-poetry/poetry/pull/3088))

### Changed

- When using system environments as an unprivileged user, user site and bin directories are created if they do not already exist. ([#3107](https://github.com/python-poetry/poetry/pull/3107))

### Fixed

- Fixed editable installation of poetry projects when using system environments. ([#3107](https://github.com/python-poetry/poetry/pull/3107))
- Fixed locking of nested extra activations. If you were affected by this issue, you will need to regenerate the lock file using `poetry lock --no-update`. ([#3229](https://github.com/python-poetry/poetry/pull/3229))
- Fixed prioritisation of non-default custom package sources. ([#3251](https://github.com/python-poetry/poetry/pull/3251))
- Fixed detection of installed editable packages when non-poetry managed `.pth` file exists. ([#3210](https://github.com/python-poetry/poetry/pull/3210))
- Fixed scripts generated by editable builder to use valid import statements. ([#3214](https://github.com/python-poetry/poetry/pull/3214))
- Fixed recursion error when locked dependencies contain cyclic dependencies. ([#3237](https://github.com/python-poetry/poetry/pull/3237))
- Fixed propagation of editable flag for VCS dependencies. ([#3264](https://github.com/python-poetry/poetry/pull/3264))

## [1.1.3] - 2020-10-14

### Changed

- Python version support deprecation warning is now written to `stderr`. ([#3131](https://github.com/python-poetry/poetry/pull/3131))

### Fixed

- Fixed `KeyError` when `PATH` is not defined in environment variables. ([#3159](https://github.com/python-poetry/poetry/pull/3159))
- Fixed error when using `config` command in a directory with an existing `pyproject.toml` without any Poetry configuration. ([#3172](https://github.com/python-poetry/poetry/pull/3172))
- Fixed incorrect inspection of package requirements when same dependency is specified multiple times with unique markers. ([#3147](https://github.com/python-poetry/poetry/pull/3147))
- Fixed `show` command to use already resolved package metadata. ([#3117](https://github.com/python-poetry/poetry/pull/3117))
- Fixed multiple issues with `export` command output when using `requirements.txt` format. ([#3119](https://github.com/python-poetry/poetry/pull/3119))

## [1.1.2] - 2020-10-06

### Changed
- Dependency installation of editable packages and all uninstall operations are now performed serially within their corresponding priority groups. ([#3099](https://github.com/python-poetry/poetry/pull/3099))
- Improved package metadata inspection of nested poetry projects within project path dependencies. ([#3105](https://github.com/python-poetry/poetry/pull/3105))

### Fixed

- Fixed export of `requirements.txt` when project dependency contains git dependencies. ([#3100](https://github.com/python-poetry/poetry/pull/3100))

## [1.1.1] - 2020-10-05

### Added

- Added `--no-update` option to `lock` command. ([#3034](https://github.com/python-poetry/poetry/pull/3034))

### Fixed

- Fixed resolution of packages with missing required extras. ([#3035](https://github.com/python-poetry/poetry/pull/3035))
- Fixed export of `requirements.txt` dependencies to include development dependencies. ([#3024](https://github.com/python-poetry/poetry/pull/3024))
- Fixed incorrect selection of unsupported binary distribution formats when selecting a package artifact to install. ([#3058](https://github.com/python-poetry/poetry/pull/3058))
- Fixed incorrect use of system executable when building package distributions via `build` command. ([#3056](https://github.com/python-poetry/poetry/pull/3056))
- Fixed errors in `init` command when specifying `--dependency` in non-interactive mode when a `pyproject.toml` file already exists. ([#3076](https://github.com/python-poetry/poetry/pull/3076))
- Fixed incorrect selection of configured source url when a publish repository url configuration with the same name already exists. ([#3047](https://github.com/python-poetry/poetry/pull/3047))
- Fixed dependency resolution issues when the same package is specified in multiple dependency extras. ([#3046](https://github.com/python-poetry/poetry/pull/3046))

## [1.1.0] - 2020-10-01

### Changed
Expand Down Expand Up @@ -1023,7 +1134,15 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.0...master
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.8...1.1
[1.1.8]: https://github.com/python-poetry/poetry/releases/tag/1.1.8
[1.1.7]: https://github.com/python-poetry/poetry/releases/tag/1.1.7
[1.1.6]: https://github.com/python-poetry/poetry/releases/tag/1.1.6
[1.1.5]: https://github.com/python-poetry/poetry/releases/tag/1.1.5
[1.1.4]: https://github.com/python-poetry/poetry/releases/tag/1.1.4
[1.1.3]: https://github.com/python-poetry/poetry/releases/tag/1.1.3
[1.1.2]: https://github.com/python-poetry/poetry/releases/tag/1.1.2
[1.1.1]: https://github.com/python-poetry/poetry/releases/tag/1.1.1
[1.1.0]: https://github.com/python-poetry/poetry/releases/tag/1.1.0
[1.1.0rc1]: https://github.com/python-poetry/poetry/releases/tag/1.1.0rc1
[1.1.0b4]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b4
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ wheel:
@poetry build -v

linux_release:
docker pull quay.io/pypa/manylinux2010_x86_64
docker pull quay.io/pypa/manylinux2010_x86_64:2021-02-06-3d322a5
docker run --rm -i -v `pwd`:/io \
-e PYTHON=/opt/python/cp38-cp38/bin/python \
-e PYTHON27=/opt/python/cp27-cp27m/bin/python \
Expand All @@ -56,7 +56,7 @@ linux_release:
-e PYTHON37=/opt/python/cp37-cp37m/bin/python \
-e PYTHON38=/opt/python/cp38-cp38/bin/python \
-e PYTHON39=/opt/python/cp39-cp39/bin/python \
quay.io/pypa/manylinux2010_x86_64 sh -c "cd /io && ./make-nix-release.sh"
quay.io/pypa/manylinux2010_x86_64:2021-02-06-3d322a5 sh -c "cd /io && ./make-nix-release.sh"

# run tests against all supported python versions
tox:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Poetry provides a custom installer that will install `poetry` isolated
from the rest of your system by vendorizing its dependencies. This is the
recommended way of installing `poetry`.

*Note:*
The `get-poetry.py` script described here will be replaced in Poetry 1.2 by `install-poetry.py`.
From Poetry **1.1.7 onwards**, you can already use this script as described [here](https://python-poetry.org/docs/master/#installation).

```bash
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
```
Expand Down
Loading