From bc05f627a20e3a3a6ab14282beab717bf15be52ef6f4434af0867eb807fb0319 Mon Sep 17 00:00:00 2001 From: Tejas Guruswamy Date: Sat, 12 Oct 2024 06:05:19 +0000 Subject: [PATCH 1/2] - update to 3.1.2: * Drop support for Python 3.7 * Bugfix: When using versioningit with Hatch, don't run the onbuild step for editable builds OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versioningit?expand=0&rev=21 --- python-versioningit.changes | 7 +++++++ python-versioningit.spec | 2 +- versioningit-3.1.1.tar.gz | 3 --- versioningit-3.1.2.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 versioningit-3.1.1.tar.gz create mode 100644 versioningit-3.1.2.tar.gz diff --git a/python-versioningit.changes b/python-versioningit.changes index dc3b4e1..a3b9c31 100644 --- a/python-versioningit.changes +++ b/python-versioningit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 12 06:04:22 UTC 2024 - Tejas Guruswamy + +- update to 3.1.2: + * Drop support for Python 3.7 + * Bugfix: When using versioningit with Hatch, don't run the onbuild step for editable builds + ------------------------------------------------------------------- Thu May 2 22:04:58 UTC 2024 - Dirk Müller diff --git a/python-versioningit.spec b/python-versioningit.spec index c55fe27..2bf5c38 100644 --- a/python-versioningit.spec +++ b/python-versioningit.spec @@ -23,7 +23,7 @@ %endif Name: python-versioningit -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: Versioning It with your Version In Git License: MIT diff --git a/versioningit-3.1.1.tar.gz b/versioningit-3.1.1.tar.gz deleted file mode 100644 index a68ff62..0000000 --- a/versioningit-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0ba586e5af08b87dbe3354082910a1d0502c36202d496e1ae60ef3b41ee29c1 -size 212882 diff --git a/versioningit-3.1.2.tar.gz b/versioningit-3.1.2.tar.gz new file mode 100644 index 0000000..f296894 --- /dev/null +++ b/versioningit-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db83ed99f56b07d83940bee3445ca46ca120d13b6b304cdb5fb44e5aa4edec0 +size 213047 From 5ce9c2baf7d05a52275503be14b71858713ecf0abcbf82d8585324fa119442a7 Mon Sep 17 00:00:00 2001 From: Tejas Guruswamy Date: Sat, 12 Oct 2024 15:52:52 +0000 Subject: [PATCH 2/2] Update python version requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versioningit?expand=0&rev=22 --- python-versioningit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-versioningit.spec b/python-versioningit.spec index 2bf5c38..92cc19e 100644 --- a/python-versioningit.spec +++ b/python-versioningit.spec @@ -29,7 +29,7 @@ Summary: Versioning It with your Version In Git License: MIT URL: https://github.com/jwodder/versioningit Source: https://files.pythonhosted.org/packages/source/v/versioningit/versioningit-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: python-rpm-macros