Skip to content

Release 2.11.5

Compare
Choose a tag to compare
@mike-fabian mike-fabian released this 22 Jun 07:49
  • Resolves: rhbz#1970626 Ensure enum.Flag's obj.value is an integer (Thanks to Miro Hrončok!)
  • Use version.parse from packaging instead of LooseVersion from distutils.version (To fix a deprecation warning, see: https://www.python.org/dev/peps/pep-0632/)
  • Update py-compile to the version from automake-1.16 (To fix DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12;)