From ec0f43db9c6de297ea048b39e5407d5255139568 Mon Sep 17 00:00:00 2001 From: Silvie Chlupova Date: Feb 02 2022 14:05:33 +0000 Subject: Automatic commit of package [python-copr] release [1.115-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/python-copr b/.tito/packages/python-copr index 5536f10..e32cd47 100644 --- a/.tito/packages/python-copr +++ b/.tito/packages/python-copr @@ -1 +1 @@ -1.114-1 python/ +1.115-1 python/ diff --git a/python/python-copr.spec b/python/python-copr.spec index 4e2e33f..c2b5bf3 100644 --- a/python/python-copr.spec +++ b/python/python-copr.spec @@ -9,7 +9,7 @@ %endif Name: python-copr -Version: 1.114 +Version: 1.115 Release: 1%{?dist} Summary: Python interface for Copr @@ -221,6 +221,13 @@ cp -a docs/_build/html %{buildroot}%{_pkgdocdir}/ %doc %{_pkgdocdir} %changelog +* Wed Feb 02 2022 Silvie Chlupova 1.115-1 +- don't BuildRequires pyproject-rpm-macros directly +- fix exception caused by default msg value +- raise user-friendly exception when on request timeout +- print human-readable validation errors in APIv3 +- remove macros that reference old Fedoras and EL6 and instroduce EL9 + * Wed Nov 10 2021 Silvie Chlupova 1.114-1 - Depend on setuptools for the pkg_resources - APIv3 /monitor route diff --git a/python/setup.py b/python/setup.py index 95b21f9..9ac7ff5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -30,7 +30,7 @@ __url__ = "https://pagure.io/copr/copr" setup( name='copr', - version="1.114", + version="1.115", description=__description__, long_description=long_description, author=__author__,