py-dulwich: updated to 0.20.20
0.20.20 * Implement ``Stash.drop``. * Support untracked symlinks to paths outside the repository.
This commit is contained in:
parent
9cc0cdb7d7
commit
a719bf7965
3 changed files with 17 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.39 2021/02/17 08:53:01 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2021/03/03 18:06:09 adam Exp $
|
||||
|
||||
DISTNAME= dulwich-0.20.19
|
||||
DISTNAME= dulwich-0.20.20
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dulwich/}
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.18 2021/01/16 15:06:08 maya Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2021/03/03 18:06:09 adam Exp $
|
||||
bin/dul-receive-pack-${PYVERSSUFFIX}
|
||||
bin/dul-upload-pack-${PYVERSSUFFIX}
|
||||
bin/dulwich-${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/docs/tutorial/conclusion.txt
|
||||
${PYSITELIB}/docs/tutorial/encoding.txt
|
||||
${PYSITELIB}/docs/tutorial/file-format.txt
|
||||
|
@ -12,12 +18,6 @@ ${PYSITELIB}/docs/tutorial/porcelain.txt
|
|||
${PYSITELIB}/docs/tutorial/remote.txt
|
||||
${PYSITELIB}/docs/tutorial/repo.txt
|
||||
${PYSITELIB}/docs/tutorial/tag.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/dulwich/__init__.py
|
||||
${PYSITELIB}/dulwich/__init__.pyc
|
||||
${PYSITELIB}/dulwich/__init__.pyo
|
||||
|
@ -58,6 +58,9 @@ ${PYSITELIB}/dulwich/contrib/release_robot.pyo
|
|||
${PYSITELIB}/dulwich/contrib/swift.py
|
||||
${PYSITELIB}/dulwich/contrib/swift.pyc
|
||||
${PYSITELIB}/dulwich/contrib/swift.pyo
|
||||
${PYSITELIB}/dulwich/contrib/test_paramiko_vendor.py
|
||||
${PYSITELIB}/dulwich/contrib/test_paramiko_vendor.pyc
|
||||
${PYSITELIB}/dulwich/contrib/test_paramiko_vendor.pyo
|
||||
${PYSITELIB}/dulwich/contrib/test_release_robot.py
|
||||
${PYSITELIB}/dulwich/contrib/test_release_robot.pyc
|
||||
${PYSITELIB}/dulwich/contrib/test_release_robot.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.35 2021/02/17 08:53:01 adam Exp $
|
||||
$NetBSD: distinfo,v 1.36 2021/03/03 18:06:09 adam Exp $
|
||||
|
||||
SHA1 (dulwich-0.20.19.tar.gz) = a9e029621e079a9ef3a63d85d771d9d0650c2868
|
||||
RMD160 (dulwich-0.20.19.tar.gz) = 810a766dede5bc987f08fc264eea8dfe4fc9b8be
|
||||
SHA512 (dulwich-0.20.19.tar.gz) = 07a6b127fc1170a929b22cb04e34a0653131d175d3813fccc9e47e6d250bfa217bb0a2557d5e7fda6edcc5376809e6593dbd0fa52eb73360ba9c3dcdac69c81a
|
||||
Size (dulwich-0.20.19.tar.gz) = 393004 bytes
|
||||
SHA1 (dulwich-0.20.20.tar.gz) = 6053af2127d15c204668f45e3168f0a7f05bc188
|
||||
RMD160 (dulwich-0.20.20.tar.gz) = c2ee5c7dc97387f3c8736be2b898d9a8fdd3d6b3
|
||||
SHA512 (dulwich-0.20.20.tar.gz) = ca83bfe3566981830bdc91d2e4ed039625fa6780dcabf74e0e91c9d89001e06dd04c8a10e8dfaf5c5ad67081d77fc9e996e2e3e1a0589954faae09162c545b02
|
||||
Size (dulwich-0.20.20.tar.gz) = 397197 bytes
|
||||
|
|
Loading…
Reference in a new issue