diff --git a/python-marshmallow.spec b/python-marshmallow.spec index a8cbdb5..f0af489 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -11,7 +11,7 @@ Name: python-%{upstream_name} Version: 2.2.1 -Release: 0.1.git%{shortcommit}%{?dist} +Release: 0.2.git%{shortcommit}%{?dist} Summary: Python library for converting complex datatypes to and from primitive types License: MIT URL: http://marshmallow.readthedocs.org/ @@ -31,6 +31,8 @@ BuildRequires: pytest BuildRequires: pytz BuildRequires: python-dateutil BuildRequires: python-ordered-set +BuildRequires: python-tox +BuildRequires: python-simplejson %if %{with python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -39,6 +41,8 @@ BuildRequires: python3-pytest BuildRequires: python3-pytz BuildRequires: python3-dateutil BuildRequires: python3-ordered-set +BuildRequires: python3-tox +BuildRequires: python3-simplejson %endif %description @@ -156,6 +160,10 @@ cp -a docs/* examples %{buildroot}%{_docdir}/python3-%{upstream_name}/ %endif %changelog +* Wed Nov 18 2015 Miroslav Suchý 2.2.1-0.2.gitea1def9 +- add BR simplejson +- add BR python-tox + * Wed Nov 18 2015 Miroslav Suchý 2.2.1-0.1.gitea1def9 - rebase to 2.2.1