Skip to content

Commit ab8f141

Browse files
authored
Release 0.23.0
1 parent a2cf5fd commit ab8f141

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.23.0
2+
3+
- Sources now have a `valid` property that indicates whether a source is valid in the current context, meaning it is not present in a false branch of any condition. (#295)
4+
15
# 0.22.1
26

37
- Removed dependency on setuptools-scm-git-archive. (#290)

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.1
8+
Version: 0.23.0
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+
* Sun Oct 29 2023 Packit Team <[email protected]> - 0.23.0-1
65+
- New upstream release 0.23.0
66+
6467
* Fri Oct 06 2023 Packit Team <[email protected]> - 0.22.1-1
6568
- New upstream release 0.22.1
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.1
11+
Version: 0.23.0
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+
* Sun Oct 29 2023 Packit Team <[email protected]> - 0.23.0-1
74+
- New upstream release 0.23.0
75+
7376
* Fri Oct 06 2023 Packit Team <[email protected]> - 0.22.1-1
7477
- New upstream release 0.22.1
7578

0 commit comments

Comments
 (0)