[Python-modules-commits] [python-pygit2] branch master updated (cc19b37 -> f00d6f9)

Ondrej Novy onovy at debian.org
Fri Jan 5 15:50:17 UTC 2018


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

onovy pushed a change to branch master
in repository python-pygit2.

      from  cc19b37   Skip broken unit tests in buildd
       new  dc7f7b1   record new upstream branch created by importing python-pygit2_0.26.3.orig.tar.gz
       new  cad8746   Import python-pygit2_0.26.3.orig.tar.gz
       new  7266068   Remove privacy breach
       new  eedd81a   Don't access internet during build
       new  b78b78b   Skip broken unit tests in buildd
       new  f0c73aa   merge patched into master
       new  03c8fe0   New upstream release
       new  4ad2d7a   Bump debhelper compat level to 11
       new  c4bb089   Bump Standards-Version to 4.1.3 (no changes needed)
       new  bb20932   d/rules: Don't install README.rst, it doesn't have any valuable information
       new  f00d6f9   releasing package python-pygit2 version 0.26.3-1

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:
 CHANGELOG.rst                                      |  26 +++
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  10 ++
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 debian/patches/0001-Remove-privacy-breach.patch    |   2 +-
 .../0002-Don-t-access-internet-during-build.patch  |   2 +-
 .../0003-Skip-broken-unit-tests-in-buildd.patch    |  20 +--
 debian/rules                                       |   5 -
 docs/conf.py                                       |   2 +-
 docs/diff.rst                                      |   6 +-
 docs/install.rst                                   |  10 +-
 pygit2/_build.py                                   |   2 +-
 src/blob.c                                         |   4 +-
 src/diff.c                                         |  89 ++++++++++-
 src/patch.c                                        |  77 +++++----
 src/patch.h                                        |   2 +-
 src/pygit2.c                                       |   2 +
 src/types.h                                        |   9 ++
 test/test_blob.py                                  |  30 ++++
 test/test_diff.py                                  |  18 +++
 test/test_patch.py                                 | 175 ++++++++++++++++++---
 test/test_remote.py                                |   4 +
 23 files changed, 407 insertions(+), 108 deletions(-)

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



More information about the Python-modules-commits mailing list