From 55319a1fe17e1806003285a3daa5678db73a4ab6ec7950ee3d14d034e0ec26e9 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 28 May 2020 03:33:01 +0000 Subject: [PATCH] - 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 --- distroinfo-0.3.0.tar.gz | 3 --- distroinfo-0.3.2.tar.gz | 3 +++ python-distroinfo.changes | 10 ++++++++++ python-distroinfo.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 distroinfo-0.3.0.tar.gz create mode 100644 distroinfo-0.3.2.tar.gz diff --git a/distroinfo-0.3.0.tar.gz b/distroinfo-0.3.0.tar.gz deleted file mode 100644 index 35c1853..0000000 --- a/distroinfo-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd8764fa756cf75d95b0e5b76938573c718c0e85462cdfbc7f6d1cb50b0a61d -size 72542 diff --git a/distroinfo-0.3.2.tar.gz b/distroinfo-0.3.2.tar.gz new file mode 100644 index 0000000..d1e4227 --- /dev/null +++ b/distroinfo-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f62a8bc39bf819036f22e07fa82b1a6f5647b2d0b96dadb521a84193cca027 +size 73347 diff --git a/python-distroinfo.changes b/python-distroinfo.changes index dbac62a..5e8aee2 100644 --- a/python-distroinfo.changes +++ b/python-distroinfo.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 28 03:28:14 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-distroinfo.spec b/python-distroinfo.spec index 6df7f3a..5e66ec2 100644 --- a/python-distroinfo.spec +++ b/python-distroinfo.spec @@ -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}/*