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.2.0b1 #5280

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Release 1.2.0b1 #5280

merged 1 commit into from
Mar 17, 2022

Conversation

finswimmer
Copy link
Member

@finswimmer finswimmer commented Mar 5, 2022

Fixed

  • Fixed an issue where the system environment couldn't be detected (#4406).
  • Fixed another issue where the system environment couldn't be detected (#4433).
  • Replace deprecated requests parameter in uploader (#4580).
  • Fix an issue where venv are detected as broken when using MSys2 on windows (#4482).
  • Fixed an issue where the cache breaks on windows (#4531).
  • Fixed an issue where a whitespace before a semicolon was missing on poetry export (#4575).
  • Fixed an issue where markers were not correctly assigned to nested dependencies (#3511).
  • Recognize one digit version in wheel filenames (#3338).
  • Fixed an issue when locale is unset (#4038).
  • Fixed an issue where the fallback to another interpreter didn't work (#3475).
  • Merge any marker constraints into constraints with specific markers (#4590).
  • Normalize path before hashing so that the generated venv name is independent of case on Windows (#4813).
  • Fixed an issue where a dependency wasn't upgrade by using @latest on poetry update (#4945).
  • Fixed an issue where conda envs in windows are always reported as broken(#5007).
  • Fixed an issue where Poetry doesn't find its own venv on poetry self update (#5049).
  • Fix misuse of pretty_constraint (#4932).
  • Fixed an issue where the reported python version used for venv creation wasn't correct (#5086).
  • Fixed an issue where the searched package wasn't display in the interactive dialog of poetry init (#5076).
  • Fixed an issue where Poetry raises an exception on poetry show when no lock files exists (#5242).
  • Fixed an issue where Poetry crashes when optional vcs_info.requested_version in direct_url.json wasn't included (#5274).
  • Fixed an issue where dependencies with extras were updated despite using --no-update (#4618).
  • Fixed various places where poetry writes messages to stdout instead of stderr (#4110, #5179).
  • Ensured that when complete packages are created dependency inherits source and resolved refs from package (#4604).
  • Ensured that when complete packages are created dependency inherits subdirectory from package if supported (#4604).
  • Fixed an issue where POETRY_EXPERIMENTAL_NEW_INSTALLER needs to be set to an empty string to disable it (#3811).

Added

  • poetry show <package> now also shows which packages depend on it (#2351).
  • The info dialog by poetry about now contains version information about installed poetry and poetry-core (#5288).
  • Print error message when poetry publish fails (#3549).
  • Added in info output to poetry lock --check (#5081).
  • Added new argument --all for poetry env remove to delete all venv of a project at once (#3212).
  • Added new argument --without-urls for poetry export to exclude source repository urls from the exported file (#4763).
  • Added a new installer.max-workers property to the configuration (#3516).
  • Added experimental option virtualenvs.prefer-active-python to detect current activated python (#4852).
  • Added better windows shell support (#5053).

Changed

  • Drop python3.6 support (#5055).
  • Exit with callable return code in generated script (#4456).
  • Internal use of the pep517 high level interfaces for package metadata inspections have been replaced with the build package. (#5155).
  • Poetry now raises an error if the python version in the project environment is no longer compatible with the project (#4520).

@dimbleby
Copy link
Contributor

dimbleby commented Mar 5, 2022

gonna want to take poetry-core 1.1.0a7, surely?

@finswimmer finswimmer force-pushed the prepare-1.2.0b1 branch 2 times, most recently from 6d243a1 to 5714f11 Compare March 6, 2022 07:40
@finswimmer finswimmer requested a review from a team March 6, 2022 07:41
@finswimmer finswimmer force-pushed the prepare-1.2.0b1 branch 2 times, most recently from 1688095 to cea1a53 Compare March 6, 2022 17:01
CHANGELOG.md Outdated Show resolved Hide resolved
@radoering radoering added the kind/release Meta-issues/PRs as part of the release process label Mar 8, 2022
@radoering
Copy link
Member

The links at the end of the changelog still need to be updated.

And #4618 can be added now. 😀

@finswimmer finswimmer force-pushed the prepare-1.2.0b1 branch 2 times, most recently from 96a0c14 to 3835a9f Compare March 8, 2022 16:38
@finswimmer finswimmer marked this pull request as ready for review March 8, 2022 16:39
@finswimmer finswimmer requested a review from a team March 8, 2022 16:40
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@finswimmer finswimmer force-pushed the prepare-1.2.0b1 branch 4 times, most recently from 50d8553 to 0af1921 Compare March 16, 2022 18:54
CHANGELOG.md Outdated Show resolved Hide resolved
@abn abn merged commit dca6ff2 into python-poetry:master Mar 17, 2022
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/release Meta-issues/PRs as part of the release process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants