From 81755b4b63e07838cfeda66309814483c0136784 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sep 06 2016 05:24:28 +0000 Subject: Update to 2.10.0 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 1738a30..bb99fa6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /marshmallow-ea1def94e8dc534a1cd0da4aa6756d25cd2762ca.tar.gz /marshmallow-2.8.0.tar.gz /marshmallow-2.9.0.tar.gz +/marshmallow-2.10.0.tar.gz diff --git a/python-marshmallow.spec b/python-marshmallow.spec index c5970d5..ef04342 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -2,8 +2,8 @@ %global _docdir_fmt %{name} Name: python-%{modname} -Version: 2.9.0 -Release: 2%{?dist} +Version: 2.10.0 +Release: 1%{?dist} Summary: Python library for converting complex datatypes to and from primitive types License: MIT URL: http://marshmallow.readthedocs.org/ @@ -30,7 +30,7 @@ Marshmallow schemas can be used to:\ Summary: Documentation for %{name} Provides: python3-%{modname}-doc = %{version} Obsoletes: python3-%{modname}-doc < 2.8.0-1 -BuildRequires: /usr/bin/sphinx-build +BuildRequires: python3-sphinx %description doc Documentation for %{name}. @@ -89,7 +89,7 @@ sed -i -e "/sphinx_issues/d" docs/conf.py %build %py2_build %py3_build -sphinx-build -b html docs html +sphinx-build-%{python3_version} -b html docs html %install %py2_install @@ -117,6 +117,9 @@ py.test-%{python3_version} -v %{python3_sitelib}/%{modname}-*.egg-info/ %changelog +* Tue Sep 06 2016 Igor Gnatenko - 2.10.0-1 +- Update to 2.10.0 + * Tue Jul 19 2016 Fedora Release Engineering - 2.9.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 2afdae3..943a7c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e480c7db07e96b02001cf12c15677dd4 marshmallow-2.9.0.tar.gz +eaad164ad5496ea6debf193e815636e1 marshmallow-2.10.0.tar.gz