pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-diffoscope



Module Name:    pkgsrc
Committed By:   khorben
Date:           Wed Dec 28 03:58:58 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-diffoscope: Makefile distinfo

Log Message:
py-diffoscope: updated to 229

Changes in 229:

[ Chris Lamb ]
* Skip test_html.py::test_diff if html2text is not installed.
  (Closes: #1026034)

[ Holger Levsen ]
* Bump standards version to 4.6.2, no changes needed.

Changes in 228:

[ FC Stegerman ]
* As an optimisation, don't run apktool if no differences are detected before
  the signing block. (Closes: reproducible-builds/diffoscope!105)

[ Chris Lamb ]
* Support both the python3-progressbar and python3-progressbar2 Debian
  packages, two modules providing the "progressbar" Python module.
  (Closes: reproducible-builds/diffoscope#323)
* Ensure we recommend apksigcopier. (Re: reproducible-builds/diffoscope!105)
* Make the code clearer around generating the Debian substvars and tidy
  generation of os_list.
* Update copyright years.

Changes in 227:

[ Chris Lamb ]
* Don't attempt to attach text-only differences notice if there are no
  differences to begin with. (Closes: #1024171, #1024349)
* Don't run Python decompiling tests on Python bytecode that both file(1)
  cannot yet detect and Python 3.11 cannot demarshall. (Closes: #1024335)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/py-diffoscope/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/py-diffoscope/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-diffoscope/Makefile
diff -u pkgsrc/sysutils/py-diffoscope/Makefile:1.16 pkgsrc/sysutils/py-diffoscope/Makefile:1.17
--- pkgsrc/sysutils/py-diffoscope/Makefile:1.16 Wed Nov  9 22:10:20 2022
+++ pkgsrc/sysutils/py-diffoscope/Makefile      Wed Dec 28 03:58:58 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/11/09 22:10:20 khorben Exp $
+# $NetBSD: Makefile,v 1.17 2022/12/28 03:58:58 khorben Exp $
 
-DISTNAME=      diffoscope-226
+DISTNAME=      diffoscope-229
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/diffoscope/}

Index: pkgsrc/sysutils/py-diffoscope/distinfo
diff -u pkgsrc/sysutils/py-diffoscope/distinfo:1.12 pkgsrc/sysutils/py-diffoscope/distinfo:1.13
--- pkgsrc/sysutils/py-diffoscope/distinfo:1.12 Wed Nov  9 22:10:20 2022
+++ pkgsrc/sysutils/py-diffoscope/distinfo      Wed Dec 28 03:58:58 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/11/09 22:10:20 khorben Exp $
+$NetBSD: distinfo,v 1.13 2022/12/28 03:58:58 khorben Exp $
 
-BLAKE2s (diffoscope-226.tar.gz) = af8cdf2bba1e17c59bba7f75a06f06e4c131e53c0f62e75acee54ff369721dcf
-SHA512 (diffoscope-226.tar.gz) = 59e8fd73fcf6e94a603c7e5fa8793f4746e770b0ff84d13379e155d3b4eb91defed79b688109785b62ae5cca1faf9b536454b3107ea93aa361eb511916601615
-Size (diffoscope-226.tar.gz) = 3164328 bytes
+BLAKE2s (diffoscope-229.tar.gz) = b1609ffd349eb7e72e8dab2062276ef4ec83677463a9d0b2cc94a5ea966ae81a
+SHA512 (diffoscope-229.tar.gz) = 825c9c33f3088ba082ea3b998594445987558ee62b8b1fbfcded9b72a739faaa73908f8753b8772b3b1a8a43dbcfd52978265a18bdd92605defcd174884ccb23
+Size (diffoscope-229.tar.gz) = 3164192 bytes



Home | Main Index | Thread Index | Old Index