Skip to content

Commit a15b091

Browse files
committed
Release 0.2.0
Signed-off-by: Nikola Forró <[email protected]>
1 parent 75bfd49 commit a15b091

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 0.2.0
2+
3+
- Enabled Zuul CI (#8)
4+
- Switched from git:// to https:// for rebase hook (#22)
5+
- Updated pre-commit configuration and adapted to type changes brought by new version of mypy (#24)
6+
- Non-lowercase section names are now supported (#26)
7+
- Added `Sections.get()` convenience method (#29)
8+
- Added packit configuration and enabled packit (#25)
9+
- Fixed infinite recursion when deep-copying instances of `Sections` and `Tags` (#30)
10+
- Updated Fedora and EPEL spec files (#32)
11+
- Fixed issues caused by older versions of dependencies on EPEL 8 (#33)
12+
- Implemented high-level manipulation of sources and patches (#20, #36)
13+
- It is now possible to parse spec files with missing local sources (#23)
14+
115
# 0.1.1
216

317
- Fixed parsing _Source_ and _Patch_ tags

epel/python-specfile.spec

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

66

77
Name: python-specfile
8-
Version: 0.1.1
8+
Version: 0.2.0
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -60,6 +60,9 @@ rm -rf specfile.egg-info
6060

6161

6262
%changelog
63+
* Wed Mar 30 2022 Nikola Forró <[email protected]> - 0.2.0-1
64+
- New upstream release 0.2.0
65+
6366
* Mon Feb 21 2022 Nikola Forró <[email protected]> - 0.1.1-1
6467
- New upstream release 0.1.1
6568

fedora/python-specfile.spec

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

66

77
Name: python-specfile
8-
Version: 0.1.1
8+
Version: 0.2.0
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -57,6 +57,9 @@ Summary: %{summary}
5757

5858

5959
%changelog
60+
* Wed Mar 30 2022 Nikola Forró <[email protected]> - 0.2.0-1
61+
- New upstream release 0.2.0
62+
6063
* Mon Feb 21 2022 Nikola Forró <[email protected]> - 0.1.1-1
6164
- New upstream release 0.1.1
6265

0 commit comments

Comments
 (0)