Skip to content

Commit 4877611

Browse files
authored
Release 0.12.0
1 parent a82bf08 commit 4877611

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.12.0
2+
3+
- All classes including `Specfile` itself can now be copied using the standard `copy()` and `deepcopy()` functions from `copy` module. (#176)
4+
- `Section.name` attribute has been renamed to a more fitting `Section.id`. (#167)
5+
- `setup.cfg` now uses `license_files` instead of deprecated `license_file`. (#162)
6+
17
# 0.11.1
28

39
- Tags enclosed in conditional macro expansions are not ignored anymore. (#156)

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.11.1
16+
Version: 0.12.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 06 2023 Packit Team <[email protected]> - 0.12.0-1
73+
- New upstream release 0.12.0
74+
7275
* Wed Dec 14 2022 Packit Team <[email protected]> - 0.11.1-1
7376
- New upstream release 0.11.1
7477

0 commit comments

Comments
 (0)