Accepting request 939576 from devel:languages:python

- - update to version 196:
 - Add a comment/annotation when the GNU_BUILD_ID field has been modified.
 - Fix the "Black" version detection.
 - Replace "token" with anonymous variable "x" in order to remove extra lines.
- update to version 195:
 - Don't use the runtime platform's native endianness when unpacking .pyc
   files to fix test failures on big-endian machines.
- - update to version 195:
 - Don't use the runtime platform's native endianness when unpacking .pyc
   files to fix test failures on big-endian machines.

OBS-URL: https://build.opensuse.org/request/show/939576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffoscope?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2021-12-11 23:57:44 +00:00 committed by Git OBS Bridge
commit 40f8d0dfdd
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:f4953cb2b727ed431d30f01d425a43cebfc87dee63a062534ea24837520918b9
size 2688009

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmGhIO0ACgkQHpU+J9Qx
HlgVyxAAiKPmxwYp9kGRS4UfQ2TWXMCRvz8wmAgCl1gK2q6St1PR5zMYmgWSQzXH
0hP4+c+G8EPhtMVTrBRwqXHKQfunI1ZjggBd0SishB9xA0pyWFRgHxicDbqSFQ9F
Z/1VHfsQlg9HpYRfvD+k9TVXWxstMHZFPvNPJt89NoZAo76lEYwoWSfODrcDDMBt
FTHp9+6/oi6krgpnY7J1V7ffW2V4zzN3ldARHAGo6vTA6ej0pKRtk1pDPxnlxAMf
G3cRsN/Ya7RpD3GaRddjdnltTiZ6Y9NVgbaSF0LFCLNkuAd+N3mgd5OgpBRe3rPt
zXLdD0uKhESRymy+BxjuXNBM9rdKgtHN/2U6x/188lZArFzbrJiFub3XC3ysTEE9
NFLMLjNYB/q5IuI2Pjh0wLJvvLF2o6J6wfaFNmVFYydkJX3FhAzT2oEEZIfqtOtl
IoAk8EjVlzSGcrrTxtt3fmN4M8Xy77EoK7YEA6zrg6W62fQz3hE9Ity+3PhWN5XC
prFg+MPYUi8Chb/snX9luJ8foSD6GuzRwZhMhrh8+0DaeQcEd5dmUTuc9yWMT2+I
c4rSxsPcgZyGy5L/1QvE/LZ6/RqzCzfxilZzBydyQXBjUL/rasubOconDn9YF8bF
LSOL6t8hq9RBqQIk/2O/7hyz6O4jp3cR82C8kWhIw6DVqrF9FX8=
=i5gR
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmGzet8ACgkQHpU+J9Qx
Hlinow/9FFxBaViZkP8S5sqChgPoDwxpA4cKHEFX59XZOV1jB6GjJY5JS1qFuhna
fRhvMvO2VMFU/x0sDxD9uH3sGpNguhePz8B1KUyXe9cMytJqF3HIln0MwOu+ShPu
pCmnNJDpCtaOCQdo5jsDt1nd9C/u1+G9ZSRpMrebmdAEETmJXu8U3MgXPse0dnrP
6IpozmsxeUIs19yUO+UN56b42twbFgv92oMRDT3cBPRv1DFW7k9vLT9/tkXypEZO
WqWGm+fXtgv3u0dp8mcZP2NQDqAvfwG5avxwAb8LZVejbbdM8u4pVb7eT+1WC+zB
OWHLy/Yc7mVjzVRtjMyLN3zNpeUySyfVqfEYWFeYR9EqxCA68YYIH0Jp/4mZ615K
2wH6zEm3ma10R1SJyUcoCvhjpsMEHYgrMDzAfx8IDFAfqWvt3aHZ9hIXoqviLjKt
1YxzQKx3DFa12sAGRTuQnqSRTMts6SHTOcxOY/9ZllGWU0ryyD8DS6Ws0245FLZn
nSMZCLO4Ei5Ge4pkdS0T+RMtOV7dJQgYnuBZv8bznL9gLLC8BKqGH+m16RCLIw16
KM257L2rT8QCL2qFmAtDcXq390tX/mTtIEoVZIV7+Z3gMSUktumYDMXFahhGggny
T7QgxOvInpz0gmbj18lqk/EccnLnf8UijhImCrshpsc5tCHzwdE=
=iq6G
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Dec 10 16:35:04 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - update to version 196:
- Add a comment/annotation when the GNU_BUILD_ID field has been modified.
- Fix the "Black" version detection.
- Replace "token" with anonymous variable "x" in order to remove extra lines.
- update to version 195:
- Don't use the runtime platform's native endianness when unpacking .pyc
files to fix test failures on big-endian machines.
-------------------------------------------------------------------
Sun Dec 5 19:18:58 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - update to version 195:
- Don't use the runtime platform's native endianness when unpacking .pyc
files to fix test failures on big-endian machines.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 28 07:31:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at> Sun Nov 28 07:31:54 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -17,7 +17,7 @@
Name: diffoscope Name: diffoscope
Version: 194 Version: 196
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