Skip to content

Commit d3b9767

Browse files
committed
Release 0.4.0
Signed-off-by: Nikola Forró <[email protected]>
1 parent f23ad2b commit d3b9767

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.4.0
2+
3+
- Added convenience properties for most used tags (#63)
4+
- Hardened linting by ignoring only specific mypy errors (#64)
5+
- Fixed list of valid tag names and ensured newly added tags are not part of a condition block (#66)
6+
- Initial patch number and its default number of digits are now honored (#66)
7+
- Fixed a bug in `%prep` macro stringification (#67)
8+
19
# 0.3.0
210

311
- Made `Sources` a `MutableSequence` (#36)

epel/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.3.0
8+
Version: 0.4.0
99
Release: 1%{?dist}
1010

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

6161

6262
%changelog
63+
* Thu Jun 16 2022 Nikola Forró <[email protected]> - 0.4.0-1
64+
- New upstream release 0.4.0
65+
6366
* Tue May 10 2022 Nikola Forró <[email protected]> - 0.3.0-1
6467
- New upstream release 0.3.0
6568

fedora/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.3.0
8+
Version: 0.4.0
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -57,6 +57,9 @@ Summary: %{summary}
5757

5858

5959
%changelog
60+
* Thu Jun 16 2022 Nikola Forró <[email protected]> - 0.4.0-1
61+
- New upstream release 0.4.0
62+
6063
* Tue May 10 2022 Nikola Forró <[email protected]> - 0.3.0-1
6164
- New upstream release 0.3.0
6265

0 commit comments

Comments
 (0)