From 899cbf40fa0f8e4420653690533597d8cfbe7221 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 08 2017 14:37:40 +0000 Subject: Release 2.10.2 Signed-off-by: Pierre-Yves Chibon --- diff --git a/mdapi.spec b/mdapi.spec index 9bb2485..230ace0 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.10.1 +Version: 2.10.2 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -18,6 +18,7 @@ BuildRequires: python3-devel BuildRequires: systemd Requires: python3-aiohttp +Requires: python3-multidict Requires: python3-requests Requires: python3-setuptools Requires: python3-sqlalchemy @@ -68,6 +69,10 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog +* Tue Aug 08 2017 Pierre-Yves Chibon - 2.10.2-1 +- Update to 2.10.2 +- Fix importing MultiDict from multidict instead of aiohttp + * Tue Aug 08 2017 Pierre-Yves Chibon - 2.10.1-1 - Update to 2.10.1 - Fix the srcpkg endpoints diff --git a/setup.py b/setup.py index 33c4dde..111220e 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.1', + version='2.10.2', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',