Skip to content

Commit 510ba84

Browse files
Release 0.31.0
1 parent 9ace410 commit 510ba84

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.31.0
2+
3+
- Value of a `Tag` no longer includes trailing whitespace (if any). (#393)
4+
- specfile now tries to expand macros before processing conditions to be able to resolve conditional expressions defined by macros, for example OpenSUSE Tumbleweed defines `%ifpython3` macro as `%if "%{python_flavor}" == "python3"`. (#394)
5+
16
# 0.30.0
27

38
- Fixed an exception that occured when accessing the `Specfile.has_autochangelog` property while having unparseable lines (e.g. lines ending with unescaped `%`) in `%changelog`. (#387)

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.30.0
7+
%global base_version 0.31.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+
* Thu Jul 04 2024 Packit Team <[email protected]> - 0.31.0-1
72+
- New upstream release 0.31.0
73+
7174
* Wed Jun 26 2024 Packit Team <[email protected]> - 0.30.0-1
7275
- New upstream release 0.30.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.30.0
10+
%global base_version 0.31.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+
* Thu Jul 04 2024 Packit Team <[email protected]> - 0.31.0-1
81+
- New upstream release 0.31.0
82+
8083
* Wed Jun 26 2024 Packit Team <[email protected]> - 0.30.0-1
8184
- New upstream release 0.30.0
8285

0 commit comments

Comments
 (0)