Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-cors-headers for
openSUSE:Factory checked in at 2022-10-11 18:03:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-cors-headers (Old)
and /work/SRC/openSUSE:Factory/.python-django-cors-headers.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-cors-headers"
Tue Oct 11 18:03:13 2022 rev:11 rq:1009667 version:3.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-cors-headers/python-django-cors-headers.changes
2022-01-07 12:47:56.247910295 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-cors-headers.new.2275/python-django-cors-headers.changes
2022-10-11 18:05:42.818100697 +0200
@@ -1,0 +2,20 @@
+Tue Oct 11 06:24:39 UTC 2022 - John Vandenberg <[email protected]>
+
+- Update to v3.13.0
+ * Support Python 3.11.
+ * Support Django 4.1.
+- from v3.12.0 (2022-05-10)
+ * Drop support for Django 2.2, 3.0, and 3.1.
+- from v3.11.0 (2022-01-10)
+ * Drop Python 3.6 support.
+- from v3.10.1 (2021-12-05)
+ * Prevent a crash when an invalid Origin header is sent.
+- from v3.10.0 (2021-10-05)
+ * Support Python 3.10.
+- from v3.9.0 (2021-09-28)
+ * Support Django 4.0.
+- from v3.8.0 (2021-08-15)
+ * Add type hints.
+ * Stop distributing tests to reduce package size
+
+-------------------------------------------------------------------
Old:
----
django-cors-headers-3.7.0.tar.gz
New:
----
django-cors-headers-3.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-cors-headers.spec ++++++
--- /var/tmp/diff_new_pack.B2ps7e/_old 2022-10-11 18:05:43.190101298 +0200
+++ /var/tmp/diff_new_pack.B2ps7e/_new 2022-10-11 18:05:43.194101305 +0200
@@ -17,15 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%define skip_python36 1
Name: python-django-cors-headers
-Version: 3.7.0
+Version: 3.13.0
Release: 0
Summary: A Django App that adds CORS headers to responses
License: MIT
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
+Source:
https://github.com/adamchainz/django-cors-headers/archive/refs/tags/%{version}.tar.gz#/django-cors-headers-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module Django}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module setuptools}
@@ -57,6 +56,7 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/corsheaders/
+%{python_sitelib}/django[-_]cors[-_]headers*/
%changelog
++++++ django-cors-headers-3.7.0.tar.gz -> django-cors-headers-3.13.0.tar.gz
++++++
++++ 4088 lines of diff (skipped)