From f4a4d08577649e9b1199977a2e04baee4563daff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 8 Feb 2021 09:23:11 +0100 Subject: [PATCH] Automatic commit of package [python-productmd] release [1.31-1]. Created by command: /usr/bin/tito tag --- .tito/packages/python-productmd | 2 +- productmd/__init__.py | 2 +- python-productmd.spec | 7 ++++++- setup.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.tito/packages/python-productmd b/.tito/packages/python-productmd index 9a5e9c6..209159b 100644 --- a/.tito/packages/python-productmd +++ b/.tito/packages/python-productmd @@ -1 +1 @@ -1.30-1 ./ +1.31-1 ./ diff --git a/productmd/__init__.py b/productmd/__init__.py index 017f1ce..31f8adc 100644 --- a/productmd/__init__.py +++ b/productmd/__init__.py @@ -19,7 +19,7 @@ # Note this file is templated with Tito. Please make changes to # .tito/templates/__init__.py.in in Git. -__version__ = '1.30' +__version__ = '1.31' from .compose import Compose # noqa from .composeinfo import ComposeInfo # noqa diff --git a/python-productmd.spec b/python-productmd.spec index 931a04d..44cc836 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -6,7 +6,7 @@ %bcond_without python3 Name: python-productmd -Version: 1.30 +Version: 1.31 Release: 1%{?dist} Summary: Library providing parsers for metadata related to OS installation @@ -90,6 +90,11 @@ Requires: python%{python3_pkgversion}-six %endif %changelog +* Mon Feb 08 2021 Lubomír Sedlář 1.31-1 +- Add py39 to tox (lsedlar@redhat.com) +- Explicitly list six as a test dependency (lsedlar@redhat.com) +- Handle build_timestamp in the float format (ttereshc@redhat.com) + * Thu Nov 26 2020 Lubomír Sedlář 1.30-1 - Support ftp protocol when fetching metadata. (pholica@redhat.com) diff --git a/setup.py b/setup.py index 534a16f..4c89389 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name = "productmd", - version = "1.30", + version = "1.31", description = "Product, compose and installation media metadata library", url = "https://github.com/release-engineering/productmd", author = "Daniel Mach",