Skip to content

Commit 799a1a2

Browse files
authored
Release 0.20.1 (#259)
Update the changelog and the specfile for release 0.20.1.
2 parents eb0a3ad + b0bd270 commit 799a1a2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.20.1
2+
3+
- specfile now once again supports EPEL 8 and Python 3.6. (#256)
4+
15
# 0.20.0
26

37
- Fixed infinite loop when removing macros with `%` in the name. (#244)

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.7.0
8+
Version: 0.20.1
99
Release: 1%{?dist}
1010

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

6464

6565
%changelog
66+
* Sun Jul 30 2023 Packit Team <[email protected]> - 0.20.1-1
67+
- New upstream release 0.20.1
68+
6669
* Fri Oct 07 2022 Packit Team <[email protected]> - 0.7.0-1
6770
- New upstream release 0.7.0
6871

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.20.0
16+
Version: 0.20.1
1717
Release: 1%{?dist}
1818

1919
Summary: A library for parsing and manipulating RPM spec files
@@ -71,6 +71,9 @@ Summary: %{summary}
7171

7272

7373
%changelog
74+
* Sun Jul 30 2023 Packit Team <[email protected]> - 0.20.1-1
75+
- New upstream release 0.20.1
76+
7477
* Thu Jul 13 2023 Packit Team <[email protected]> - 0.20.0-1
7578
- New upstream release 0.20.0
7679

0 commit comments

Comments
 (0)