[Python-modules-commits] [pep8-naming] branch master updated (e0ddf4a -> 7028e50)

Daniel Stender stender at moszumanska.debian.org
Wed Jun 29 10:35:54 UTC 2016


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

stender pushed a change to branch master
in repository pep8-naming.

      from  e0ddf4a   Fixed VCS URL (https)
       new  e76de8b   deb/control: put team into Maintainer, updated email address
       new  57cc72f   deb/control: bumped standards to 3.9.8
       new  8a7065c   deb/watch: watch Github releases
       new  fa303a2   deb/copyright: added .gitignore to Files-Excluded
       new  d02b591   removed deb/gbp.conf
       new  a5b436a   Import pep8-naming_0.4.1.orig.tar.xz
       new  8eca216   deb/changelog: new upstream release
       new  241a292   deb/rules: set up build time testing, generate changelog
       new  8e7a2e8   deb/copyright: updated
       new  7028e50   deb/changelog: upload to unstable

The 10 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:
 .travis.yml           |  29 ++++++++++
 LICENSE               |  23 ++++++++
 MANIFEST.in           |   2 +
 PKG-INFO              | 147 --------------------------------------------------
 README.rst            |  21 ++++----
 debian/changelog      |  25 +++++++--
 debian/control        |   7 ++-
 debian/copyright      |   7 +--
 debian/gbp.conf       |   9 ----
 debian/rules          |   8 ++-
 debian/watch          |   4 +-
 pep8ext_naming.py     |  33 +++++++++---
 run_tests.py          |  81 ++++++++++++++++++++++++++++
 setup.cfg             |   6 ---
 testsuite/N801.py     |  11 ++++
 testsuite/N802.py     |  72 +++++++++++++++++++++++++
 testsuite/N803.py     |  50 +++++++++++++++++
 testsuite/N803_py2.py |   7 +++
 testsuite/N803_py3.py |  13 +++++
 testsuite/N804.py     |  13 +++++
 testsuite/N805.py     |  16 ++++++
 testsuite/N806.py     |  48 +++++++++++++++++
 testsuite/N81x.py     |  12 +++++
 tox.ini               |  24 +++++++++
 24 files changed, 477 insertions(+), 191 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.in
 delete mode 100644 PKG-INFO
 delete mode 100644 debian/gbp.conf
 create mode 100644 run_tests.py
 create mode 100644 testsuite/N801.py
 create mode 100644 testsuite/N802.py
 create mode 100644 testsuite/N803.py
 create mode 100644 testsuite/N803_py2.py
 create mode 100644 testsuite/N803_py3.py
 create mode 100644 testsuite/N804.py
 create mode 100644 testsuite/N805.py
 create mode 100644 testsuite/N806.py
 create mode 100644 testsuite/N81x.py
 create mode 100644 tox.ini

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



More information about the Python-modules-commits mailing list