From fdb5bc7e30d2145052cba5d06be768c2e6bd1268 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Jun 15 2021 10:27:07 +0000 Subject: Automatic commit of package [python-copr] release [1.111-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/python-copr b/.tito/packages/python-copr index d197685..09fe4ac 100644 --- a/.tito/packages/python-copr +++ b/.tito/packages/python-copr @@ -1 +1 @@ -1.110-1 python/ +1.111-1 python/ diff --git a/python/python-copr.spec b/python/python-copr.spec index 359073d..23148ea 100644 --- a/python/python-copr.spec +++ b/python/python-copr.spec @@ -15,7 +15,7 @@ %endif Name: python-copr -Version: 1.110 +Version: 1.111 Release: 1%{?dist} Summary: Python interface for Copr @@ -233,6 +233,10 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/ %doc %{_pkgdocdir} %changelog +* Tue Jun 15 2021 Pavel Raiskup 1.111-1 +- allow user to disable generating appstream metadata +- new API call for providing ENVRA info for builds + * Tue Apr 27 2021 Jakub Kadlcik 1.110-1 - python: drop the deprecated APIv1 code from client - python: add deprecation warning for APIv2 diff --git a/python/setup.py b/python/setup.py index b0cb028..f185b38 100644 --- a/python/setup.py +++ b/python/setup.py @@ -29,7 +29,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name='copr', - version="1.110", + version="1.111", description=__description__, long_description=long_description, author=__author__,