[Python-modules-commits] [git-review] branch master updated (5c3cd47 -> 3d60fb9)

Ondrej Novy onovy at debian.org
Sun Jan 21 13:05:00 UTC 2018


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

onovy pushed a change to branch master
in repository git-review.

      from  5c3cd47   Change maintainer to DPMT
       new  8f886f0   d/watch: Use https
       new  7c6e898   Bump debhelper compat level to 11
       new  f73d33c   d/copyright: Use https for Format
       new  12475bd   New upstream version 1.26.0
       new  1c47ae9   Update upstream source from tag 'upstream/1.26.0'
       new  3a9bd32   New upstream release (Closes: #887862, #887436)
       new  b7de85e   Change priority from extra to optional
       new  63cc397   Standards-Version is 4.1.3 now
       new  3929cc4   Add simple autopkgtests
       new  e208c12   Switch to Python 3
       new  3d60fb9   d/clean: Don't clean .egg_info

The 11 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:
 AUTHORS                                            |  19 +
 CONTRIBUTING.rst                                   |  10 +
 ChangeLog                                          | 103 ++++--
 HACKING.rst                                        |   2 +-
 PKG-INFO                                           |  17 +-
 debian/changelog                                   |  14 +
 debian/clean                                       |   1 -
 debian/compat                                      |   2 +-
 debian/control                                     |  14 +-
 debian/copyright                                   |   2 +-
 debian/rules                                       |   3 +-
 debian/tests/control                               |   2 +
 debian/watch                                       |   2 +-
 doc/source/installation.rst                        |  23 +-
 git-review.1                                       |  40 +-
 PKG-INFO => git_review.egg-info/PKG-INFO           |  17 +-
 git_review.egg-info/SOURCES.txt                    |  37 ++
 git_review.egg-info/dependency_links.txt           |   1 +
 git_review.egg-info/entry_points.txt               |   3 +
 git_review.egg-info/not-zip-safe                   |   1 +
 git_review.egg-info/pbr.json                       |   1 +
 .../requires.txt                                   |   1 -
 git_review.egg-info/top_level.txt                  |   1 +
 git_review/cmd.py                                  | 402 ++++++++++++++-------
 git_review/tests/__init__.py                       | 131 +++++--
 git_review/tests/check_test_id_hashes.py           |  57 +++
 git_review/tests/test_git_review.py                | 216 ++++++++---
 git_review/tests/test_unit.py                      |  90 ++++-
 requirements.txt                                   |   1 -
 setup.cfg                                          |   7 +-
 test-requirements.txt                              |   3 +-
 tox.ini                                            |   1 +
 32 files changed, 919 insertions(+), 305 deletions(-)
 delete mode 100644 debian/clean
 create mode 100644 debian/tests/control
 copy PKG-INFO => git_review.egg-info/PKG-INFO (53%)
 create mode 100644 git_review.egg-info/SOURCES.txt
 create mode 100644 git_review.egg-info/dependency_links.txt
 create mode 100644 git_review.egg-info/entry_points.txt
 create mode 100644 git_review.egg-info/not-zip-safe
 create mode 100644 git_review.egg-info/pbr.json
 copy requirements.txt => git_review.egg-info/requires.txt (60%)
 create mode 100644 git_review.egg-info/top_level.txt
 create mode 100644 git_review/tests/check_test_id_hashes.py

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



More information about the Python-modules-commits mailing list