From dc0dca5bd4b4f0f49289f9009a60170562d459e4 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 02 2016 09:37:36 +0000 Subject: Release 2.5 --- diff --git a/mdapi.spec b/mdapi.spec index ce275c5..18cd2d8 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.4 +Version: 2.5 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -68,6 +68,13 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Wed Mar 02 2016 Pierre-Yves Chibon - 2.5-1 +- Update to 2.5 +- Chain the method as coroutines making the process more asynchronous and a + little bit faster +- Streamline the fedmsg diff publication to reduce the amount of data sent per + message (especially for new repo where the diff concerns all the packages) + * Mon Feb 29 2016 Pierre-Yves Chibon - 2.4-1 - Update to 2.4 - Adjust copyright year diff --git a/setup.py b/setup.py index bb12d34..73f83e1 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ print(get_requirements()) setup( name='mdapi', description='A simple API to serve the package repository metadata', - version='2.4', + version='2.5', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',