Skip to content

Commit a7dc990

Browse files
authored
Release 0.11.0
1 parent f1e6309 commit a7dc990

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.11.0
2+
3+
- Context managers (`Specfile.sections()`, `Specfile.tags()` etc.) can now be nested and combined together (with one exception - `Specfile.macro_definitions()`), and it is also possible to use tag properties (e.g. `Specfile.version`, `Specfile.license`) inside them. It is also possible to access the data directly, avoiding the `with` statement, by using the `content` property (e.g. `Specfile.tags().content`), but be aware that no modifications done to such data will be preserved. You must use `with` to make changes. (#153)
4+
15
# 0.10.0
26

37
- Fixed an issue that caused empty lines originally inside changelog entries to appear at the end. (#140)

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.10.0
16+
Version: 0.11.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 Dec 09 2022 Packit Team <[email protected]> - 0.11.0-1
73+
- New upstream release 0.11.0
74+
7275
* Sat Nov 26 2022 Packit Team <[email protected]> - 0.10.0-1
7376
- New upstream release 0.10.0
7477

0 commit comments

Comments
 (0)