From b3f325da5c109c6df09cd3576f3c3aa72da96161 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 04 2015 16:20:42 +0000 Subject: Release 1.33.0 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index d67c707..d210a9a 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,20 +3,21 @@ Contributors to packagedb Pkgdb2 would be nothing without its contributors. -On Oct 13, 2015 (release 1.32.2), the list looks as follow: +On December 04, 2015 (release 1.33.0), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2532 Pierre-Yves Chibon - 40 Ralph Bean + 2562 Pierre-Yves Chibon + 41 Ralph Bean 9 Devyani Kota + 4 trishnaguha 3 Chaoyi Zha 3 Johan Cwiklinski 3 Michael Cronenworth 3 Ricky Elrod + 3 Till Maas 3 Vivek Anand - 2 Till Maas 2 farhaanbukhsh 1 Christopher Meng 1 Micah Denn @@ -27,7 +28,6 @@ Number of commits Contributor 1 Ratnadeep Debnath 1 Subho-bcrec 1 mhaynes121 - 1 trishnaguha ================= =========== This list is generated using diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index 5cc3816..0bead4c 100644 --- a/pkgdb2/__init__.py +++ b/pkgdb2/__init__.py @@ -39,7 +39,7 @@ from flask.ext.fas_openid import FAS import pkgdb2.mail_logging -__version__ = '1.32.2' +__version__ = '1.33.0' __api_version__ = '1.19' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index 8b005ee..752d7d5 100644 --- a/utility/pkgdb2.spec +++ b/utility/pkgdb2.spec @@ -2,7 +2,7 @@ %distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: pkgdb2 -Version: 1.32.2 +Version: 1.33.0 Release: 1%{?dist} Summary: The Fedora package database @@ -118,6 +118,25 @@ install -m 644 utility/alembic.ini $RPM_BUILD_ROOT/%{_sysconfdir}/pkgdb2/alembic %changelog +* Fri Dec 04 2015 Pierre-Yves Chibon - 1.33.0-1 +- Update to 1.33.0 +- Strip the input (if there is one) when a new package is requested (avoids + trailing spaces typo) +- Add a link to the package once the action has been approved (trishnaguha & + pingou) +- Improve the checks to the package review on bugzilla before letting it through +- Limit the size of the content section (avoids the overlap with the options + box) +- When un-retiring a package, request the review_url +- Mention postgresql-devel dependency (Till Maas and Ralph Bean) +- Let the user update request to unretire to `Awaiting Review` +- Restrict the branches proposed to un-retire to the last two Fedora releases +- Perform more checks around the fedora-review flag when syncing info from + bugzilla +- Making sure admins are made aware that changing a status does not process the + request +- When approving a new package, process the new Fedora branch requests as well + * Thu Nov 05 2015 Pierre-Yves Chibon - 1.32.2-1 - Update to 1.32.2 - Fix showing the link to the detail view of the action on the page listing them