From 6e0ddf0f6789e4c561bfb2dd83723ed7c1f9bc59 Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Nov 30 2022 10:45:58 +0000 Subject: Release 1.13 Signed-off-by: Lenka Segura --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index 00ccb99..e06f03d 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.12 +Version: 1.13 Release: 1%{?dist} Summary: Pagure Git auth backend for Dist-Git setups @@ -73,6 +73,21 @@ nosetests-%{python_version} -v %changelog +* Tue 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 +- Add utility script to migrate a single project from pkgdb to pagure_poc +- Include pkgdb2pagure_acls.py in the releases +- Multiple fixes in the pkgdb2pagure_acls.py scripts +- Updated the load_from_disk and other scripts to python3 (Adam Saleh) +- search exact build NVRs in Koji (Ken Dreyer) +- Add new monitoring options for release-monitoring (Michal Konecny) +- Consistent order of users in pagure_owner_alias.json (Anatoli Babenia) +- Explain relation to src.fedoraproject.org (Anatoli Babenia) +- Add a hint for rejecting a push to disabled branch (Lenka Segura) +- Add give_orphan endpoint (Mattia Verga) + * Tue May 04 2021 Pierre-Yves Chibon - 1.12-1 - Update to 1.12 - Fixed retrieve updates info from bodhi diff --git a/setup.py b/setup.py index 6a4a3a0..b47ce80 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ tests_require = [ setup( name="pagure-dist-git", - version="1.12", + version="1.13", description="Pagure Git auth backend for Dist-Git setups", long_description=long_description, author="Pierre-Yves Chibon",