[Python-modules-commits] [python-git] branch master updated (47ef10f -> 66636fd)

Barry Warsaw barry at moszumanska.debian.org
Wed Jun 15 10:56:31 UTC 2016


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

barry pushed a change to branch master
in repository python-git.

      from  47ef10f   Added debian/patches/wheezy-dsc-patch to automate backporting for wheezy (disabling of python3-git pkg building)
       new  69df772   record new upstream branch and merge it
       new  673a76f   Import python-git_2.0.5.orig.tar.gz
       new  e6255f7   record new upstream branch created by importing python-git_2.0.5.orig.tar.gz and merge it
       new  989dd8a   Update d/changelog.
       new  d9fe5ff   Description: Calling a git command (e.g. `show`) that contains invalid  UTF-8 will cause a UnicodeDecodeError. Author: Barry Warsaw <barry at ubuntu.com> Bug: https://github.com/gitpython-developers/GitPython/issues/470
       new  afb591c   merge patched into master
       new  d577fd6   Fix DEP-3 headers.
       new  66636fd   Add patch entry.

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:
 CHANGES                                   |  2 +-
 GitPython.egg-info/PKG-INFO               |  2 +-
 GitPython.egg-info/SOURCES.txt            |  1 +
 PKG-INFO                                  |  2 +-
 VERSION                                   |  2 +-
 debian/.git-dpm                           | 14 ++---
 debian/changelog                          | 10 ++--
 debian/patches/issue470-safe-decode.patch | 54 +++++++++++++++++++
 debian/patches/series                     |  1 +
 debian/patches/wheezy-dsc-patch           | 72 -------------------------
 doc/source/changes.rst                    | 28 ++++++++++
 doc/source/intro.rst                      | 24 +++++----
 git/__init__.py                           |  4 +-
 git/cmd.py                                | 32 ++++++-----
 git/compat.py                             |  2 +-
 git/diff.py                               | 26 ++++++++-
 git/index/fun.py                          |  2 +-
 git/objects/commit.py                     |  6 +--
 git/remote.py                             | 90 +++++++++++++++++++++++--------
 git/repo/base.py                          | 17 ++++--
 git/test/fixtures/blame_incremental       |  2 +-
 git/test/fixtures/commit_invalid_data     |  6 +++
 git/test/fixtures/diff_patch_unsafe_paths |  7 +++
 git/test/test_base.py                     |  2 +-
 git/test/test_commit.py                   |  7 +++
 git/test/test_diff.py                     | 15 +++---
 git/test/test_docs.py                     | 13 ++---
 git/test/test_git.py                      |  2 +-
 git/test/test_index.py                    |  2 +-
 git/test/test_remote.py                   |  8 +++
 git/test/test_repo.py                     |  2 +-
 git/util.py                               | 30 ++++++++---
 requirements.txt                          |  1 -
 33 files changed, 314 insertions(+), 174 deletions(-)
 create mode 100644 debian/patches/issue470-safe-decode.patch
 create mode 100644 debian/patches/series
 delete mode 100644 debian/patches/wheezy-dsc-patch
 create mode 100644 git/test/fixtures/commit_invalid_data

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



More information about the Python-modules-commits mailing list