pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-gitpython py-gitpython: updated to 3.1.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/919c19d6e2fd
branches:  trunk
changeset: 452586:919c19d6e2fd
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 13 12:28:52 2021 +0000

description:
py-gitpython: updated to 3.1.16

3.1.16
* Fix issues from 3.1.15 (see https://github.com/gitpython-developers/GitPython/issues/1223)
* Add more static typing information

3.1.15  (YANKED)
* add deprectation warning for python 3.5

diffstat:

 devel/py-gitpython/Makefile |  13 +++++++++----
 devel/py-gitpython/PLIST    |   5 ++++-
 devel/py-gitpython/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 10 deletions(-)

diffs (63 lines):

diff -r 54c483ff394b -r 919c19d6e2fd devel/py-gitpython/Makefile
--- a/devel/py-gitpython/Makefile       Thu May 13 12:24:01 2021 +0000
+++ b/devel/py-gitpython/Makefile       Thu May 13 12:28:52 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/03/08 07:01:25 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/05/13 12:28:52 adam Exp $
 
-DISTNAME=      GitPython-3.1.14
+DISTNAME=      GitPython-3.1.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gitpython/}
@@ -12,9 +12,14 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-gitdb>=4.0.1:../../devel/py-gitdb
 
-USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} < 38
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4.0:../../devel/py-typing-extensions
+.endif
+
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 54c483ff394b -r 919c19d6e2fd devel/py-gitpython/PLIST
--- a/devel/py-gitpython/PLIST  Thu May 13 12:24:01 2021 +0000
+++ b/devel/py-gitpython/PLIST  Thu May 13 12:28:52 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/10 15:05:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/05/13 12:28:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -110,6 +110,9 @@
 ${PYSITELIB}/git/repo/fun.py
 ${PYSITELIB}/git/repo/fun.pyc
 ${PYSITELIB}/git/repo/fun.pyo
+${PYSITELIB}/git/types.py
+${PYSITELIB}/git/types.pyc
+${PYSITELIB}/git/types.pyo
 ${PYSITELIB}/git/util.py
 ${PYSITELIB}/git/util.pyc
 ${PYSITELIB}/git/util.pyo
diff -r 54c483ff394b -r 919c19d6e2fd devel/py-gitpython/distinfo
--- a/devel/py-gitpython/distinfo       Thu May 13 12:24:01 2021 +0000
+++ b/devel/py-gitpython/distinfo       Thu May 13 12:28:52 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/03/08 07:01:25 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/05/13 12:28:52 adam Exp $
 
-SHA1 (GitPython-3.1.14.tar.gz) = c1ada3a86243ad5f2871394a0d6d54a7f8f069bc
-RMD160 (GitPython-3.1.14.tar.gz) = 3bee699bdd2a38609c6ee5510dda902988500dd5
-SHA512 (GitPython-3.1.14.tar.gz) = ee9015d82a53aba18dde8cede276d1d4410c7d9791c5b224c772114801c1e6dc4210c02399dc1248593a4e52d5f5e549cdbf927d6a7c7f9a5a9b0801f5d79675
-Size (GitPython-3.1.14.tar.gz) = 171534 bytes
+SHA1 (GitPython-3.1.16.tar.gz) = 46cd14d9d13ebb8344de551b40a310b2b0ed9629
+RMD160 (GitPython-3.1.16.tar.gz) = 0693abcc776e7164f4f9d66e5e1e26d06ab948d5
+SHA512 (GitPython-3.1.16.tar.gz) = 34e43d1b26721256c46d5c02f9c1b135180ac068c141b095bdb2b24828c8e1cf875216908bb3d4a2d1439c589825adebcba9cbabf8718e0e61625fc7f91727b6
+Size (GitPython-3.1.16.tar.gz) = 178271 bytes



Home | Main Index | Thread Index | Old Index