[Python-modules-commits] [django-session-security] branch debian/sid updated (e92dc79 -> 037de74)

Jean-Michel Vourgère nirgal at moszumanska.debian.org
Sun Dec 27 00:16:41 UTC 2015


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

nirgal pushed a change to branch debian/sid
in repository django-session-security.

      from  e92dc79   dch -i
       new  b2a8669   <link> should not have an end tag
       new  e63431c   Merge pull request #40 from krzysztofwos/stable/2.x.x
       new  6b78ee0   Remove </link>.
       new  b0610e2   Merge pull request #48 from mfollett/patch-1
       new  9eaab0d   added portuguese translation
       new  52568bb   Merge pull request #51 from Ubiwhere/portuguese_translation
       new  931e9f9   renamed pt translation folder according to django locale name
       new  0374a83   Merge pull request #52 from Ubiwhere/portuguese_translation
       new  7bb5f2b   Update faq.rst
       new  c220022   Merge pull request #54 from johnfraney/patch-1
       new  f1ccb05   Django 1.9 support
       new  72974d9   travis: dropped django 1.4, added 1.8 and 1.9
       new  4439e5f   RemovedInDjango110Warning fix
       new  a0ac95b   New django test runner support
       new  f544ab8   Bugfix in wait_for_pages_loaded
       new  11ed13a   Allow more lag in tests
       new  e594a37   Test with chromium, it seems more stable
       new  ec2de49   Use a perhaps more stable page load waiter
       new  b85f9cc   Move to tox
       new  9691215   Start xvfb in before_script instead of before_install
       new  8f47ac1   Give xvfb some time to start
       new  37e4183   Use PhantomJS on travis
       new  67495f4   Switch to travis new test infra
       new  2e12820   Merge pull request #59 from yourlabs/dj19
       new  8e12468   Version bump 2.3.0 [ci skip]
       new  3ca4385   Merge tag '2.3.0' into debian/sid
       new  ba206b2   Adjusted for new version
       new  037de74   dch -r

The 28 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                                         |  1 +
 .travis.yml                                        | 36 ++++++++++------------
 CHANGELOG                                          |  4 +++
 debian/changelog                                   |  5 +--
 debian/copyright                                   |  9 ++++--
 docs/source/conf.py                                |  4 +--
 docs/source/faq.rst                                | 14 +++++++++
 .../locale/{pt_BR => pt_PT}/LC_MESSAGES/django.po  | 16 +++++-----
 .../templates/session_security/all.html            |  3 +-
 session_security/tests/__init__.py                 |  3 --
 session_security/tests/{base.py => test_base.py}   | 24 +++++++++++++--
 .../tests/{middleware.py => test_middleware.py}    | 17 +++++-----
 .../tests/{script.py => test_script.py}            | 30 +++++++++---------
 session_security/tests/{views.py => test_views.py} |  8 ++++-
 session_security/urls.py                           |  6 ++--
 setup.py                                           |  2 +-
 test_project/test_project/settings.py              |  2 --
 tox.ini                                            | 26 ++++++++++++++++
 18 files changed, 139 insertions(+), 71 deletions(-)
 copy session_security/locale/{pt_BR => pt_PT}/LC_MESSAGES/django.po (61%)
 rename session_security/tests/{base.py => test_base.py} (71%)
 rename session_security/tests/{middleware.py => test_middleware.py} (78%)
 rename session_security/tests/{script.py => test_script.py} (82%)
 rename session_security/tests/{views.py => test_views.py} (82%)
 create mode 100644 tox.ini

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



More information about the Python-modules-commits mailing list