From 2f8c8ea7dbb2239fff50342b42e57d7338d935e9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 13 2016 11:53:13 +0000 Subject: Release 2.3 --- diff --git a/mdapi.spec b/mdapi.spec index bc145fd..f4658c1 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.2.3 +Version: 2.3 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -68,6 +68,16 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Wed Jan 13 2016 Pierre-Yves Chibon - 2.3-1 +- Update to 2.3 +- Return pretty JSON when the accept header is text/html (Till Maas) +- Order packages by their Epoch-Version-Release and return only the most recent +- Mention deployment URL in the README +- Adjust the JSON key from `files` to `changelogs` to reflect the content +- Rely on urllib and aiohttp.MultiDict to do the url arguments parsing +- Fix using ?pretty=False in a browser +- Drop the dependency on simplejson + * Tue Nov 24 2015 Pierre-Yves Chibon - 2.2.3-1 - Update to 2.2.3 - Fix the branches endpoint (un-instantiated variable) diff --git a/setup.py b/setup.py index 533dfe7..14ddd1f 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.2.3', + version='2.3', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',