[Python-modules-commits] [lazy-object-proxy] branch master updated (cd58146 -> 1ec0c5a)

Sandro Tosi morph at moszumanska.debian.org
Fri Apr 22 20:07:41 UTC 2016


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

morph pushed a change to branch master
in repository lazy-object-proxy.

      from  cd58146   Fixed VCS URL (https)
       new  2a9be12   Import lazy-object-proxy_1.2.2.orig.tar.gz
       new  d22b4ca   record new upstream branch created by importing lazy-object-proxy_1.2.2.orig.tar.gz and merge it
       new  3014759   New upstream release
       new  cdf5dd6   update upstream copyright years
       new  c528147   extend packaging copyright years
       new  70580ff   update for new upstream code
       new  12f6c8d   bump Standards-Version to 3.9.8 (no changes needed)
       new  1ec0c5a   releasing package lazy-object-proxy version 1.2.2-1

The 8 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 ++++----
 debian/.git-dpm                            |  14 +-
 debian/changelog                           |  14 +-
 debian/control                             |   2 +-
 debian/copyright                           |  15 ++-
 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 +++++++++++++--------
 37 files changed, 860 insertions(+), 606 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