15
0

- Update to 0.3.2:

* Change README to rst
  * Switching Fedora runc nodeset to pod
  * Fix tags\_diff output with python3
  * Import ABC from collections.abc instead of collections
  * Add license header and fix integration test

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distroinfo?expand=0&rev=6
This commit is contained in:
2020-05-28 03:33:01 +00:00
committed by Git OBS Bridge
parent aaf36d0221
commit 55319a1fe1
4 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-distroinfo
#
# 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-distroinfo
Version: 0.3.0
Version: 0.3.2
Release: 0
Summary: Parsing, validation and query functions for packaging metadata
License: Apache-2.0
@@ -61,7 +61,7 @@ metadata stored in human readable and reviewable text/YAML files.
%python_exec -m pytest
%files %{python_files}
%doc AUTHORS ChangeLog README.md
%doc AUTHORS ChangeLog README.rst
%license LICENSE
%{python_sitelib}/*