Skip to content

Commit b352650

Browse files
committed
Release 0.22.0
1 parent 014d098 commit b352650

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.22.0
2+
3+
- Macro definitions and tags gained a new `valid` attribute. A macro definition/tag is considered valid if it doesn't appear in a false branch of any condition appearing in the spec file. (#276)
4+
15
# 0.21.0
26

37
- `specfile` no longer tracebacks when some sources are missing and can't be _emulated_. In such case the spec file is parsed without them at the cost of `%setup` and `%patch` macros potentially expanding differently than with the sources present. (#271)

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.21.0
8+
Version: 0.22.0
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+
* Fri Sep 01 2023 Packit Team <[email protected]> - 0.22.0-1
67+
- New upstream release 0.22.0
68+
6669
* Fri Aug 11 2023 Packit Team <[email protected]> - 0.21.0-1
6770
- New upstream release 0.21.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.21.0
16+
Version: 0.22.0
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+
* Fri Sep 01 2023 Packit Team <[email protected]> - 0.22.0-1
75+
- New upstream release 0.22.0
76+
7477
* Fri Aug 11 2023 Packit Team <[email protected]> - 0.21.0-1
7578
- New upstream release 0.21.0
7679

0 commit comments

Comments
 (0)