SHA256
1
0
forked from pool/diffoscope

- update to version 182:

- Also ignore, for example, spurious "fwGCC: (Debian ... )" lines in output
   from strings(1).
 - Only use "java -jar /path/to/apksigner.jar" if we have a .jar as newer
   versions of apksigner use a shell wrapper script which will obviously be
   rejected by the JVM. Also mention in the diff if apksigner is missing.
 - Pass "-f" to apktool to avoid creating a strangely-named subdirectory and
   to simplify code.
 - If we specify a suffix for temporary file or directory, ensure it starts
   with a "_" to make the generated filenames more human-readable.
 - Drop an unused File import.
 - Update the minimum version of the Black source code formatter.
 - Support parsing the return value of squashfs versions which discriminate
   between fatal and non-fatal errors.

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

View File

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

View File

@ -1,16 +0,0 @@
-----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-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmEonlYACgkQHpU+J9Qx
HljK8xAAs+yil4GTTeaouHb0jfYamRkGuJLJgL6SRFF9uN0M0xFY2kzU22VTqODB
cLLpcjhrP5Fx4KhLNrPm4VB9qtqu7+sxN6ydVApQ+iJv66HXPcEvd5MM9XXoQtr8
KOiQ+FKGGQDqArPx+fMdrCfTfPuQiwZlks2ThIM1LtYd8tJ4WREwk+q0AQiMM5gp
hYdA9A1DQeDImLWNxayrMZW0HLGVwDewrz5YsUkRsOKcvjtPzkOX0CKn2BOkP8zl
yK7NgO8ZJMpcDd0H45l5UMPJlhGRaapvXYzV/fc9vnAQl3p0ITEIKqJ5+GHbGOMI
h3XcMlg8MuKz8Jc5V8GK7N0fjswIZLGhtYIkrvpSlblHTqF1p5NWsnBZ+qUbrNjV
8qUblhvgVUb60rZBxnmdI8EwvzZj1cG4RC+dBf9rdYcDbeN/0DmOw5SPrp6ie1SV
p3t9856jyIWmJOn9CFpy2fwoTWLpdiHBuKh4TNymKv5e5EdVcAoH13yzXUsmyKq8
U/Vl8S9wQ/Q4naA9oqQLtuPg9nXJTP7MNRPhCfNVWOkeHgyTl4cH9X1ONkyw8h0Q
BuqubrMqipk1sns6OH06sla36RG7jKbPp2e2rDwaG6QBRnn7DYEFlDZCgYuu5e2q
4Y41a9ckYEnIBw/iPmCo1LhU+pOUMX0PZkvUMZuFfwHZXnYDq5E=
=TJA7
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Aug 29 09:41:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 182:
- Also ignore, for example, spurious "fwGCC: (Debian ... )" lines in output
from strings(1).
- Only use "java -jar /path/to/apksigner.jar" if we have a .jar as newer
versions of apksigner use a shell wrapper script which will obviously be
rejected by the JVM. Also mention in the diff if apksigner is missing.
- Pass "-f" to apktool to avoid creating a strangely-named subdirectory and
to simplify code.
- If we specify a suffix for temporary file or directory, ensure it starts
with a "_" to make the generated filenames more human-readable.
- Drop an unused File import.
- Update the minimum version of the Black source code formatter.
- Support parsing the return value of squashfs versions which discriminate
between fatal and non-fatal errors.
-------------------------------------------------------------------
Fri Aug 20 19:49:53 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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