[Python-modules-commits] [python-pyramid] branch master updated (ba34f2f -> 0e7dbd1)

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


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

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

      from  ba34f2f   Update Vcs fields for git migration
       new  a07cad1   * Team upload. * New upstream release. * d/watch: Use the pypi.debian.net redirector.
       new  de8cda8   record new upstream branch created by importing python-pyramid_1.5.7+dfsg.orig.tar.gz
       new  e356bfb   Import python-pyramid_1.5.7+dfsg.orig.tar.gz
       new  5207dc6   Comment out some requirements that can't be satisfied
       new  63c2f58   merge patched into master
       new  0e7dbd1   * d/control:   - Bump Standards-Version with no other changes necessary.   - Update Homepage.

The 6 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 +
 debian/.git-dpm                            |  14 +-
 debian/changelog                           |  11 +
 debian/control                             |   4 +-
 debian/patches/tweak-requirements.patch    |   4 +-
 debian/watch                               |   2 +-
 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 +-
 38 files changed, 2969 insertions(+), 122 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