pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-git: update to 3.1.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Mar 7 16:25:47 2020 +0100
Changeset:	cc95dabc5600c761bf2b0df5604fc366abc1e8e4

Modified Files:
	py-git/Makefile
	py-git/PLIST
	py-git/distinfo

Log Message:
py-git: update to 3.1.0.

3.1.0
=====

* Switched back to using gitdb package as requirement
  (`gitdb#59 <https://github.com/gitpython-developers/gitdb/issues/59>`_)

3.0.9
=====

* Restricted GitDB (gitdb2) version requirement to < 4
* Removed old nose library from test requirements

Bugfixes
--------

* Changed to use UTF-8 instead of default encoding when getting information about a symbolic reference
  (`#774 <https://github.com/gitpython-developers/GitPython/issues/774>`_)
* Fixed decoding of tag object message so as to replace invalid bytes
  (`#943 <https://github.com/gitpython-developers/GitPython/issues/943>`_)

3.0.8
=====

* Added support for Python 3.8
* Bumped GitDB (gitdb2) version requirement to > 3

Bugfixes
--------

* Fixed Repo.__repr__ when subclassed
  (`#968 <https://github.com/gitpython-developers/GitPython/pull/968>`_)
* Removed compatibility shims for Python < 3.4 and old mock library
* Replaced usage of deprecated unittest aliases and Logger.warn
* Removed old, no longer used assert methods
* Replaced usage of nose assert methods with unittest

3.0.7
=====

Properly signed re-release of v3.0.6 with new signature
(See `#980 <https://github.com/gitpython-developers/GitPython/issues/980>`_)

3.0.6
=====

| Note: There was an issue that caused this version to be released to PyPI without a signature
| See the changelog for v3.0.7 and `#980 <https://github.com/gitpython-developers/GitPython/issues/980>`_

Bugfixes
--------

* Fixed warning for usage of environment variables for paths containing ``$`` or ``%``
  (`#832 <https://github.com/gitpython-developers/GitPython/issues/832>`_,
  `#961 <https://github.com/gitpython-developers/GitPython/pull/961>`_)
* Added support for parsing Git internal date format (@<unix timestamp> <timezone offset>)
  (`#965 <https://github.com/gitpython-developers/GitPython/pull/965>`_)
* Removed Python 2 and < 3.3 compatibility shims
  (`#979 <https://github.com/gitpython-developers/GitPython/pull/965>`_)
* Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt
  (`#979 <https://github.com/gitpython-developers/GitPython/pull/965>`_)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc95dabc5600c761bf2b0df5604fc366abc1e8e4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-git/Makefile | 23 ++++++++++++++++++++---
 py-git/PLIST    |  3 ---
 py-git/distinfo |  8 ++++----
 3 files changed, 24 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-git/Makefile b/py-git/Makefile
index 2b5b4d3ba1..9c5e8f0d77 100644
--- a/py-git/Makefile
+++ b/py-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.3 2014/12/31 13:58:32 thomasklausner Exp $
 
-DISTNAME=	GitPython-3.0.5
+DISTNAME=	GitPython-3.1.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/GitPython/git/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=G/GitPython/}
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/gitpython-developers/GitPython
 COMMENT=	Python library used to interact with Git repositories
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-gitdb2>=2.0.0:../../wip/py-gitdb2
+DEPENDS+=	${PYPKGPREFIX}-gitdb-[0-9]*:../../wip/py-gitdb
 DEPENDS+=	git-base>=1.7.0:../../devel/git-base
 
 # tests are not intended to be run from pypi distfile,
@@ -18,7 +18,24 @@ DEPENDS+=	git-base>=1.7.0:../../devel/git-base
 # https://github.com/gitpython-developers/GitPython/issues/673
 TEST_DEPENDS+=	${PYPKGPREFIX}-ddt-[0-9]*:../../devel/py-ddt
 TEST_DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+# tox
+# flake8
+# coverage
+# virtualenv
+# toml
+# py
+# pluggy
+# packaging
+# importlib-metadata
+# filelock
+# pyflakes
+# pycodestyle
+# mccabe
+# entrypoints
+# distlib
+# appdirs
+# pyparsing
+# zipp
 
 USE_LANGUAGES=	# none
 
diff --git a/py-git/PLIST b/py-git/PLIST
index a228ee282a..fcd1b870b4 100644
--- a/py-git/PLIST
+++ b/py-git/PLIST
@@ -187,9 +187,6 @@ ${PYSITELIB}/git/test/fixtures/uncommon_branch_prefix_stderr
 ${PYSITELIB}/git/test/lib/__init__.py
 ${PYSITELIB}/git/test/lib/__init__.pyc
 ${PYSITELIB}/git/test/lib/__init__.pyo
-${PYSITELIB}/git/test/lib/asserts.py
-${PYSITELIB}/git/test/lib/asserts.pyc
-${PYSITELIB}/git/test/lib/asserts.pyo
 ${PYSITELIB}/git/test/lib/helper.py
 ${PYSITELIB}/git/test/lib/helper.pyc
 ${PYSITELIB}/git/test/lib/helper.pyo
diff --git a/py-git/distinfo b/py-git/distinfo
index 9d6d3fa989..b565d7c9f3 100644
--- a/py-git/distinfo
+++ b/py-git/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2017/06/21 09:57:57 adam Exp $
 
-SHA1 (GitPython-3.0.5.tar.gz) = eb9a5eaa1b63117d92fd6b74e0c3d9b49aea645b
-RMD160 (GitPython-3.0.5.tar.gz) = ede9e03a3983748720bee8b311e6d594358ae950
-SHA512 (GitPython-3.0.5.tar.gz) = bb47f1dcbe753d7c413f51e48e545b4406b793ad795dd7de3c6aeee313a0ad6409876886cb4b7ebbbddae6a4d2a3f108f403b22133069a61ccb3aef32ab120ad
-Size (GitPython-3.0.5.tar.gz) = 433208 bytes
+SHA1 (GitPython-3.1.0.tar.gz) = b1d7b8ebe2e2c5cc4b876eb39e4e27046af5c81b
+RMD160 (GitPython-3.1.0.tar.gz) = faf3d7e7a4449b83296c34bb932f04dc3dd04426
+SHA512 (GitPython-3.1.0.tar.gz) = 6dab8449cc1736d7f58f9788b56bf63cc2bf0f420104d6e010a9624d21f53f5b5d33135bad4d91b40d9543b454be839f8003828ffe512c35a6513c27a2dd4b53
+Size (GitPython-3.1.0.tar.gz) = 430079 bytes


Home | Main Index | Thread Index | Old Index