From 512c95000ec52b2fefad5cf4c434789ac85cb258 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 21 2017 11:39:46 +0000 Subject: Release 0.6 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index 50a6b6f..198c2d5 100644 --- a/pagure-dist-git.spec +++ b/pagure-dist-git.spec @@ -22,8 +22,8 @@ BuildRequires: python2-devel %global sum Pagure gitolite plugin for Fedora's dist-git setup. Name: pagure-dist-git -Version: 0.5 -Release: 2%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: %{sum} License: GPLv2+ @@ -130,6 +130,19 @@ install -p -m 644 static/pagure-logo.png $RPM_BUILD_ROOT/%{_datadir}/pagure_dist %changelog +* 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) +- Add a log statement when querying PDC (Ralph Bean) +- Simplify the gitolite rules for forks and add tests for them +- Make the project flake8 valid +- Slightly change text to make it less confusing, per mattdm +1 (Paul W. + Frields) +- Add support for the provenpackager group in pagure-dist-git +- Adjust the logic to group the users and groups in a single line +- Some package do not allow provenpackager access +- Simplify the index_auth template so it renders faster + * Tue Aug 08 2017 Pierre-Yves Chibon - 0.5-1 - Update to 0.5 - Drop the delete button when the config is off in repo_info.html diff --git a/setup.py b/setup.py index 4235438..a31d29d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='0.5', + version='0.6', description="Pagure gitolite plugin for Fedora's dist-git setup.", long_description=long_description, author='Pierre-Yves Chibon',