forked from pool/python-specfile
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:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 11 12:19:01 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 25 07:18:46 UTC 2023 - David Anes <david.anes@suse.com>
|
Tue Apr 25 07:18:46 UTC 2023 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define skip_python38 1
|
%define skip_python38 1
|
||||||
Name: python-specfile
|
Name: python-specfile
|
||||||
Version: 0.16.0
|
Version: 0.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for parsing and manipulating RPM spec files
|
Summary: A library for parsing and manipulating RPM spec files
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -31,14 +31,13 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module rpm}
|
BuildRequires: git
|
||||||
BuildRequires: %{python_module flexmock}
|
BuildRequires: %{python_module flexmock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module typing-extensions}
|
BuildRequires: %{python_module rpm}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-rpm
|
Requires: python-rpm
|
||||||
Requires: python-typing-extensions
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea1ddd234855796adce596f6d1388cb87e6ab282f4f8077859c73cd016ab8908
|
|
||||||
size 84422
|
|
3
specfile-0.17.0.tar.gz
Normal file
3
specfile-0.17.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:224f522adef8698b7f321a57e635d3dfecac7311f7922b3222419ce5d5fb8e57
|
||||||
|
size 85843
|
Reference in New Issue
Block a user