From fac7c225d1817fd7c2da64250d8e8aa7399551e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 29 Mar 2018 08:45:47 +0200 Subject: [PATCH] Automatic commit of package [python-productmd] release [1.11-1]. Created by command: /usr/bin/tito tag --- .tito/packages/python-productmd | 2 +- python-productmd.spec | 6 +++++- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.tito/packages/python-productmd b/.tito/packages/python-productmd index 412af9b..c8db600 100644 --- a/.tito/packages/python-productmd +++ b/.tito/packages/python-productmd @@ -1 +1 @@ -1.10-1 ./ +1.11-1 ./ diff --git a/python-productmd.spec b/python-productmd.spec index 0578728..c88e5ba 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -6,7 +6,7 @@ %bcond_without python3 Name: python-productmd -Version: 1.10 +Version: 1.11 Release: 1%{?dist} Summary: Library providing parsers for metadata related to OS installation @@ -90,6 +90,10 @@ Requires: python%{python3_pkgversion}-six %endif %changelog +* Thu Mar 29 2018 Lubomír Sedlář 1.11-1 +- New class for processing modules (onosek@redhat.com) +- packaging: fixes (ignatenko@redhat.com) + * Wed Jan 17 2018 Lubomír Sedlář 1.10-1 - Drop Fedora 25 build (lsedlar@redhat.com) - Drop RHEL compatibility from spec (lsedlar@redhat.com) diff --git a/setup.py b/setup.py index 73bdef7..028954d 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name = "productmd", - version = "1.10", + version = "1.11", description = "Product, compose and installation media metadata library", url = "https://github.com/release-engineering/productmd", author = "Daniel Mach",