forked from pool/python-specfile
Accepting request 1188958 from home:smolsheep:upgrades
- Add typing_extensions to Requires as well -- Fix rpmlint error - Update to 0.32.0: * It is now possible to bump a release in a manner similar to rpmdev-bumpspec using Specfile.bump_release() method. OBS-URL: https://build.opensuse.org/request/show/1188958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=46
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 07:48:10 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Add typing_extensions to Requires as well -- Fix rpmlint error
|
||||||
|
- Update to 0.32.0:
|
||||||
|
* It is now possible to bump a release in a manner similar to
|
||||||
|
rpmdev-bumpspec using Specfile.bump_release() method.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 5 13:06:52 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
Fri Jul 5 13:06:52 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-specfile
|
Name: python-specfile
|
||||||
Version: 0.31.0
|
Version: 0.32.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for parsing and manipulating RPM spec files
|
Summary: A library for parsing and manipulating RPM spec files
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -30,6 +30,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-rpm
|
Requires: python-rpm
|
||||||
|
Requires: python-typing_extensions
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module flexmock}
|
BuildRequires: %{python_module flexmock}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:405cab9e9caafac4364f9a4c03b5beaf47b73edcd3749b66760d89eb03c2efc1
|
|
||||||
size 105187
|
|
3
specfile-0.32.0.tar.gz
Normal file
3
specfile-0.32.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5efde2e42a7c3fc71d6867b5dbf53027b4ac3f0ab4367a2216ea0058fbb4b3c0
|
||||||
|
size 105985
|
Reference in New Issue
Block a user