Skip to content

Commit 3d875b0

Browse files
authored
Release 0.7.0
1 parent 67744e0 commit 3d875b0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.7.0
2+
3+
- It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104)
4+
- Added support for filenames specified in source URL fragments, for example: `https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz` (#100)
5+
16
# 0.6.0
27

38
- Switched to our own implementation of working with `%changelog` timestamps and removed dependency on arrow (#88)

epel8/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in a minimal diff.}
55

66

77
Name: python-specfile
8-
Version: 0.6.0
8+
Version: 0.7.0
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -62,6 +62,9 @@ rm -rf specfile.egg-info
6262

6363

6464
%changelog
65+
* Fri Oct 07 2022 Packit Team <[email protected]> - 0.7.0-1
66+
- New upstream release 0.7.0
67+
6568
* Thu Aug 25 2022 Nikola Forró <[email protected]> - 0.6.0-1
6669
- New upstream release 0.6.0
6770

fedora/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in a minimal diff.}
1313

1414

1515
Name: python-specfile
16-
Version: 0.6.0
16+
Version: 0.7.0
1717
Release: 1%{?dist}
1818

1919
Summary: A library for parsing and manipulating RPM spec files
@@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
6969

7070

7171
%changelog
72+
* Fri Oct 07 2022 Packit Team <[email protected]> - 0.7.0-1
73+
- New upstream release 0.7.0
74+
7275
* Thu Aug 25 2022 Nikola Forró <[email protected]> - 0.6.0-1
7376
- New upstream release 0.6.0
7477

0 commit comments

Comments
 (0)