File python-deap.changes of Package python-deap
-------------------------------------------------------------------
Mon Feb 3 13:29:48 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.4.2:
* Fix unindexable map
* Update conf dir
* Fix use of unknown escape seqeuences
-------------------------------------------------------------------
Wed Apr 3 02:27:15 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing C++ compiler to BuildRequires.
- Switch to pyproject macros.
- Stop skipping tests.
-------------------------------------------------------------------
Sat Dec 2 19:52:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 1 09:37:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
- add no2to3.patch for compatibility with newer setuptools
-------------------------------------------------------------------
Wed Apr 21 06:25:51 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Don't build for Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Thu Sep 10 14:57:56 UTC 2020 - pgajdos@suse.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 14:45:14 UTC 2020 - Todd R <toddrme2178@gmail.com>
- 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 20:38:02 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version