diffoscope: update to 143.
This commit is contained in:
parent
04e9ee8010
commit
ae8c7c65cf
|
@ -19,20 +19,6 @@ index a1b80d4..2434d82 100644
|
||||||
def test_compare_to_file(tmpdir):
|
def test_compare_to_file(tmpdir):
|
||||||
path = str(tmpdir.join('file'))
|
path = str(tmpdir.join('file'))
|
||||||
|
|
||||||
diff --git tests/comparators/test_pdf.py tests/comparators/test_pdf.py
|
|
||||||
index ab1efe3..a6ecec3 100644
|
|
||||||
--- tests/comparators/test_pdf.py
|
|
||||||
+++ tests/comparators/test_pdf.py
|
|
||||||
@@ -66,9 +66,3 @@ def test_compare_non_existing(monkeypatch, pdf1):
|
|
||||||
@pytest.fixture
|
|
||||||
def differences_metadata(pdf1, pdf1a):
|
|
||||||
return pdf1.compare(pdf1a).details
|
|
||||||
-
|
|
||||||
-
|
|
||||||
-@skip_unless_module_exists('PyPDF2')
|
|
||||||
-def test_metadata(differences_metadata):
|
|
||||||
- expected_diff = get_data('pdf_metadata_expected_diff')
|
|
||||||
- assert differences_metadata[0].unified_diff == expected_diff
|
|
||||||
--
|
--
|
||||||
2.26.0
|
2.26.0
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'diffoscope'
|
# Template file for 'diffoscope'
|
||||||
pkgname=diffoscope
|
pkgname=diffoscope
|
||||||
version=141
|
version=143
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -16,4 +16,4 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://diffoscope.org/"
|
homepage="https://diffoscope.org/"
|
||||||
changelog="https://salsa.debian.org/reproducible-builds/diffoscope/raw/master/debian/changelog"
|
changelog="https://salsa.debian.org/reproducible-builds/diffoscope/raw/master/debian/changelog"
|
||||||
distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
|
||||||
checksum=66a8d066f8f5ac18d02aa5148ada7c6f4ab094cd64d29e72b319c5e7df151fc0
|
checksum=a1fb4dd97af92bb8ce275d1caf465971726919e28efe5f043bd3ea9afb50574a
|
||||||
|
|
Loading…
Reference in New Issue