Comment 21 for bug 1639691

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to pyeclib (master)

Reviewed: https://review.opendev.org/c/openstack/pyeclib/+/839643
Committed: https://opendev.org/openstack/pyeclib/commit/f28ccb389a74531e54162a711f3a9f86864251d2
Submitter: "Zuul (22348)"
Branch: master

commit f28ccb389a74531e54162a711f3a9f86864251d2
Author: Tim Burke <email address hidden>
Date: Wed Apr 27 12:41:11 2022 -0700

    Drop support for liberasurecode<1.4.0

    Six years seems like more than enough warning, and the data corruption
    bug fixed in 1.3.1 is pretty bad.

    This also gives us an opportunity to clean up a DeprecationWarning:

       The distutils package is deprecated and slated for removal in
       Python 3.12. Use setuptools or check PEP 632 for potential
       alternatives

    Change-Id: Ic34b671dfb2b5bfa7e3a21813cd49d7b720cc94a
    Closes-Bug: #1639691