diff --git a/distroinfo-0.3.2.tar.gz b/distroinfo-0.3.2.tar.gz deleted file mode 100644 index d1e4227..0000000 --- a/distroinfo-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3f62a8bc39bf819036f22e07fa82b1a6f5647b2d0b96dadb521a84193cca027 -size 73347 diff --git a/distroinfo-0.5.1.tar.gz b/distroinfo-0.5.1.tar.gz new file mode 100644 index 0000000..fd9b778 --- /dev/null +++ b/distroinfo-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e23ebc5fd17e0166eebd641208de65fc31b9600d06495ea2ba594e8bf5f147 +size 238734 diff --git a/python-distroinfo.changes b/python-distroinfo.changes index 5e8aee2..c218bc1 100644 --- a/python-distroinfo.changes +++ b/python-distroinfo.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Dec 9 08:49:52 UTC 2021 - pgajdos@suse.com + +- version update to 0.5.1 + 0.5.1 + ----- + * Cleanup tox.ini, make pytest-runner req optional + 0.5.0 + ----- + * Add new method: find\_element + * Improve messages for MissingRequiredItem exception + * Fix git URLs for review.rdoproject.org + 0.4.0 + ----- + * Add function to compare attributes between commits + * Fix integration tests + * Update project contact + * Fix CI jobs + ------------------------------------------------------------------- Thu May 28 03:28:14 UTC 2020 - Steve Kowalik diff --git a/python-distroinfo.spec b/python-distroinfo.spec index 5e66ec2..2b668b8 100644 --- a/python-distroinfo.spec +++ b/python-distroinfo.spec @@ -1,7 +1,7 @@ # # spec file for package python-distroinfo # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distroinfo -Version: 0.3.2 +Version: 0.5.1 Release: 0 Summary: Parsing, validation and query functions for packaging metadata License: Apache-2.0 @@ -26,7 +26,6 @@ Group: Development/Languages/Python URL: https://github.com/softwarefactory-project/distroinfo Source: https://files.pythonhosted.org/packages/source/d/distroinfo/distroinfo-%{version}.tar.gz BuildRequires: %{python_module pbr >= 0.5.6} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros