diff --git a/deap-1.3.1.tar.gz b/deap-1.3.1.tar.gz deleted file mode 100644 index fb6283073ecf34902eb50db13ddb073346166aa1..0000000000000000000000000000000000000000 Binary files a/deap-1.3.1.tar.gz and /dev/null differ diff --git a/deap-1.3.3.tar.gz b/deap-1.3.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a07381b01ceba37338f83ae3522bf92830977cee Binary files /dev/null and b/deap-1.3.3.tar.gz differ diff --git a/python-deap.spec b/python-deap.spec index 35efcc50ea08a3b3d4ec668dd24f8c28b0e7e1ee..4fcde8f49da76c4e2aa6771d2323e8eb587b8e61 100644 --- a/python-deap.spec +++ b/python-deap.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-deap -Version: 1.3.1 +Version: 1.3.3 Release: 1 Summary: Distributed Evolutionary Algorithms in Python License: LGPL-3.0 URL: https://www.github.com/deap -Source0: https://files.pythonhosted.org/packages/85/1e/5f707798f8f05616c03079f02b63568b2b91f8136891a2eeffd9f78f6d8b/deap-1.3.1.tar.gz +Source0: https://files.pythonhosted.org/packages/9a/a1/8c5ad42e78abdd7d2174baace0bd864ef6fd9a86c1cf72d410945669d784/deap-1.3.3.tar.gz Requires: python3-numpy @@ -16,11 +16,11 @@ It works in perfect harmony with parallelisation mechanisms such as multiprocess %package -n python3-deap Summary: Distributed Evolutionary Algorithms in Python -Provides: python-deap +Provides: python-deap = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi -BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: gdb %description -n python3-deap @@ -33,14 +33,12 @@ Summary: Development documents and examples for deap Provides: python3-deap-doc %description help -DEAP documentation. +DEAP is a novel evolutionary computation framework for rapid prototyping and testing of ideas. +It seeks to make algorithms explicit and data structures transparent. +It works in perfect harmony with parallelisation mechanisms such as multiprocessing and SCOOP. %prep -%autosetup -n deap-1.3.1 - -# Fix use_2to3 is invalid of setuptools>=58 -sed -i 's/use_2to3=True/ /' setup.py -2to3 -nw . +%autosetup -n deap-%{version} %build %py3_build @@ -80,6 +78,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 11 2022 wangjunqi - 1.3.3-1 +- Update package to version 1.3.3 + * Tue Jul 12 2022 wangshuo - 1.3.1-1 - Package Spec generated by Python_Bot. - Fix use_2to3 is invalid of setuptools>=58. +