From 8d560849f1515be5c6745873be52689736880049 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 09 2018 11:32:54 +0000 Subject: Release 2.10.4 Signed-off-by: Pierre-Yves Chibon --- diff --git a/mdapi.spec b/mdapi.spec index 3140801..16757bd 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.10.3 +Version: 2.10.4 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -69,6 +69,11 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Fri Feb 09 2018 Pierre-Yves Chibon - 2.10.4-1 +- Update to 2.10.4 +- Fix the srcpkg endpoint by making it search for a direct match before trying + the sub-packages + * Wed Jan 10 2018 Pierre-Yves Chibon - 2.10.3-1 - Update to 2.10.3 - Always initialize the output variable diff --git a/setup.py b/setup.py index ebf882d..8a19866 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.10.3', + version='2.10.4', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',