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 2023-01-27 10:16:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-tastypie (Old)
and /work/SRC/openSUSE:Factory/.python-django-tastypie.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-tastypie"
Fri Jan 27 10:16:33 2023 rev:20 rq:1061431 version:0.14.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-tastypie/python-django-tastypie.changes
2022-10-06 07:41:59.556659056 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-tastypie.new.32243/python-django-tastypie.changes
2023-01-27 10:20:11.364763193 +0100
@@ -1,0 +2,23 @@
+Thu Jan 26 22:57:43 UTC 2023 - John Vandenberg <[email protected]>
+
+- Dropped pr_1642_chunk.patch and python-django-tastypie-no-mock.patch
+ merged upstream
+- Update to v0.4.15
+ * Drops Python 2.5 support. Yes, this is a feature that will pave
+ the way for Tastypie on Python 3 support.
+ * Added TASTYPIE_ABSTRACT_APIKEY, which allows switching the ApiKey
+ model out.
+ * Better support for Django 1.5:
+ + Removed deprecation warnings
+ + Numerous custom User improvements
+ * Expanded places use_in is used
+ * Authorization is now only called once with a full bundle
+ * Changed for_list to accept a boolean
+ * Only save related models that have changed
+ * Better exception reporting, especially in conjunction with Sentry
+ * Configuration warning about defusedxml
+ * Fixed a dependency in setup.py
+ * Release notes became a thing.
+ * Documentation updates
+
+-------------------------------------------------------------------
Old:
----
pr_1642_chunk.patch
python-django-tastypie-no-mock.patch
v0.14.4.tar.gz
New:
----
v0.14.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-tastypie.spec ++++++
--- /var/tmp/diff_new_pack.6qc0Hm/_old 2023-01-27 10:20:11.788765486 +0100
+++ /var/tmp/diff_new_pack.6qc0Hm/_new 2023-01-27 10:20:11.792765507 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-tastypie
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-tastypie
-Version: 0.14.4
+Version: 0.14.5
Release: 0
Summary: A webservice API framework layer for Django
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
-# https://github.com/django-tastypie/django-tastypie/issues/1635
-Patch0: python-django-tastypie-no-mock.patch
-# PATCH-FIX-UPSTREAM pr_1642_chunk.patch -- based on PR 1642
-Patch1: pr_1642_chunk.patch
BuildRequires: %{python_module Django >= 1.11.0}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module biplist}
@@ -54,10 +51,6 @@
%prep
%setup -q -n django-tastypie-%{version}
-%autopatch -p1
-
-# 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
@@ -84,6 +77,6 @@
%files %{python_files}
%license LICENSE
%doc AUTHORS *.rst docs/*.rst docs/release_notes/ docs/code/
-%{python_sitelib}/*
+%{python_sitelib}/*tastypie*/
%changelog
++++++ v0.14.4.tar.gz -> v0.14.5.tar.gz ++++++
++++ 1605 lines of diff (skipped)