From 0229cd2d1b12691aaa969f0dadb332836f159b34883cf993b463b7182e31ce5c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 Feb 2024 11:38:23 +0000 Subject: [PATCH 1/4] - update to 1.9.0: * Add a `to` key in `tool.poetry.packages` to allow custom subpackage names (#672). * Add support for path dependencies that do not define a build system (#675). * Add a `tool.poetry.package-mode` key to support non-package mode (#661). * Improve support for PEP 691 JSON-based Simple API (#664). * Establish zipapp compatibility (#670). * Rework list of files included in build artifacts (#666). * Improve performance by treating collections in packages as immutable (#663). * Deprecate `poetry.core.masonry.builder` (#682). * Deprecate scripts that depend on extras (#690). * Fix an issue where insignificant errors were printed if the working directory is not inside a git repository (#684). * Fix an issue where the project's directory was not recognized as git repository on Windows due to an encoding issue (#685). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=40 --- poetry-core-1.8.1-gh.tar.gz | 3 --- poetry-core-1.9.0-gh.tar.gz | 3 +++ python-poetry-core.changes | 22 ++++++++++++++++++++++ python-poetry-core.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 poetry-core-1.8.1-gh.tar.gz create mode 100644 poetry-core-1.9.0-gh.tar.gz diff --git a/poetry-core-1.8.1-gh.tar.gz b/poetry-core-1.8.1-gh.tar.gz deleted file mode 100644 index d87f3a5..0000000 --- a/poetry-core-1.8.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e73e3a57a1d5205a2f0c527ea598401a94ca46047d1534008ecb911ce790ead -size 367396 diff --git a/poetry-core-1.9.0-gh.tar.gz b/poetry-core-1.9.0-gh.tar.gz new file mode 100644 index 0000000..034c769 --- /dev/null +++ b/poetry-core-1.9.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721 +size 371033 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index a7544f4..e98b579 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Feb 4 11:37:59 UTC 2024 - Dirk Müller + +- update to 1.9.0: + * Add a `to` key in `tool.poetry.packages` to allow custom + subpackage names (#672). + * Add support for path dependencies that do not define a build + system (#675). + * Add a `tool.poetry.package-mode` key to support non-package + mode (#661). + * Improve support for PEP 691 JSON-based Simple API (#664). + * Establish zipapp compatibility (#670). + * Rework list of files included in build artifacts (#666). + * Improve performance by treating collections in packages as + immutable (#663). + * Deprecate `poetry.core.masonry.builder` (#682). + * Deprecate scripts that depend on extras (#690). + * Fix an issue where insignificant errors were printed if the + working directory is not inside a git repository (#684). + * Fix an issue where the project's directory was not recognized + as git repository on Windows due to an encoding issue (#685). + ------------------------------------------------------------------- Tue Jan 2 19:14:12 UTC 2024 - Dirk Müller diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 0070791..28f1720 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.8.1 +Version: 1.9.0 Release: 0 Summary: Poetry PEP 517 Build Backend License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0 From d8886f801f3d6c237d1dfac70391e08163fb130596b18e58b974b48811b77ceb Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 5 Feb 2024 13:46:13 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=41 --- python-poetry-core.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-poetry-core.changes b/python-poetry-core.changes index e98b579..23bcea6 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- Sun Feb 4 11:37:59 UTC 2024 - Dirk Müller +DON'T SUBMIT IT. MAIN POETRY WORKING WITH IT IS NOT RELEASED YET + - update to 1.9.0: * Add a `to` key in `tool.poetry.packages` to allow custom subpackage names (#672). From 3606912ef0b95dd5596a70f5a0b1e4063739c866924ac8daa5ba595f06681c7f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 6 Feb 2024 20:42:52 +0000 Subject: [PATCH 3/4] Accepting request 1144726 from home:bnavigator:branches:devel:languages:python Revert update. Poetry 1.8 is still not released- OBS-URL: https://build.opensuse.org/request/show/1144726 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=42 --- poetry-core-1.8.1-gh.tar.gz | 3 +++ poetry-core-1.9.0-gh.tar.gz | 3 --- python-poetry-core.changes | 24 ------------------------ python-poetry-core.spec | 2 +- 4 files changed, 4 insertions(+), 28 deletions(-) create mode 100644 poetry-core-1.8.1-gh.tar.gz delete mode 100644 poetry-core-1.9.0-gh.tar.gz diff --git a/poetry-core-1.8.1-gh.tar.gz b/poetry-core-1.8.1-gh.tar.gz new file mode 100644 index 0000000..d87f3a5 --- /dev/null +++ b/poetry-core-1.8.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e73e3a57a1d5205a2f0c527ea598401a94ca46047d1534008ecb911ce790ead +size 367396 diff --git a/poetry-core-1.9.0-gh.tar.gz b/poetry-core-1.9.0-gh.tar.gz deleted file mode 100644 index 034c769..0000000 --- a/poetry-core-1.9.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721 -size 371033 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index 23bcea6..a7544f4 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,27 +1,3 @@ -------------------------------------------------------------------- -Sun Feb 4 11:37:59 UTC 2024 - Dirk Müller - -DON'T SUBMIT IT. MAIN POETRY WORKING WITH IT IS NOT RELEASED YET - -- update to 1.9.0: - * Add a `to` key in `tool.poetry.packages` to allow custom - subpackage names (#672). - * Add support for path dependencies that do not define a build - system (#675). - * Add a `tool.poetry.package-mode` key to support non-package - mode (#661). - * Improve support for PEP 691 JSON-based Simple API (#664). - * Establish zipapp compatibility (#670). - * Rework list of files included in build artifacts (#666). - * Improve performance by treating collections in packages as - immutable (#663). - * Deprecate `poetry.core.masonry.builder` (#682). - * Deprecate scripts that depend on extras (#690). - * Fix an issue where insignificant errors were printed if the - working directory is not inside a git repository (#684). - * Fix an issue where the project's directory was not recognized - as git repository on Windows due to an encoding issue (#685). - ------------------------------------------------------------------- Tue Jan 2 19:14:12 UTC 2024 - Dirk Müller diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 28f1720..0070791 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.9.0 +Version: 1.8.1 Release: 0 Summary: Poetry PEP 517 Build Backend License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0 From b99cb3ba8384c365a99a24ad41313ed8f7c3adad7b66a67af34248bb344db22f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 19 Mar 2024 15:35:02 +0000 Subject: [PATCH 4/4] - Update to 1.9.0 (bsc#1221705): - Added - Add a to key in tool.poetry.packages to allow custom subpackage names - Add support for path dependencies that do not define a build system - Add a tool.poetry.package-mode key to support non-package mode - Changed - Update list of supported licenses - Improve support for PEP 691 JSON-based Simple API - Establish zipapp compatibility - Rework list of files included in build artifacts - Improve performance by treating collections in packages as immutable - Deprecate poetry.core.masonry.builder - Deprecate scripts that depend on extras - Fixed - Fix an issue where insignificant errors were printed if the working directory is not inside a git repository - Fix an issue where the project's directory was not recognized as git repository on Windows due to an encoding issue - Vendoring fastjsonschema==2.19.1 lark==1.1.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=43 --- poetry-core-1.8.1-gh.tar.gz | 3 --- poetry-core-1.9.0-gh.tar.gz | 3 +++ python-poetry-core.changes | 30 ++++++++++++++++++++++++++++++ python-poetry-core.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 poetry-core-1.8.1-gh.tar.gz create mode 100644 poetry-core-1.9.0-gh.tar.gz diff --git a/poetry-core-1.8.1-gh.tar.gz b/poetry-core-1.8.1-gh.tar.gz deleted file mode 100644 index d87f3a5..0000000 --- a/poetry-core-1.8.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e73e3a57a1d5205a2f0c527ea598401a94ca46047d1534008ecb911ce790ead -size 367396 diff --git a/poetry-core-1.9.0-gh.tar.gz b/poetry-core-1.9.0-gh.tar.gz new file mode 100644 index 0000000..034c769 --- /dev/null +++ b/poetry-core-1.9.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721 +size 371033 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index a7544f4..9b236e0 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Mar 19 15:29:49 UTC 2024 - Matej Cepl + +- Update to 1.9.0 (bsc#1221705): + - Added + - Add a to key in tool.poetry.packages to allow custom + subpackage names + - Add support for path dependencies that do not define a + build system + - Add a tool.poetry.package-mode key to support non-package + mode + - Changed + - Update list of supported licenses + - Improve support for PEP 691 JSON-based Simple API + - Establish zipapp compatibility + - Rework list of files included in build artifacts + - Improve performance by treating collections in packages as + immutable + - Deprecate poetry.core.masonry.builder + - Deprecate scripts that depend on extras + - Fixed + - Fix an issue where insignificant errors were printed if the + working directory is not inside a git repository + - Fix an issue where the project's directory was not + recognized as git repository on Windows due to an encoding + issue + - Vendoring + fastjsonschema==2.19.1 + lark==1.1.8 + ------------------------------------------------------------------- Tue Jan 2 19:14:12 UTC 2024 - Dirk Müller diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 0070791..28f1720 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.8.1 +Version: 1.9.0 Release: 0 Summary: Poetry PEP 517 Build Backend License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0