[Python-modules-commits] [django-cors-headers] branch upstream updated (3d798c8 -> 0b521de)

Brian May bam at moszumanska.debian.org
Wed Jul 5 22:27:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a change to branch upstream
in repository django-cors-headers.

      from  3d798c8   New upstream version 2.1.0
       new  0b521de   New upstream version 2.1.0+github

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                        |  25 +
 .travis.yml                                       |  14 +
 PKG-INFO                                          | 538 ----------------------
 django_cors_headers.egg-info/PKG-INFO             | 538 ----------------------
 django_cors_headers.egg-info/SOURCES.txt          |  18 -
 django_cors_headers.egg-info/dependency_links.txt |   1 -
 django_cors_headers.egg-info/top_level.txt        |   1 -
 requirements.in                                   |   9 +
 requirements.txt                                  |  29 ++
 runtests.py                                       |  17 +
 setup.cfg                                         |  17 +-
 tests/__init__.py                                 |   0
 tests/settings.py                                 |  31 ++
 tests/test_checks.py                              |  97 ++++
 tests/test_conf.py                                |  11 +
 tests/test_middleware.py                          | 425 +++++++++++++++++
 tests/testapp/__init__.py                         |   0
 tests/testapp/models.py                           |   5 +
 tests/urls.py                                     |  25 +
 tests/utils.py                                    |  36 ++
 tox.ini                                           |  22 +
 21 files changed, 752 insertions(+), 1107 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 PKG-INFO
 delete mode 100644 django_cors_headers.egg-info/PKG-INFO
 delete mode 100644 django_cors_headers.egg-info/SOURCES.txt
 delete mode 100644 django_cors_headers.egg-info/dependency_links.txt
 delete mode 100644 django_cors_headers.egg-info/top_level.txt
 create mode 100644 requirements.in
 create mode 100644 requirements.txt
 create mode 100755 runtests.py
 create mode 100644 tests/__init__.py
 create mode 100644 tests/settings.py
 create mode 100755 tests/test_checks.py
 create mode 100644 tests/test_conf.py
 create mode 100644 tests/test_middleware.py
 create mode 100644 tests/testapp/__init__.py
 create mode 100644 tests/testapp/models.py
 create mode 100644 tests/urls.py
 create mode 100644 tests/utils.py
 create mode 100644 tox.ini

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-cors-headers.git



More information about the Python-modules-commits mailing list