From fec3e60bfba1eb2c64cd4eb445fd66366f6808ed Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 02 2017 09:45:39 +0000 Subject: Release 2.8 Signed-off-by: Pierre-Yves Chibon --- diff --git a/mdapi.spec b/mdapi.spec index 51d3b45..0f3bf6d 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.7 +Version: 2.8 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 +* Tue May 02 2017 Pierre-Yves Chibon - 2.8-1 +- Update to 2.8 +- Fix and improve the README +- Set the content_type and charset of the index page +- Download the source repository metadata as src_ and expose them +- Order the list of branches returned + * Mon Sep 12 2016 Pierre-Yves Chibon - 2.7-1 - Update to 2.7 - Add the possibility to query package by the name of their source package diff --git a/setup.py b/setup.py index 2965fdf..d426b04 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.7', + version='2.8', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',