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

poetry 1.0.2 (update formula) #48864

Closed
wants to merge 1 commit into from

Conversation

StephenBrown2
Copy link
Contributor

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install <formula>)?

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).

@bayandin bayandin closed this in 68c9bc5 Jan 10, 2020
@lock lock bot added the outdated PR was locked due to age label Feb 10, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant