Skip to content

Commit 6b6cbea

Browse files
Merge pull request #118 from packit/create-pull-request/patch
Release 0.9.0 Update the changelog and the specfile for release 0.9.0. Reviewed-by: Nikola Forró <None>
2 parents 4fc871f + 6c71db6 commit 6b6cbea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.9.0
2+
3+
- Added utility classes for working with (N)EVR. (#113)
4+
- Fixed an issue with multiple instances of `Specfile` not expanding macros in the right context. (#117)
5+
16
# 0.8.0
27

38
- Added `Specfile.update_tag()` method that allows updating tag values while trying to preserve macro expansions. You can watch a demo on [YouTube](https://youtu.be/yzMfBPdFXZY). (#101)

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.8.0
16+
Version: 0.9.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+
* Tue Oct 25 2022 Packit Team <[email protected]> - 0.9.0-1
73+
- New upstream release 0.9.0
74+
7275
* Fri Oct 14 2022 Packit Team <[email protected]> - 0.8.0-1
7376
- New upstream release 0.8.0
7477

0 commit comments

Comments
 (0)