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

Brian May bam at moszumanska.debian.org
Wed Jul 5 08:14:13 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  e45457c   Convert from git-dpm to patches unapplied format
       new  96d5baf   Export patches after gbp pq import
       new  3d798c8   New upstream version 2.1.0
       new  8a75580   Merge tag 'upstream/2.1.0' into debian/master
       new  8d48a93   Remove patches after import of latest upstream
       new  7e25448   Update standards version to 4.0.0
       new  ea90a2f   Add changelog entry for 2.1.0-1

The 6 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:
 HISTORY.rst                                      | 157 +++++++
 LICENSE.txt                                      |   1 +
 MANIFEST.in                                      |   2 +
 PKG-INFO                                         | 525 ++++++++++++++++++++++-
 README.rst                                       | 350 +++++++++++++++
 corsheaders/__init__.py                          |   4 +-
 corsheaders/checks.py                            | 113 +++++
 corsheaders/compat.py                            |   6 +
 corsheaders/conf.py                              |  56 +++
 corsheaders/defaults.py                          |  46 +-
 corsheaders/middleware.py                        | 139 +++---
 corsheaders/models.py                            |   6 +-
 corsheaders/signals.py                           |   6 +
 corsheaders/tests.py                             | 337 ---------------
 debian/changelog                                 |   6 +
 debian/control                                   |   2 +-
 debian/patches/0002-Fix-Django-1.0-support.patch |  45 --
 debian/patches/disable_broken_tests.patch        |  30 --
 debian/patches/series                            |   2 -
 django_cors_headers.egg-info/PKG-INFO            | 525 ++++++++++++++++++++++-
 django_cors_headers.egg-info/SOURCES.txt         |  10 +-
 setup.cfg                                        |  28 +-
 setup.py                                         |  43 +-
 23 files changed, 1901 insertions(+), 538 deletions(-)
 create mode 100644 HISTORY.rst
 create mode 100755 LICENSE.txt
 create mode 100644 MANIFEST.in
 create mode 100644 README.rst
 create mode 100644 corsheaders/checks.py
 create mode 100644 corsheaders/compat.py
 create mode 100644 corsheaders/conf.py
 create mode 100644 corsheaders/signals.py
 delete mode 100644 corsheaders/tests.py
 delete mode 100644 debian/patches/0002-Fix-Django-1.0-support.patch
 delete mode 100644 debian/patches/disable_broken_tests.patch
 delete mode 100644 debian/patches/series

-- 
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