[Python-modules-commits] [django-redis-sessions] branch debian/master updated (38c860f -> c2eaa82)

Scott Kitterman kitterman at moszumanska.debian.org
Mon Jan 8 20:38:35 UTC 2018


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

kitterman pushed a change to branch debian/master
in repository django-redis-sessions.

      from  38c860f   Convert from git-dpm to patches unapplied format
       new  e436cfd   Imported Upstream version 0.6.1
       new  4ae2ffe   Merge tag 'upstream/0.6.1' into debian/master
       new  2ac1914   New upstream release
       new  163b61d   Add missing depends on python/python3-django
       new  c2eaa82   Bump standards version to 4.1.3 without further change

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:
 CHANGELOG.md                               |  21 +++
 LICENSE.txt                                |   2 +-
 MANIFEST.in                                |   4 +-
 PKG-INFO                                   | 150 ++++++++++++++++------
 README.md                                  |  56 --------
 README.rst                                 | 122 ++++++++++++++++++
 debian/changelog                           |   8 ++
 debian/control                             |   8 +-
 django_redis_sessions.egg-info/PKG-INFO    | 150 ++++++++++++++++------
 django_redis_sessions.egg-info/SOURCES.txt |  12 +-
 django_redis_sessions.egg-info/pbr.json    |   1 -
 redis_sessions/__init__.py                 |   2 +-
 redis_sessions/session.py                  | 128 +++++++++++++------
 redis_sessions/settings.py                 |  56 +++++---
 setup.py                                   |   3 +-
 tests/__init__.py                          |   6 +
 tests/__init__.pyc                         | Bin 0 -> 288 bytes
 tests/__pycache__/__init__.cpython-35.pyc  | Bin 0 -> 263 bytes
 tests/__pycache__/tests.cpython-35.pyc     | Bin 0 -> 4678 bytes
 tests/tests.py                             | 198 +++++++++++++++++++++++++++++
 tests/tests.pyc                            | Bin 0 -> 5193 bytes
 21 files changed, 719 insertions(+), 208 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 README.md
 create mode 100644 README.rst
 delete mode 100644 django_redis_sessions.egg-info/pbr.json
 create mode 100644 tests/__init__.py
 create mode 100644 tests/__init__.pyc
 create mode 100644 tests/__pycache__/__init__.cpython-35.pyc
 create mode 100644 tests/__pycache__/tests.cpython-35.pyc
 create mode 100644 tests/tests.py
 create mode 100644 tests/tests.pyc

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



More information about the Python-modules-commits mailing list