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:   nikita
Date:           Wed May 15 13:00:30 UTC 2024

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

Log Message:
py-diffoscope: update to version 266

Changelog:

Version 266 includes the following changes:

[ Chris Lamb ]
* Use "xz --list" to supplement the output when comparing .xz archives;
essential when some underlying metadata differs. (Closes: #1069329)
* Actually append the xz --list after the container differences, as it
simplifies tests and the output.
* Add 7zip to <!nocheck> Build-Depends in debian/control.
* Update copyright years.

[ James Addison ]
* Maintain an in-header boolean state to determine whether to drop
from-file/to-file lines. This fixes an issue where HTML differences were
being inadvertendly neglected. (Closes: reproducible-builds/diffoscope#372)

Version 265 includes the following changes:

[ Chris Lamb ]
* Ensure that tests with ">=" version constraints actually print the
corresponding tool name. (Closes: reproducible-builds/diffoscope#370)
* Prevent odt2txt tests from always being skipped due to an impossibly new
version requirement. (Closes: reproducible-builds/diffoscope#369)
* Avoid nested parens-in-parens when printing "skipping…" messages
in the testsuite.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/py-diffoscope/Makefile
cvs rdiff -u -r1.19 -r1.20 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.25 pkgsrc/sysutils/py-diffoscope/Makefile:1.26
--- pkgsrc/sysutils/py-diffoscope/Makefile:1.25 Fri Apr 12 19:28:40 2024
+++ pkgsrc/sysutils/py-diffoscope/Makefile      Wed May 15 13:00:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/04/12 19:28:40 nikita Exp $
+# $NetBSD: Makefile,v 1.26 2024/05/15 13:00:30 nikita Exp $
 
-DISTNAME=      diffoscope-264
+DISTNAME=      diffoscope-266
 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.19 pkgsrc/sysutils/py-diffoscope/distinfo:1.20
--- pkgsrc/sysutils/py-diffoscope/distinfo:1.19 Fri Apr 12 19:28:40 2024
+++ pkgsrc/sysutils/py-diffoscope/distinfo      Wed May 15 13:00:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/04/12 19:28:40 nikita Exp $
+$NetBSD: distinfo,v 1.20 2024/05/15 13:00:30 nikita Exp $
 
-BLAKE2s (diffoscope-264.tar.gz) = c50deec25fbe9cc13c767529515fd275bd719ae17b81b811c0bb6bca64112841
-SHA512 (diffoscope-264.tar.gz) = 8ec98d3c117ff7555398c4d2e8035a8a4c721d4f0274b6e478cbd3bdf3d8d5be19bfe344aa874dc60da2272695d5fc1cb7913bb488dd80fa4d8e14c1e276b31e
-Size (diffoscope-264.tar.gz) = 3284441 bytes
+BLAKE2s (diffoscope-266.tar.gz) = 2e112286359e4041dd417aab86520ecaf43732a53c5ffbfedd920a58ea44640b
+SHA512 (diffoscope-266.tar.gz) = 41e6e710cfeab174417c0657ad3d05cd4c5dc787be0b1cb94bf70ff276970ddef43b1e6b0087fccfc5e15cd145cd1538183a8eb68e3cf0580fb830d052add397
+Size (diffoscope-266.tar.gz) = 3285463 bytes



Home | Main Index | Thread Index | Old Index