From 734cbf5b59a513db6558b85e301df78e891edaa75f73fae5b5fe2b0619a17314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 6 Jan 2023 18:59:36 +0000 Subject: [PATCH] Accepting request 1056662 from home:yarunachalam:branches:devel:languages:python - Update to 0.4.4 * Add validation for pipenv section * Add more tests - Update to 0.4.3 (2022-12-13) Bug Fixes * Validate that package extras are a list OBS-URL: https://build.opensuse.org/request/show/1056662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plette?expand=0&rev=9 --- plette-0.4.2.tar.gz | 3 --- plette-0.4.4.tar.gz | 3 +++ python-plette.changes | 11 +++++++++++ python-plette.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 plette-0.4.2.tar.gz create mode 100644 plette-0.4.4.tar.gz diff --git a/plette-0.4.2.tar.gz b/plette-0.4.2.tar.gz deleted file mode 100644 index 8cb8656..0000000 --- a/plette-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa6bd3106939da0f072a214e7bd33eb69736132068a877c0a528ad09eb6b162a -size 34805 diff --git a/plette-0.4.4.tar.gz b/plette-0.4.4.tar.gz new file mode 100644 index 0000000..d282b75 --- /dev/null +++ b/plette-0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6606fd288bc2d97aac4ddd4bd278f43e41f7545efd63ee358405e6256030f9e1 +size 36359 diff --git a/python-plette.changes b/python-plette.changes index c11ab80..903e33e 100644 --- a/python-plette.changes +++ b/python-plette.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 6 17:11:13 UTC 2023 - Yogalakshmi Arunachalam + +- Update to 0.4.4 + * Add validation for pipenv section + * Add more tests + +- Update to 0.4.3 (2022-12-13) + Bug Fixes + * Validate that package extras are a list + ------------------------------------------------------------------- Mon Oct 17 12:20:21 UTC 2022 - pgajdos@suse.com diff --git a/python-plette.spec b/python-plette.spec index 1047003..b606817 100644 --- a/python-plette.spec +++ b/python-plette.spec @@ -1,7 +1,7 @@ # # spec file for package python-plette # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plette -Version: 0.4.2 +Version: 0.4.4 Release: 0 Summary: Structured Pipfile and Pipfile.lock models License: ISC @@ -28,7 +28,7 @@ Source: https://github.com/sarugaku/plette/archive/refs/tags/v%{version} # See https://github.com/sarugaku/plette/issues/8 Patch0: ignore-hashlib-case.patch BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools >= 36.2.2} +BuildRequires: %{python_module setuptools >= 61.0.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros