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: Mon Aug 22 12:47:31 UTC 2022
Modified Files:
pkgsrc/devel/py-gitpython: Makefile PLIST distinfo
Log Message:
py-gitpython: updated to 3.1.27
3.1.27
- Reduced startup time due to optimized imports.
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/57?closed=1
3.1.26
- Fixes a leaked file descriptor when reading the index, which would cause make writing a previously
read index on windows impossible.
See https://github.com/gitpython-developers/GitPython/issues/1395 for details.
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/56?closed=1
3.1.25
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/55?closed=1
3.1.24
* Newly added timeout flag is not be enabled by default, and was renamed to kill_after_timeout
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-gitpython/Makefile \
pkgsrc/devel/py-gitpython/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-gitpython/PLIST
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.12 pkgsrc/devel/py-gitpython/Makefile:1.13
--- pkgsrc/devel/py-gitpython/Makefile:1.12 Tue Jan 4 20:53:08 2022
+++ pkgsrc/devel/py-gitpython/Makefile Mon Aug 22 12:47:31 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:53:08 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/08/22 12:47:31 adam Exp $
-DISTNAME= GitPython-3.1.18
+DISTNAME= GitPython-3.1.27
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitpython/}
@@ -13,14 +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
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
.endif
-USE_LANGUAGES= # none
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-gitpython/distinfo
diff -u pkgsrc/devel/py-gitpython/distinfo:1.12 pkgsrc/devel/py-gitpython/distinfo:1.13
--- pkgsrc/devel/py-gitpython/distinfo:1.12 Tue Oct 26 10:18:30 2021
+++ pkgsrc/devel/py-gitpython/distinfo Mon Aug 22 12:47:31 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:18:30 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/08/22 12:47:31 adam Exp $
-BLAKE2s (GitPython-3.1.18.tar.gz) = ba554d963b85d1462c3e1b8e070b56ca9d3640894828a9d3f731634f2921093d
-SHA512 (GitPython-3.1.18.tar.gz) = 981b3f4eec71c4e1de6efa2381c3c411aedfc51918f9f58f397926d21dabdfabb54d498ae44a5b6ceca59adf99e866df8d04f97a86df942e81408a5a0e751a15
-Size (GitPython-3.1.18.tar.gz) = 181199 bytes
+BLAKE2s (GitPython-3.1.27.tar.gz) = b5587cba2cf6cab8908d5e08a28b9f630b4dec8d05b42ded1bfe77403b9fdd31
+SHA512 (GitPython-3.1.27.tar.gz) = 6f855bcfc380c1a83a97807ca8ddcc4dfe8258f3aba0790142ef41f28befff44847aec925e523eaac47fd6c0078eb6296f52bb4b7d2be7d59ad95bbeb930fe28
+Size (GitPython-3.1.27.tar.gz) = 192188 bytes
Index: pkgsrc/devel/py-gitpython/PLIST
diff -u pkgsrc/devel/py-gitpython/PLIST:1.2 pkgsrc/devel/py-gitpython/PLIST:1.3
--- pkgsrc/devel/py-gitpython/PLIST:1.2 Thu May 13 12:28:52 2021
+++ pkgsrc/devel/py-gitpython/PLIST Mon Aug 22 12:47:31 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/05/13 12:28:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/08/22 12:47:31 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -77,6 +77,7 @@ ${PYSITELIB}/git/objects/tree.pyo
${PYSITELIB}/git/objects/util.py
${PYSITELIB}/git/objects/util.pyc
${PYSITELIB}/git/objects/util.pyo
+${PYSITELIB}/git/py.typed
${PYSITELIB}/git/refs/__init__.py
${PYSITELIB}/git/refs/__init__.pyc
${PYSITELIB}/git/refs/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index