- 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:
Steve Kowalik 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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfd8764fa756cf75d95b0e5b76938573c718c0e85462cdfbc7f6d1cb50b0a61d
size 72542

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 28 03:28:14 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 21 09:54:35 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Thu Mar 21 09:54:35 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

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