- 09 Oct, 2021 4 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Upstream issue with pip 21.1.1 was resolved in 21.1.2. This version of pip was embedded in virtualenv versions 20.4.7 and above. Relates-to: python-poetry#4042
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
- 08 Oct, 2021 9 commits
-
-
This change ensures that when complete packages are created dependency inherits subdirectory from package if supported.
Arun Babu Neelicattu committed -
This change ensures that when complete packages are created dependency inherits source and resolved refs from package.
Arun Babu Neelicattu committed -
This change ensures that the tests support upcoming (>1.1.0a6) changes dropping default branch assumptions for vcs dependencies.
Arun Babu Neelicattu committed -
This change ensures that python_version comparison uses parsed versions and does not fail with changes in pretty output.
Arun Babu Neelicattu committed -
This change ensures that generated scripts for editable package installs exit using return value from callable used.
Cyril Jouve committed -
Christopher Hua committed
-
Daniel Eades committed
-
When running `python` within the various shells made available on Windows by MSys2, `sysconfig.get_platform()` returns: * MSys2 : `msys-3.2.0-x86-64` * MinGW x32 : `mingw_i686` * MinGW x64 : `mingw_x86_64` * MinGW UCRT64 : `mingw_x86_64_ucrt` * MinGW Clang64 : `mingw_x86_64_clang` In the case that `sysconfig.get_platform()` *does* return `mingw` (with no suffix), this change should still work as expected. Related-to: #3713
s0600204 committed -
Will Frey committed
-
- 19 Sep, 2021 4 commits
-
-
Mathieu Kniewallner committed
-
This commit fixes typographical errors in the CHANGELOG, docs folder, poetry package, and the tests. This was done via the codespell utility, which can be found at https://github.com/codespell-project/codespell
Kevin Kirsche committed -
Following a regression in #4443
Nikolai Røed Kristiansen committed -
* Add required_by list to pip show <package> command * Update poetry show pendulum documentation * Handle package name discrepancies * Lets not force typing then * issue-1906 Add the test back after rebase * issue-1906 Ignore trailing spaces in the tests
Šarūnas Nejus committed
-
- 13 Sep, 2021 2 commits
-
-
Fix the detection of the system environment with custom installer
Sébastien Eustace committed -
Sébastien Eustace committed
-
- 07 Sep, 2021 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 06 Sep, 2021 3 commits
-
-
Sébastien Eustace committed
-
Co-authored-by: finswimmer <2164565+finswimmer@users.noreply.github.com>
Sébastien Eustace committed -
Sébastien Eustace committed
-
- 03 Sep, 2021 1 commit
-
-
* Emit export errors to stderr to prevent invalid output An error in export could emit error messages to stdout, causing the requirements.txt output to stdout to be invalid. Fixes #4109 * Looks at stderr for export tests
Colin Dean committed
-
- 26 Aug, 2021 3 commits
-
-
fix (install-poetry): revert use of capture_output
Sébastien Eustace committed -
finswimmer committed
-
Mathieu Kniewallner committed
-
- 19 Aug, 2021 2 commits
-
-
Fix system environment detection
Sébastien Eustace committed -
Sébastien Eustace committed
-
- 16 Aug, 2021 1 commit
-
-
Fixed python_version for Python >= 3.10
Sébastien Eustace committed
-
- 01 Aug, 2021 2 commits
-
-
Florian Apolloner committed
-
Release 1.2.0a2
Sébastien Eustace committed
-
- 31 Jul, 2021 4 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Improve package operations management
Sébastien Eustace committed -
Sébastien Eustace committed
-
- 30 Jul, 2021 3 commits
-
-
Bring back error solutions
Sébastien Eustace committed -
Sébastien Eustace committed
-
Added pip style keyring password lookup as a fallback.
Sébastien Eustace committed
-