- 10 Jul, 2020 7 commits
-
-
Release 1.1.0a3
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* Improve the way packages are installed * Add support for parallelized operations * Improve the Chooser class * Make the new installer the default * Add an Authenticator class to be able to download from protected urls * Adapt code and tests to latest changes * Update lock file and some dependencies * Improve installations information and caching * Make the final adjustments and tests for the new installer * Use the preview version of Poetry for the CI * Rename Executor.run() to Executor.run_pip() * Gracefully handle errors when executing operations
Sébastien Eustace committed -
Sébastien Eustace committed
-
- 03 Jul, 2020 2 commits
-
-
Sébastien Eustace committed
-
* inspection: improve handling of sdist packages This change ensures that inspection does not fail pre-maturely if source does not contain a setup.py and no dependencies were discovered. Resolves: #2603 * inspection: add tests for package info discovery
Arun Babu Neelicattu committed
-
- 30 Jun, 2020 2 commits
-
-
Arun Babu Neelicattu committed
-
Resolves: #2597
Petter Strandmark committed
-
- 26 Jun, 2020 4 commits
-
-
Release 1.1.0a2
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 24 Jun, 2020 1 commit
-
-
Python version option (`--python`) for `init` script.
finswimmer committed
-
- 22 Jun, 2020 1 commit
-
-
Arun Babu Neelicattu committed
-
- 19 Jun, 2020 1 commit
-
-
Sébastien Eustace committed
-
- 15 Jun, 2020 1 commit
-
-
fcoclavero committed
-
- 12 Jun, 2020 1 commit
-
-
Sébastien Eustace committed
-
- 09 Jun, 2020 10 commits
-
-
Merge master into develop
Sébastien Eustace committed -
Sébastien Eustace committed
-
# Conflicts: # CHANGELOG.md # poetry/__version__.py # poetry/packages/dependency.py # poetry/version/markers.py # pyproject.toml # tests/packages/test_dependency.py # tests/packages/test_main.py
Sébastien Eustace committed -
Release 1.0.9
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Fix legacy repositories packages being continuously updated
Sébastien Eustace committed -
Fix wrong indentation in mixology
Sébastien Eustace committed -
Sébastien Eustace committed
-
Haines Chan committed
-
- 06 Jun, 2020 2 commits
-
-
Added git ssh example to docs
finswimmer committed -
Added a cli add git ssh dependency example to documentation for easy reference.
William Hayes committed
-
- 05 Jun, 2020 8 commits
-
-
# Conflicts: # CHANGELOG.md # poetry/__version__.py # poetry/installation/pip_installer.py # poetry/masonry/builders/editable.py # pyproject.toml # tests/masonry/builders/test_editable.py
Sébastien Eustace committed -
Release 1.0.8
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
# 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
-