From ec4341dc8594f316fa84b91d5f3ef4c44d670fc5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 07 2016 07:42:05 +0000 Subject: Update to 2.9.0 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 856776a..1738a30 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /ordered_set.patch /marshmallow-ea1def94e8dc534a1cd0da4aa6756d25cd2762ca.tar.gz /marshmallow-2.8.0.tar.gz +/marshmallow-2.9.0.tar.gz diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 1f34989..d851fdf 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -2,7 +2,7 @@ %global _docdir_fmt %{name} Name: python-%{modname} -Version: 2.8.0 +Version: 2.9.0 Release: 1%{?dist} Summary: Python library for converting complex datatypes to and from primitive types License: MIT @@ -116,6 +116,9 @@ py.test-%{python3_version} -v %{python3_sitelib}/%{modname}-*.egg-info/ %changelog +* Thu Jul 07 2016 Igor Gnatenko - 2.9.0-1 +- Update to 2.9.0 + * Wed Jul 06 2016 Igor Gnatenko - 2.8.0-1 - Update to 2.8.0 - Add recommends diff --git a/sources b/sources index 1ed5fb2..2afdae3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94792b51cf2d3a87ebf3f2da182af695 marshmallow-2.8.0.tar.gz +e480c7db07e96b02001cf12c15677dd4 marshmallow-2.9.0.tar.gz