From 9a2fd0835be06e6a994e32e3265e80e502331f50 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Jun 27 2024 10:44:16 +0000 Subject: New release 1.14 Fix bogus date in specfile Signed-off-by: Tomas Hrcka --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index e06f03d..87f0844 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -9,7 +9,7 @@ %global _python_bytecompile_extra 1 Name: pagure-dist-git -Version: 1.13 +Version: 1.14 Release: 1%{?dist} Summary: Pagure Git auth backend for Dist-Git setups @@ -73,7 +73,12 @@ nosetests-%{python_version} -v %changelog -* Tue Nov 30 2022 Lenka Segura - 1.13 +* Thu Jun 27 2024 Tomas Hrcka - 1.14 +- Update to 1.14 +- Remove pdc from plugin.py +- Remove pdc query from is_supported_branch function + +* Wed Nov 30 2022 Lenka Segura - 1.13 - Update to 1.13 - Include the sync_fas_group and load_from_disk utility scripts (Pierre-Yves Chibon) - Script to sync all the ACLs from pkgdb to pagure diff --git a/setup.py b/setup.py index b47ce80..0c35997 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ tests_require = [ setup( name="pagure-dist-git", - version="1.13", + version="1.14", description="Pagure Git auth backend for Dist-Git setups", long_description=long_description, author="Pierre-Yves Chibon",