Skip to content

Commit 032a6e2

Browse files
Merge pull request #190 from packit/create-pull-request/patch
Release 0.13.0 Update the changelog and the specfile for release 0.13.0. Reviewed-by: Nikola Forró <None> Reviewed-by: Jiri Popelka <None>
2 parents 1ab7eb4 + 2feb063 commit 032a6e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.13.0
2+
3+
- Added `Section.options` attribute for convenient manipulation of section options. (#183)
4+
- specfile now supports single-line sections where section content is represented by a macro starting with a newline. (#182)
5+
- Added `evr` argument to `Specfile.add_changelog_entry()`. This allows adding a changelog entry with an EVR value that's different from the current specfile's value. This makes it easier to reconstruct a specfile's `%changelog` based on another source using the higher level interface. (#181)
6+
17
# 0.12.0
28

39
- All classes including `Specfile` itself can now be copied using the standard `copy()` and `deepcopy()` functions from `copy` module. (#176)

fedora/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in a minimal diff.}
1313

1414

1515
Name: python-specfile
16-
Version: 0.12.0
16+
Version: 0.13.0
1717
Release: 1%{?dist}
1818

1919
Summary: A library for parsing and manipulating RPM spec files
@@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
6969

7070

7171
%changelog
72+
* Fri Jan 20 2023 Packit Team <[email protected]> - 0.13.0-1
73+
- New upstream release 0.13.0
74+
7275
* Fri Jan 06 2023 Packit Team <[email protected]> - 0.12.0-1
7376
- New upstream release 0.12.0
7477

0 commit comments

Comments
 (0)