Name: python-constantly Version: 15.1.0 Release: 6 Summary: Symbolic constants in Python License: MIT URL: https://github.com/twisted/constantly Source0: https://files.pythonhosted.org/packages/source/c/constantly/constantly-15.1.0.tar.gz BuildArch: noarch BuildRequires: python3-devel python3dist(setuptools) %{?python_enable_dependency_generator} %description A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. %package -n python3-constantly Summary: Symbolic constants in Python %{?python_provide:%python_provide python3-constantly} %description -n python3-constantly A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. %prep %autosetup -n constantly-15.1.0 rm -rf constantly.egg-info %build %py3_build %install %py3_install %files -n python3-constantly %doc README.rst LICENSE %{python3_sitelib}/constantly %{python3_sitelib}/constantly-15.1.0-py%{python3_version}.egg-info %changelog * Wed Apr 6 2022 caodongxia - 15.1.0-6 - fix build error caused by python3.10 wildcard * Wed Oct 21 2020 zhangtao - 15.1.0-5 - delete python2 * Fri Feb 21 2020 liangdong - 15.1.0-4 - Package init