- 05 Jun, 2020 13 commits
-
-
# Conflicts: # .github/workflows/main.yml # .github/workflows/release.yml # .pre-commit-config.yaml # CHANGELOG.md # CONTRIBUTING.md # docs/docs/cli.md # get-poetry.py # make-linux-release.sh # poetry.lock # poetry/__version__.py # poetry/console/commands/export.py # poetry/console/commands/self/update.py # poetry/installation/pip_installer.py # poetry/masonry/api.py # poetry/masonry/builders/builder.py # poetry/masonry/builders/sdist.py # poetry/masonry/utils/package_include.py # poetry/masonry/utils/tags.py # poetry/packages/__init__.py # poetry/packages/directory_dependency.py # poetry/packages/file_dependency.py # poetry/packages/package.py # poetry/packages/url_dependency.py # poetry/packages/utils/utils.py # poetry/packages/vcs_dependency.py # poetry/puzzle/provider.py # poetry/repositories/installed_repository.py # poetry/repositories/legacy_repository.py # poetry/repositories/pypi_repository.py # poetry/semver/__init__.py # poetry/semver/patterns.py # poetry/utils/env.py # poetry/utils/helpers.py # poetry/utils/inspector.py # poetry/vcs/__init__.py # poetry/vcs/git.py # pyproject.toml # tests/conftest.py # tests/installation/fixtures/with-directory-dependency-poetry-transitive.test # tests/json/test_poetry_schema.py # tests/masonry/builders/test_sdist.py # tests/masonry/builders/test_wheel.py # tests/masonry/test_api.py # tests/masonry/utils/test_package_include.py # tests/packages/test_main.py # tests/packages/test_package.py # tests/puzzle/test_solver.py # tests/repositories/fixtures/installed/vendor/py3.7/attrs-19.3.0.dist-info/METADATA # tests/repositories/test_installed_repository.py # tests/repositories/test_legacy_repository.py # tests/vcs/test_git.py
Sébastien Eustace committed -
Release 1.0.7
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Release 1.0.6
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* Fix resolution of path, url and VCS dependencies * Fix editable installation of Poetry packages
Sébastien Eustace committed -
Hemanta committed
-
Radu Suciu committed
-
Joey Wilhelm committed
-
- 03 Jun, 2020 2 commits
-
-
doc: fix issue template links in CONTRIBUTING.md
finswimmer committed -
Nat Noordanus committed
-
- 02 Jun, 2020 3 commits
-
-
Update shell completion docs for prezto
finswimmer committed -
fix: Gracefully handle read-only sdists
finswimmer committed -
For a package without dependencies in pypi's database, like p4python, the sdist is required. The problem is p4python was developed in perforce where all files are read-only by default and deleting the temp directory fails. So we need to use the custom-built temp directory and specially handle read-only files to be able to use p4python in poetry. Fixes #520
Ed Page committed
-
- 01 Jun, 2020 3 commits
-
-
Bump actions/cache from v1 to v2
Sébastien Eustace committed -
Small improvements to docs for version command
finswimmer committed -
Simplify printing package operations
finswimmer committed
-
- 29 May, 2020 1 commit
-
-
Ilia Kurenkov committed
-
- 26 May, 2020 1 commit
-
-
Sora Morimoto committed
-
- 22 May, 2020 1 commit
-
-
Sébastien Eustace committed
-
- 21 May, 2020 1 commit
-
-
Dominik Moritz committed
-
- 19 May, 2020 1 commit
-
-
Fixes https://github.com/python-poetry/poetry/issues/2048
Sanket Dasgupta committed
-
- 14 May, 2020 1 commit
-
-
* get-poetry.py fallback to standard executables * documentation update * fix typo due to cleanup * favor python3 over python2 when creating launcher * launcher favors 3.5 and up, else the first valid one it finds. * favor any py3 over py2, not just 3.5+ Co-authored-by: Jonathan Piché <jpiche@coveo.com>
Jonathan Piché committed
-
- 13 May, 2020 1 commit
-
-
Ilia Kurenkov committed
-
- 10 May, 2020 2 commits
-
-
finswimmer committed
-
Prior to this fix, when formatting PEP 508 dependency specification for remote url references, the quoted marker was not prefixed with required whitespace. This change ensures that the format adheres to the specified grammar. Resolves: python-poetry/poetry#2326
Simone Primarosa committed
-
- 09 May, 2020 3 commits
-
-
finswimmer committed
-
Fix typo in docs
finswimmer committed -
Your -> you
Artem Kolichenkov committed
-
- 02 May, 2020 1 commit
-
-
Petter Strandmark committed
-
- 01 May, 2020 1 commit
-
-
* Add a --keep-untracked option to the install command. * Call the option --remove-untracked instead. * Add test and fix Installer. * Add documentation. * Make sure to never remove essential packages like pip, setuptools and the root. * Move logic to the Solver instead. * Add a few unit tests for Solver. * Add type hints to solver.py. Co-authored-by: Steph Samson <hello@stephsamson.com> * Run black after commit fron Github. * Import the identifiers used in type annotations. Co-authored-by: Steph Samson <hello@stephsamson.com>
Petter Strandmark committed
-
- 29 Apr, 2020 4 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 25 Apr, 2020 1 commit
-
-
* fix incorrect parsing of spaces when parsing version constraints * add tests for `parse_constraint`
Arun Babu Neelicattu committed
-