[Python-modules-commits] [pep8-naming] branch upstream updated (74a3bc3 -> 88aa7fa)
Daniel Stender
stender at moszumanska.debian.org
Wed Jun 29 10:35:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
stender pushed a change to branch upstream
in repository pep8-naming.
from 74a3bc3 Imported Upstream version 0.3.3
new 88aa7fa Import pep8-naming_0.4.1.orig.tar.xz
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:
.travis.yml | 29 ++++++
LICENSE | 23 +++++
MANIFEST.in | 2 +
PKG-INFO | 147 ------------------------------
README.rst | 21 +++--
pep8_naming.egg-info/PKG-INFO | 147 ------------------------------
pep8_naming.egg-info/SOURCES.txt | 10 --
pep8_naming.egg-info/dependency_links.txt | 1 -
pep8_naming.egg-info/entry_points.txt | 7 --
pep8_naming.egg-info/not-zip-safe | 1 -
pep8_naming.egg-info/top_level.txt | 1 -
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, 440 insertions(+), 335 deletions(-)
create mode 100644 .travis.yml
create mode 100644 LICENSE
create mode 100644 MANIFEST.in
delete mode 100644 PKG-INFO
delete mode 100644 pep8_naming.egg-info/PKG-INFO
delete mode 100644 pep8_naming.egg-info/SOURCES.txt
delete mode 100644 pep8_naming.egg-info/dependency_links.txt
delete mode 100644 pep8_naming.egg-info/entry_points.txt
delete mode 100644 pep8_naming.egg-info/not-zip-safe
delete mode 100644 pep8_naming.egg-info/top_level.txt
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