Skip to content

Commit 6359e33

Browse files
committed
Release 0.22.1
1 parent 0e92cf2 commit 6359e33

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.1
2+
3+
- Removed dependency on setuptools-scm-git-archive. (#290)
4+
15
# 0.22.0
26

37
- 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)

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

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

6262

6363
%changelog
64+
* Fri Oct 06 2023 Packit Team <[email protected]> - 0.22.1-1
65+
- New upstream release 0.22.1
66+
6467
* Fri Sep 01 2023 Packit Team <[email protected]> - 0.22.0-1
6568
- New upstream release 0.22.0
6669

fedora/python-specfile.spec

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

99

1010
Name: python-specfile
11-
Version: 0.22.0
11+
Version: 0.22.1
1212
Release: 1%{?dist}
1313

1414
Summary: A library for parsing and manipulating RPM spec files
@@ -70,6 +70,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
7070

7171

7272
%changelog
73+
* Fri Oct 06 2023 Packit Team <[email protected]> - 0.22.1-1
74+
- New upstream release 0.22.1
75+
7376
* Fri Sep 01 2023 Packit Team <[email protected]> - 0.22.0-1
7477
- New upstream release 0.22.0
7578

0 commit comments

Comments
 (0)