From b9aa631bca2d22f7818313ce5d97a1c6b72c048a1d8b24cdd873816fde55f0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:04:39 +0000 Subject: [PATCH] Accepting request 1034926 from home:yarunachalam:branches:devel:languages:python - Update to version 0.9.0 * Added utility classes for working with (N)EVR. (#113) * Fixed an issue with multiple instances of Specfile not expanding macros in the right context. (#117) OBS-URL: https://build.opensuse.org/request/show/1034926 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=3 --- python-specfile.changes | 7 +++++++ python-specfile.spec | 13 +++++++------ specfile-0.8.0.tar.gz | 3 --- specfile-0.9.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 specfile-0.8.0.tar.gz create mode 100644 specfile-0.9.0.tar.gz diff --git a/python-specfile.changes b/python-specfile.changes index f810877..d95fb42 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 9 19:02:12 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.9.0 + * Added utility classes for working with (N)EVR. (#113) + * Fixed an issue with multiple instances of Specfile not expanding macros in the right context. (#117) + ------------------------------------------------------------------- Tue Oct 25 09:48:05 UTC 2022 - Daniel Garcia diff --git a/python-specfile.spec b/python-specfile.spec index 93c1286..04c74ac 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -15,23 +15,24 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define skip_python38 1 Name: python-specfile -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: A library for parsing and manipulating RPM spec files License: MIT URL: https://github.com/packit/specfile Source: https://files.pythonhosted.org/packages/source/s/specfile/specfile-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm_git_archive} +BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module rpm} -BuildRequires: %{python_module typing-extensions} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module flexmock} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module typing-extensions} # /SECTION BuildRequires: fdupes Requires: python-rpm diff --git a/specfile-0.8.0.tar.gz b/specfile-0.8.0.tar.gz deleted file mode 100644 index 1929901..0000000 --- a/specfile-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cc5498868e6658211eab8e1003d898165e0d3a7761240822ce39fa04daf8f8e -size 65159 diff --git a/specfile-0.9.0.tar.gz b/specfile-0.9.0.tar.gz new file mode 100644 index 0000000..eef1d80 --- /dev/null +++ b/specfile-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9005f5b733fe1f22cb3f9c0e4f06e9bf78917a3c30ac1b2bd2bec525f9ca01 +size 66363