Your message dated Mon, 30 Jan 2023 17:24:00 +0000 with message-id <[email protected]> and subject line Bug#1030025: fixed in yt 4.1.4-2 has caused the Debian Bug report #1030025, regarding yt: misses versioned dependencies on numpy to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1030025: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030025 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: yt Version: 4.1.4-1 Severity: serious Tags: patch Hi Maintainer python3-yt has a hard-coded dependency on numpy-abi-9 and misses a versioned dependency on python3-numpy. The patch below should ensure these are automatically added correctly. Regards Graham --- a/debian/control +++ b/debian/control @@ -41,7 +42,6 @@ python3-h5py, python3-matplotlib, python3-numpy, - python3-numpy-abi9, python3-sympy, libjs-leaflet, libjs-jquery --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,numpy3 --buildsystem=pybuild # temporary fix for autopkgtest failures # ref: https://github.com/yt-project/yt/pull/4191
--- End Message ---
--- Begin Message ---Source: yt Source-Version: 4.1.4-2 Done: Ole Streicher <[email protected]> We believe that the bug you reported is fixed in the latest version of yt, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ole Streicher <[email protected]> (supplier of updated yt package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 30 Jan 2023 16:06:50 +0100 Source: yt Architecture: source Version: 4.1.4-2 Distribution: unstable Urgency: medium Maintainer: Debian Astronomy Team <[email protected]> Changed-By: Ole Streicher <[email protected]> Closes: 1030025 Changes: yt (4.1.4-2) unstable; urgency=medium . [ Ole Streicher ] * Remove temporary fix for missing __init__.py: fixed upstream . [ Graham Inggs ] * Add versioned dependency on python3-numpy (Closes: #1030025) Checksums-Sha1: 0ec962b7a6befd2176c22753e789d85308071347 2477 yt_4.1.4-2.dsc 0dde1a7f1afe3068ca0b95f99ab527815d570b31 11180 yt_4.1.4-2.debian.tar.xz Checksums-Sha256: 2019ff9987ad4563564e44276902854ad4410c2b08c306e749f3069979a86c1e 2477 yt_4.1.4-2.dsc 8de0cc60d4e3795fef4a5225f0e224dc2f57cc438f66bf8f7d9bdb50d7b4d57a 11180 yt_4.1.4-2.debian.tar.xz Files: d3119b1f452674f2eff25a882c621995 2477 python optional yt_4.1.4-2.dsc 1d2761f6e2547a8e49240ea03a170ba7 11180 python optional yt_4.1.4-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmPX89MACgkQcRWv0HcQ 3PdUyw/+Jg5iVm60JMXxPOEZ2gk/9yzKPKReg2oC+N8NYIbJ1eFoY8AgzYDeX7hU 1VUCDgzBCEQS1AsrkRA6MzSYXtMVxP+K09AKR69WG3jq0xwGREYvJzip4sSHZ/Bs VaIg+ENgC7ikAWEk8NOMNNAu/Y4zKjSZ7qsSXENmvIVf15SWnOF8q97Pi5VgLdyh gUpnIg/T/FyFaD/vWWEWhlEW7DxjdG+2rJGnswTOek8jo6XV626l08Rlmkp9dypS v79iqyXo+Lg7VYnx+GS+JFilreTEohMEME4JJOu8sZBoPbW2y0FVyjY0RdOgje+g QC/1pyjkl6XpzGShVmpsEqrwN6MRqFFYPGIZSj8OC0EmUeJTTbTEc31d12ONAVoe qtctcKEF6DB33i0pex4wW9MNRZo0JYa1Hb9qY9KdW3xK4y845dxxGor2cCJCB/At VxIgDTHsBbLbQdnZVvNqRqOL19MoR4JHFfwgb8woNODxJp1lRtV/22lGkFR3jTfA PRj+w7xV0UFFylhYeYtdXrsD2aA4YyVEOOn6N/HG8j75o0yLDfXAaBhUziy9Ndd1 gTBu43OMjw+oO+ut7kGeedT+S4tAMS0UKetIsGSC2k/MqXDzfzlo7iybVK82SxxF 3rF/iZfLVh/hieLBQ7Q53o0whygMam7vAZOUL1BfgLeWyDhemgU= =icZr -----END PGP SIGNATURE-----
--- End Message ---

