• Bug#1067233: python-pomegranate: autopkgtest regression with NumPy 1.26

    From Timo =?UTF-8?Q?R=C3=B6hling?=@21:1/5 to All on Wed Mar 20 17:10:02 2024
    Source: python-pomegranate
    Version: 0.14.8-4
    Severity: serious

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA512

    Dear maintainer,

    your package has an autopkgtest regression with NumPy 1.26.
    Hopefully relevent excerpt from the test log:

    52s > ???
    52s E ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
    52s
    52s pomegranate/kmeans.pyx:232: ValueError
    52s =============================== warnings summary ===============================
    52s ../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
    52s /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.
    fromtimestamp(timestamp, datetime.UTC).
    52s EPOCH = datetime.datetime.utcfromtimestamp(0)
    52s
    52s tests/test_custom_distributions.py: 29600 warnings
    52s tests/test_hmm.py: 375 warnings
    52s /usr/lib/python3/dist-packages/joblib/parallel.py:1792: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this
    operation. (Deprecated NumPy 1.25.)
    52s res = func(*args, **kwargs)
    52s
    52s tests/test_custom_distributions.py: 40 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:223: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 400 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:232: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:345: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:359: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict(X), model2.predict(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:373: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict_proba(X), model2.predict_proba(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:387: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict_log_proba(X), model2.predict_log_proba(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:402: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 2000 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:411: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 40 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:493: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 400 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:504: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:620: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:634: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict(X), model2.predict(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:648: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict_proba(X), model2.predict_proba(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:662: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict_log_proba(X), model2.predict_log_proba(X))
    52s
    52s tests/test_custom_distributions.py: 200 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:679: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 2000 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:690: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 10 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:700: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 30 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:705: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_equal(model1.predict(X), model2.predict(X))
    52s
    52s tests/test_custom_distributions.py: 30 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:710: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict_proba(X), model2.predict_proba(X))
    52s
    52s tests/test_custom_distributions.py: 30 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:715: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict_log_proba(X), model2.predict_log_proba(X))
    52s
    52s tests/test_custom_distributions.py: 10 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:724: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py::test_custom_normal_hmm_from_samples
    52s tests/test_custom_distributions.py::test_custom_normal_hmm_from_samples
    52s tests/test_custom_distributions.py::test_custom_normal_hmm_from_samples
    52s tests/test_custom_distributions.py::test_custom_normal_hmm_from_samples
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:733: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 50 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:787: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 150 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:792: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict(X), model2.predict(X))
    52s
    52s tests/test_custom_distributions.py: 150 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:797: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict_proba(X), model2.predict_proba(X))
    52s
    52s tests/test_custom_distributions.py: 150 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:802: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.predict_log_proba(X), model2.predict_log_proba(X))
    52s
    52s tests/test_custom_distributions.py: 30 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:811: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s tests/test_custom_distributions.py: 20 warnings
    52s /tmp/autopkgtest-lxc.qczb1z7m/downtmp/autopkgtest_tmp/tests/test_custom_distributions.py:820: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from
    your array before performing this operation. (Deprecated NumPy 1.25.)
    52s assert_array_almost_equal(model1.log_probability(X), model2.log_probability(X))
    52s
    52s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
    52s =========================== short test summary info ============================
    52s ERROR tests/test_kmeans.py::test_kmeans_from_samples - ValueError: The truth ...
    52s ERROR tests/test_kmeans.py::test_kmeans_from_samples_parallel - ValueError: T...
    52s ERROR tests/test_kmeans.py::test_kmeans_predict - ValueError: The truth value...
    52s ERROR tests/test_kmeans.py::test_kmeans_predict_parallel - ValueError: The tr...
    52s ERROR tests/test_kmeans.py::test_kmeans_predict_large - ValueError: The truth...
    52s ERROR tests/test_kmeans.py::test_kmeans_predict_large_parallel - ValueError: ...
    52s ERROR tests/test_kmeans.py::test_kmeans_fit - ValueError: The truth value of ...
    52s ERROR tests/test_kmeans.py::test_kmeans_fit_parallel - ValueError: The truth ...
    52s ERROR tests/test_kmeans.py::test_kmeans_multiple_init - ValueError: The truth...
    52s ERROR tests/test_kmeans.py::test_kmeans_ooc_from_samples - ValueError: The tr...
    52s ERROR tests/test_kmeans.py::test_kmeans_ooc_fit - ValueError: The truth value...
    52s ERROR tests/test_kmeans.py::test_kmeans_minibatch_from_samples - ValueError: ...
    52s ERROR tests/test_kmeans.py::test_kmeans_minibatch_fit - ValueError: The truth...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_from_samples - ValueError: The tr...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_from_samples_parallel - ValueErro...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_fit - ValueError: The truth value...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_fit_parallel - ValueError: The tr...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_fit_large - ValueError: The truth...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_fit_large_parallel - ValueError: ...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_predict - ValueError: The truth v...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_predict_parallel - ValueError: Th...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_large_predict - ValueError: The t...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_large_predict_parallel - ValueErr...
    52s ERROR tests/test_kmeans.py::test_kmeans_nan_multiple_init - ValueError: The t...
    52s ERROR tests/test_kmeans.py::test_kmeans_ooc_nan_from_samples - ValueError: Th...
    52s ERROR tests/test_kmeans.py::test_kmeans_ooc_nan_fit - ValueError: The truth v...
    52s ERROR tests/test_kmeans.py::test_kmeans_minibatch_nan_from_samples - ValueErr...
    52s ERROR tests/test_kmeans.py::test_kmeans_minibatch_nan_fit - ValueError: The t...
    52s =============== 570 passed, 37520 warnings, 28 errors in 12.06s ================


    Cheers
    Timo


    -----BEGIN PGP SIGNATURE-----

    iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmX7CZ0ACgkQ+C8H+466 LVmVkwwAuOtQXo3x25mlH+PZeeqrV63YJe7jkGTcc/YZdUCSyusbB1uo4l8yTDB5 2NOulpwngUDermnKKXv0ywgFaWMODDLUb9Sar0HGWZjO6rOCD81HQ5fDt2ZTtFUk 7quuAq/XQrUAaMtesFKumXX/xAAXnLZMf3N0GdcoqxCJWua90DdaFwHmuKgsIX3V jYuBI/C9+C/zyixXbBVhaRD+QrUXtqSWpxL2Y/Spahdk0c5Ce0WSSf/pDWzIY4GF Oy6Sx1RJsiyvUvsZ8mHBmVsI5UEDCamaHfBjTPCLgg6BPp5GqNSX1bnGqIMxwH9x FxGpewdpHcGKYqhAqxnyx7IG7bK0qztVmLIcPcxGE5wg8XaH40B1lsPCFkjnVa2q nfJtKwpBc64iGPUg6cidzC+hI3n48RU0FPeSqU6OAL1zrLyLD+LKDfLwlZbQALEX D07xrJfZ3l82jc+yowGQicvtwk8mwv825P+hGjMFLazDBeIsgA7EN8HeFoucDk5/
    A6KgQ75O
    =zOCg
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Mon Apr 8 19:30:01 2024
    Processing control commands:

    tags -1 + patch
    Bug #1067233 [src:python-pomegranate] python-pomegranate: autopkgtest regression with NumPy 1.26
    Bug #1067294 [src:python-pomegranate] python-pomegranate: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13
    Added tag(s) patch.
    Added tag(s) patch.

    --
    1067233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067233
    1067294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067294
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham Inggs@21:1/5 to All on Mon Apr 8 19:30:02 2024
    Control: tags -1 + patch

    Hi Maintainer

    The attached patch fixes the test failures for me.

    I noticed in this package's changelog that its only purpose is to work
    with cnvkit. I have not tested whether cnvkit still functions with
    this patch in place.

    Regards
    Graham

    RGVzY3JpcHRpb246IE9ubHkgY29tcGFyZSBpbml0IGFzIGEgc3RyaW5nIGFmdGVyIGRldGVybWlu aW5nIGl0cyB0eXBlCiBBdm9pZHMgdGhlIGZvbGxvd2luZyB3aXRoIGVycm9yIE51bVB5IDEuMjY6 CiBWYWx1ZUVycm9yOiBUaGUgdHJ1dGggdmFsdWUgb2YgYW4gYXJyYXkgd2l0aCBtb3JlIHRoYW4g b25lIGVsZW1lbnQgaXMgYW1iaWd1b3VzLiBVc2UgYS5hbnkoKSBvciBhLmFsbCgpCkJ1Zy1EZWJp YW46IGh0dHBzOi8vYnVncy5kZWJpYW4ub3JnLzEwNjcyMzMKQXV0aG9yOiBHcmFoYW0gSW5nZ3Mg PGdpbmdnc0BkZWJpYW4ub3JnPgpMYXN0LVVwZGF0ZTogMjAyNC0wNC0wNgoKLS0tIGEvcG9tZWdy YW5hdGUva21lYW5zLnB5eAorKysgYi9wb21lZ3JhbmF0ZS9rbWVhbnMucHl4CkBAIC0yMjksMTAg KzIyOSw2IEBACiAKIAlkZWYgX19pbml0X18oc2VsZiwgaywgaW5pdD0na21lYW5zKysnLCBuX2lu aXQ9MTApOgogCQlzZWxmLmsgPSBrCi0JCWlmIGluaXQgIT0gJ2ZpcnN0LWsnOgotCQkJc2VsZi5u X2luaXQgPSBuX2luaXQKLQkJZWxzZToKLQkJCXNlbGYubl9pbml0ID0gMQogCQlzZWxmLmNlbnRy b2lkX25vcm1zID0gPGRvdWJsZSo+IGNhbGxvYyhzZWxmLmssIHNpemVvZihkb3VibGUpKQogCiAJ CWlmIGlzaW5zdGFuY2UoaW5pdCwgKGxpc3QsIG51bXB5Lm5kYXJyYXkpKToKQEAgLTI0Niw4ICsy NDIsMTQgQEAKIAkJCQlzZWxmLmNlbnRyb2lkX25vcm1zW2ldID0gc2VsZi5jZW50cm9pZHNbaV0u ZG90KHNlbGYuY2VudHJvaWRzW2ldKQogCiAJCQlzZWxmLmluaXQgPSAnZml4ZWQnCisJCQlzZWxm Lm5faW5pdCA9IG5faW5pdAogCQllbGlmIGlzaW5zdGFuY2UoaW5pdCwgc3RyKToKIAkJCXNlbGYu aW5pdCA9IGluaXQKKwkJCWlmIGluaXQgIT0gJ2ZpcnN0LWsnOgorCQkJCXNlbGYubl9pbml0ID0g bl9pbml0CisJCQllbHNlOgorCQkJCXNlbGYubl9pbml0ID0gMQorCiAKIAlkZWYgX19kZWFsbG9j X18oc2VsZik6CiAJCWZyZWUoc2VsZi5jZW50cm9pZF9ub3JtcykK

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael R. Crusoe@21:1/5 to All on Fri Apr 12 13:10:02 2024
    Control: tag -1 pending

    Hello,

    Bug #1067233 in python-pomegranate reported by you has been fixed in the
    Git repository and is awaiting an upload. You can see the commit
    message below and you can check the diff of the fix at:

    https://salsa.debian.org/python-team/packages/python-pomegranate/-/commit/a9381a9a177cf18e72d60a67232f592744d3ac87

    ------------------------------------------------------------------------
    Add patch from Graham Inggs to fix compat with NumPy 1.26+, thank you Graham! Closes: #1067233, #1067294
    ------------------------------------------------------------------------

    (this message was generated automatically)
    --
    Greetings

    https://bugs.debian.org/1067233

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Fri Apr 12 13:10:02 2024
    Processing control commands:

    tag -1 pending
    Bug #1067233 [src:python-pomegranate] python-pomegranate: autopkgtest regression with NumPy 1.26
    Bug #1067294 [src:python-pomegranate] python-pomegranate: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13
    Added tag(s) pending.
    Added tag(s) pending.

    --
    1067233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067233
    1067294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067294
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Fri Apr 12 13:30:01 2024
    This is a multi-part message in MIME format...

    Your message dated Fri, 12 Apr 2024 11:21:17 +0000
    with message-id <E1rvEy5-00FNqL-2o@fasolo.debian.org>
    and subject line Bug#1067294: fixed in python-pomegranate 0.14.8-5
    has caused the Debian Bug report #1067294,
    regarding python-pomegranate: autopkgtest regression with NumPy 1.26
    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 owner@bugs.debian.org
    immediately.)


    --
    1067294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067294
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 20 Mar 2024 16:06:56 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-114.6 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
    DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
    FVGT_m_MULTI_ODD,PGPSIGNATURE,SPF_HELO_NONE,SPF_NONE,
    T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
    USER_IN_DKIM_WHITELIST,WEIRD_PORT,XMAILER_REPORTBUG autolearn=ham
    autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 98; hammy, 150; neutral, 138; spammy,
    0. spammytokens: hammytokens:0.000-+--python3,
    0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin,
    0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:311
    Return-path: <roehling@d