Update to dulwich 0.18.2. Maintainer timeout.
This commit is contained in:
parent
0a9b1fbd11
commit
2825ec8f18
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2017/06/13 07:47:51 czarkoff Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2017/09/08 09:52:58 juanfra Exp $
|
||||
|
||||
COMMENT = pure Python implementation of Git file formats and protocols
|
||||
|
||||
MODPY_EGG_VERSION = 0.17.3
|
||||
MODPY_EGG_VERSION = 0.18.2
|
||||
DISTNAME = dulwich-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dulwich-0.17.3.tar.gz) = DD7MrJOCPhcrBdV6rqs9bwPGwPGGdhNgbRkJo6tBAMo=
|
||||
SIZE (dulwich-0.17.3.tar.gz) = 311704
|
||||
SHA256 (dulwich-0.18.2.tar.gz) = KE0AALIawS+UvNXrPX3MQtpR5VBrmlOhHGFbRtqQbZs=
|
||||
SIZE (dulwich-0.18.2.tar.gz) = 323684
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2017/01/17 02:57:09 czarkoff Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2017/09/08 09:52:58 juanfra Exp $
|
||||
bin/dul-receive-pack
|
||||
bin/dul-upload-pack
|
||||
bin/dulwich
|
||||
@ -49,6 +49,8 @@ lib/python${MODPY_VERSION}/site-packages/dulwich/greenthreads.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/greenthreads.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/hooks.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/hooks.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/ignore.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/ignore.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/index.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/index.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/log_utils.py
|
||||
@ -282,6 +284,8 @@ lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_greenthreads.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_greenthreads.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_hooks.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_hooks.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_ignore.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_ignore.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_index.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_index.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/dulwich/tests/test_lru_cache.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user