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