[Python-modules-commits] [django-cors-headers] branch debian/master updated (ea90a2f -> 6e75ee9)

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


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

bam pushed a change to branch debian/master
in repository django-cors-headers.

      from  ea90a2f   Add changelog entry for 2.1.0-1
       new  2a7f37f   Update debian/watch to use github source
       new  e182045   New upstream version 2.1.0+github
       new  159ebe0   Update changelog for new upstream import
       new  dd1e745   Fix tests
       new  6e75ee9   Add debian/clean file

The 5 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 ----------------------
 debian/changelog                                  |   4 +-
 debian/clean                                      |   1 +
 debian/control                                    |   4 +-
 debian/rules                                      |   2 +-
 debian/run_tests.py                               |  24 -
 debian/test_settings.py                           |  28 --
 debian/watch                                      |   4 +-
 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 +
 28 files changed, 761 insertions(+), 1165 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 PKG-INFO
 create mode 100644 debian/clean
 delete mode 100644 debian/run_tests.py
 delete mode 100644 debian/test_settings.py
 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