From e6392bee31370497bd5c57ec556ea932bd3b941f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sep 15 2016 12:28:51 +0000 Subject: Update to 2.10.1 (RHBZ #1376432) Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index bb99fa6..d5bfa17 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /marshmallow-2.8.0.tar.gz /marshmallow-2.9.0.tar.gz /marshmallow-2.10.0.tar.gz +/marshmallow-2.10.1.tar.gz diff --git a/python-marshmallow.spec b/python-marshmallow.spec index bb2aa53..1ef8e3b 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -2,7 +2,7 @@ %global _docdir_fmt %{name} Name: python-%{modname} -Version: 2.10.0 +Version: 2.10.1 Release: 2%{?dist} Summary: Python library for converting complex datatypes to and from primitive types License: MIT @@ -117,6 +117,9 @@ py.test-%{python3_version} -v %{python3_sitelib}/%{modname}-*.egg-info/ %changelog +* Thu Sep 15 2016 Igor Gnatenko - 2.10.1-2 +- Update to 2.10.1 (RHBZ #1376432) + * Tue Sep 06 2016 Igor Gnatenko - 2.10.0-2 - Trivial fix in spec diff --git a/sources b/sources index 943a7c5..1bf2d86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eaad164ad5496ea6debf193e815636e1 marshmallow-2.10.0.tar.gz +982ad02d18bd43678bf18b989e5240a1 marshmallow-2.10.1.tar.gz