Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-tastypie for openSUSE:Factory checked in at 2021-02-23 20:20:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-tastypie (Old) and /work/SRC/openSUSE:Factory/.python-django-tastypie.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-tastypie" Tue Feb 23 20:20:47 2021 rev:15 rq:874333 version:0.14.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes 2020-01-09 22:52:33.706768350 +0100 +++ /work/SRC/openSUSE:Factory/.python-django-tastypie.new.2378/python-django-tastypie.changes 2021-02-23 20:22:29.883766738 +0100 @@ -1,0 +2,5 @@ +Mon Feb 22 09:39:01 UTC 2021 - John Vandenberg <jay...@gmail.com> + +- Skip two tests failing on Tumbleweed Python 3.6 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-tastypie.spec ++++++ --- /var/tmp/diff_new_pack.1mDVVn/_old 2021-02-23 20:22:32.523769072 +0100 +++ /var/tmp/diff_new_pack.1mDVVn/_new 2021-02-23 20:22:32.527769076 +0100 @@ -24,7 +24,7 @@ License: BSD-3-Clause URL: https://github.com/django-tastypie/django-tastypie Source: https://github.com/django-tastypie/django-tastypie/archive/v%{version}.tar.gz -BuildRequires: %{python_module Django >= 1.11} +BuildRequires: %{python_module Django >= 1.11.0} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module biplist} BuildRequires: %{python_module defusedxml} @@ -35,7 +35,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Django >= 1.11 +Requires: python-Django >= 1.11.0 Requires: python-python-dateutil >= 2.1 Requires: python-python-mimeparse >= 0.1.4 Recommends: python-PyYAML @@ -51,6 +51,8 @@ %prep %setup -q -n django-tastypie-%{version} +# https://github.com/django-tastypie/django-tastypie/issues/1617 +sed -Ei 's/(test_apikey_and_authentication_enforce_user|test_is_authenticated)/_\1/' tests/core/tests/authentication.py %build %python_build