Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-diff-match-patch py-diff-match-patch: upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4ef8990e0ef
branches:  trunk
changeset: 435795:c4ef8990e0ef
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 15 14:10:14 2020 +0000

description:
py-diff-match-patch: updated to 20200713

20200713
Maintenance release
- Pulls in upstream change to use raw strings for regex
- Updates to how the package builds, tests, and runs lint
- Uses PEP 517/518 metadata for build requirements/backend
- Formatting improvements, including use of isort

diffstat:

 textproc/py-diff-match-patch/Makefile |   4 ++--
 textproc/py-diff-match-patch/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8c1d423fa0eb -r c4ef8990e0ef textproc/py-diff-match-patch/Makefile
--- a/textproc/py-diff-match-patch/Makefile     Wed Jul 15 14:07:51 2020 +0000
+++ b/textproc/py-diff-match-patch/Makefile     Wed Jul 15 14:10:14 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/07/09 08:44:15 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/15 14:10:14 adam Exp $
 
-DISTNAME=      diff-match-patch-20181111
+DISTNAME=      diff-match-patch-20200713
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/diff-match-patch/}
diff -r 8c1d423fa0eb -r c4ef8990e0ef textproc/py-diff-match-patch/distinfo
--- a/textproc/py-diff-match-patch/distinfo     Wed Jul 15 14:07:51 2020 +0000
+++ b/textproc/py-diff-match-patch/distinfo     Wed Jul 15 14:10:14 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/07/09 08:44:15 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/07/15 14:10:14 adam Exp $
 
-SHA1 (diff-match-patch-20181111.tar.gz) = 3a74a95e65b431dd9e7e967b579e8e21dd6daef3
-RMD160 (diff-match-patch-20181111.tar.gz) = e01dabf595cee36ea587bac9653bf21d4281346c
-SHA512 (diff-match-patch-20181111.tar.gz) = 9b21726b9c0e350553533c14dd86cca823c6f98ab642e7166cf9348952a57b62bcb0576e3d6a3b76655ea1bcc8cef3fe7f33ffb068b5a4bfb4b4b521042484e6
-Size (diff-match-patch-20181111.tar.gz) = 58554 bytes
+SHA1 (diff-match-patch-20200713.tar.gz) = 971286da0d85d81974a414c43fc792d3c0ecd4df
+RMD160 (diff-match-patch-20200713.tar.gz) = 05ae62db1d30937fb750e1c2c96e2de21ccee25e
+SHA512 (diff-match-patch-20200713.tar.gz) = f161efed3d87dd0693c98ee81aedb3868787f040f8f9f31015f9f1de04d50046be75b2351a65a4c26ae1d194b983dbc1420799cf70e7c25737ee4eb3cc78a183
+Size (diff-match-patch-20200713.tar.gz) = 60711 bytes



Home | Main Index | Thread Index | Old Index