Changelog for
python311-deap-1.4.1-17.14.x86_64.rpm :
* Wed Apr 03 2024 Steve Kowalik
- Add missing C++ compiler to BuildRequires.- Switch to pyproject macros.- Stop skipping tests.
* Sat Dec 02 2023 Dirk Müller - update to 1.4.1:
* https://github.com/DEAP/deap/compare/1.3.2...1.4.1- drop no2to3.patch, python-deap-python3.patch, python-deap-remove-nose.patch (upstream)
* Tue Mar 01 2022 Dirk Müller - add no2to3.patch for compatibility with newer setuptools
* Wed Apr 21 2021 Steve Kowalik - Don\'t build for Python 3.6, due to no NumPy.
* Thu Sep 10 2020 pgajdosAATTsuse.com- remove nose, python3- added patches fix https://github.com/DEAP/deap/pull/507 + python-deap-python3.patch fix https://github.com/DEAP/deap/pull/507 + python-deap-remove-nose.patch
* Thu Jan 30 2020 Todd R - Update to 1.3.1
* Add Python 3.8 builds
* Various documentation fixups
* Added try except ImportError for collections.abc
* The function itertools.repeat in bound.__init__ was called as \'itertools.repeat\', while the function was imported using \'from itertools import repeat\'
* fix: first element of the pop is inserted twice
* Use codecs for Python2 compat
* Wed Nov 20 2019 Todd R - Initial version