diff options
author | adam <adam@pkgsrc.org> | 2022-08-22 12:47:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-08-22 12:47:31 +0000 |
commit | 5540e50832ef402b9a410afd7304df5ea0eeeb09 (patch) | |
tree | 71d5d19aeffc98ad0002d102ad3be250553c3995 /devel | |
parent | a60909831edcf5ec7962de3546457a75d42f68ba (diff) | |
download | pkgsrc-5540e50832ef402b9a410afd7304df5ea0eeeb09.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-gitpython/Makefile | 11 | ||||
-rw-r--r-- | devel/py-gitpython/PLIST | 3 | ||||
-rw-r--r-- | devel/py-gitpython/distinfo | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index c2570f18add..a1e6e611a2f 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -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" diff --git a/devel/py-gitpython/PLIST b/devel/py-gitpython/PLIST index a3132a802e0..d1d0a08713a 100644 --- a/devel/py-gitpython/PLIST +++ b/devel/py-gitpython/PLIST @@ -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 diff --git a/devel/py-gitpython/distinfo b/devel/py-gitpython/distinfo index 9a334632665..7faa8e4d437 100644 --- a/devel/py-gitpython/distinfo +++ b/devel/py-gitpython/distinfo @@ -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 |