SHA256
1
0
forked from pool/diffoscope

- update to version 201:

- If the debian.deb822 module raises any exception on import, re-raise it as
   an ImportError instead. This should fix diffoscope on some Fedora systems.
   Thanks to Mattia Rizzolo for suggesting this particular solution.
   (Closes: reproducible-builds/diffoscope#300)
 - Fix json detection with file-5.41-3.fc36.x86_64.
- update to version 200:
 - Even if a Sphinx .inv inventory file is labelled "The remainder of this
   file is compressed using zlib", it might not actually be. In this case,
   don't traceback, and simply return the original content.
   (Closes: reproducible-builds/diffoscope#299)
 - Update "X has been modified after NT_GNU_BUILD_ID has been applied" message
   to, for instance, not duplicating the full filename in the primary
   diffoscope's output.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=52
This commit is contained in:
Sebastian Wagner 2022-01-21 16:48:06 +00:00 committed by Git OBS Bridge
parent 3bee24d665
commit 4b44814386
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:c7aa80544b6f1a65b42f82ff2be60a029f6373dcf3d0eaebb25dea0643d89d6d
size 2684716

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmHhP0MACgkQHpU+J9Qx
HliMcQ/8DICFQvKqOAhFdFbfFo7wALdN0geW92Ies7gSBSmGy7vzMJW0SM6z+24B
SW3B0wCWtr2JSwU26YTvhcMHDcWiVt+xzkhTshiuFj5UkyAgnzvpJ3TlwFRt4odW
duIoPGE6+vIUWTeDrLt+pPDOUZHFCSq8+ITTI52PBeliufQjhf+pJyavs1xT4OWJ
qxewRycVsaajmmzi7JKFQL2T98br7T6lAgkM4ey+rEHRwUbfVEjn2VqYnIOD49eH
4p9BEgW1YyZEe+YIuU0c+iaqRi0AWOVX35VtDIaEXgOyzTVIpCzz7A0nTejHgYqb
IqZdl6UGTZpSptZuaE7bVU75N3OXQokU050EYmtxQ5yquq9TnUhPErU1RU6Nhiaa
HIW+0khWVwnuw0UFGCcdsw+S0PirsfhsNT1rhAkao/EDg9ylqfokK5Rzz1vBffvo
cyQJeaRyA46kc7UXA6fRrYnMM1D5RpWTvpoTgtCmQx03eKxy+rayMdXlk+80ROWO
CTaI6nFvl/yvkEwWz6G8LQtZk4LAIo8+CG1tk7WX+O+2+XGAx7nEfGeGIViAJZDX
QDCDWkY4E5HkniEO7rmI+OLZ1jF87ntKEk+sHveWDbcRWZ9oBdHNtYBAUdyWPpBB
shSax20VXFE+ca4PDwTO5yErqi/M9QUqTAlUaxOwVe9jQVau+Dk=
=nh/b
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmHq4OcACgkQHpU+J9Qx
Hlgj2RAAi1QUMc9laI/Ihttz66WdtC8kq3UxCI+urkQC7ezby9RJZEU4XIMdtqnw
Q8919SROgjB+ztRQgtnugsma8qSAPr0mHROfHPQgrjxQ5YvHP5hhEIpMl2v9i+Vt
mhr1geAySC0IP77o3acJhjXQelphlxww4qc9hRW7UhhWUL8h+YXPMybTBOUgSnqF
NcQf2kyFHhj/mLBGjJ6zkMii8QlZ36zWgmPfofdYRz3BqGH6zqLE+5GFHnw5/ZJT
+EVgJoFYqv8XLHbcHZinzTjTFN+RICrmkefU4OVNP97UzRuTcJASaAC44YWZXEQN
ChfEWv/+5nfKATC8LdFRFyGEYgilHm4UaADwVaGeHbD+BCWQtZpztUAAjbYMLC4P
xCPzirLe4d1oqkuL1BnjHK3NYuQjj/8+Jv7GoarJc/OSwsRWzJVGta5AunDK0LmP
xEtIi5DaVB6sNdrFckAf72sDpRo7LmQeIvfEg46Cu5/9WWna3lzcEulo9Catkvis
P3T3UMpYS+aVoO57G5D6adDOex0KWo8mdsOyUQGvKMLDMQ8aSHYW4/MwJ5fZkeVb
0bTOgw/I5jWi5K6DDvT6TI4HkvrCpR05FNS1+tr+NjTGlqkO3ezixiodyyfiH9fT
4jVARmaBju5QZ6mnILDSmItqVmxgxkGuQIwguiyY//ptIkSmAI8=
=BlPn
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 21 16:48:00 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - update to version 201:
- If the debian.deb822 module raises any exception on import, re-raise it as
an ImportError instead. This should fix diffoscope on some Fedora systems.
Thanks to Mattia Rizzolo for suggesting this particular solution.
(Closes: reproducible-builds/diffoscope#300)
- Fix json detection with file-5.41-3.fc36.x86_64.
- update to version 200:
- Even if a Sphinx .inv inventory file is labelled "The remainder of this
file is compressed using zlib", it might not actually be. In this case,
don't traceback, and simply return the original content.
(Closes: reproducible-builds/diffoscope#299)
- Update "X has been modified after NT_GNU_BUILD_ID has been applied" message
to, for instance, not duplicating the full filename in the primary
diffoscope's output.
-------------------------------------------------------------------
Fri Jan 14 09:22:48 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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