Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump poetry from 0.12.17 to 1.0.2 in /python/helpers #1624

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps poetry from 0.12.17 to 1.0.2.

Release notes

Sourced from poetry's releases.

1.0.2

Fixed

  • Reverted a previous fix (#1796) which was causing errors for projects with file and/or directory dependencies (#1865).

1.0.1

Fixed

  • Fixed an error in env use where the wrong Python executable was being used to check compatibility (#1736).
  • Fixed an error where VCS dependencies were not properly categorized as development dependencies (#1725).
  • Fixed an error where some shells would no longer be usable after using the shell command (#1673).
  • Fixed an error where explicitly included files where not included in wheel distributions (#1750).
  • Fixed an error where some Git dependencies url were not properly parsed (#1756).
  • Fixed an error in the env commands on Windows if the path to the executable contained a space (#1774).
  • Fixed several errors and UX issues caused by keyring on some systems (#1788).
  • Fixed errors when trying to detect installed packages (#1786).
  • Fixed an error when packaging projects where Python packages were not properly detected (#1592).
  • Fixed an error where local file dependencies were exported as editable when using the export command (#1840).
  • Fixed the way environment markers are propagated and evaluated when resolving dependencies (#1829, #1789).
  • Fixed an error in the PEP-508 compliant representation of directory and file dependencies (#1796).
  • Fixed an error where invalid virtual environments would be silently used. They will not be recreated and a warning will be displayed (#1797).
  • Fixed an error where dependencies were not properly detected when reading the setup.py file in some cases (#1764).

1.0.0

Added

  • Added an export command to export the lock file to other formats (only requirements.txt is currently supported).
  • Added a env info command to get basic information about the current environment.
  • Added a env use command to control the Python version used by the project.
  • Added a env list command to list the virtualenvs associated with the current project.
  • Added a env remove command to delete virtualenvs associated with the current project.
  • Added support for POETRY_HOME declaration within get-poetry.py.
  • Added support for declaring a specific source for dependencies.
  • Added support for disabling PyPI and making another repository the default one.
  • Added support for declaring private repositories as secondary.
  • Added the ability to specify packages on a per-format basis.
  • Added support for custom urls in metadata.
  • Full environment markers are now supported for dependencies via the markers property.
  • Added the ability to specify git dependencies directly in add, it no longer requires the --git option.
  • Added the ability to specify path dependencies directly in add, it no longer requires the --path option.
  • Added support for url dependencies (#1260).
  • Publishing to PyPI using API tokens is now supported (#1275).
  • Licenses can now be identified by their full name.
  • Added support for custom certificate authority and client certificates for private repositories.
  • Poetry can now detect and use Conda environments.

Changed

  • Slightly changed the lock file, making it potentially incompatible with previous Poetry versions.
  • The cache:clear command has been renamed to cache clear.
... (truncated)
Changelog

Sourced from poetry's changelog.

[1.0.2] - 2020-01-10

Fixed

  • Reverted a previous fix (#1796) which was causing errors for projects with file and/or directory dependencies (#1865).

[1.0.1] - 2020-01-10

Fixed

  • Fixed an error in env use where the wrong Python executable was being used to check compatibility (#1736).
  • Fixed an error where VCS dependencies were not properly categorized as development dependencies (#1725).
  • Fixed an error where some shells would no longer be usable after using the shell command (#1673).
  • Fixed an error where explicitly included files where not included in wheel distributions (#1750).
  • Fixed an error where some Git dependencies url were not properly parsed (#1756).
  • Fixed an error in the env commands on Windows if the path to the executable contained a space (#1774).
  • Fixed several errors and UX issues caused by keyring on some systems (#1788).
  • Fixed errors when trying to detect installed packages (#1786).
  • Fixed an error when packaging projects where Python packages were not properly detected (#1592).
  • Fixed an error where local file dependencies were exported as editable when using the export command (#1840).
  • Fixed the way environment markers are propagated and evaluated when resolving dependencies (#1829, #1789).
  • Fixed an error in the PEP-508 compliant representation of directory and file dependencies (#1796).
  • Fixed an error where invalid virtual environments would be silently used. They will not be recreated and a warning will be displayed (#1797).
  • Fixed an error where dependencies were not properly detected when reading the setup.py file in some cases (#1764).

[1.0.0] - 2019-12-12

Added

  • Added an export command to export the lock file to other formats (only requirements.txt is currently supported).
  • Added a env info command to get basic information about the current environment.
  • Added a env use command to control the Python version used by the project.
  • Added a env list command to list the virtualenvs associated with the current project.
  • Added a env remove command to delete virtualenvs associated with the current project.
  • Added support for POETRY_HOME declaration within get-poetry.py.
  • Added support for declaring a specific source for dependencies.
  • Added support for disabling PyPI and making another repository the default one.
  • Added support for declaring private repositories as secondary.
  • Added the ability to specify packages on a per-format basis.
  • Added support for custom urls in metadata.
  • Full environment markers are now supported for dependencies via the markers property.
  • Added the ability to specify git dependencies directly in add, it no longer requires the --git option.
  • Added the ability to specify path dependencies directly in add, it no longer requires the --path option.
  • Added support for url dependencies (#1260).
  • Publishing to PyPI using API tokens is now supported (#1275).
  • Licenses can now be identified by their full name.
  • Added support for custom certificate authority and client certificates for private repositories.
  • Poetry can now detect and use Conda environments.
... (truncated)
Commits
  • 636ce8b Bump version to 1.0.2 (#1866)
  • f1b286c Revert "create PEP508 compliant dependency string for directory and file depe...
  • 01ec4a1 Bump version to 1.0.1 (#1860)
  • 7a5de21 Upgrade dependencies before the 1.0.1 release (#1859)
  • 6e053e5 Properly propagate dependency markers (#1829)
  • 10e471a create PEP508 compliant dependency string for directory and file dependencies...
  • cbb1c18 force recreation of venv if it is not sane (#286) (#1797)
  • 4fe3c52 fix: don't export local file dependency as editable (#897) (#1840)
  • 7020761 Merge pull request #1845 from mwmisner/patch-1
  • 6f07c49 Update CONTRIBUTING.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies python Dependabot pull requests that update Python code labels Jan 10, 2020
@feelepxyz feelepxyz closed this Feb 4, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@feelepxyz feelepxyz deleted the dependabot/pip/python/helpers/poetry-1.0.2 branch February 4, 2020 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Dependabot pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant