From ad2667b21685c778132a0f5a5a30e473d3399d23 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 19 2015 09:00:47 +0000 Subject: Release 2.0 --- diff --git a/mdapi.spec b/mdapi.spec index 5641156..4440976 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 1.2.2 +Version: 2.0 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -70,6 +70,14 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Thu Nov 19 2015 Pierre-Yves Chibon - 2.0-1 +- Update to 2.0 +- Fix typos on the front page +- Add the dependencies (Requires, Obsoletes, Provides, Conflicts, Enhances, + Recommends, Suggests, Supplements) to the JSON returned +- Add the option to return a prettier JSON +- Add the possibility to disable checking the SSL cert + * Tue Nov 10 2015 Pierre-Yves Chibon - 1.2.2-1 - Update to 1.2.2 - Be consistent about providing links on the front page diff --git a/setup.py b/setup.py index 28f173b..c4112e9 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='1.2.2', + version='2.0', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',