SHA256
1
0
forked from pool/diffoscope

- - update to version 193:

- Don't duplicate file lists at each directory level.
   (Closes: #989192, reproducible-builds/diffoscope#263)
 - When pretty-printing JSON, mark the difference as such, additionally
   avoiding including the full path.
   (Closes: reproducible-builds/diffoscope#205)
 - Codebase improvements:
   - Update a bunch of %-style string interpolations into f-strings or
     str.format.
   - Import itertools top-level directly.
   - Drop some unused imports.
   - Use isinstance(...) over type(...) ==
   - Avoid aliasing variables if we aren't going to use them.
 - Fix missing diff output on large diffs.
 - Ignore a Python warning coming from a dependent library (triggered by
   supporting Python 3.10)
 - Document that support both Python 3.9 and 3.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diffoscope?expand=0&rev=41
This commit is contained in:
Sebastian Wagner 2021-11-20 15:11:19 +00:00 committed by Git OBS Bridge
parent 7128d891ca
commit 58a6fc84d6
6 changed files with 41 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmGOk5EACgkQHpU+J9Qx
Hljk+g//UgwrPQ4Iw4CinFrDea+2+Xa7nPY9XSVAM2IyyZjJ2zKQaPx4707z1npa
W3VbvchLLlQB1b1F4wlIcCYshPmGRr1sn58DpfkiX15bEy1iHvIKyqCr4ul0GnXm
0rvJT0r6Ehmp7hXNrMCbFe0fRU++HTNN8edFzphXXsB1FnWG1fU8Z+jfTV2WnCxj
QGA+1r4DVIEIKSgd+S15nOsv7wQd/Hg1xSmOcY8DbMXlQQ6qEqsphafMQrktQOlQ
GPW8bu/SJEsfxQGYl2fBSp+oNlbSJv04n0gYHyDx0lWav7Yu+j2MGdR0soTb/MmN
ELGaXHNAOeeej4xWHLhQGbhLQnP1eQdacN+tMahPpcn8LfwxHxoAvfQprI4b611s
S9NlYRSJ6ihkb1WIkp+hxtdBiATO503jZA/DkyICVDFs33NChEKx3HL292kC17Tc
FkXeoBelrvEcbyGRd4BUBj/xijBOlHAuipGjO27JkFyAJ4RyrGwaGXsjhGhoyG17
QTJ8M/te6kHd5NLiAbYI0IdEoGFPKPr2C71jG2SG3Jh2G4lp1RmBOkMX8GuaCXi7
89sOldsnU729MEkmttSKdIh9UvEQNzyjpRe7qd6xTSq45SM1qFSkoEkkAJQARXjs
HOmvDdVvyw1qgLeEuZWZ3n8VwOX8Iu645fD23ndXWQa+WBdofLQ=
=OUsp
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmGXywsACgkQHpU+J9Qx
HlhmOA/+KTd4hDPwha12q7Dp5guU75s407cBZjZmhjIEV8g6ybYJtm31BVGsY78n
ZfF1Iob4TyBv8vxRaQr63VYkHHRwce7SWR4KWi+Z6ErH3OZJX2wTk0v6Ejh11RyQ
L2Z7sWFhbPPKMzivNyIUXqoOd4+3fmYNyO/6Bu4079YedgSJgdgeUdDjSkefl5TY
oVQQJnlCfUkOwUli6GIPkKEmv5NqdjzKeSirFiP1V2j/KdtLI16dsFH0KowB+5U6
89sXde8m36kbEUHxd1HgHXH1SLWY4CQoSo9FHcJBerpHD2YHoI+ngIuoDRXwGkKn
9QVd8nEMoc3Kl5lrtPojcod2K4u/SQXYvTcDO2ADRTvkLEfVtiWJyGxK00LaqSaH
h6UUUrb+W9gwUX/kX93mKxBuypuUSHHc7Fk49cFYUOcErTCduPaAe1PgS5uMafQB
VIQWxTtZlTzNYpyEJfNteLRK1nuGiIqil/5GODwyntzmyrepD/SnGa0o8eHp0mRv
sQxiGIhzLP+dCk4m/NMCksGim2QRAfgyKTaxVXSHtQlqWZ9aeD0xDIyGTIQPW2+F
fiyMEokfTCs9g6E6w/bz3JBYGn306HEu9n0cb1RdecQtKebI5ezUZ3QGn/Wtxtak
06/C6JpCPEJ5Y/MCV+NsXwzYAkJfexCJRjH5lRh8sHC8dsaYRNM=
=HLI/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Nov 20 13:01:25 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - update to version 193:
- Don't duplicate file lists at each directory level.
(Closes: #989192, reproducible-builds/diffoscope#263)
- When pretty-printing JSON, mark the difference as such, additionally
avoiding including the full path.
(Closes: reproducible-builds/diffoscope#205)
- Codebase improvements:
- Update a bunch of %-style string interpolations into f-strings or
str.format.
- Import itertools top-level directly.
- Drop some unused imports.
- Use isinstance(...) over type(...) ==
- Avoid aliasing variables if we aren't going to use them.
- Fix missing diff output on large diffs.
- Ignore a Python warning coming from a dependent library (triggered by
supporting Python 3.10)
- Document that support both Python 3.9 and 3.10.
-------------------------------------------------------------------
Sun Nov 14 21:14:04 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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