SHA256
1
0
forked from pool/diffoscope

- update to version 181:

- New features and bug fixes:
   - Don't require apksigner in order to compare .apk files using apktool.
   - Add a special-case to squshfs image extraction to not fail if we aren't
     root/superuser. (Closes: #991059)
   - Reduce the maximum line length to avoid O(n^2) Wagner-Fischer algorithm,
     which meant that diff generation took an inordinate amount of time.
     (Closes: reproducible-builds/diffoscope#272)
   - Include profiling information in --debug output if --profile is not set.
   - Don't print an orphan newline when the Black source code formatter
     self-test passes.
 - Tests:
   - Update test to check specific contents of squashfs listing, otherwise it
     fails depending on the test systems uid-to-username mapping in passwd(5).
   - Assign "seen" and "expected" values to local variables to improve
     contextual information in/around failed tests.
 - Misc changes:
   - Print the size of generated HTML, text (etc.) reports.
   - Profile calls to specialize and diffoscope.diff.linediff.
   - Update various copyright years.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=29
This commit is contained in:
Sebastian Wagner 2021-08-20 19:50:09 +00:00 committed by Git OBS Bridge
parent baebb39636
commit 4303422abe
6 changed files with 44 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmENMdUACgkQHpU+J9Qx
Hlgdcw/7BcEHt2sQ+D4b25TWiR5MtaBNzm9lTa25PRtpFS43D9BWbJj3wvzl1UK5
7Q147O/7xJJM0XV6qlVzg9r0RJqZiiXThfHAq2af8KhMq77yZGNDkMXZ4BH58z/U
QC5rkFGp8m0N/vcUK4vtKJEc5fP9d2KY0YoPF69kRpXKNqvLNxPgzBUm1Tl0Ghkb
zoDYsOsshwHMfP8OH71FhxPad/3JxNYE64vvPg9WUlnmi95Sz3WA2+QKN+tdatGo
GlHmMjB35+He1YyIxqPRwt/Y/ULZcq0/kkatSiASgUuab2v1WWeme6K+DzC/E3oX
Y5veTl5cM5FmHUnuOXMmYx0+tr0PR4CmdbsYg4IJEPpl9sGYqK2futZSl4FEzEkF
clFLl0ulrxyphuO2od4+1aFuO5Fp5LnAenRjtmfWYQmSGl9Nn4qYotqHVOteGq2k
4znCzQCtVnP9fIkqoYEYL2nx75LQ/XpVUyfIB4vP0OUKKuF5Y4nU80OHQfEUZjQ0
wqIvknQ6yYPGJkdsvotw2RJPcgs9mJc+xIdayqqna2ceQaE71e5n/kAGOjYxf2sM
vK7wmtrks4ntY3bSrxwe7IDkANB2EaQPLJuOFUgFoMKKNYlolr8CeWsWiQOB6hGd
7rwpu8sUREmCTpSjtjMYIksAuorwCSsCfrxhS0Ho5CY+5LPEwNs=
=Mj5U
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmEfb/0ACgkQHpU+J9Qx
Hlg+SBAAg/Ju6/F1lOV77iQ0fHf0ZSg0cNZwtKQbl2R4g+1Hzw7GuU1tsCIs3vQr
GoEYaXEsmL3vkOjlTTe7fwjguT2xvbiu7BmpVo1qLwplzBouXNXkI6c4sK0RElCp
yaJNbXXTN7RLG2enRGLj3cf2sYYbcGY1Zx9CZ84AaRqUdTPqflyHthKW384iUF4U
C81PIvla0vd5RyUPmJjrrJ2Pzw5fOYYxzpRNBGvxoUAxSBsZyEcs8r3GXZ6znS/o
TDtCte417jHPYO7jtk6gyBrDKCU/cQ8hRzRefG/0vckLy9Jyf4YXumwQbWMasEvr
Q9jt2v5lpACFylJpvS/0plt4j9K2AsdILCrSGO2BANNhU+eGevij3+5K2ygKjzvB
P4k2pxEH5Vchgnr/pbm1yaGgYB0cMf0IP43uoUvrP9ZrIIlxaQd6EMrlElRJ+XKE
ibLtw99l+FZBvNtAaU0xdRIprRKqIMJ/znqWDTSzFD2Qw8nJTyXg/qXpzYthgPwn
9fgLjNlgPHxarGz7WirmzFv4QdhZojTe8KP331lcY4hegH0U/R8Rm1zMgd1Lgj95
KwzW6y7GFzRF1aj9qU4ZY0kPBADMQMYJPQTwXY0hfvu9vAS1gs9DjIizketGSe5f
hDviM8gXqeWNfoGap1rX+ocLTYSfqqiOLkt9h9nJw1apJDa9xeg=
=0ZE7
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Aug 20 19:49:53 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 181:
- New features and bug fixes:
- Don't require apksigner in order to compare .apk files using apktool.
- Add a special-case to squshfs image extraction to not fail if we aren't
root/superuser. (Closes: #991059)
- Reduce the maximum line length to avoid O(n^2) Wagner-Fischer algorithm,
which meant that diff generation took an inordinate amount of time.
(Closes: reproducible-builds/diffoscope#272)
- Include profiling information in --debug output if --profile is not set.
- Don't print an orphan newline when the Black source code formatter
self-test passes.
- Tests:
- Update test to check specific contents of squashfs listing, otherwise it
fails depending on the test systems uid-to-username mapping in passwd(5).
- Assign "seen" and "expected" values to local variables to improve
contextual information in/around failed tests.
- Misc changes:
- Print the size of generated HTML, text (etc.) reports.
- Profile calls to specialize and diffoscope.diff.linediff.
- Update various copyright years.
-------------------------------------------------------------------
Sun Aug 8 18:02:08 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -17,7 +17,7 @@
Name: diffoscope
Version: 180
Version: 181
Release: 0
Summary: In-depth comparison of files, archives, and directories
License: GPL-3.0-or-later