#160 Release 1.13
Merged 2 years ago by humaton. Opened 2 years ago by lenkaseg.
lenkaseg/pagure-dist-git mattia  into  master

file modified
+16 -1
@@ -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 @@ 

  

  

  %changelog

+ * Tue Nov 30 2022 Lenka Segura <lsegura@redhat.com> - 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 <pingou@pingoured.fr> - 1.12-1

  - Update to 1.12

  - Fixed retrieve updates info from bodhi

file modified
+1 -1
@@ -17,7 +17,7 @@ 

  

  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",

Pull-Request has been merged by humaton

2 years ago
Metadata