From a4cd565acf782ff1b7ca462d9b8735c99dadaa79 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 12 2016 10:35:42 +0000 Subject: Release 2.7 --- diff --git a/mdapi.spec b/mdapi.spec index cf48ae3..51d3b45 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.6 +Version: 2.7 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 +* Mon Sep 12 2016 Pierre-Yves Chibon - 2.7-1 +- Update to 2.7 +- Add the possibility to query package by the name of their source package +- Return flags (Igor Gnatenko) +- Fix querying packages by their source package name (Igor Gnatenko) + * Thu May 12 2016 Pierre-Yves Chibon - 2.6-1 - Update to 2.6 - Fix get_repo_md to handle gzip correctly (Patrick Uiterwijk) diff --git a/setup.py b/setup.py index 33a0144..2965fdf 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.6', + version='2.7', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',