pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-dulwich



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 17 08:53:02 UTC 2021

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

Log Message:
py-dulwich: updated to 0.20.19

0.20.19
* Fix handling of negative matches in nested gitignores.

0.20.18
* Fix formatting in setup.py.
* Add release configuration.

0.20.17
* credentials: ignore end-of-line character.
* Fix failure in get_untracked_paths when the repository contains symlinks.
* docs: Clarify that Git objects are created on `git add`.

0.20.16
* Add flag to only attempt to fetch ignored untracked files when specifically requested.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-dulwich/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-dulwich/Makefile
diff -u pkgsrc/devel/py-dulwich/Makefile:1.38 pkgsrc/devel/py-dulwich/Makefile:1.39
--- pkgsrc/devel/py-dulwich/Makefile:1.38       Sat Jan 16 20:21:40 2021
+++ pkgsrc/devel/py-dulwich/Makefile    Wed Feb 17 08:53:01 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2021/01/16 20:21:40 maya Exp $
+# $NetBSD: Makefile,v 1.39 2021/02/17 08:53:01 adam Exp $
 
-DISTNAME=      dulwich-0.20.15
+DISTNAME=      dulwich-0.20.19
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}

Index: pkgsrc/devel/py-dulwich/distinfo
diff -u pkgsrc/devel/py-dulwich/distinfo:1.34 pkgsrc/devel/py-dulwich/distinfo:1.35
--- pkgsrc/devel/py-dulwich/distinfo:1.34       Sat Jan 16 15:06:08 2021
+++ pkgsrc/devel/py-dulwich/distinfo    Wed Feb 17 08:53:01 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2021/01/16 15:06:08 maya Exp $
+$NetBSD: distinfo,v 1.35 2021/02/17 08:53:01 adam Exp $
 
-SHA1 (dulwich-0.20.15.tar.gz) = 66591f7e9b340385fd2eb1eeee0582e388808f03
-RMD160 (dulwich-0.20.15.tar.gz) = e6ab15e49bdfe342bda1533297ad02a109ad54ae
-SHA512 (dulwich-0.20.15.tar.gz) = a4e746099a90ea2d7eb5f0309508a4f625d41732bdda78997fab07b38ea2ecbd2c2aed08c8ef05b1b73fe3e2ba9b8c8cbf02270f8edbc6235d66cdee0317365c
-Size (dulwich-0.20.15.tar.gz) = 391841 bytes
+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



Home | Main Index | Thread Index | Old Index