diff --git a/python-retask.spec b/python-retask.spec index 130988d239ff225282daf713c39a8d85383dc982..bf102ba3c29e149d95d84fd1e6c252722385b0ae 100644 --- a/python-retask.spec +++ b/python-retask.spec @@ -1,16 +1,16 @@ Name: python-retask -Version: 0.4 +Version: 1.1.0 Release: 1 Summary: Python module to create and manage distributed task queues - License: MIT URL: http://retask.readthedocs.org/en/latest/index.html Source0: https://pypi.python.org/packages/source/r/retask/retask-%{version}.tar.gz - BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-flit-core BuildRequires: python3-redis BuildRequires: python3-six @@ -20,7 +20,6 @@ Python module to create and manage distributed task queues using redis. %description %_description - %package -n python3-retask Summary: %{summary} %{?python_provide:%python_provide python3-retask} @@ -29,26 +28,23 @@ Requires: python3-six %description -n python3-retask %_description - %prep %setup -q -n retask-%{version} - %build -%py3_build - +%pyproject_build %install -%py3_install - +%pyproject_install %files -n python3-retask %doc LICENSE %{python3_sitelib}/retask*/ - %changelog +* Thu Mar 14 2024 jiangxinyu - 1.1.0-1 +- Update package to version 1.1.0 + * Tue Feb 28 2023 lichaoran - 0.4-1 - Init package - diff --git a/retask-0.4.tar.gz b/retask-0.4.tar.gz deleted file mode 100644 index 52962eb80421ae646f130de36c85f057eeaece0b..0000000000000000000000000000000000000000 Binary files a/retask-0.4.tar.gz and /dev/null differ diff --git a/retask-1.1.0.tar.gz b/retask-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..03b6a5e65664833caef2636d19c1b84cb008b995 Binary files /dev/null and b/retask-1.1.0.tar.gz differ