diffoscope: update to 183.
This commit is contained in:
parent
cc1ee5585a
commit
3b6424fc92
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'diffoscope'
|
||||
pkgname=diffoscope
|
||||
version=180
|
||||
version=183
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# file 5.39 causes errors there, see https://bugs.astron.com/view.php?id=170
|
||||
make_check_args="-k not((test_wasm)and((test_identification)or(test_no_differences)))"
|
||||
# output format differs from assumed
|
||||
make_check_args="-k not(test_text_proper_indentation)"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-magic python3-libarchive-c python3-setuptools
|
||||
python3-argcomplete binwalk python3-defusedxml python3-distro
|
||||
python3-jsondiff python3-PyPDF2 python3-pyxattr python3-tlsh"
|
||||
checkdepends="${depends} python3-pytest xxd"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="In-depth comparison of files, archives, and directories"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://diffoscope.org/"
|
||||
changelog="https://salsa.debian.org/reproducible-builds/diffoscope/raw/master/debian/changelog"
|
||||
distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
|
||||
checksum=4969c9b2ee3e8a4f9151ec3c550d175f7936ab79f2f5c878688d4381b586326e
|
||||
checksum=d2060ad1416fd5abc4a60dcd59bb245f600cf10e89a28257255a0ec7b1687f4e
|
||||
|
|
Loading…
Reference in a new issue