pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gitpython



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 13 12:28:52 UTC 2021

Modified Files:
        pkgsrc/devel/py-gitpython: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-gitpython/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-gitpython/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-gitpython/distinfo

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

Modified files:

Index: pkgsrc/devel/py-gitpython/Makefile
diff -u pkgsrc/devel/py-gitpython/Makefile:1.8 pkgsrc/devel/py-gitpython/Makefile:1.9
--- pkgsrc/devel/py-gitpython/Makefile:1.8      Mon Mar  8 07:01:25 2021
+++ pkgsrc/devel/py-gitpython/Makefile  Thu May 13 12:28:52 2021
@@ -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 @@ LICENSE=     modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-gitdb>=4.0.1:../../devel/py-gitdb
 
-USE_LANGUAGES= # none
-
 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"

Index: pkgsrc/devel/py-gitpython/PLIST
diff -u pkgsrc/devel/py-gitpython/PLIST:1.1 pkgsrc/devel/py-gitpython/PLIST:1.2
--- pkgsrc/devel/py-gitpython/PLIST:1.1 Thu Sep 10 15:05:55 2020
+++ pkgsrc/devel/py-gitpython/PLIST     Thu May 13 12:28:52 2021
@@ -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/base.pyo
 ${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

Index: pkgsrc/devel/py-gitpython/distinfo
diff -u pkgsrc/devel/py-gitpython/distinfo:1.7 pkgsrc/devel/py-gitpython/distinfo:1.8
--- pkgsrc/devel/py-gitpython/distinfo:1.7      Mon Mar  8 07:01:25 2021
+++ pkgsrc/devel/py-gitpython/distinfo  Thu May 13 12:28:52 2021
@@ -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