From 7563507c944e748ff3d6d72965690eafb2fb60fe Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Nov 30 2020 11:10:28 +0000 Subject: Automatic commit of package [python-copr] release [1.107-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/python-copr b/.tito/packages/python-copr index a5649cc..bfa44b1 100644 --- a/.tito/packages/python-copr +++ b/.tito/packages/python-copr @@ -1 +1 @@ -1.106-1 python/ +1.107-1 python/ diff --git a/python/python-copr.spec b/python/python-copr.spec index 5323cb8..8343f86 100644 --- a/python/python-copr.spec +++ b/python/python-copr.spec @@ -15,7 +15,7 @@ %endif Name: python-copr -Version: 1.106 +Version: 1.107 Release: 1%{?dist} Summary: Python interface for Copr @@ -231,6 +231,10 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/ %doc %{_pkgdocdir} %changelog +* Mon Nov 30 2020 Pavel Raiskup 1.107-1 +- new mock --isolation option +- deduplicate APIv3 build-chroot parameters + * Wed Nov 11 2020 Pavel Raiskup 1.106-1 - bump to non-devel version diff --git a/python/setup.py b/python/setup.py index 214e097..bc03b00 100644 --- a/python/setup.py +++ b/python/setup.py @@ -29,7 +29,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name='copr', - version="1.106", + version="1.107", description=__description__, long_description=long_description, author=__author__,