[packit] 0.5.1 upstream release
Upstream tag: 0.5.1 Upstream commit: a03b8972 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
f15f6e3202
commit
b781189383
4 changed files with 67 additions and 53 deletions
|
|
@ -5,7 +5,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.5.0
|
||||
Version: 0.5.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -31,12 +31,14 @@ Summary: %{summary}
|
|||
%{desc}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x testing
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n specfile-%{version}
|
||||
# Use packaged RPM python bindings downstream
|
||||
sed -i 's/rpm-py-installer/rpm/' setup.cfg
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x testing
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -57,6 +59,11 @@ Summary: %{summary}
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 10 2022 Packit <hello@packit.dev> - 0.5.1-1
|
||||
- Added new `%conf` section (#74)
|
||||
- Switched to rpm-py-installer (#75)
|
||||
- Fixed detecting extended timestamp format in `%changelog` (#77, #81)
|
||||
|
||||
* Fri Jul 22 2022 Packit <hello@packit.dev> - 0.5.0-1
|
||||
- Strict optional typing is now enforced (#68)
|
||||
- Fixed deduplication of tag names (#69)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue