From 11826116054cbebbca3ddfff4d18bec5e9b3abf6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 12 2016 11:04:07 +0000 Subject: Release 2.6 --- diff --git a/mdapi.spec b/mdapi.spec index 18cd2d8..cf48ae3 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.5 +Version: 2.6 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 +* Thu May 12 2016 Pierre-Yves Chibon - 2.6-1 +- Update to 2.6 +- Fix get_repo_md to handle gzip correctly (Patrick Uiterwijk) +- Let the mdapi web app to return JSON with the correct mimetype (Patrick + Uiterwijk) +- Adjust get_repo_md for the new URL structure on the mirrors + * 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 diff --git a/setup.py b/setup.py index 73f83e1..33a0144 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.5', + version='2.6', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',