[packit] 0.6.0 upstream release

Upstream tag: 0.6.0
Upstream commit: 8b0a6cc4

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-08-25 13:16:39 +00:00
commit ab94cc7d9a
5 changed files with 14 additions and 7 deletions

View file

@ -5,7 +5,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.5.1
Version: 0.6.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -18,7 +18,7 @@ BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: %{py3_dist setuptools setuptools-scm setuptools-scm-git-archive}
BuildRequires: %{py3_dist arrow importlib-metadata rpm typing-extensions}
BuildRequires: %{py3_dist importlib-metadata rpm typing-extensions}
BuildRequires: %{py3_dist flexmock pytest}
@ -36,6 +36,8 @@ Summary: %{summary}
%prep
%autosetup -p1 -n specfile-%{version}
# Use packaged RPM python bindings downstream
sed -i 's/rpm-py-installer/rpm/' setup.cfg
# Remove bundled egg-info
rm -rf specfile.egg-info
@ -60,9 +62,13 @@ rm -rf specfile.egg-info
%changelog
* Thu Aug 25 2022 Packit <hello@packit.dev> - 0.6.0-1
- Switched to our own implementation of working with `%changelog` timestamps and removed dependency on arrow (#88)
- Fixed requires of EPEL 8 rpm (#86)
* Wed Aug 10 2022 Packit <hello@packit.dev> - 0.5.1-1
- Added new `%conf` section (#74)
- Switched to rpm-py-installer (#75)
- 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