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:           Sat Jan 28 00:50:28 UTC 2023

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

Log Message:
py-diffoscope: update to 233

Changes in version 233:

[ FC Stegerman ]
* Split packaging metadata into an extras_require.json file instead of using
  the pep517 and the pip modules directly. This was causing build failures if
  not using a virtualenv and/or building without internet access.
  (Closes: #1029066, reproducible-builds/diffoscope#325)

[ Vagrant Cascadian ]
* Add an external tool reference for GNU Guix (lzip).
* Drop an external tool reference for GNU Guix (pedump).

[ Chris Lamb ]
* Split inline Python code in shell script to generate test dependencies to a
  separate Python script.
* No need for "from __future__ import print_function" import in setup.py
  anymore.
* Comment and tidy the new extras_require.json handling.

Changes in version 232:

[ Chris Lamb ]
* Allow ICC tests to (temporarily) fail.
* Update debian/tests/control after the addition of PyPDF 3 support.

[ FC Stegerman ]
* Update regular expression for Android .APK files.

[ Sam James ]
* Support PyPDF version 3.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/py-diffoscope/Makefile
cvs rdiff -u -r1.14 -r1.15 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.18 pkgsrc/sysutils/py-diffoscope/Makefile:1.19
--- pkgsrc/sysutils/py-diffoscope/Makefile:1.18 Sat Jan  7 07:20:29 2023
+++ pkgsrc/sysutils/py-diffoscope/Makefile      Sat Jan 28 00:50:28 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/01/07 07:20:29 khorben Exp $
+# $NetBSD: Makefile,v 1.19 2023/01/28 00:50:28 khorben Exp $
 
-DISTNAME=      diffoscope-231
+DISTNAME=      diffoscope-233
 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.14 pkgsrc/sysutils/py-diffoscope/distinfo:1.15
--- pkgsrc/sysutils/py-diffoscope/distinfo:1.14 Sat Jan  7 07:20:29 2023
+++ pkgsrc/sysutils/py-diffoscope/distinfo      Sat Jan 28 00:50:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/01/07 07:20:29 khorben Exp $
+$NetBSD: distinfo,v 1.15 2023/01/28 00:50:28 khorben Exp $
 
-BLAKE2s (diffoscope-231.tar.gz) = 8ecc9909565ad32fe21446a029d0d55bb6d4374b93f5708a2a0194dfcfe1cf17
-SHA512 (diffoscope-231.tar.gz) = 544510de0790fc8f0c62030bc557f923bad6d5c39b7364e9944ebcf9bc5c1ecf2b9ecc91cf9142e54a23b1f004f53e96ed5b6f2f4637fa76cebd2ed7d0e4721d
-Size (diffoscope-231.tar.gz) = 3164686 bytes
+BLAKE2s (diffoscope-233.tar.gz) = 2bd508c06dce2d84e92ab664d50c17671de1addcf31b8d292f883de58df9300e
+SHA512 (diffoscope-233.tar.gz) = ae750c3aeb3e4fb40f6bd2becdb5d148af0b369cb5dea8083a0c16d2f11b7995b7ef32a42bd1c248f14782cc792daa68e3e7838789ff4bd4c2dbb532940ef480
+Size (diffoscope-233.tar.gz) = 3164944 bytes



Home | Main Index | Thread Index | Old Index