Skip to content

Commit 56360c0

Browse files
Release 0.21.0 (#272)
Release 0.21.0 Update the changelog and the specfile for release 0.21.0. Reviewed-by: Nikola Forró
2 parents 9f0e79c + 6d8e01e commit 56360c0

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.21.0
2+
3+
- `specfile` no longer tracebacks when some sources are missing and can't be _emulated_. In such case the spec file is parsed without them at the cost of `%setup` and `%patch` macros potentially expanding differently than with the sources present. (#271)
4+
- Specfile's license in RPM spec file is now confirmed to be SPDX compatible. (#269)
5+
16
# 0.20.2
27

38
- Fixed Packit config to work properly with `propose-downstream` and `pull-from-upstream` jobs. (#261)

epel8/python-specfile.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ in a minimal diff.}
55

66

77
Name: python-specfile
8-
Version: 0.20.2
9-
Release: 2%{?dist}
8+
Version: 0.21.0
9+
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
1212
License: MIT
@@ -63,6 +63,9 @@ rm -rf specfile.egg-info
6363

6464

6565
%changelog
66+
* Fri Aug 11 2023 Packit Team <[email protected]> - 0.21.0-1
67+
- New upstream release 0.21.0
68+
6669
* Fri Aug 04 2023 Tomas Tomecek <[email protected]> - 0.20.2-2
6770
- Confirm License is SPDX compatible.
6871

fedora/python-specfile.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ in a minimal diff.}
1313

1414

1515
Name: python-specfile
16-
Version: 0.20.2
17-
Release: 2%{?dist}
16+
Version: 0.21.0
17+
Release: 1%{?dist}
1818

1919
Summary: A library for parsing and manipulating RPM spec files
2020
License: MIT
@@ -71,6 +71,9 @@ Summary: %{summary}
7171

7272

7373
%changelog
74+
* Fri Aug 11 2023 Packit Team <[email protected]> - 0.21.0-1
75+
- New upstream release 0.21.0
76+
7477
* Fri Aug 04 2023 Tomas Tomecek <[email protected]> - 0.20.2-2
7578
- Confirm License is SPDX compatible.
7679

0 commit comments

Comments
 (0)