Hello community,

here is the log from the commit of package python-django-cors-headers for 
openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-cors-headers (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-django-cors-headers.new.26092 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-cors-headers"

Sun Feb 23 16:47:18 2020 rev:4 rq:776567 version:3.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-django-cors-headers/python-django-cors-headers.changes
  2020-01-15 15:48:36.991431945 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-django-cors-headers.new.26092/python-django-cors-headers.changes
       2020-02-23 16:47:19.514303769 +0100
@@ -1,0 +2,36 @@
+Mon Jan 13 12:02:30 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Build on Leap by not using the macros
+
+-------------------------------------------------------------------
+Tue Jan  7 09:31:13 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.2.1:
+  * Converted setuptools metadata to configuration file.
+  * Support Python 3.8.
+
+-------------------------------------------------------------------
+Mon Oct  7 13:06:59 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.1.1:
+  * Support the value file:// for origins, which is accidentally
+    sent by some versions of Chrome on Android.
+
+-------------------------------------------------------------------
+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.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-cors-headers.spec ++++++
--- /var/tmp/diff_new_pack.BgvAjB/_old  2020-02-23 16:47:19.806304331 +0100
+++ /var/tmp/diff_new_pack.BgvAjB/_new  2020-02-23 16:47:19.806304331 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-cors-headers
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,17 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-django-cors-headers
-Version:        2.5.3
+Version:        3.2.1
 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:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Django
@@ -42,6 +40,7 @@
 
 %prep
 %setup -q -n django-cors-headers-%{version}
+rm pytest.ini
 
 %build
 %python_build
@@ -52,7 +51,7 @@
 
 %check
 export DJANGO_SETTINGS_MODULE=tests.settings
-%python_exec -m pytest
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest -v
 
 %files %{python_files}
 %license LICENSE

++++++ django-cors-headers-2.5.3.tar.gz -> django-cors-headers-3.2.1.tar.gz 
++++++
++++ 4313 lines of diff (skipped)


Reply via email to