From 7e85d0b4e64ce0b2ddbd89b2ca50abbd9a0ae6820a4e76cedd5798e058c4f6d4 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 22 Sep 2021 10:06:29 +0000 Subject: [PATCH] Accepting request 920853 from home:bnavigator:branches:devel:languages:python - Update to 1.0.6 * Added support for more hash types gen generating hashes. (#207) - Release 1.0.5 * Fixed the copy of Package instances which led to file hashes not being available. (#193) * Fixed an issue where unsafe parameters could be passed to git commands. (#203) * Fixed an issue where the wrong git executable could be used on Windows. (#205) - Release 1.0.4 * Fixed an error in the way python markers with a precision >= 3 were handled. (#180) * Fixed an error in the evaluation of in/not in markers (#189) OBS-URL: https://build.opensuse.org/request/show/920853 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=8 --- poetry-core-1.0.3-gh.tar.gz | 3 --- poetry-core-1.0.6-gh.tar.gz | 3 +++ python-poetry-core.changes | 17 +++++++++++++++++ python-poetry-core.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 poetry-core-1.0.3-gh.tar.gz create mode 100644 poetry-core-1.0.6-gh.tar.gz diff --git a/poetry-core-1.0.3-gh.tar.gz b/poetry-core-1.0.3-gh.tar.gz deleted file mode 100644 index 4c05696..0000000 --- a/poetry-core-1.0.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5a9f8284c685c638796a322ea868843da5e2094c664436e44061e6bcea367ea -size 411478 diff --git a/poetry-core-1.0.6-gh.tar.gz b/poetry-core-1.0.6-gh.tar.gz new file mode 100644 index 0000000..b104710 --- /dev/null +++ b/poetry-core-1.0.6-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511f585de0855b35599463ce20f4358d54ddfa9be8e26b0f090c4431d76f20a9 +size 414458 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index a878ae8..eb9e042 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Sep 22 09:47:36 UTC 2021 - Ben Greiner + +- Update to 1.0.6 + * Added support for more hash types gen generating hashes. (#207) +- Release 1.0.5 + * Fixed the copy of Package instances which led to file hashes + not being available. (#193) + * Fixed an issue where unsafe parameters could be passed to git + commands. (#203) + * Fixed an issue where the wrong git executable could be used on + Windows. (#205) +- Release 1.0.4 + * Fixed an error in the way python markers with a precision >= 3 + were handled. (#180) + * Fixed an error in the evaluation of in/not in markers (#189) + ------------------------------------------------------------------- Wed Apr 14 21:43:18 UTC 2021 - Ben Greiner diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 60ca856..abf701b 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-poetry-core -Version: 1.0.3 +Version: 1.0.6 Release: 0 Summary: Python poetry core utilities License: MIT