From b08f4cc706598cde9a927e3d4158fa1335600b66 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 10 2015 16:33:34 +0000 Subject: Release 1.33.2 --- diff --git a/doc/contributors.rst b/doc/contributors.rst index 2c22886..6b0a941 100644 --- a/doc/contributors.rst +++ b/doc/contributors.rst @@ -3,12 +3,12 @@ Contributors to packagedb Pkgdb2 would be nothing without its contributors. -On December 7, 2015 (release 1.33.1), the list looks as follow: +On December 10, 2015 (release 1.33.2), the list looks as follow: ================= =========== Number of commits Contributor ================= =========== - 2567 Pierre-Yves Chibon + 2570 Pierre-Yves Chibon 41 Ralph Bean 9 Devyani Kota 4 trishnaguha diff --git a/pkgdb2/__init__.py b/pkgdb2/__init__.py index b398eb7..4beb096 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.33.1' +__version__ = '1.33.2' __api_version__ = '1.19' APP = flask.Flask(__name__) diff --git a/utility/pkgdb2.spec b/utility/pkgdb2.spec index 7412be2..554dafa 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.33.1 +Version: 1.33.2 Release: 1%{?dist} Summary: The Fedora package database @@ -118,6 +118,10 @@ install -m 644 utility/alembic.ini $RPM_BUILD_ROOT/%{_sysconfdir}/pkgdb2/alembic %changelog +* Thu Dec 10 2015 Pierre-Yves Chibon - 1.33.2-1 +- Update to 1.33.2 +- Fix the bugzilla integration when requesting a new package in pkgdb + * Mon Dec 07 2015 Pierre-Yves Chibon - 1.33.1-1 - Update to 1.33.1 - Fix the API listing the packages to make it return the ACLs if asked to