SHA256
1
0
forked from pool/diffoscope

- update to version 186:

- Don't call close_archive when garbage-collecting Archive instances unless
   open_archive returned successfully. This prevents, amongst others, an
   AttributeError traceback due to PGPContainer's cleanup routines assuming
   that its temporary directory had been created.
   (Closes: reproducible-builds/diffoscope#276)
 - Ensure that the string "RPM archives" exists in the package description,
   regardless of whether python3-rpm is installed or not at build time.
 - Fix the LVM Macho comparator for non-x86-64 architectures.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=34
This commit is contained in:
Sebastian Wagner 2021-10-02 06:53:02 +00:00 committed by Git OBS Bridge
parent b370747851
commit 567ac85a8e
6 changed files with 33 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmFJ9xsACgkQHpU+J9Qx
HlhnCA//WqNnbPnSitwfhzxO6SIuByy/VzW2RTm/IcsmFdG5mIdD4dXI2QyEA8NS
7ds5NChusA4L90WRyr5Mrepv9tv8E55lko10zrKRRkqkIDO/pmgHVXTxSqzlrleq
OHkbH+/4QAccT16zAJaWCoY98iK9SdIM9/yppMSlAsehFZ9Q7JGYzGhXlaFSfsw5
RL4Ht/07gBSSSzizJUxdyi4SeKpj5IxkFdyA+OFL0+TOTa4i+U91Q6TPbB/8myqZ
batrYiXX6O1UdwhHcF9EORkJ3LIbtJwGQfVdAVEivnnso69kXVtM5B//3h0mPT89
aQhTm7PGFvKYNvwJ+CkVWcJd4ghP4ayTY24/lXKoQK78geOciaUQrzC4dQaSTeZc
cDB61/0obtjMjPqszt5Z6f3O1BSbyYeitHE3qgopgOzTjX27ZNetf07h0cAYTa0V
4rPr+WTaVRH2iFUHBly+8U3XMyIFNc4tg7fbYe/E3rheS3pUeGgSLlyhc34yfcI+
NiwpREXphaZ47Kp7ZEQ3sle8nm3uhbg6ae0HrWbEqUUM8F9B9GU7s8Q2KWvTAbmS
QPI9wawxgq7zjHQHKGtKULsGQ4wc8WT/88EvCVhOkwAadfLo+spq3+VxhRkeqf2m
W8hmNVJR/8QBbekB9N9MOYscJWVgWBjkEJ8oez28uVjsusz7Hz4=
=1wPY
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmFWwMYACgkQHpU+J9Qx
HlilOQ/+KfLpzAGhDcdJm6iX2zMGK+a/VQnNzg7F0GCh1A8h3VPlErZe+q/65MG4
16RVi2hdnru+VrFPxJs1glwtdJFlDjPCahwc+IK4Ml0PfJD+AmOX5WGgWH46Bscz
NZo4hxCahj6iZJu3mcvMbxsfbG+VG+Wo+6P+fmXWI6zIliqiXwpngRN/0Y/w7TKn
S2fRISABJXXpWrP8I25hVwGDHOGPygezOvrThr8UlsK5J8KkYQS2LY/LVvlNrmZU
9cMxs2XHNVZ68BOaKtKv5RKkM6WJfrYeL1BTwrinLybhWDjUUU21KPb08SCNEh4V
xyCQhGuuaSecPjNoRuBImw18btktO87BEa8c6mGPwT3JBpdzs4IiPFLZrrJZO8bx
FNcQFwfC3K4bpet5fashYdGBMIsXCtq2iBjAsnDsIjwJGYfdqfzfVF4Op6m9ODZj
kFtVvR7bwZTsWDRaqXyQbAKtvrjhxcXvCmvMGl5BXTMyXfz6+HvThH/Tiw12pvyY
SoRssqf9OmksG7xkHMxMyRBoqE6UvCXWIrZ4aqoUzS4ljuglGRc/w0cAygg8I4bN
VAXWUGwdWILpzLX5ZIuFP5oQ886zM4SpDX1nyX2ZatnFf+ESknraPL3tTcQEqcWL
1MwaKeahDd/KVcmd/VYHl+C7mvG9FXGQ++lb5qm4E6j830ww3Pg=
=sGlx
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Oct 1 18:33:10 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 186:
- Don't call close_archive when garbage-collecting Archive instances unless
open_archive returned successfully. This prevents, amongst others, an
AttributeError traceback due to PGPContainer's cleanup routines assuming
that its temporary directory had been created.
(Closes: reproducible-builds/diffoscope#276)
- Ensure that the string "RPM archives" exists in the package description,
regardless of whether python3-rpm is installed or not at build time.
- Fix the LVM Macho comparator for non-x86-64 architectures.
-------------------------------------------------------------------
Fri Sep 24 19:34:48 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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