From bd93d9c7d98c13b7102f5cc868aff6d17c2e1825 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Aug 07 2014 07:40:50 +0000 Subject: don't pin dateuitl < 2.0 --- diff --git a/python-django-tastypie.spec b/python-django-tastypie.spec index c218223..35ffef6 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.11.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A flexible and capable API layer for Django Group: Development/Languages @@ -22,9 +22,9 @@ Requires: python-dateutil15 # also require setuptools to be able to use 'require' function from pkg_resources module Requires: python-setuptools %else -Requires: python-dateutil >= 1.5 -Requires: python-dateutil < 0:2.0 +Requires: python-dateutil %endif + %if 0%{?fedora} >= 18 Requires: python-django >= 1.2.0 %else @@ -81,6 +81,9 @@ EOF %doc docs/_build/html %changelog +* Thu Aug 07 2014 Matthias Runge - 0.11.1-4 +- Fix python-dateutil requires + * Wed Aug 06 2014 Jon Ciesla - 0.11.1-3 - Fix python-dateutil Requires.