[Python-modules-commits] [aiohttp-cors] branch upstream updated (fb272db -> 094f4e8)
Brandon Weeks
bweeks-guest at moszumanska.debian.org
Mon Jul 24 08:06:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
bweeks-guest pushed a change to branch upstream
in repository aiohttp-cors.
from fb272db Import aiohttp-cors_0.5.0.orig.tar.gz
new 094f4e8 Import aiohttp-cors_0.5.3.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 | 50 +++
.jscs.json | 62 ++++
.jshintrc | 67 ++++
.pep8rc | 7 +
.pylintrc | 393 ++++++++++++++++++++
.travis.yml | 60 ++++
CHANGES.rst | 20 +-
PKG-INFO | 556 -----------------------------
README.rst | 52 +--
aiohttp_cors.egg-info/PKG-INFO | 556 -----------------------------
aiohttp_cors.egg-info/SOURCES.txt | 31 --
aiohttp_cors.egg-info/dependency_links.txt | 1 -
aiohttp_cors.egg-info/requires.txt | 4 -
aiohttp_cors.egg-info/top_level.txt | 1 -
aiohttp_cors/__about__.py | 4 +-
aiohttp_cors/__init__.py | 2 +-
appveyor.yml | 35 ++
conftest.py | 15 +
install_python_and_pip.ps1 | 103 ++++++
requirements-dev.txt | 11 +
setup.cfg | 6 -
setup.py | 20 +-
tests/integration/test_main.py | 34 +-
tests/integration/test_real_browser.py | 2 +-
tox.ini | 22 ++
25 files changed, 903 insertions(+), 1211 deletions(-)
create mode 100644 .gitignore
create mode 100644 .jscs.json
create mode 100644 .jshintrc
create mode 100644 .pep8rc
create mode 100644 .pylintrc
create mode 100644 .travis.yml
delete mode 100644 PKG-INFO
delete mode 100644 aiohttp_cors.egg-info/PKG-INFO
delete mode 100644 aiohttp_cors.egg-info/SOURCES.txt
delete mode 100644 aiohttp_cors.egg-info/dependency_links.txt
delete mode 100644 aiohttp_cors.egg-info/requires.txt
delete mode 100644 aiohttp_cors.egg-info/top_level.txt
create mode 100644 appveyor.yml
create mode 100644 conftest.py
create mode 100644 install_python_and_pip.ps1
create mode 100644 requirements-dev.txt
create mode 100644 tox.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/aiohttp-cors.git
More information about the Python-modules-commits
mailing list