[Python-modules-commits] r31808 - in packages/python-git/trunk/debian (changelog control)
yoh at users.alioth.debian.org
yoh at users.alioth.debian.org
Sat Feb 7 16:04:13 UTC 2015
Date: Saturday, February 7, 2015 @ 16:03:59
Author: yoh
Revision: 31808
changelog and beefed up gitdb dependency
Modified:
packages/python-git/trunk/debian/changelog
packages/python-git/trunk/debian/control
Modified: packages/python-git/trunk/debian/changelog
===================================================================
--- packages/python-git/trunk/debian/changelog 2015-02-07 15:27:20 UTC (rev 31807)
+++ packages/python-git/trunk/debian/changelog 2015-02-07 16:03:59 UTC (rev 31808)
@@ -1,17 +1,17 @@
-python-git (0.3.4-1) UNRELEASED; urgency=medium
+python-git (0.3.6+git5-gd8bbfea-1) experimental; urgency=medium
- * New upstream bugfix release(s) (Closes: #769595)
+ * 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.2 -- adjusted version in *Depends
+ - needs gitdb >= 0.6.4 -- adjusted version in *Depends
* debian/rules
- enable build-time testing but ignore failures for now
- -- Yaroslav Halchenko <debian at onerussian.com> Thu, 08 Jan 2015 09:12:38 -0500
+ -- Yaroslav Halchenko <debian at onerussian.com> Thu, 05 Feb 2015 18:44:46 -0500
python-git (0.3.2~RC1-3) unstable; urgency=low
Modified: packages/python-git/trunk/debian/control
===================================================================
--- packages/python-git/trunk/debian/control 2015-02-07 15:27:20 UTC (rev 31807)
+++ packages/python-git/trunk/debian/control 2015-02-07 16:03:59 UTC (rev 31808)
@@ -6,7 +6,7 @@
TANIGUCHI Takaki <takaki at debian.org>
Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6a9),
python-sphinx,
- python-nose, python-smmap (>= 0.8.3~), python-gitdb (>= 0.6.2~), python-mock,
+ python-nose, python-smmap (>= 0.8.3~), python-gitdb (>= 0.6.4), python-mock,
Standards-Version: 3.9.6
Homepage: https://github.com/gitpython-developers/GitPython
XS-Python-Version: all
@@ -19,7 +19,7 @@
git (>= 1:1.7) | git-core (>= 1:1.5.3.7),
${misc:Depends},
libjs-jquery,
- python-gitdb (>= 0.6.2)
+ python-gitdb (>= 0.6.4)
Suggests:
python-smmap
Description: Python library to interact with Git repositories
More information about the Python-modules-commits
mailing list