- 31 Dec, 2022 1 commit
-
-
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 21 Dec, 2022 1 commit
-
-
repository: according to PEP 440 pre-releases should be considered "if the only available version that satisfies the version specifier is a pre-release" (no special handling of "*" constraint)
Randy Döring committed
-
- 18 Dec, 2022 6 commits
-
-
David Hotham committed
-
David Hotham committed
-
David Hotham committed
-
David Hotham committed
-
David Hotham committed
-
David Hotham committed
-
- 17 Dec, 2022 1 commit
-
-
Randy Döring committed
-
- 12 Dec, 2022 1 commit
-
-
Co-authored-by: David Hotham <david.hotham@blueyonder.co.uk>
Randy Döring committed
-
- 11 Dec, 2022 2 commits
-
-
David Hotham committed
-
Tom Forbes committed
-
- 10 Dec, 2022 1 commit
-
-
Randy Döring committed
-
- 09 Dec, 2022 2 commits
-
-
Randy Döring committed
-
Randy Döring committed
-
- 07 Dec, 2022 1 commit
-
-
George Waters committed
-
- 05 Dec, 2022 1 commit
-
-
MockEnv should not use paths of SystemEnv for paths that may be written to
Randy Döring committed
-
- 01 Dec, 2022 5 commits
-
-
Randy Döring committed
-
We can now lock using the new lock file format as Poetry 1.2.2 has spent sufficient time in the wild. A re-lock is also advisable as the full release of Python 3.11 is here and we want to make sure to use any new wheels in CI.
Bjorn Neergaard committed -
Randy Döring committed
-
provider: discard any marker dependencies if the resulting marker after merging is empty, not compatible with the project's python constraint or not compatible with the set environment
Randy Döring committed -
Randy Döring committed
-
- 22 Nov, 2022 5 commits
-
-
David Hotham committed
-
David Hotham committed
-
finswimmer committed
-
finswimmer committed
-
David Hotham committed
-
- 16 Nov, 2022 3 commits
-
-
Moonsik Park committed
-
subclasses of ValueError like UnicodeEncodeError have to be propagated (see #6784)
David Hotham committed -
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
rc-mattschwager committed
-
- 15 Nov, 2022 5 commits
-
-
finswimmer committed
-
finswimmer committed
-
finswimmer committed
-
finswimmer committed
-
updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2) - [github.com/hadialqattan/pycln: v2.1.1 → v2.1.2](https://github.com/hadialqattan/pycln/compare/v2.1.1...v2.1.2)
pre-commit-ci[bot] committed
-
- 13 Nov, 2022 1 commit
-
-
Donato Quartuccia committed
-
- 11 Nov, 2022 3 commits
-
-
# Pull Request Check List Resolves: #6928 <!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. But please read our [contribution guide](https://python-poetry.org/docs/contributing/) at least once, it will save you unnecessary review cycles! --> - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. <!-- If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing! --> Bump `xattr` version to `0.10.0`. This fixes #6891, which is not a problem with the user's environment as suggested by the maintainer of xattr at xattr/xattr#108, but in fact the problem of the package which was fixed by xattr/xattr#106. Looking at the [changes in the version bump](https://github.com/xattr/xattr/compare/v0.9.9...v0.10.0), there does not seem to be any significant changes other than shabang xattr/xattr#106. Co-authored-by: Moonsik Park <moonsik.park@estsoft.com> Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
Moonsik Park committed -
Bjorn Neergaard committed
-
This is an extension of https://github.com/python-poetry/poetry/pull/6724. I think `pip install` invoked by poetry should never ask for user input. Motivation is that it happened to myself and a number of colleagues many times that poetry got seemingly stuck while it was just waiting for a user input because of a private pypi repository that needed authentication. I hope this is a valuable contribution to a tool I like a lot and would like to use more and more :)
Jakub Urban committed
-
- 06 Nov, 2022 1 commit
-
-
finswimmer committed
-