SHA256
1
0
forked from pool/diffoscope

- update to version 178:

- Don't traceback on an broken symlink in a directory.
   (Closes: reproducible-builds/diffoscope#269)
 - Rewrite the calculation of a file's "fuzzy hash" to make the control
   flow cleaner.
 - Support .deb package members compressed with the Zstandard algorithm.
   (LP: #1923845)
 - Overhaul the Mach-O executable file comparator.
 - Implement tests for the Mach-O comparator.
 - Switch to new argument format for the LLVM compiler.
 - Fix test_libmix_differences in testsuite for the ELF format.
 - Improve macOS compatibility for the Mach-O comparator.
 - Add llvm-readobj and llvm-objdump to the internal EXTERNAL_TOOLS data
   structure.
 - Invoke gzip(1) with the short option variants to support Busybox's gzip.
- Update to version 177:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=26
This commit is contained in:
Sebastian Wagner 2021-07-18 09:44:52 +00:00 committed by Git OBS Bridge
parent a786446b8c
commit 83bc7aaceb
6 changed files with 42 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9339a0e100ab4c850631a2500b9ee73b16e5e83143a18e6b1a6ed4b515e5bf4
size 1312737

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmC57GsACgkQHpU+J9Qx
Hlg7MQ/+IiPdZyZJAacdWqrUkXEbfT8XrNewGUiqUNW+7YEvbNf7Tc3hLwk6oJvv
c4Jqe27zeO9umJp6z7WKptBHsYyjZMmZqPGNrcK2gDxnifWKyg9odMCGZCV57GqS
ZeMhTpcp6yikN6sumGMUSWiegOZOOvde1rJcFPChrAjd4xLPUVQ9JeRX+OiKF8OH
T9ryyq4YH+bCmWS4WxFY5YmpE/0rbTV5cXTiBp8+OQJGJ2+fgVUXI3W3heg8f958
CHC8Wltv82WRuZpG4jGOIfqev3iq12/dNDHFOCHOs209Al9W6JpmLisEd2aDK+k4
G6Qypp0qQv45iB7rOUzS7iFOX5Sm8BInWpUXWFfCSoFFuGkDdZNAjAvgdKJWc2Cs
G6Kaf7XY+WlfPpolr5PbdahIpJJ+iOc9jeCl0m/+1b6LFguiWvnVfdfTtmZaVERc
6T2BHLrctcNl961I6bliASXK6R7gH3cbNn3f9ZnLXZb66wZchkAl6ALZfQwGeHNm
TlxO5G52gzMh9rDIyK7cfzWzVGP6smquSbz0kkAfoxkNG11rPgK1G7JRLF6nPXbk
SnosYXiY9Pcr53iY3wZXgfZBzXbjiaBXMB6qPebBcyETFJrftFybo1taOSdgr5iD
uQbvfhclSDhydMCBbRfPhdg9K14wyu2xOzCG+Snq+eELiEgVGig=
=h13o
-----END PGP SIGNATURE-----

3
diffoscope-178.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b896d342c85feef45de84c9a695d22b4956b31cffaa3ea4f5e1b5482b8c59f33
size 1286340

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmDxmdMACgkQHpU+J9Qx
HljrZQ/8Dxi4VEad6bdq23hwks0pqM17VejMDfp/0+Sw3Bdgp0Hz80s/6eWHhCXW
zSvO2rIzTYTKSlcFnkrLh7PrwmCrf/efAiOC4FkRl12bsvXHz3NUxljuvYYcWXMf
jJR7clMLI2PdQqGUx/LIyGGFLWWrKSgdgNyQRS1VxCskfmSInjzYSBxKORXVzM+o
8ximO781JP+eaHt7C2F+GT+mkZ1RnDTOdMogWOzO36KFWwJ4HA3JftV2Bl6ZJQZC
2qDC31qDEwG3xHZCAuWhwstyCH8z+9tIgJHu8jpKD96ps0p8mVgglA5DiepcJxup
AnF7eKIDiG3Qx28UH+Gyo0hQT/2PlAvt7wM/659Bi1oKRZlZ6goGfyKjY2EEXlri
+BxF6c5xr8KfTengLTwLnlZrS7EBoakmk01tcgMpp4/zQ+La5QQJl7cg3aWSw1YL
hsT0/DWCooyUKBHM1hK5h09N4hh1pRedrK3YRzdProFhURv0w4+AJZ68s+LW/37x
gV2qatm//nlH8xOrdVGEL4kkPF2cvTYLtydec3M2gjLpXQqA+G1R5w/Szco/8WOS
xr/t1Tbz4z+PNSJmSKuxnXift8cnwsEJlENRqxh2F0890vWTE0QhoxDjMvmfx+SK
eggDBok1MoLiDZkHa8J1xVNuTCJysGn82uBh6DO19ildGLancwc=
=pvSf
-----END PGP SIGNATURE-----

View File

@ -1,7 +1,26 @@
-------------------------------------------------------------------
Sun Jul 18 08:41:11 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 178:
- Don't traceback on an broken symlink in a directory.
(Closes: reproducible-builds/diffoscope#269)
- Rewrite the calculation of a file's "fuzzy hash" to make the control
flow cleaner.
- Support .deb package members compressed with the Zstandard algorithm.
(LP: #1923845)
- Overhaul the Mach-O executable file comparator.
- Implement tests for the Mach-O comparator.
- Switch to new argument format for the LLVM compiler.
- Fix test_libmix_differences in testsuite for the ELF format.
- Improve macOS compatibility for the Mach-O comparator.
- Add llvm-readobj and llvm-objdump to the internal EXTERNAL_TOOLS data
structure.
- Invoke gzip(1) with the short option variants to support Busybox's gzip.
-------------------------------------------------------------------
Tue Jun 8 10:29:34 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 177
- Update to version 177:
* Improve support for Apple "provisioning profiles".
-------------------------------------------------------------------

View File

@ -17,7 +17,7 @@
Name: diffoscope
Version: 177
Version: 178
Release: 0
Summary: In-depth comparison of files, archives, and directories
License: GPL-3.0-or-later
@ -135,7 +135,8 @@ fi
%check
# test_identification https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/98
py.test-%{python3_bin_suffix} -k 'not test_identification'
# test_obj_no_differences https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/270
py.test-%{python3_bin_suffix} -k 'not test_identification and not test_obj_no_differences'
%files
%doc README.rst