[Python-modules-commits] [python-git] branch master updated (3e03593 -> c3ce4c0)

Takaki Taniguchi takaki at moszumanska.debian.org
Sun Jan 21 14:42:41 UTC 2018


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

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

      from  3e03593   changelog
       new  60082e0   debian/control: Replace python3-sphinx instead of python2-sphinx
       new  7b41002   prepare release
       new  8626379   New upstream version 2.1.8
       new  f603a5d   Update upstream source from tag 'upstream/2.1.8'
       new  eed94cc   delete debian/patches/0001-recognize-the-new-packed-ref-header-format.patch
       new  c3ce4c0   prepare release

The 6 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                                            |   4 +
 GitPython.egg-info/PKG-INFO                        |   6 +-
 GitPython.egg-info/SOURCES.txt                     |   2 +
 GitPython.egg-info/requires.txt                    |   2 +-
 PKG-INFO                                           |   6 +-
 README.md                                          | 199 +++++++++++++++++++++
 VERSION                                            |   2 +-
 debian/changelog                                   |  10 ++
 debian/control                                     |   2 +-
 ...ecognize-the-new-packed-ref-header-format.patch |  37 ----
 debian/patches/series                              |   1 -
 doc/source/changes.rst                             |  11 +-
 git/__init__.py                                    |   4 +-
 git/cmd.py                                         |   4 +-
 git/compat.py                                      |   2 +-
 git/config.py                                      |   3 +-
 git/diff.py                                        |  14 +-
 git/exc.py                                         |   2 +-
 git/index/base.py                                  |  19 ++
 git/index/fun.py                                   |   7 +-
 git/objects/submodule/base.py                      |   6 +-
 git/refs/log.py                                    |   2 +-
 git/refs/symbolic.py                               |  10 +-
 git/remote.py                                      |  18 +-
 git/repo/base.py                                   |  38 ++--
 git/test/fixtures/git_config                       |  18 +-
 git/test/fixtures/git_config-inc.cfg               |   5 +
 git/test/lib/helper.py                             |  12 +-
 git/test/test_commit.py                            |   3 +-
 git/test/test_config.py                            |  16 ++
 git/test/test_git.py                               |   5 +-
 git/test/test_index.py                             | 120 ++++++++++---
 git/test/test_repo.py                              |  23 +++
 git/test/test_submodule.py                         |  12 +-
 git/test/test_util.py                              |  54 +++---
 git/util.py                                        |  17 +-
 setup.cfg                                          |   1 -
 setup.py                                           |   1 +
 38 files changed, 535 insertions(+), 163 deletions(-)
 create mode 100644 README.md
 delete mode 100644 debian/patches/0001-recognize-the-new-packed-ref-header-format.patch
 create mode 100644 git/test/fixtures/git_config-inc.cfg

-- 
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