diff --git a/python-python-rpm-spec.changes b/python-python-rpm-spec.changes index 3c08f41..f0e9355 100644 --- a/python-python-rpm-spec.changes +++ b/python-python-rpm-spec.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 5 09:18:10 UTC 2020 - Marketa Calabkova + +- update to 0.9 + * Ignore case when parsing directives + ------------------------------------------------------------------- Tue Mar 5 12:52:41 UTC 2019 - John Vandenberg diff --git a/python-python-rpm-spec.spec b/python-python-rpm-spec.spec index d80337c..d7e5b3a 100644 --- a/python-python-rpm-spec.spec +++ b/python-python-rpm-spec.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-rpm-spec # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-rpm-spec -Version: 0.8 +Version: 0.9 Release: 0 Summary: Python module for parsing RPM spec files License: MIT @@ -51,7 +51,7 @@ access to various bits of information that is contained in the spec file. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand py.test-%{$python_bin_suffix} -vv tests +%pytest tests %files %{python_files} %doc CHANGELOG* README* diff --git a/python-rpm-spec-0.8.tar.gz b/python-rpm-spec-0.8.tar.gz deleted file mode 100644 index 6ab248b..0000000 --- a/python-rpm-spec-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eca9aa22a0301f3065d6028efb88503bbd343789bb1d3143cf569db1524f696 -size 40634 diff --git a/python-rpm-spec-0.9.tar.gz b/python-rpm-spec-0.9.tar.gz new file mode 100644 index 0000000..b0ec491 --- /dev/null +++ b/python-rpm-spec-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d160f13117240edd05d578376a5402df35953b00fd4ad23d312a4a79cf8824 +size 41137