[packit] 0.2.0 upstream release
Upstream tag: 0.2.0 Upstream commit: a15b0918 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
0dd597c7d9
commit
39331bdc83
4 changed files with 132 additions and 3 deletions
|
|
@ -5,14 +5,14 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.1.1
|
||||
Version: 0.2.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
License: MIT
|
||||
URL: https://github.com/packit/specfile
|
||||
|
||||
Source0: https://github.com/packit/specfile/archive/%{version}/specfile-%{version}.tar.gz
|
||||
Source0: %{pypi_source specfile}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -57,6 +57,19 @@ Summary: %{summary}
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 31 2022 Packit <hello@packit.dev> - 0.2.0-1
|
||||
- Enabled Zuul CI (#8)
|
||||
- Switched from git:// to https:// for rebase hook (#22)
|
||||
- Updated pre-commit configuration and adapted to type changes brought by new version of mypy (#24)
|
||||
- Non-lowercase section names are now supported (#26)
|
||||
- Added `Sections.get()` convenience method (#29)
|
||||
- Added packit configuration and enabled packit (#25)
|
||||
- Fixed infinite recursion when deep-copying instances of `Sections` and `Tags` (#30)
|
||||
- Updated Fedora and EPEL spec files (#32)
|
||||
- Fixed issues caused by older versions of dependencies on EPEL 8 (#33)
|
||||
- Implemented high-level manipulation of sources and patches (#20, #36)
|
||||
- It is now possible to parse spec files with missing local sources (#23)
|
||||
|
||||
* Mon Feb 21 2022 Nikola Forró <nforro@redhat.com> - 0.1.1-1
|
||||
- New upstream release 0.1.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue