[packit] 0.17.0 upstream release

Upstream tag: 0.17.0
Upstream commit: bc4fbbdd
This commit is contained in:
Packit 2023-05-11 09:50:02 +00:00
commit bb02c01e7c
5 changed files with 13 additions and 5 deletions

View file

@ -13,7 +13,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.16.0
Version: 0.17.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -25,6 +25,10 @@ Source0: %{pypi_source specfile}
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
%if %{with tests}
# tests/unit/test_guess_packager.py
BuildRequires: git-core
%endif
%description
@ -67,6 +71,10 @@ Summary: %{summary}
%changelog
* Thu May 11 2023 Packit <hello@packit.dev> - 0.17.0-1
- Added a new `guess_packager()` function that uses similar heuristics as `rpmdev-packager`, meaning that the `Specfile.add_changelog_entry()` method no longer requires `rpmdev-packager` to guess the changelog entry author. (#220)
- The `Specfile.add_changelog_entry()` method now uses dates based on UTC instead of the local timezone. (#223)
* Thu Apr 20 2023 Packit <hello@packit.dev> - 0.16.0-1
- Added `Specfile.has_autorelease` property to detect if a spec file uses the `%%autorelease` macro. (#221)