From f525187af2d0e7974dc6704e869470764fc425c3 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 23 2018 12:21:43 +0000 Subject: Release 0.12 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure-dist-git.spec b/pagure-dist-git.spec index 25bdf96..a161013 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.11.1 +Version: 0.12 Release: 1%{?dist} Summary: %{sum} @@ -48,7 +48,7 @@ BuildRequires: %{py_prefix}-devel BuildRequires: %{py_prefix}-setuptools Requires: %{py_prefix}-pdc-client -Requires: pagure >= 3.10 +Requires: pagure >= 3.90 %description -n python2-%{modname} Since 3.0 pagure offers a way to customize the creation and compilation the @@ -67,7 +67,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-pdc-client -Requires: python3-pagure +Requires: python3-pagure>=3.90 %description -n python3-%{modname} Since 3.0 pagure offers a way to customize the creation and compilation the @@ -133,6 +133,16 @@ install -p -m 644 scripts/*.py $RPM_BUILD_ROOT/%{_libexecdir}/pagure-dist-git/ %changelog +* Mon Apr 23 2018 Pierre-Yves Chibon - 0.12-1 +- Update to 0.12 +- Add namespace to all the url_for() calls +- Make the branch name grey and remove the new PR button for disabled branches + (querying PDC for that info) +- Add a tag making it obvious when a package is retired on Fedora +- Show disabled branches on main project, ie: *not* forks +- Fix the dist_git_auth backend to the new pagure structure +- Port the different cron scripts to pagure >= 4.0 + * Wed Dec 20 2017 Pierre-Yves Chibon - 0.11.1-1 - Update to 0.11.1 - Ensure releng has always commit ACL diff --git a/setup.py b/setup.py index 4f4d03d..910590d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ tests_require = [ setup( name='pagure-dist-git', - version='0.11.1', + version='0.12', description="Pagure gitolite plugin for Fedora's dist-git setup.", long_description=long_description, author='Pierre-Yves Chibon',