From eb0abf8fa89f603a07ce1df343e014d732a1aaf171951335f181339df03cdabb Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 8 Dec 2022 13:24:40 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/python-poetry-core revision 10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=7532e909cb02340b04459bb907676067 --- poetry-core-1.3.2-gh.tar.gz | 3 +++ poetry-core-1.4.0-gh.tar.gz | 3 --- python-poetry-core.changes | 21 --------------------- python-poetry-core.spec | 2 +- 4 files changed, 4 insertions(+), 25 deletions(-) create mode 100644 poetry-core-1.3.2-gh.tar.gz delete mode 100644 poetry-core-1.4.0-gh.tar.gz diff --git a/poetry-core-1.3.2-gh.tar.gz b/poetry-core-1.3.2-gh.tar.gz new file mode 100644 index 0000000..a556707 --- /dev/null +++ b/poetry-core-1.3.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731c2e35874ee97f73ed42d8a332cd21cf2ab1f156db6a5adb00e6119bc51226 +size 539267 diff --git a/poetry-core-1.4.0-gh.tar.gz b/poetry-core-1.4.0-gh.tar.gz deleted file mode 100644 index 5f91497..0000000 --- a/poetry-core-1.4.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:621c2f84c6ec15e4ef450600870d62830f56b0bc608f0cc55e887ab50a7876a9 -size 556575 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index bf98015..32d9e4c 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,24 +1,3 @@ -------------------------------------------------------------------- -Tue Dec 6 04:25:48 UTC 2022 - Yogalakshmi Arunachalam - -- Update to 1.4.0 - ## Added - * The PEP 517 metadata_directory is now respected as an input to - the build_wheel hook (#487). - ## Changed - * Sources are now considered more carefully when dealing with - dependencies with environment markers (#497). - * EmptyConstraint is now hashable (#513). - * ParseConstraintError is now raised on version and constraint - parsing errors, and includes information on the package that - caused the error (#514). - ## Fixed - * Fix an issue where invalid PEP 508 requirements were generated - due to a missing space before semicolons (#510). - * Fix an issue where relative paths were encoded into package - requirements, instead of a file:// URL as required by PEP 508 - (#512). - ------------------------------------------------------------------- Tue Oct 11 12:48:50 UTC 2022 - Dirk Müller diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 7efcb97..8d89309 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -17,7 +17,7 @@ Name: python-poetry-core -Version: 1.4.0 +Version: 1.3.2 Release: 0 Summary: Python poetry core utilities License: MIT From e696ea4db304f7fdb76ce015b0608fe06d801609d3d6ff6b160093725adf5eb9 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 13 Dec 2022 17:37:09 +0000 Subject: [PATCH 2/4] Accepting request 1042734 from home:yarunachalam:branches:devel:languages:python - Update to version 1.4.0 * Added The PEP 517 metadata_directory is now respected as an input to the build_wheel hook (#487). * Changed Sources are now considered more carefully when dealing with dependencies with environment markers (#497). EmptyConstraint is now hashable (#513). ParseConstraintError is now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514). * Fixed Fix an issue where invalid PEP 508 requirements were generated due to a missing space before semicolons (#510). Fix an issue where relative paths were encoded into package requirements, instead of a file:// URL as required by PEP 508 (#512). * Vendoring jsonschema==4.17.0 lark==1.1.14 pyrsistent==0.19.2 tomlkit==0.11.6 typing-extensions==4.4.0 OBS-URL: https://build.opensuse.org/request/show/1042734 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=19 --- poetry-core-1.3.2-gh.tar.gz | 3 --- poetry-core-1.4.0-gh.tar.gz | 3 +++ python-poetry-core.changes | 20 ++++++++++++++++++++ python-poetry-core.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 poetry-core-1.3.2-gh.tar.gz create mode 100644 poetry-core-1.4.0-gh.tar.gz diff --git a/poetry-core-1.3.2-gh.tar.gz b/poetry-core-1.3.2-gh.tar.gz deleted file mode 100644 index a556707..0000000 --- a/poetry-core-1.3.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:731c2e35874ee97f73ed42d8a332cd21cf2ab1f156db6a5adb00e6119bc51226 -size 539267 diff --git a/poetry-core-1.4.0-gh.tar.gz b/poetry-core-1.4.0-gh.tar.gz new file mode 100644 index 0000000..5f91497 --- /dev/null +++ b/poetry-core-1.4.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621c2f84c6ec15e4ef450600870d62830f56b0bc608f0cc55e887ab50a7876a9 +size 556575 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index 32d9e4c..163199b 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Dec 13 16:06:09 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.4.0 + * Added + The PEP 517 metadata_directory is now respected as an input to the build_wheel hook (#487). + * Changed + Sources are now considered more carefully when dealing with dependencies with environment markers (#497). + EmptyConstraint is now hashable (#513). + ParseConstraintError is now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514). + * Fixed + Fix an issue where invalid PEP 508 requirements were generated due to a missing space before semicolons (#510). + Fix an issue where relative paths were encoded into package requirements, instead of a file:// URL as required by PEP 508 (#512). + * Vendoring + jsonschema==4.17.0 + lark==1.1.14 + pyrsistent==0.19.2 + tomlkit==0.11.6 + typing-extensions==4.4.0 + ------------------------------------------------------------------- Tue Oct 11 12:48:50 UTC 2022 - Dirk Müller diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 8d89309..7efcb97 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -17,7 +17,7 @@ Name: python-poetry-core -Version: 1.3.2 +Version: 1.4.0 Release: 0 Summary: Python poetry core utilities License: MIT From c8c00081154acc3e8e264b3cf986dcaaec2755ac36d2589985a5733e64554de2 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 13 Dec 2022 17:39:59 +0000 Subject: [PATCH 3/4] update devendored requirements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=20 --- python-poetry-core.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 7efcb97..efcf327 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -27,24 +27,24 @@ URL: https://github.com/python-poetry/poetry-core Source: %{url}/archive/%{version}.tar.gz#/poetry-core-%{version}-gh.tar.gz BuildRequires: %{python_module attrs >= 22.1.0} BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module jsonschema >= 4.1.0} -BuildRequires: %{python_module lark >= 1.1.2} +BuildRequires: %{python_module jsonschema >= 4.16.0} +BuildRequires: %{python_module lark >= 1.1.3} BuildRequires: %{python_module packaging >= 21.3} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyparsing >= 3.0.9} BuildRequires: %{python_module pyrsistent >= 0.18.1} -BuildRequires: %{python_module tomlkit >= 0.11.3} -BuildRequires: %{python_module typing-extensions >= 4.3.0} +BuildRequires: %{python_module tomlkit >= 0.11.5} +BuildRequires: %{python_module typing-extensions >= 4.4.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs >= 22.1.0 -Requires: python-jsonschema >= 4.1.0 -Requires: python-lark >= 1.1.2 +Requires: python-jsonschema >= 4.16.0 +Requires: python-lark >= 1.1.3 Requires: python-packaging >= 21.3 Requires: python-pyparsing >= 3.0.9 Requires: python-pyrsistent >= 0.18.1 -Requires: python-tomlkit >= 0.11.3 -Requires: python-typing-extensions >= 4.3.0 +Requires: python-tomlkit >= 0.11.5 +Requires: python-typing-extensions >= 4.4.0 BuildArch: noarch # SECTION these are all test dependencies, including devel and git BuildRequires: %{python_module devel} From 19a3a8b03fa670b81f3ed68c715fc772dd74f4c76248621e06ea719b7d9af64e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 13 Dec 2022 17:40:22 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=21 --- python-poetry-core.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-poetry-core.changes b/python-poetry-core.changes index 163199b..ec306c3 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 13 17:40:10 UTC 2022 - Benjamin Greiner + +- Update devendored requirements + ------------------------------------------------------------------- Tue Dec 13 16:06:09 UTC 2022 - Yogalakshmi Arunachalam