Hello community,
here is the log from the commit of package python-django-cors-headers for
openSUSE:Factory checked in at 2019-09-17 13:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-cors-headers (Old)
and /work/SRC/openSUSE:Factory/.python-django-cors-headers.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-cors-headers"
Tue Sep 17 13:39:02 2019 rev:3 rq:731262 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-cors-headers/python-django-cors-headers.changes
2019-05-06 21:17:23.089093560 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-cors-headers.new.7948/python-django-cors-headers.changes
2019-09-17 13:39:06.593826589 +0200
@@ -1,0 +2,17 @@
+Mon Sep 16 11:34:48 UTC 2019 - [email protected]
+
+- Fix build error for Leap.
+
+-------------------------------------------------------------------
+Mon Sep 16 09:52:56 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.1.0:
+ * Drop Python 2 support, only Python 3.5-3.7 is supported now.
+ * Fix all links for move from github.com/ottoyiu/django-cors-headers to
+ github.com/adamchainz/django-cors-headers.
+ * Add a hint to the corsheaders.E013 check to make it more obvious how to
resolve it.
+ * Allow 'null' in CORS_ORIGIN_WHITELIST check.
+ * CORS_ORIGIN_WHITELIST now requires URI schemes, and optionally ports
+ * Removed the CORS_MODEL setting, and associated class
+
+-------------------------------------------------------------------
Old:
----
django-cors-headers-2.5.3.tar.gz
New:
----
django-cors-headers-3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-cors-headers.spec ++++++
--- /var/tmp/diff_new_pack.22H2M3/_old 2019-09-17 13:39:07.013826521 +0200
+++ /var/tmp/diff_new_pack.22H2M3/_new 2019-09-17 13:39:07.017826521 +0200
@@ -17,19 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-django-cors-headers
-Version: 2.5.3
+Version: 3.1.0
Release: 0
Summary: A Django App that adds CORS headers to responses
License: MIT
Group: Development/Languages/Python
-URL: https://github.com/ottoyiu/django-cors-headers
+URL: https://github.com/adamchainz/django-cors-headers
Source:
https://files.pythonhosted.org/packages/source/d/django-cors-headers/django-cors-headers-%{version}.tar.gz
BuildRequires: %{python_module Django}
-BuildRequires: %{python_module pytest-django}
-BuildRequires: %{python_module setuptools}
# Test config requires 100% test coverage
BuildRequires: %{python_module pytest-cov}
+BuildRequires: %{python_module pytest-django}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
++++++ django-cors-headers-2.5.3.tar.gz -> django-cors-headers-3.1.0.tar.gz
++++++
++++ 2832 lines of diff (skipped)