Skip to content

Commit c2be029

Browse files
Release 0.32.3 (#414)
Release 0.32.3 Update the changelog and the specfile for release 0.32.3. Reviewed-by: Laura Barcziová
2 parents 92f33e4 + 024df18 commit c2be029

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.32.3
2+
3+
- specfile can now handle multi-line tag values (enclosed in a macro body, e.g. `%shrink`). (#412)
4+
15
# 0.32.2
26

37
- Explicitly invalidate the global parse hash when a SpecParser instance is created to prevent this issue. (#409)

epel8/python-specfile.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result
44
in a minimal diff.}
55

66

7-
%global base_version 0.32.2
7+
%global base_version 0.32.3
88
#global prerelease rc1
99

1010
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@@ -68,6 +68,9 @@ rm -rf specfile.egg-info
6868

6969

7070
%changelog
71+
* Fri Sep 27 2024 Packit Team <[email protected]> - 0.32.3-1
72+
- New upstream release 0.32.3
73+
7174
* Fri Sep 13 2024 Packit Team <[email protected]> - 0.32.2-1
7275
- New upstream release 0.32.2
7376

fedora/python-specfile.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
77
in a minimal diff.}
88

99

10-
%global base_version 0.32.2
10+
%global base_version 0.32.3
1111
#global prerelease rc1
1212

1313
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
7777

7878

7979
%changelog
80+
* Fri Sep 27 2024 Packit Team <[email protected]> - 0.32.3-1
81+
- New upstream release 0.32.3
82+
8083
* Fri Sep 13 2024 Packit Team <[email protected]> - 0.32.2-1
8184
- New upstream release 0.32.2
8285

0 commit comments

Comments
 (0)