[Python-modules-commits] [lazy-object-proxy] branch upstream updated (eb1c225 -> 2a9be12)
Sandro Tosi
morph at moszumanska.debian.org
Fri Apr 22 20:07:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a change to branch upstream
in repository lazy-object-proxy.
from eb1c225 import (by hand) lazy-object-proxy_1.2.1.orig.tar.gz
new 2a9be12 Import lazy-object-proxy_1.2.2.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:
.bumpversion.cfg | 11 ++
.cookiecutterrc | 61 +++++----
.editorconfig | 13 ++
.travis.yml | 44 +++---
AUTHORS.rst | 2 +-
CHANGELOG.rst | 6 +
CONTRIBUTING.rst | 15 ++-
LICENSE | 2 +-
MANIFEST.in | 4 +-
PKG-INFO | 75 ++---------
README.rst | 51 ++++---
appveyor.yml | 210 +++++++++++++++++------------
ci/appveyor-bootstrap.ps1 | 88 ------------
ci/appveyor-bootstrap.py | 117 ++++++++++++++++
ci/appveyor-download.py | 107 +++++++++++++++
ci/appveyor-with-compiler.cmd | 37 +++--
ci/bootstrap.py | 4 +
ci/templates/.travis.yml | 27 ++--
ci/templates/appveyor.yml | 67 +++++----
ci/templates/tox.ini | 59 ++++----
docs/conf.py | 26 +++-
docs/index.rst | 7 +-
docs/readme.rst | 4 -
docs/reference/lazy_object_proxy.rst | 6 +-
docs/requirements.txt | 3 +-
setup.cfg | 34 ++---
setup.py | 39 +++---
src/lazy_object_proxy.egg-info/PKG-INFO | 75 ++---------
src/lazy_object_proxy.egg-info/SOURCES.txt | 5 +-
src/lazy_object_proxy/__init__.py | 8 +-
tests/compat.py | 52 +++----
tests/test_lazy_object_proxy.py | 6 +-
tox.ini | 156 +++++++++++++--------
33 files changed, 830 insertions(+), 591 deletions(-)
create mode 100644 .bumpversion.cfg
create mode 100644 .editorconfig
delete mode 100644 ci/appveyor-bootstrap.ps1
create mode 100644 ci/appveyor-bootstrap.py
create mode 100755 ci/appveyor-download.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/lazy-object-proxy.git
More information about the Python-modules-commits
mailing list