From 86391d6fe3fe2fce13d00f3e496a7c0b7fa75a5f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 29 2017 15:28:44 +0000 Subject: Release 0.7 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index a643e4a..1bb69b2 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -22,7 +22,7 @@ BuildRequires: python2-devel %global sum Pagure gitolite plugin for Fedora's dist-git setup. Name: pagure-dist-git -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: %{sum} @@ -134,6 +134,15 @@ install -p -m 644 pagure_poc.py $RPM_BUILD_ROOT/%{_libexecdir}/pagure-dist-git/ %changelog +* Fri Sep 29 2017 Pierre-Yves Chibon - 0.7-1 +- Update to 0.7 +- Fix provenpackager access, they also need branch access +- Add support for the custom username in the SSH URL +- Remove caching when querying PDC so that Gitolite ACLs are not generated + with stale data (Matt Prahl) +- Warn the committers if PRs are turned off and there is no readme +- Add a small script dumping the main admins of each project in pagure + * Mon Aug 21 2017 Pierre-Yves Chibon - 0.6-1 - Update to 0.6 - Added a new version of the package sources logo (Ryan Lerch) diff --git a/setup.py b/setup.py index 7935551..2446717 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='0.6', + version='0.7', description="Pagure gitolite plugin for Fedora's dist-git setup.", long_description=long_description, author='Pierre-Yves Chibon',