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

Release 1.0.1 #133

Merged
merged 2 commits into from
Feb 5, 2021
Merged

Release 1.0.1 #133

merged 2 commits into from
Feb 5, 2021

Conversation

sdispater
Copy link
Member

Fixed

  • Fixed PEP 508 representation of dependency without extras (#102).
  • Fixed an error where development dependencies were being resolved when invoking the PEP-517 backend (#101).
  • Fixed source distribution not being deterministic (#105).
  • Fixed an error where zip files were left open when building wheels (#122).
  • Fixed an error where explicitly included files were still not present in final distributions (#124).
  • Fixed wheel filename matching for recent architecture (#125, #129).
  • Fixed an error where the & character was not accepted for author names (#120).
  • Fixed the PEP-508 representation of some dependencies (#103).
  • Fixed the Requires-Python metadata generation (#127).

@sdispater sdispater requested a review from a team February 5, 2021 16:31
Copy link
Member

@finswimmer finswimmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Go ahead 🚀

@sdispater sdispater merged commit a8fc290 into master Feb 5, 2021
@sdispater sdispater deleted the release-1.0.1 branch February 5, 2021 17:52
@SirObi
Copy link

SirObi commented Feb 5, 2021

@sdispater - seems like this is causing:

$ poetry install
Traceback (most recent call last):
  File "/usr/local/bin/poetry", line 6, in <module>
    from poetry.console import main
  File "/usr/local/lib/python3.7/site-packages/poetry/console/__init__.py", line 1, in <module>
    from .application import Application
  File "/usr/local/lib/python3.7/site-packages/poetry/console/application.py", line 7, in <module>
    from .commands.about import AboutCommand
  File "/usr/local/lib/python3.7/site-packages/poetry/console/commands/__init__.py", line 4, in <module>
    from .check import CheckCommand
  File "/usr/local/lib/python3.7/site-packages/poetry/console/commands/check.py", line 2, in <module>
    from poetry.factory import Factory
  File "/usr/local/lib/python3.7/site-packages/poetry/factory.py", line 16, in <module>
    from .packages.locker import Locker
  File "/usr/local/lib/python3.7/site-packages/poetry/packages/__init__.py", line 2, in <module>
    from .locker import Locker
  File "/usr/local/lib/python3.7/site-packages/poetry/packages/locker.py", line 28, in <module>
    from poetry.core.packages.package import Dependency
ImportError: cannot import name 'Dependency' from 'poetry.core.packages.package' (/usr/local/lib/python3.7/site-packages/poetry/core/packages/package.py)

Works fine if you go down to poetry-core 1.0.0

@sinoroc
Copy link

sinoroc commented Feb 5, 2021

@SirObi reported in python-poetry/poetry#3650 (as far as I can tell).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants