From 40318934464c6355de1dd1a5b3e0e94e706cba7af12124e163de49e613a989a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 May 2023 13:29:15 +0000 Subject: [PATCH] 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 --- python-specfile.changes | 11 +++++++++++ python-specfile.spec | 7 +++---- specfile-0.16.0.tar.gz | 3 --- specfile-0.17.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 specfile-0.16.0.tar.gz create mode 100644 specfile-0.17.0.tar.gz diff --git a/python-specfile.changes b/python-specfile.changes index 15c30e3..73bf852 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 11 12:19:01 UTC 2023 - David Anes + +- 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 diff --git a/python-specfile.spec b/python-specfile.spec index b569fe8..2e55578 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -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 diff --git a/specfile-0.16.0.tar.gz b/specfile-0.16.0.tar.gz deleted file mode 100644 index dd97183..0000000 --- a/specfile-0.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea1ddd234855796adce596f6d1388cb87e6ab282f4f8077859c73cd016ab8908 -size 84422 diff --git a/specfile-0.17.0.tar.gz b/specfile-0.17.0.tar.gz new file mode 100644 index 0000000..935c46b --- /dev/null +++ b/specfile-0.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224f522adef8698b7f321a57e635d3dfecac7311f7922b3222419ce5d5fb8e57 +size 85843