diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-featuretools.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /featuretools-1.24.0.tar.gz +/featuretools-1.25.0.tar.gz diff --git a/python-featuretools.spec b/python-featuretools.spec index 82e80e3..28b1aa8 100644 --- a/python-featuretools.spec +++ b/python-featuretools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-featuretools -Version: 1.24.0 +Version: 1.25.0 Release: 1 Summary: a framework for automated feature engineering License: BSD 3-clause URL: https://pypi.org/project/featuretools/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/01/c3/a1b500df4cbf1f071458b4d30c962c90a8e1641ede796987d9a5169bfd68/featuretools-1.24.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0b/3d/0ba58917a8cd473d7af0e7dc90b4eed87c59633c5eda74ebad1175e8619a/featuretools-1.25.0.tar.gz BuildArch: noarch Requires: python3-cloudpickle @@ -558,7 +558,7 @@ BibTeX entry: %prep -%autosetup -n featuretools-1.24.0 +%autosetup -n featuretools-1.25.0 %build %py3_build @@ -598,5 +598,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.24.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.25.0-1 - Package Spec generated @@ -1 +1 @@ -3f5c7e9ee0f0098ed563ad4cbea13fb9 featuretools-1.24.0.tar.gz +6ced292e44f0a8d363297da5b2ed588b featuretools-1.25.0.tar.gz |