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.27
details: https://anonhg.NetBSD.org/pkgsrc/rev/41a61c71c9f2
branches: trunk
changeset: 383749:41a61c71c9f2
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 22 12:47:31 2022 +0000
description:
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:
devel/py-gitpython/Makefile | 11 +++++------
devel/py-gitpython/PLIST | 3 ++-
devel/py-gitpython/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (62 lines):
diff -r 55edb80f1fd7 -r 41a61c71c9f2 devel/py-gitpython/Makefile
--- a/devel/py-gitpython/Makefile Mon Aug 22 12:16:49 2022 +0000
+++ b/devel/py-gitpython/Makefile Mon Aug 22 12:47:31 2022 +0000
@@ -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 @@
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 -r 55edb80f1fd7 -r 41a61c71c9f2 devel/py-gitpython/PLIST
--- a/devel/py-gitpython/PLIST Mon Aug 22 12:16:49 2022 +0000
+++ b/devel/py-gitpython/PLIST Mon Aug 22 12:47:31 2022 +0000
@@ -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/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 -r 55edb80f1fd7 -r 41a61c71c9f2 devel/py-gitpython/distinfo
--- a/devel/py-gitpython/distinfo Mon Aug 22 12:16:49 2022 +0000
+++ b/devel/py-gitpython/distinfo Mon Aug 22 12:47:31 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index