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:           Fri Jan 20 13:37:26 UTC 2023

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

Log Message:
py-gitpython: updated to 3.1.30

3.1.30
- Make injections of command-invocations harder or impossible for clone and others.
  See https://github.com/gitpython-developers/GitPython/pull/1518 for details.
  Note that this might constitute a breaking change for some users, and if so please
  let us know and we add an opt-out to this.
- Prohibit insecure options and protocols by default, which is potentially a breaking change,
  but a necessary fix for https://github.com/gitpython-developers/GitPython/issues/1515.
  Please take a look at the PR for more information and how to bypass these protections
  in case they cause breakage: https://github.com/gitpython-developers/GitPython/pull/1521.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-gitpython/Makefile \
    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.14 pkgsrc/devel/py-gitpython/Makefile:1.15
--- pkgsrc/devel/py-gitpython/Makefile:1.14     Fri Oct 14 09:01:12 2022
+++ pkgsrc/devel/py-gitpython/Makefile  Fri Jan 20 13:37:26 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/10/14 09:01:12 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/01/20 13:37:26 adam Exp $
 
-DISTNAME=      GitPython-3.1.29
+DISTNAME=      GitPython-3.1.30
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gitpython/}
@@ -16,10 +16,5 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
-.endif
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-gitpython/distinfo
diff -u pkgsrc/devel/py-gitpython/distinfo:1.14 pkgsrc/devel/py-gitpython/distinfo:1.15
--- pkgsrc/devel/py-gitpython/distinfo:1.14     Fri Oct 14 09:01:12 2022
+++ pkgsrc/devel/py-gitpython/distinfo  Fri Jan 20 13:37:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/10/14 09:01:12 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/01/20 13:37:26 adam Exp $
 
-BLAKE2s (GitPython-3.1.29.tar.gz) = 305b46d683d346256c6e46fc24ee9486190ccdeca507f16b9c6b4c4ff83db976
-SHA512 (GitPython-3.1.29.tar.gz) = 922093f4d33627fb54b5505930aa17d597d3d80a354828e37228aa7e3971ff288009a3634bbc6dce336c66e8fc5adcf852cff7629123772eb1dafe732ed9cada
-Size (GitPython-3.1.29.tar.gz) = 193730 bytes
+BLAKE2s (GitPython-3.1.30.tar.gz) = ab19f85472cbc78a7cf71eed2502123fe8f9cbcdef923d25b7256f0270fce42f
+SHA512 (GitPython-3.1.30.tar.gz) = 067e64c801ca3882d70aca7706b3a57a51597817f0a3f03290a17e3ebb0fa0fd04cd1d72a32eae3bb72b6c486ffd26d1ede9cee5b17d99ffceb0f8dcc83081b9
+Size (GitPython-3.1.30.tar.gz) = 195508 bytes



Home | Main Index | Thread Index | Old Index