From 79031443e33c8af0ee276a186fe5fc63e2a9bad5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 29 2016 17:03:37 +0000 Subject: Release 2.4 --- diff --git a/mdapi.spec b/mdapi.spec index f4658c1..ce275c5 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.3 +Version: 2.4 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -68,6 +68,14 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Mon Feb 29 2016 Pierre-Yves Chibon - 2.4-1 +- Update to 2.4 +- Adjust copyright year +- Expand mdapi to return dependencies information (conflicts, enhances, + recommends, suggests, supplements, requires, provides and obsoletes) +- Improve the cron script to retry after 30 seconds waiting, 3 times max if it + fails to get info for a repo + * 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) diff --git a/setup.py b/setup.py index 14ddd1f..bb12d34 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.3', + version='2.4', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',