[Python-modules-commits] [python-pyramid] branch upstream updated (a59115a -> e356bfb)

Barry Warsaw barry at moszumanska.debian.org
Fri Oct 30 14:57:23 UTC 2015


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

barry pushed a change to branch upstream
in repository python-pyramid.

      from  a59115a   Imported Upstream version 1.5.1+dfsg
       new  e356bfb   Import python-pyramid_1.5.7+dfsg.orig.tar.gz

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:
 .gitignore                                 |   1 +
 .gitmodules                                |   3 -
 .travis.yml                                |   2 +
 CHANGES.txt                                | 107 +++-
 CONTRIBUTORS.txt                           |   4 +
 HACKING.txt                                |   1 +
 PKG-INFO                                   | 845 ++++++++++++++++++++++++++++-
 README.rst                                 |   7 +
 RELEASING.txt                              |   6 +
 pyramid.egg-info/PKG-INFO                  | 845 ++++++++++++++++++++++++++++-
 pyramid.egg-info/SOURCES.txt               |   8 +-
 pyramid.egg-info/requires.txt              |   7 +-
 pyramid/config/routes.py                   |   6 +
 pyramid/config/views.py                    |   4 -
 pyramid/interfaces.py                      |   8 +-
 pyramid/path.py                            |  10 +-
 pyramid/renderers.py                       |  32 +-
 pyramid/response.py                        |  10 +-
 pyramid/scripts/proutes.py                 | 380 +++++++++++--
 pyramid/scripts/pserve.py                  |  33 ++
 pyramid/security.py                        |  14 +-
 pyramid/session.py                         |   4 +-
 pyramid/tests/test_renderers.py            |  26 +-
 pyramid/tests/test_response.py             |  32 +-
 pyramid/tests/test_scripts/dummy.py        |   2 +-
 pyramid/tests/test_scripts/test_proutes.py | 618 ++++++++++++++++++++-
 pyramid/tests/test_wsgi.py                 |   6 +
 pyramid/url.py                             |   4 +-
 pyramid/urldispatch.py                     |   9 +-
 pyramid/wsgi.py                            |   7 +
 rtd.txt                                    |   5 +-
 setup.cfg                                  |   2 +-
 setup.py                                   |   8 +-
 33 files changed, 2946 insertions(+), 110 deletions(-)
 delete mode 100644 .gitmodules

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



More information about the Python-modules-commits mailing list