[Python-modules-commits] [python-git] 04/06: Update upstream source from tag 'upstream/2.1.8'

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


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

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

commit f603a5d20a04c61eaebe01ec79ea900e76d96c0b
Merge: 7b41002 8626379
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Sat Jan 20 18:47:29 2018 +0900

    Update upstream source from tag 'upstream/2.1.8'
    
    Update to upstream version '2.1.8'
    with Debian dir fc7d69b5e2f3487e69ba3ef11f2cbba370c0c216

 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                     |   6 +-
 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 +
 35 files changed, 527 insertions(+), 127 deletions(-)

diff --cc debian/changelog
index 9fb03dd,0000000..3b695b7
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,243 -1,0 +1,243 @@@
- python-git (2.1.7-2) unstable; urgency=medium
++python-git (2.1.8-1) unstable; urgency=medium
 +
-   * new upstream (Closes: #880446)
++  * New upstream version 2.1.8 (Closes: #880446)
 +    - Fix "Incompatible with git 2.15?" (Closes: #879452)
 +  * debian/control: Replace python3-sphinx instead of python2-sphinx
 +
-  -- TANIGUCHI Takaki <takaki at debian.org>  Sat, 20 Jan 2018 18:46:20 +0900
++ -- TANIGUCHI Takaki <takaki at debian.org>  Sat, 20 Jan 2018 18:48:00 +0900
 +
 +python-git (2.1.7-1) unstable; urgency=medium
 +
 +  * New upstream release
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Mon, 06 Nov 2017 21:44:22 -0500
 +
 +python-git (2.1.6-1) unstable; urgency=medium
 +
 +  * New upstream release
 +    - fixes for submodules with names consisting of numbers and bools
 +    - worktree support
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Tue, 26 Sep 2017 09:13:09 -0400
 +
 +python-git (2.1.5-1) unstable; urgency=medium
 +
 +  * New upstream version 2.1.5
 +  * Bump Standards-Verision to 4.0.0 (without changes). 
 +
 + -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 27 Jun 2017 18:49:38 +0900
 +
 +python-git (2.1.3-1) experimental; urgency=medium
 +
 +  * Fresh bugfix upstream release
 +    - upstreamed debian/patches/exe_exception.patch
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Mon, 05 Jun 2017 22:11:58 -0400
 +
 +python-git (2.1.1-2) unstable; urgency=medium
 +
 +  * debian/patches/exe_exception.patch: Fix "import of git can cause import
 +    failures of unrelated modules due to undefined variable" (Closes: #857171)
 +
 + -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 09 Mar 2017 11:37:28 +0900
 +
 +python-git (2.1.1-1) unstable; urgency=medium
 +
 +  * New upstream version 2.1.1
 +
 + -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 02 Feb 2017 17:15:45 +0900
 +
 +python-git (2.1.0-1) unstable; urgency=medium
 +
 +  * Fresh upstream release (necessary for upcoming release of datalad)
 +  * Require smmap and gitdb >= 2
 +  * Enable build-time testing back while building NeuroDebian backports
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Wed, 02 Nov 2016 08:13:11 -0400
 +
 +python-git (2.0.9-1) unstable; urgency=medium
 +
 +  [ Yaroslav Halchenko ]
 +  * debian/TODO to reincarnate testing
 +
 +  [ TANIGUCHI Takaki ]
 +  * New upstream version 2.0.9
 +
 + -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 17 Oct 2016 19:46:52 +0900
 +
 +python-git (2.0.8-1) unstable; urgency=medium
 +
 +  * New upstream version
 +  * No custom patches any longer -- absorbed upstream
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Thu, 22 Sep 2016 16:09:21 -0400
 +
 +python-git (2.0.5-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * New upstream version.
 +  * d/patches/issue470-safe-decode.patch: Added as a proposed fix for
 +    upstream issue #470.
 +
 + -- Barry Warsaw <barry at debian.org>  Wed, 15 Jun 2016 06:59:02 -0400
 +
 +python-git (2.0.2-1) unstable; urgency=medium
 +
 +  * Team upload
 +  * New upstream version (note: 2.0.2 was not recorded with git-dpm)
 +  * debian/control
 +    - suggest python-git-doc in python{,3}-git pkgs (Closes: #811922)
 +    - added myself to uploaders since did a few already
 +    - boosted policy to 3.9.8
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Thu, 28 Apr 2016 11:25:09 -0400
 +
 +python-git (1.0.1+git137-gc8b8379-2.1) unstable; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * Add python 3 support (Closes: #774903):
 +    - Applied patch from the BTS.
 +    - Added --with python3 in debian/rules.
 +    - Added override_dh_auto_install to also install in Py3.
 +  * Using a separate package for -doc, now using override_dh_sphinxdoc and
 +    generating the html docs properly with sphinx-build.
 +  * Uncommented rm -rf build in auto_clean to allow double builds.
 +  * Bumped compat level to 7 (as lintian is not happy...).
 +  * Removed X-Python-Version: >= 2.7 (as even old-stable has 2.7 by default)
 +    and removed obsolete debian/pycompat file.
 +
 + -- Thomas Goirand <zigo at debian.org>  Tue, 05 Jan 2016 11:07:29 +0000
 +
 +python-git (1.0.1+git137-gc8b8379-2) unstable; urgency=medium
 +
 +  [ SVN-Git Migration ]
 +  * Update Vcs fields for git migration
 +
 +  [ Stefano Rivera ]
 +  * git-dpm tag config
 +
 +  [ TANIGUCHI Takaki ]
 +  * debian/watch: Switch to pypy.debian.net.
 +  * debian/rules:
 +    + remove target override_dh_auto_clean
 +    + remove target override_dh_auto_test (Closes: #805535)
 +  * debian/copyright: Update Source.
 +
 + -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 29 Nov 2015 17:17:50 +0900
 +
 +python-git (1.0.1+git137-gc8b8379-1) unstable; urgency=medium
 +
 +  * Fresh snapshot post upstream release -- mainly bugfixes discovered
 +    after release. Upload to unstable (Closes: #790068)
 +  * debian/control
 +    - X-Python-Version: >= 2.7  to avoid problems on wheezy with 2.6 supported
 +      and then needing python-ordereddict
 +  * debian/rules
 +    - set LC_ALL=C.UTF-8 while running tests
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Mon, 17 Aug 2015 17:56:44 -0400
 +
 +python-git (0.3.6+git28-g88f3dc2-1) experimental; urgency=medium
 +
 +  * Fresh upstream snapshot with a variety of bugs fixed, e.g.
 +    running hooks from cwd which caused problems with annex repos
 +    - all up_* patches were adopted upstream, thus dropped here
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Fri, 06 Mar 2015 23:00:41 -0500
 +
 +python-git (0.3.6+git5-gd8bbfea-1) experimental; urgency=medium
 +
 +  * New post-release snapshot with some fixes (Closes: #769595)
 +    - detects untracked files correctly now (Closes: #739898)
 +    - includes debian/patches/dont-choke-on-rc-version.patch
 +  * debian/control
 +    - bump Standards-Version to 3.9.6
 +    - added python-smmap (>= 0.8.3) to Build-Depends and Suggests:
 +      used for testing
 +    - needs gitdb >= 0.6.4 -- adjusted version in *Depends
 +  * debian/rules
 +    - enable build-time testing if available on network and capable of
 +      cloning original GitPython repository
 +
 + -- Yaroslav Halchenko <debian at onerussian.com>  Thu, 05 Feb 2015 18:44:46 -0500
 +
 +python-git (0.3.2~RC1-3) unstable; urgency=low
 +
 +  * Update Homepage to a working URL.
 +  * Bump Standards-Version to 3.9.5.
 +  * Correctly parses `git --version` when not all components are
 +    numeric. Closes: #722481.
 +
 + -- Vincent Bernat <bernat at debian.org>  Sat, 02 Nov 2013 01:27:18 +0100
 +
 +python-git (0.3.2~RC1-2) unstable; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * Use canonical URIs for Vcs-* fields.
 +
 +  [ TANIGUCHI Takaki ]
 +  * debian/control: Change Maintainer to Python Module Team. (Closes: #705279)
 +    + Remove "Daniel Watkins <daniel at daniel-watkins.co.uk>" from Maintainer. 
 +
 + -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 13 May 2013 10:10:01 +0900
 +
 +python-git (0.3.2~RC1-1) unstable; urgency=low
 +
 +  * Team upload.
 +  * New upstream release
 +  * Add myself to Uploaders.
 +  * Bump Standards-Version to 3.9.3.
 +    + debian/copyright: copyright-format 1.0
 +  * Add python-gitdb to Depends:.
 +
 + -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 08 Apr 2012 21:12:50 +0900
 +
 +python-git (0.3.1~beta2-1) unstable; urgency=low
 +
 +  [ Andreas Noteng ]
 +  * Team upload.
 +  * Update git dependency. (Closes: #600237, #568583)
 +  * New upstream release. (Closes: #579553)
 +  * Add upstream documentation. (Closes: #523881)
 +  * Change source format to 3.0 (quilt)
 +  * Bump Standards-Version to 3.9.2
 +    - Remove deprecated /usr/share/common-licenses/BSD link from copyright
 +  * Change to DEP5 copyright
 +
 +  [ Vincent Bernat ]
 +  * Add myself as uploader
 +
 + -- Vincent Bernat <bernat at debian.org>  Thu, 05 May 2011 23:48:19 +0200
 +
 +python-git (0.1.6-1) unstable; urgency=low
 +
 +  * New upstream release. (Closes: #512584)
 +  * Changed licensing of packaging to match upstream's license.
 +
 + -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Sat, 07 Feb 2009 12:10:15 +0100
 +
 +python-git (0.1.5-1) unstable; urgency=low
 +
 +  * New upstream release. (Closes: #501211, #507276)
 +  * Added Debian Python Modules Team to Uploaders field.
 +  * Updated Vcs-* fields to reflect the use of the DPMT Subversion repository.
 +  * Removed all patches merged upstream.
 +  * Converted debian/rules to use debhelper 7.
 +
 + -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Wed, 07 Jan 2009 14:04:00 +0000
 +
 +python-git (0.1.4.1-2) unstable; urgency=low
 +
 +  * Fixed the synopsis to work as an appositive clause in a sentence, as per
 +    Section 6.2.2 of the Developer Reference.
 +  * Added patch so that git.Repo.create and git.Repo.init_bare now create a
 +    bare repository, as intended. (Closes: #494581)
 +  * Added Vcs-Bzr control field.
 +
 + -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Mon, 18 Aug 2008 19:50:22 +0100
 +
 +python-git (0.1.4.1-1) unstable; urgency=low
 +
 +  * Initial release. (Closes: #492520)
 +
 + -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Sat, 26 Jul 2008 20:48:13 +0100

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