From 61f0d4098b6205f5c994782dd47a188e6ef3546a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 02 2017 17:24:13 +0000 Subject: Release 2.10 --- diff --git a/mdapi.spec b/mdapi.spec index 579991e..bef4389 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.9 +Version: 2.10 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -68,6 +68,12 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Wed Aug 02 2017 Pierre-Yves Chibon - 2.10-1 +- Update to 2.10 +- Fix displaying the proper basename +- Expose the upstream URL as present in the metadata in the JSON returned +- Fix the JSONP support of the branches endpoint + * Wed Jul 12 2017 Pierre-Yves Chibon - 2.9-1 - Update to 2.9 - Add JSONP support to the application for easier integration with other apps diff --git a/setup.py b/setup.py index 234d2e5..0cd9b5b 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.9', + version='2.10', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',