From 5c5f70ef0d8fc14b7367d3d6bf4e61f16c59c550 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 10 2018 08:55:49 +0000 Subject: Release 2.10.3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/mdapi.spec b/mdapi.spec index 230ace0..3140801 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.10.2 +Version: 2.10.3 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 +* Wed Jan 10 2018 Pierre-Yves Chibon - 2.10.3-1 +- Update to 2.10.3 +- Always initialize the output variable +- Fix getting package by their source name + * Tue Aug 08 2017 Pierre-Yves Chibon - 2.10.2-1 - Update to 2.10.2 - Fix importing MultiDict from multidict instead of aiohttp diff --git a/setup.py b/setup.py index 111220e..ebf882d 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.2', + version='2.10.3', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',