SHA256
1
0
forked from pool/diffoscope

Accepting request 1060127 from devel:languages:python

- update to 233:
  * Split packaging metadata into an extras_require.json file instead of using
    the pep517 and the pip modules directly. This was causing build failures if
    not using a virtualenv and/or building without internet access.
  * Add an external tool reference for GNU Guix (lzip).
  * Drop an external tool reference for GNU Guix (pedump).
  * Split inline Python code in shell script to generate test dependencies to a
    separate Python script.
  * No need for "from __future__ import print_function" import in setup.py
    anymore.
  * Comment and tidy the new extras_require.json handling.

OBS-URL: https://build.opensuse.org/request/show/1060127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffoscope?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2023-01-21 18:12:29 +00:00 committed by Git OBS Bridge
commit 0e38d7740d
6 changed files with 35 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmPBAqcACgkQHpU+J9Qx
HlhYvQ/9FzO/xn3GPUYjhH+fbdYOFZMlai17M9Pypmv8tQfpseJ/OmY7VWrcCh9H
bmas5bXCEZ/x4cF3qmrptoEBoWEqchvcMk6UrZtREQiHyiYiXHM0c+LQz5QFyImK
+NVSF0b35ajz7k9ycrcRiNjdKVe2zSVJLkhNGzRKwqSx/uzML2VcDhZfNC5TWqZV
GCrmwiCNh8jpBHw2i35LEVVJKelY68uFlddt8LU0SchmZiGa7xiwYwtI+RitbSxW
hveCU76v9dG2IMiB485JFd+ulAoKK7fYOsGX8oToDAAsK3LVl1iv3DuFpQlSrMI5
AmUONLwyxYAqG4LiIPoHx7uFgaHcxObIZ8NesJTOyHMv/UMyDLQIFFbbyGgDADxo
1Vrvlcm7E9+rXwzeP54OESADQTAnO/FsTqjAP+WjsQu0dISesvMD/PYycn+n9ed0
SMf7JV4RpL0W3j5119mY9u7kMwX8eM4cxK7e7zMMZSkzaFEK/P0ybI4wu67lCSAE
UmGZgiLEwzlNkJjuUkl6PmwALX+5P/N6c1hSHjax0jQvwJJg6jnxp3tNRuR4VgZH
cEcZNDD8TnxXLLa5ZHWUruFLGR9WKCuYZ3NOInOMimuqx88T57uS26TMi/jb74qg
qXyRQxc/0LP4SpRZRuDPK6WXbDinLFdB42dco3Z5r3YG8Qdybew=
=CBBU
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmPKx8gACgkQHpU+J9Qx
HlhUVA//S12FMLx68X4CsiM655U7HKRO7YwiUqW08KEypGnP5DKSFp4KIJSILuo5
NUA0z7Wqo+a+OAP5exRS+5KTwGLA95tIIoxldgKzgo8ExGc2BHO0kD2tW2xlF7tX
8ledJRNUU5/eCZTuMjI7WkyG6SVWnaR3KKpTUyAF9SxrLjnNoQGVptJBQttjo62j
Bp1W//gDE8r+RakHaq0tvbZtutUMHGS7lQ/gmk7AuUGCXZFTvgBpewhKMlyBN4RW
XOaZ7fVivV/9foMRrVKDKvVuq9oC2Y2/9xRHZNnKYLa/ORvdvurAPba08qS6TvKp
2BnjvSm435vKnuwtwpywcQse9BeBlz9IAcrWdv3rI+MBgRA0hJwXqSKdiiPZO2Eu
O9wO8bCYB4d9P63Jybv11iYLuSdVpMM+vSIPD/SE7GE0MAeTPndC8Jm857cBM3rd
dfDOZN1taUkETwUrrbAcqAlrbOdYPZhX48/VZs1JFW7ThFOtsRH3EWZ/75MKbfqo
ZCp+tR8DxJryz0bxk1q7+NqI6yauH5OnE22tA+RCDQBovvek3iopnHAzEl4CVzZL
c4DojlI8n8TI5awBZjJbL/VcPgNmkmGzwkJa1vzTDrgwP/2XBPeM7W6tZ5YL8rib
VNo6I3slslqG3NkfC8qbCH2yscLKuA3hHM1/2y7A3/KfXh6KgOk=
=cGKp
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jan 21 11:18:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 233:
* Split packaging metadata into an extras_require.json file instead of using
the pep517 and the pip modules directly. This was causing build failures if
not using a virtualenv and/or building without internet access.
* Add an external tool reference for GNU Guix (lzip).
* Drop an external tool reference for GNU Guix (pedump).
* Split inline Python code in shell script to generate test dependencies to a
separate Python script.
* No need for "from __future__ import print_function" import in setup.py
anymore.
* Comment and tidy the new extras_require.json handling.
-------------------------------------------------------------------
Wed Jan 18 10:05:17 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

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