[packit] 0.7.0 upstream release

Upstream tag: 0.7.0
Upstream commit: e121363b

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-10-07 14:33:43 +00:00
commit 83e96e1562
10 changed files with 80 additions and 16 deletions

View file

@ -5,7 +5,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.6.0
Version: 0.7.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -62,8 +62,12 @@ rm -rf specfile.egg-info
%changelog
* Fri Oct 07 2022 Packit <hello@packit.dev> - 0.7.0-1
- It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104)
- Added support for filenames specified in source URL fragments, for example: `https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz` (#100)
* 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)
- 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