From f717999e4da72145a170ce0674fa9ef439787041 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 28 2019 11:04:39 +0000 Subject: Release 1.4.0 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index 27be70b..09f4d08 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -18,7 +18,7 @@ %global _python_bytecompile_extra 1 Name: pagure-dist-git -Version: 1.3.1 +Version: 1.4.0 Release: 1%{?dist} Summary: Pagure Git auth backend for Dist-Git setups @@ -85,6 +85,12 @@ nosetests-%{python_version} -v %changelog +* Wed Aug 28 2019 Pierre-Yves Chibon - 1.4.0-1 +- Update to 1.4.0 +- Don't override the repo variable with a PagureAnitya object +- Move the endpoint to change the anitya status from patch to post (since PATCH + calls aren't supported by the version of flask-wtf used in production) + * Wed Aug 21 2019 Pierre-Yves Chibon - 1.3.1-1 - Update to 1.3.1 - Rename the file pagure_distgit.py to plugin.py to avoid conflict at import diff --git a/setup.py b/setup.py index 7bb4198..6d341ae 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='1.3.1', + version='1.4.0', description="Pagure Git auth backend for Dist-Git setups", long_description=long_description, author='Pierre-Yves Chibon',