1
0

Accepting request 938239 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/938239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distroinfo?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-12-09 18:46:00 +00:00 committed by Git OBS Bridge
commit baabfcb8c2
4 changed files with 24 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3f62a8bc39bf819036f22e07fa82b1a6f5647b2d0b96dadb521a84193cca027
size 73347

3
distroinfo-0.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1e23ebc5fd17e0166eebd641208de65fc31b9600d06495ea2ba594e8bf5f147
size 238734

View File

@ -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 <steven.kowalik@suse.com>

View File

@ -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