- 22 Aug, 2022 1 commit
-
-
feat: fallback to gather metadata via pep517 if reading as Poetry project raises RuntimeError (#5834) * feat: fallback to gather metadata via pep517 if reading as Poetry project raises RuntimeError * test: added tests for fallback to gather metadata via pep517
finswimmer committed
-
- 21 Aug, 2022 7 commits
-
-
Randy Döring committed
-
Randy Döring committed
-
Randy Döring committed
-
Randy Döring committed
-
Randy Döring committed
-
Randy Döring committed
-
* remove unnecessary annotations * os.path.relpath accepts a Path * simpler handling and typechecking of cachecontrol * remove unneeded type assertion * os.path.exists accepts a Path * tighten the handling of env on commands * tighten handling of installer on commands * tighten handling of environment in poetry shell * tighten typechecking in authenticator
David Hotham committed
-
- 20 Aug, 2022 3 commits
-
-
build(deps): explicitly depend on `jsonschema` Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
Mathieu Kniewallner committed -
David Hotham committed
-
Mathieu Kniewallner committed
-
- 19 Aug, 2022 2 commits
-
-
Randy Döring committed
-
* build(deps): bump `mypy` to `0.971` * build(deps): bump `types-*` packages * chore: run `poetry lock` * chore(utils): remove obsolete `# type: ignore`
Mathieu Kniewallner committed
-
- 18 Aug, 2022 1 commit
-
-
Randy Döring committed
-
- 17 Aug, 2022 1 commit
-
-
David Hotham committed
-
- 16 Aug, 2022 1 commit
-
-
* test(locker): add test to ensure sorted order * fix(locker): sort dependencies of extras * fix(locker): sort extras * test(installation): remove obsolete `deepDiff`
Mathieu Kniewallner committed
-
- 15 Aug, 2022 4 commits
-
-
Bartosz Sokorski committed
-
Randy Döring committed
-
Co-authored-by: David Hotham <david.hotham@blueyonder.co.uk>
Randy Döring committed -
repositories: remove redundant normalizing (replacing "." by "-" is handled by canonicalize_name, which is called in PackageSpecification.__init__) Co-authored-by: David Hotham <david.hotham@blueyonder.co.uk>
Randy Döring committed
-
- 13 Aug, 2022 1 commit
-
-
Randy Döring committed
-
- 11 Aug, 2022 1 commit
-
-
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.2...v2.37.3) - [github.com/hadialqattan/pycln: v2.0.4 → v2.1.1](https://github.com/hadialqattan/pycln/compare/v2.0.4...v2.1.1) - [github.com/pycqa/flake8: 4.0.1 → 5.0.4](https://github.com/pycqa/flake8/compare/4.0.1...5.0.4) * Update .pre-commit-config.yaml Update flake8 plugins versions * Update .pre-commit-config.yaml * Fix new issues Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bartosz Sokorski <b.sokorski@gmail.com>
pre-commit-ci[bot] committed
-
- 10 Aug, 2022 7 commits
-
-
Ashwin Nair committed
-
Ashwin Nair committed
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Ashwin Nair committed -
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Ashwin Nair committed -
Ashwin Nair committed
-
Ashwin Nair committed
-
Switch `change` to `chance`
Sylte committed
-
- 09 Aug, 2022 1 commit
-
-
Raphael Nestler committed
-
- 05 Aug, 2022 1 commit
-
-
* Resolve cwd using os.path.realpath() when generating environment names * Add test_generate_env_name_uses_real_path() unit test * ensure normcase * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Adam Gregory committed
-
- 04 Aug, 2022 1 commit
-
-
* feat(shell_support): add nushell * feat(shell_detection): bump shellingham version + no echo for nushell Co-authored-by: emilien fugier <emilien.fugier@adevinta.com>
Emilien Fugier committed
-
- 03 Aug, 2022 1 commit
-
-
Fixes https://github.com/python-poetry/poetry/issues/5849
Michael committed
-
- 02 Aug, 2022 1 commit
-
-
* Documented the use of the "subdirectory" parameter * Moved the subdir documentation up * Update docs/dependency-specification.md Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com> * Added @mkniewallner editorial changes Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com> * Fixed final URL Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com> Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com>
Arne Küderle committed
-
- 31 Jul, 2022 2 commits
-
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
David Hotham committed -
* build(deps): update pre-commit additional dependencies * chore: comply with `flake8-type-checking` following update * chore: comply with `flake8-bugbear` following update * refactor(tests): import `zipp` only on < 3.8
Mathieu Kniewallner committed
-
- 29 Jul, 2022 1 commit
-
-
David Hotham committed
-
- 25 Jul, 2022 3 commits
-
-
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed -
David Hotham committed
-
David Hotham committed
-