Hello community,
here is the log from the commit of package python-django-cors-headers for
openSUSE:Factory checked in at 2020-06-10 00:50:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-cors-headers (Old)
and /work/SRC/openSUSE:Factory/.python-django-cors-headers.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-cors-headers"
Wed Jun 10 00:50:56 2020 rev:7 rq:812870 version:3.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-cors-headers/python-django-cors-headers.changes
2020-01-13 22:22:17.086539391 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-cors-headers.new.3606/python-django-cors-headers.changes
2020-06-10 00:50:59.463349153 +0200
@@ -1,0 +2,8 @@
+Tue Jun 9 10:46:42 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- Update to 3.3.0
+ * Drop Django 1.11 support. Only Django 2.0+ is supported now.
+ * Drop the providing_args argument from Signal to prevent
+ a deprecation warning on Django 3.1.
+
+-------------------------------------------------------------------
Old:
----
django-cors-headers-3.2.1.tar.gz
New:
----
django-cors-headers-3.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-cors-headers.spec ++++++
--- /var/tmp/diff_new_pack.V3czvd/_old 2020-06-10 00:51:00.971353098 +0200
+++ /var/tmp/diff_new_pack.V3czvd/_new 2020-06-10 00:51:00.975353109 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-cors-headers
-Version: 3.2.1
+Version: 3.3.0
Release: 0
Summary: A Django App that adds CORS headers to responses
License: MIT
@@ -40,7 +40,6 @@
%prep
%setup -q -n django-cors-headers-%{version}
-rm pytest.ini
%build
%python_build
@@ -51,7 +50,7 @@
%check
export DJANGO_SETTINGS_MODULE=tests.settings
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest -v
+%pytest
%files %{python_files}
%license LICENSE
++++++ django-cors-headers-3.2.1.tar.gz -> django-cors-headers-3.3.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/HISTORY.rst
new/django-cors-headers-3.3.0/HISTORY.rst
--- old/django-cors-headers-3.2.1/HISTORY.rst 2020-01-04 20:00:59.000000000
+0100
+++ new/django-cors-headers-3.3.0/HISTORY.rst 2020-05-18 16:21:19.000000000
+0200
@@ -1,6 +1,13 @@
History
=======
+3.3.0 (2020-05-18)
+------------------
+
+* Drop Django 1.11 support. Only Django 2.0+ is supported now.
+* Drop the ``providing_args`` argument from ``Signal`` to prevent a deprecation
+ warning on Django 3.1.
+
3.2.1 (2020-01-04)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/MANIFEST.in
new/django-cors-headers-3.3.0/MANIFEST.in
--- old/django-cors-headers-3.2.1/MANIFEST.in 2019-06-19 13:16:45.000000000
+0200
+++ new/django-cors-headers-3.3.0/MANIFEST.in 2020-02-24 17:30:45.000000000
+0100
@@ -1,5 +1,11 @@
-include HISTORY.rst README.rst
-include LICENSE
-include runtests.py tox.ini pytest.ini requirements.txt
+global-exclude *.py[cod]
graft tests
-global-exclude *.py[cod] __pycache__
+prune __pycache__
+prune requirements
+include HISTORY.rst
+include LICENSE
+include README.rst
+exclude .editorconfig
+exclude pyproject.toml
+exclude pytest.ini
+exclude tox.ini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/PKG-INFO
new/django-cors-headers-3.3.0/PKG-INFO
--- old/django-cors-headers-3.2.1/PKG-INFO 2020-01-04 20:01:11.000000000
+0100
+++ new/django-cors-headers-3.3.0/PKG-INFO 2020-05-18 16:21:38.927424200
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: django-cors-headers
-Version: 3.2.1
+Version: 3.3.0
Summary: django-cors-headers is a Django application for handling the server
headers required for Cross-Origin Resource Sharing (CORS).
Home-page: https://github.com/adamchainz/django-cors-headers
Author: Otto Yiu
@@ -12,8 +12,8 @@
Description: django-cors-headers
===================
- .. image::
https://travis-ci.org/adamchainz/django-cors-headers.svg?branch=master
- :target: https://travis-ci.org/adamchainz/django-cors-headers
+ .. image::
https://github.com/adamchainz/django-cors-headers/workflows/CI/badge.svg?branch=master
+ :target:
https://github.com/adamchainz/django-cors-headers/actions?workflow=CI
.. image:: https://img.shields.io/pypi/v/django-cors-headers.svg
:target: https://pypi.python.org/pypi/django-cors-headers/
@@ -34,7 +34,8 @@
Some good resources to read on the subject are:
- * The `Wikipedia Page
<https://en.m.wikipedia.org/wiki/Cross-origin_resource_sharing>`_
+ * Julia Evans' `introductory comic <https://drawings.jvns.ca/cors/>`__
+ * The `Wikipedia Page
<https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_
* The `MDN Article
<https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>`_
* The `HTML5 Rocks Tutorial
<https://www.html5rocks.com/en/tutorials/cors/>`_
@@ -43,7 +44,7 @@
Python 3.5 to 3.8 supported.
- Django 1.11 to 3.0 suppported.
+ Django 2.0 to 3.0 supported.
Setup
-----
@@ -52,7 +53,7 @@
.. code-block:: sh
- pip install django-cors-headers
+ python -m pip install django-cors-headers
and then add it to your installed apps:
@@ -394,6 +395,13 @@
History
=======
+ 3.3.0 (2020-05-18)
+ ------------------
+
+ * Drop Django 1.11 support. Only Django 2.0+ is supported now.
+ * Drop the ``providing_args`` argument from ``Signal`` to prevent a
deprecation
+ warning on Django 3.1.
+
3.2.1 (2020-01-04)
------------------
@@ -678,7 +686,6 @@
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
-Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/README.rst
new/django-cors-headers-3.3.0/README.rst
--- old/django-cors-headers-3.2.1/README.rst 2019-11-21 12:01:39.000000000
+0100
+++ new/django-cors-headers-3.3.0/README.rst 2020-04-03 11:04:40.000000000
+0200
@@ -1,8 +1,8 @@
django-cors-headers
===================
-.. image::
https://travis-ci.org/adamchainz/django-cors-headers.svg?branch=master
- :target: https://travis-ci.org/adamchainz/django-cors-headers
+.. image::
https://github.com/adamchainz/django-cors-headers/workflows/CI/badge.svg?branch=master
+ :target:
https://github.com/adamchainz/django-cors-headers/actions?workflow=CI
.. image:: https://img.shields.io/pypi/v/django-cors-headers.svg
:target: https://pypi.python.org/pypi/django-cors-headers/
@@ -23,7 +23,8 @@
Some good resources to read on the subject are:
-* The `Wikipedia Page
<https://en.m.wikipedia.org/wiki/Cross-origin_resource_sharing>`_
+* Julia Evans' `introductory comic <https://drawings.jvns.ca/cors/>`__
+* The `Wikipedia Page
<https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_
* The `MDN Article <https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>`_
* The `HTML5 Rocks Tutorial <https://www.html5rocks.com/en/tutorials/cors/>`_
@@ -32,7 +33,7 @@
Python 3.5 to 3.8 supported.
-Django 1.11 to 3.0 suppported.
+Django 2.0 to 3.0 supported.
Setup
-----
@@ -41,7 +42,7 @@
.. code-block:: sh
- pip install django-cors-headers
+ python -m pip install django-cors-headers
and then add it to your installed apps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/pytest.ini
new/django-cors-headers-3.3.0/pytest.ini
--- old/django-cors-headers-3.2.1/pytest.ini 2019-12-21 21:45:26.000000000
+0100
+++ new/django-cors-headers-3.3.0/pytest.ini 1970-01-01 01:00:00.000000000
+0100
@@ -1,7 +0,0 @@
-[pytest]
-addopts = -p no:doctest
- --cov=corsheaders
- --cov-report term-missing
- --cov-fail-under 100
- --ds=tests.settings
-django_find_project = false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/setup.cfg
new/django-cors-headers-3.3.0/setup.cfg
--- old/django-cors-headers-3.2.1/setup.cfg 2020-01-04 20:01:11.000000000
+0100
+++ new/django-cors-headers-3.3.0/setup.cfg 2020-05-18 16:21:38.928370700
+0200
@@ -1,6 +1,6 @@
[metadata]
name = django-cors-headers
-version = 3.2.1
+version = 3.3.0
description = django-cors-headers is a Django application for handling the
server headers required for Cross-Origin Resource Sharing (CORS).
long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
@@ -22,7 +22,6 @@
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
- Framework :: Django :: 1.11
Framework :: Django :: 2.0
Framework :: Django :: 2.1
Framework :: Django :: 2.2
@@ -44,7 +43,7 @@
package_dir =
=src
packages = find:
-install_requires = Django>=1.11
+install_requires = Django>=2.0
python_requires = >=3.5
[options.packages.find]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/src/corsheaders/conf.py
new/django-cors-headers-3.3.0/src/corsheaders/conf.py
--- old/django-cors-headers-3.2.1/src/corsheaders/conf.py 2019-10-21
11:26:45.000000000 +0200
+++ new/django-cors-headers-3.3.0/src/corsheaders/conf.py 2020-03-26
10:44:29.000000000 +0100
@@ -4,7 +4,7 @@
from corsheaders.defaults import default_headers, default_methods
-class Settings(object):
+class Settings:
"""
Shadow Django's settings with a little logic
"""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/src/corsheaders/signals.py
new/django-cors-headers-3.3.0/src/corsheaders/signals.py
--- old/django-cors-headers-3.2.1/src/corsheaders/signals.py 2019-10-21
11:26:45.000000000 +0200
+++ new/django-cors-headers-3.3.0/src/corsheaders/signals.py 2020-05-18
16:19:41.000000000 +0200
@@ -3,4 +3,4 @@
# If any attached handler returns Truthy, CORS will be allowed for the request.
# This can be used to build custom logic into the request handling when the
# configuration doesn't work.
-check_request_enabled = Signal(providing_args=["request"])
+check_request_enabled = Signal()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-cors-headers-3.2.1/src/django_cors_headers.egg-info/PKG-INFO
new/django-cors-headers-3.3.0/src/django_cors_headers.egg-info/PKG-INFO
--- old/django-cors-headers-3.2.1/src/django_cors_headers.egg-info/PKG-INFO
2020-01-04 20:01:10.000000000 +0100
+++ new/django-cors-headers-3.3.0/src/django_cors_headers.egg-info/PKG-INFO
2020-05-18 16:21:38.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: django-cors-headers
-Version: 3.2.1
+Version: 3.3.0
Summary: django-cors-headers is a Django application for handling the server
headers required for Cross-Origin Resource Sharing (CORS).
Home-page: https://github.com/adamchainz/django-cors-headers
Author: Otto Yiu
@@ -12,8 +12,8 @@
Description: django-cors-headers
===================
- .. image::
https://travis-ci.org/adamchainz/django-cors-headers.svg?branch=master
- :target: https://travis-ci.org/adamchainz/django-cors-headers
+ .. image::
https://github.com/adamchainz/django-cors-headers/workflows/CI/badge.svg?branch=master
+ :target:
https://github.com/adamchainz/django-cors-headers/actions?workflow=CI
.. image:: https://img.shields.io/pypi/v/django-cors-headers.svg
:target: https://pypi.python.org/pypi/django-cors-headers/
@@ -34,7 +34,8 @@
Some good resources to read on the subject are:
- * The `Wikipedia Page
<https://en.m.wikipedia.org/wiki/Cross-origin_resource_sharing>`_
+ * Julia Evans' `introductory comic <https://drawings.jvns.ca/cors/>`__
+ * The `Wikipedia Page
<https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_
* The `MDN Article
<https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>`_
* The `HTML5 Rocks Tutorial
<https://www.html5rocks.com/en/tutorials/cors/>`_
@@ -43,7 +44,7 @@
Python 3.5 to 3.8 supported.
- Django 1.11 to 3.0 suppported.
+ Django 2.0 to 3.0 supported.
Setup
-----
@@ -52,7 +53,7 @@
.. code-block:: sh
- pip install django-cors-headers
+ python -m pip install django-cors-headers
and then add it to your installed apps:
@@ -394,6 +395,13 @@
History
=======
+ 3.3.0 (2020-05-18)
+ ------------------
+
+ * Drop Django 1.11 support. Only Django 2.0+ is supported now.
+ * Drop the ``providing_args`` argument from ``Signal`` to prevent a
deprecation
+ warning on Django 3.1.
+
3.2.1 (2020-01-04)
------------------
@@ -678,7 +686,6 @@
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
-Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-cors-headers-3.2.1/src/django_cors_headers.egg-info/SOURCES.txt
new/django-cors-headers-3.3.0/src/django_cors_headers.egg-info/SOURCES.txt
--- old/django-cors-headers-3.2.1/src/django_cors_headers.egg-info/SOURCES.txt
2020-01-04 20:01:10.000000000 +0100
+++ new/django-cors-headers-3.3.0/src/django_cors_headers.egg-info/SOURCES.txt
2020-05-18 16:21:38.000000000 +0200
@@ -2,10 +2,8 @@
LICENSE
MANIFEST.in
README.rst
-pytest.ini
setup.cfg
setup.py
-tox.ini
src/corsheaders/__init__.py
src/corsheaders/checks.py
src/corsheaders/conf.py
@@ -23,4 +21,34 @@
tests/test_conf.py
tests/test_middleware.py
tests/urls.py
-tests/utils.py
\ No newline at end of file
+tests/utils.py
+tests/__pycache__/__init__.cpython-36.pyc
+tests/__pycache__/__init__.cpython-37.pyc
+tests/__pycache__/__init__.cpython-38.pyc
+tests/__pycache__/settings.cpython-36.pyc
+tests/__pycache__/settings.cpython-37.pyc
+tests/__pycache__/settings.cpython-38.pyc
+tests/__pycache__/test_checks.cpython-36-pytest-5.1.2.pyc
+tests/__pycache__/test_checks.cpython-37-pytest-5.1.2.pyc
+tests/__pycache__/test_checks.cpython-37-pytest-5.2.1.pyc
+tests/__pycache__/test_checks.cpython-37-pytest-5.2.2.pyc
+tests/__pycache__/test_checks.cpython-38-pytest-5.2.2.pyc
+tests/__pycache__/test_checks.cpython-38-pytest-5.3.2.pyc
+tests/__pycache__/test_conf.cpython-36-pytest-5.1.2.pyc
+tests/__pycache__/test_conf.cpython-37-pytest-5.1.2.pyc
+tests/__pycache__/test_conf.cpython-37-pytest-5.2.1.pyc
+tests/__pycache__/test_conf.cpython-37-pytest-5.2.2.pyc
+tests/__pycache__/test_conf.cpython-38-pytest-5.2.2.pyc
+tests/__pycache__/test_conf.cpython-38-pytest-5.3.2.pyc
+tests/__pycache__/test_middleware.cpython-36-pytest-5.1.2.pyc
+tests/__pycache__/test_middleware.cpython-37-pytest-5.1.2.pyc
+tests/__pycache__/test_middleware.cpython-37-pytest-5.2.1.pyc
+tests/__pycache__/test_middleware.cpython-37-pytest-5.2.2.pyc
+tests/__pycache__/test_middleware.cpython-38-pytest-5.2.2.pyc
+tests/__pycache__/test_middleware.cpython-38-pytest-5.3.2.pyc
+tests/__pycache__/urls.cpython-36.pyc
+tests/__pycache__/urls.cpython-37.pyc
+tests/__pycache__/urls.cpython-38.pyc
+tests/__pycache__/utils.cpython-36.pyc
+tests/__pycache__/utils.cpython-37.pyc
+tests/__pycache__/utils.cpython-38.pyc
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-cors-headers-3.2.1/src/django_cors_headers.egg-info/requires.txt
new/django-cors-headers-3.3.0/src/django_cors_headers.egg-info/requires.txt
--- old/django-cors-headers-3.2.1/src/django_cors_headers.egg-info/requires.txt
2020-01-04 20:01:10.000000000 +0100
+++ new/django-cors-headers-3.3.0/src/django_cors_headers.egg-info/requires.txt
2020-05-18 16:21:38.000000000 +0200
@@ -1 +1 @@
-Django>=1.11
+Django>=2.0
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/__init__.cpython-36.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/__init__.cpython-36.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/__init__.cpython-37.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/__init__.cpython-37.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/__init__.cpython-38.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/__init__.cpython-38.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/settings.cpython-36.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/settings.cpython-36.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/settings.cpython-37.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/settings.cpython-37.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/settings.cpython-38.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/settings.cpython-38.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_checks.cpython-36-pytest-5.1.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_checks.cpython-36-pytest-5.1.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_checks.cpython-37-pytest-5.1.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_checks.cpython-37-pytest-5.1.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_checks.cpython-37-pytest-5.2.1.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_checks.cpython-37-pytest-5.2.1.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_checks.cpython-37-pytest-5.2.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_checks.cpython-37-pytest-5.2.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_checks.cpython-38-pytest-5.2.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_checks.cpython-38-pytest-5.2.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_checks.cpython-38-pytest-5.3.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_checks.cpython-38-pytest-5.3.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_conf.cpython-36-pytest-5.1.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_conf.cpython-36-pytest-5.1.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_conf.cpython-37-pytest-5.1.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_conf.cpython-37-pytest-5.1.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_conf.cpython-37-pytest-5.2.1.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_conf.cpython-37-pytest-5.2.1.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_conf.cpython-37-pytest-5.2.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_conf.cpython-37-pytest-5.2.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_conf.cpython-38-pytest-5.2.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_conf.cpython-38-pytest-5.2.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_conf.cpython-38-pytest-5.3.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_conf.cpython-38-pytest-5.3.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_middleware.cpython-36-pytest-5.1.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_middleware.cpython-36-pytest-5.1.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_middleware.cpython-37-pytest-5.1.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_middleware.cpython-37-pytest-5.1.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_middleware.cpython-37-pytest-5.2.1.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_middleware.cpython-37-pytest-5.2.1.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_middleware.cpython-37-pytest-5.2.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_middleware.cpython-37-pytest-5.2.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_middleware.cpython-38-pytest-5.2.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_middleware.cpython-38-pytest-5.2.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/test_middleware.cpython-38-pytest-5.3.2.pyc
and
new/django-cors-headers-3.3.0/tests/__pycache__/test_middleware.cpython-38-pytest-5.3.2.pyc
differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/urls.cpython-36.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/urls.cpython-36.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/urls.cpython-37.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/urls.cpython-37.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/urls.cpython-38.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/urls.cpython-38.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/utils.cpython-36.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/utils.cpython-36.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/utils.cpython-37.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/utils.cpython-37.pyc differ
Binary files
old/django-cors-headers-3.2.1/tests/__pycache__/utils.cpython-38.pyc and
new/django-cors-headers-3.3.0/tests/__pycache__/utils.cpython-38.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-cors-headers-3.2.1/tox.ini
new/django-cors-headers-3.3.0/tox.ini
--- old/django-cors-headers-3.2.1/tox.ini 2019-12-21 21:45:26.000000000
+0100
+++ new/django-cors-headers-3.3.0/tox.ini 1970-01-01 01:00:00.000000000
+0100
@@ -1,65 +0,0 @@
-[tox]
-envlist =
- py35-django{111,20,21,22},
- py36-django{111,20,21,22,30},
- py37-django{111,20,21,22,30},
- py38-django{22,30},
- py38-codestyle
-
-[testenv]
-install_command = pip install --no-deps {opts} {packages}
-commands = python -Wd -m pytest {posargs}
-
-[testenv:py35-django111]
-deps = -rrequirements/py35-django111.txt
-
-[testenv:py35-django20]
-deps = -rrequirements/py35-django20.txt
-
-[testenv:py35-django21]
-deps = -rrequirements/py35-django21.txt
-
-[testenv:py35-django22]
-deps = -rrequirements/py35-django22.txt
-
-[testenv:py36-django111]
-deps = -rrequirements/py36-django111.txt
-
-[testenv:py36-django20]
-deps = -rrequirements/py36-django20.txt
-
-[testenv:py36-django21]
-deps = -rrequirements/py36-django21.txt
-
-[testenv:py36-django22]
-deps = -rrequirements/py36-django22.txt
-
-[testenv:py36-django30]
-deps = -rrequirements/py36-django30.txt
-
-[testenv:py37-django111]
-deps = -rrequirements/py37-django111.txt
-
-[testenv:py37-django20]
-deps = -rrequirements/py37-django20.txt
-
-[testenv:py37-django21]
-deps = -rrequirements/py37-django21.txt
-
-[testenv:py37-django22]
-deps = -rrequirements/py37-django22.txt
-
-[testenv:py37-django30]
-deps = -rrequirements/py37-django30.txt
-
-[testenv:py38-django30]
-deps = -rrequirements/py38-django30.txt
-
-[testenv:py38-django22]
-deps = -rrequirements/py38-django22.txt
-
-[testenv:py38-codestyle]
-deps = -rrequirements/py38-django30.txt
-commands =
- multilint
- twine check .tox/dist/*