From aa1c2bedb73370daef377f870ca3e98f35b333d500163fbe791e1cde7835d015 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 29 May 2023 17:01:54 +0000 Subject: [PATCH] - Update to 1.6.1 * Fix an endless recursion in marker handling (#593). * Fix an issue where the wheel tag was not built correctly under certain circumstances (#591). * Fix an issue where the tests included in the sdist failed due to missing files (#589). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=32 --- poetry-core-1.6.0-gh.tar.gz | 3 --- poetry-core-1.6.1-gh.tar.gz | 3 +++ python-poetry-core.changes | 10 ++++++++++ python-poetry-core.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 poetry-core-1.6.0-gh.tar.gz create mode 100644 poetry-core-1.6.1-gh.tar.gz diff --git a/poetry-core-1.6.0-gh.tar.gz b/poetry-core-1.6.0-gh.tar.gz deleted file mode 100644 index 072a0fd..0000000 --- a/poetry-core-1.6.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2304113e48e3dc91c206fcd5c3ab9a8ad7c94cee2c86d1b4cd826aef53cbb7 -size 476282 diff --git a/poetry-core-1.6.1-gh.tar.gz b/poetry-core-1.6.1-gh.tar.gz new file mode 100644 index 0000000..a6832a0 --- /dev/null +++ b/poetry-core-1.6.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fafe290509000ff8f9f808cd8ad99da504d2cb830d05323082967274028823 +size 477291 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index d26237f..891a7fa 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 29 17:00:46 UTC 2023 - Ben Greiner + +- Update to 1.6.1 + * Fix an endless recursion in marker handling (#593). + * Fix an issue where the wheel tag was not built correctly under + certain circumstances (#591). + * Fix an issue where the tests included in the sdist failed due + to missing files (#589). + ------------------------------------------------------------------- Mon May 22 20:41:26 UTC 2023 - Ben Greiner diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 959f0b6..c887524 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.0 +Version: 1.6.1 Release: 0 Summary: Poetry PEP 517 Build Backend License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0