- update to version 189:

- Try some alternative suffixes (eg. ".py") to support distributions that
   strip or retain them. (Closes: reproducible-builds/diffoscope#283)
 - Skip Python bytecode testing where we do not have an expected diff.
   (Closes: reproducible-builds/diffoscope#284)
 - Refactor the find_executable utility into an explicit method.
 - Split out a custom call to assert_diff to support a .startswith equivalent.
 - Use skipif instead of manual conditionals in some tests.
 - Add an external tool reference for Guix to support ppudump and dumppdf.
 - Update uImage test output for file(1) version 5.41.
 - Add Arch Linux as CI test target.
 - Add external tools on Arch Linux for ffmpeg, openssl and ocalobjinfo.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=39
This commit is contained in:
Sebastian Wagner 2021-11-02 19:30:09 +00:00 committed by Git OBS Bridge
parent 50ae84a431
commit 42e6bec57f
6 changed files with 36 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmFycbwACgkQHpU+J9Qx
HlgEyhAAvJsH9o5AmAbMvE18QdxwOlQ3j093r4XMcNy44uPmiYhlHEWChVxjVreM
e4jdUQn6Ko4mYbiggTD0WJCfLQ5tx9htHZppuYTfdtPd0ASP5HEew37BJ/2nLjEq
FE8M+1VqaBe2ZfW3LMLOKkCxZGWqHdkjodutnlxSciG6qn2zlySwDdvZcFe0l0Pr
XCRvKVfthc0rQa6FgX+zBDNa/ZNUnildnGhjK94qDU7Dz/4lw8KNJnLvxkJeMSSY
n3IWSC4sWAcWYsrW0HmK9yQklPQTlwxFb8A9hk0EzXt7OzVRnP5F66tYCTABHRNF
3MyINhAX1xWs9A8KMgR4Co8kBdIUJ+T288q5mKNc1a+TvBe/qJvZ0J+9le9iv9Mv
R3ay3EYihRJ1aPHpIFpNKbaW5VDYMRlcQd+N7dZAg85/jYzKPPQAOOOBQ0dKe3NT
hWL1hndSwBOSm3ExBZ1XR1nQl1OYg7hoaQ090T3zaHmbjCJgXx6JyxMLqPY/gDwy
qRkr22NqjpJfXAyaB3EbW85/x8xjP1D3GTRoe7i0QOyC61FRZR0QlZWvxHG0yhm9
MXCgRELOhJT88sjnBUWPc4k9oDDGklu1OxX2R8XD+CpHJv1g/A2JDj0+wZAwTxgn
sXoDs1QLORyxsByc+jUe4MAiMXSDSOo1ZOHsjEODtS4L2gerWdQ=
=JwhX
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmF7tSQACgkQHpU+J9Qx
HlixERAAoIXR4LghFChjspFPxs1ndSe7Z7RkP6dNvvYhuW2HotFPdX0r5BY0wnnp
mm5fwGIU+O/BOs85uP1ycgFx6DnS7JwgvP83mlRNqvNYRV7Mz+BRzfxIkJF6WAnW
83eRD1gxRs5LjG1VaEtFQf6NsxrNEW1AfwHeaBMBtZvHCmDlAihjFMrxUhy3OlyE
lfy7+Fj9u6v7gKiH5+749GMEO9Omv+I0K+X6vQ1WK+RyZEbv7uOZ8xCNjRpCKyuJ
MPIFlpwEPlu5fMdNuXaYuFI0kniFQDU22raxclU3MWrxc4JGHncuGHBsVO3GYhRF
cOm+KuaTNkv4PSXoO1XqlON5H/ZSls8Y6goX+xF9Qy7ZiQV38LkfC0vLtxM2F6JD
qbVUZ1MkBH5id/qVCZZPiz6bAhc+mOE1pVROkPBdpJo0jaQ7hD++Zv/PtUewu6Gy
IZnkipNrPJ1DWB+BVslRbtf1aGB1IOHZPDAzS0ikkDS9U9XSnnm/tGgIyqAJ43ow
zFfbWwQJJ9SkD5Un6DSrh/x+MuyUZViNInODK6NwKi67fEMzY/tyTffLOMQjkylN
WY5csWfGFpXGkBa+hvPSg6P9VLyAsGwNEoN+0LYVZdkjcXxiN3RBTQ4SJjQ05dOn
80RXVejK1UqDqzstJzDjKzuzD5keO6Z5arPUPzw3E3GZOsq+OQc=
=htzH
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 2 19:29:18 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 189:
- Try some alternative suffixes (eg. ".py") to support distributions that
strip or retain them. (Closes: reproducible-builds/diffoscope#283)
- Skip Python bytecode testing where we do not have an expected diff.
(Closes: reproducible-builds/diffoscope#284)
- Refactor the find_executable utility into an explicit method.
- Split out a custom call to assert_diff to support a .startswith equivalent.
- Use skipif instead of manual conditionals in some tests.
- Add an external tool reference for Guix to support ppudump and dumppdf.
- Update uImage test output for file(1) version 5.41.
- Add Arch Linux as CI test target.
- Add external tools on Arch Linux for ffmpeg, openssl and ocalobjinfo.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 22 08:44:31 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at> Fri Oct 22 08:44:31 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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