From 602aaccedee1816c8181248770b00a081890efc2954bc019a4330d420abb4b98 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 18 Mar 2022 11:17:55 +0000 Subject: [PATCH] Accepting request 962656 from home:bnavigator:branches:devel:languages:python - Update to 1.0.8 * Add hooks according to PEP-660 for editable installs (#257). OBS-URL: https://build.opensuse.org/request/show/962656 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=10 --- poetry-core-1.0.7-gh.tar.gz | 3 --- poetry-core-1.0.8-gh.tar.gz | 3 +++ python-poetry-core.changes | 6 ++++++ python-poetry-core.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 poetry-core-1.0.7-gh.tar.gz create mode 100644 poetry-core-1.0.8-gh.tar.gz diff --git a/poetry-core-1.0.7-gh.tar.gz b/poetry-core-1.0.7-gh.tar.gz deleted file mode 100644 index 546506a..0000000 --- a/poetry-core-1.0.7-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a99d2d0adb54d69acaa6d852bc9d41818b5a2d751aa23a9543e32bc4e6660d -size 414539 diff --git a/poetry-core-1.0.8-gh.tar.gz b/poetry-core-1.0.8-gh.tar.gz new file mode 100644 index 0000000..de6a1f5 --- /dev/null +++ b/poetry-core-1.0.8-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8795006e169a24e0e114ba1c03217716cd190e8d2716c796ddc5ed0382dbca8 +size 414941 diff --git a/python-poetry-core.changes b/python-poetry-core.changes index ea6cbef..fc374ce 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 18 11:05:18 UTC 2022 - Ben Greiner + +- Update to 1.0.8 + * Add hooks according to PEP-660 for editable installs (#257). + ------------------------------------------------------------------- Sat Dec 4 21:06:12 UTC 2021 - Ben Greiner diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 88fe0f2..25c859c 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -1,7 +1,7 @@ # # spec file for package python-poetry-core # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-poetry-core -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Python poetry core utilities License: MIT