diff --git a/poetry-core-1.6.1-gh.tar.gz b/poetry-core-1.6.1-gh.tar.gz deleted file mode 100644 index a6832a0..0000000 --- a/poetry-core-1.6.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77fafe290509000ff8f9f808cd8ad99da504d2cb830d05323082967274028823 -size 477291 diff --git a/poetry-core-1.7.0-gh.tar.gz b/poetry-core-1.7.0-gh.tar.gz new file mode 100644 index 0000000..992d725 --- /dev/null +++ b/poetry-core-1.7.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302ede6fabb5935e1b6d0956376bb92e9874468f95cb8916eeb97e7a09276350 +size 459637 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index 891a7fa..9f51c40 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Sep 23 10:06:31 UTC 2023 - Ben Greiner + +- Update to 1.7.0 + ## Added + * Optionally use resolved references when converting a VCS + dependency to a PEP 508 dependency specification (#603). + * Improve performance of marker handling (#609). + ## Changed + * Drop support for Python 3.7 (#566). + * Remove deprecated poetry.core.constraints.generic and + poetry.core.semver (#601). + * Allow | as a value separator in markers with the operators in + and not in (#608). + * Put pretty name (instead of normalized name) in metadata + (#620). + * Update list of supported licenses (#623). + ## Fixed + * Fix an issue where the encoding was not handled correctly when + calling a subprocess (#602). + * Fix an issue where caret constraints with additional whitespace + could not be parsed (#606). + * Fix an issue where PEP 508 dependency specifications with names + starting with a digit could not be parsed (#607). + * Fix an issue where Poetry considered an unrelated .gitignore + file resulting in an empty wheel (#611). + ------------------------------------------------------------------- Mon May 29 17:00:46 UTC 2023 - Ben Greiner diff --git a/python-poetry-core.spec b/python-poetry-core.spec index c887524..640b465 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-poetry-core -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: Poetry PEP 517 Build Backend License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0 @@ -26,13 +26,10 @@ Group: Development/Languages/Python URL: https://github.com/python-poetry/poetry-core # Only the github archive provides the tests Source: %{url}/archive/%{version}.tar.gz#/poetry-core-%{version}-gh.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{python_version_nodots} < 38 -Requires: python-importlib-metadata >= 1.7.0 -%endif BuildArch: noarch # SECTION these are all test dependencies, including python-devel and git-core BuildRequires: %{python_module devel}