14
0

Accepting request 1086509 from home:david.anes:branches:devel:languages:python

- Update to version 0.17.0: 
  * 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)

OBS-URL: https://build.opensuse.org/request/show/1086509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=21
This commit is contained in:
2023-05-11 13:29:15 +00:00
committed by Git OBS Bridge
parent 4dcf8e2e65
commit 4031893446
4 changed files with 17 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
%define skip_python38 1
Name: python-specfile
Version: 0.16.0
Version: 0.17.0
Release: 0
Summary: A library for parsing and manipulating RPM spec files
License: MIT
@@ -31,14 +31,13 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module rpm}
BuildRequires: git
BuildRequires: %{python_module flexmock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing-extensions}
BuildRequires: %{python_module rpm}
# /SECTION
BuildRequires: fdupes
Requires: python-rpm
Requires: python-typing-extensions
BuildArch: noarch