[Python-modules-commits] [django-redis-sessions] branch upstream updated (ee66f08 -> e436cfd)

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


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

kitterman pushed a change to branch upstream
in repository django-redis-sessions.

      from  ee66f08   import django-redis-sessions_0.5.6.orig.tar.gz
       new  e436cfd   Imported Upstream version 0.6.1

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:
 CHANGELOG.md                               |  21 +++
 LICENSE.txt                                |   2 +-
 MANIFEST.in                                |   4 +-
 PKG-INFO                                   | 150 ++++++++++++++++------
 README.md                                  |  56 --------
 README.rst                                 | 122 ++++++++++++++++++
 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
 19 files changed, 706 insertions(+), 205 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