diff --git a/python-django-tastypie.spec b/python-django-tastypie.spec index c1ade95..ef906f1 100644 --- a/python-django-tastypie.spec +++ b/python-django-tastypie.spec @@ -1,7 +1,7 @@ %global pypi_name django-tastypie Name: python-%{pypi_name} -Version: 0.13.1 -Release: 2%{?dist} +Version: 0.13.3 +Release: 1%{?dist} Summary: A flexible and capable API layer for Django Group: Development/Languages @@ -9,8 +9,7 @@ License: BSD URL: https://github.com/toastdriven/django-tastypie/ # Release version doesn't include tests -Source0: http://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz -Patch0: python-django-tastypie-update_html_theme.patch +Source0: https://github.com/%{pypi_name}/%{pypi_name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch # Let's keep Requires and BuildRequires sorted alphabetically @@ -54,7 +53,6 @@ This package contains documentation for %{name}. %prep %setup -q -n %{pypi_name}-%{version} -%patch0 -p0 # (re)generate the documentation #pushd docs sphinx-build docs docs/_build/html @@ -86,6 +84,9 @@ EOF %doc docs/_build/html %changelog +* Thu Feb 18 2016 Cédric OLIVIER - 0.13.3-1 +- Update to 0.13.3 (rhbz#1308500) + * Thu Feb 04 2016 Fedora Release Engineering - 0.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild