Skip to content

Commit 1789f9c

Browse files
Release 0.27.0 (#339)
Update the changelog and the specfile for release 0.27.0.
2 parents 314d670 + 32984ae commit 1789f9c

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.27.0
2+
3+
- Improved handling of commented-out macro definitions and fixed related logic in `Specfile.update_value()`. (#338)
4+
15
# 0.26.0
26

37
- When accessing tags or macro definitions by name, specfile now takes validity into account when looking for the best match. For example if there are two instances of `Version` tag, one in the true and one in the false branch of a condition, `Specfile.version` will always access the one that is in the true branch. (#328)

epel8/python-specfile.spec

Lines changed: 4 additions & 1 deletion
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.26.0
7+
%global base_version 0.27.0
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 Jan 19 2024 Packit Team <[email protected]> - 0.27.0-1
72+
- New upstream release 0.27.0
73+
7174
* Fri Dec 08 2023 Packit Team <[email protected]> - 0.26.0-1
7275
- New upstream release 0.26.0
7376

fedora/python-specfile.spec

Lines changed: 4 additions & 1 deletion
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.26.0
10+
%global base_version 0.27.0
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 Jan 19 2024 Packit Team <[email protected]> - 0.27.0-1
81+
- New upstream release 0.27.0
82+
8083
* Fri Dec 08 2023 Packit Team <[email protected]> - 0.26.0-1
8184
- New upstream release 0.26.0
8285

0 commit comments

Comments
 (0)