[Python-modules-commits] [python-django] branch debian/sid updated (4065914 -> 0dfd301)

Brian May bam at moszumanska.debian.org
Sun Oct 11 02:44:11 UTC 2015


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

bam pushed a change to branch debian/sid
in repository python-django.

      from  4065914   New upstream security release
       new  b215f77   Disable creation of _sources directory by Sphinx
       new  2dc49e3   Update manual page to refer to django-admin instead of django-admin.py
       new  b9e9558   Use Debian GeoIP database path as default
       new  a3866a6   Initialize git-dpm
       new  f996c3d   git-dpm config
       new  d7371c7   Added a dummy class for HTMLParserError.
       new  ff98f96   merge patched-debian/sid into debian/sid
       new  8faed09   change version to 1.7.9-2 (UNRELEASED) Fix Python 3.5 issue. Closes: #800137.
       new  5ca1666   record new upstream branch created by importing python-django_1.7.10.orig.tar.gz
       new  e2f348a   Import python-django_1.7.10.orig.tar.gz
       new  71c35fd   Disable creation of _sources directory by Sphinx
       new  5ed7512   Update manual page to refer to django-admin instead of django-admin.py
       new  ce97117   Use Debian GeoIP database path as default
       new  8b6b9e2   Added a dummy class for HTMLParserError.
       new  9515a84   merge patched-debian/sid into debian/sid
       new  0dfd301   change version to 1.7.10-1 New upstream version. Fixes CVE-2015-5963, CVE-2015-5964. Closes: #796104.

The 16 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:
 Django.egg-info/PKG-INFO                           |  2 +-
 Django.egg-info/SOURCES.txt                        |  2 +
 PKG-INFO                                           |  2 +-
 debian/.git-dpm                                    | 11 ++++
 debian/changelog                                   |  7 +++
 ...4-Added-a-dummy-class-for-HTMLParserError.patch | 34 +++++++++++
 .../patches/02_disable-sources-in-sphinxdoc.diff   | 16 ++++-
 debian/patches/03_manpage.diff                     | 15 ++++-
 .../06_use_debian_geoip_database_as_default.diff   | 21 +++++--
 debian/patches/series                              |  1 +
 django/__init__.py                                 |  2 +-
 django/contrib/gis/geoip/base.py                   | 19 +++---
 django/contrib/gis/geoip/tests.py                  | 20 +++----
 django/contrib/sessions/backends/base.py           |  9 ++-
 django/contrib/sessions/backends/cached_db.py      |  2 +-
 django/contrib/sessions/middleware.py              | 50 +++++++++-------
 django/contrib/sessions/tests.py                   | 70 ++++++++++++++++++++++
 django/utils/html_parser.py                        |  7 ++-
 docs/conf.py                                       |  5 +-
 docs/howto/outputting-pdf.txt                      |  2 +-
 docs/man/django-admin.1                            |  6 +-
 docs/ref/contrib/admin/index.txt                   |  2 +-
 docs/ref/contrib/flatpages.txt                     |  2 +-
 docs/ref/contrib/gis/geoquerysets.txt              |  5 +-
 docs/ref/middleware.txt                            |  2 +-
 docs/releases/1.4.22.txt                           | 29 +++++++++
 docs/releases/1.7.10.txt                           | 25 ++++++++
 docs/releases/index.txt                            |  2 +
 docs/topics/http/sessions.txt                      | 14 +++--
 setup.cfg                                          |  2 +-
 30 files changed, 312 insertions(+), 74 deletions(-)
 create mode 100644 debian/.git-dpm
 create mode 100644 debian/patches/0004-Added-a-dummy-class-for-HTMLParserError.patch
 create mode 100644 docs/releases/1.4.22.txt
 create mode 100644 docs/releases/1.7.10.txt

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



More information about the Python-modules-commits mailing list