## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-txredisapi Version: 1.4.9 Release: %autorelease Summary: Non-blocking Redis client for Python License: Apache-2.0 URL: http://github.com/fiorix/txredisapi Source0: https://files.pythonhosted.org/packages/source/t/txredisapi/txredisapi-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %global _description %{expand: txredisapi is a non-blocking client driver for the Redis database, written in Python. It uses Twisted for the asynchronous communication with Redis. It started as a fork of the original Redis protocol for Twisted, and evolved into a more robust, reliable, and complete solution for applications like web servers. These types of applications often need a fault-tolerant pool of connections with multiple Redis servers, making it possible to easily develop and maintain distributed systems. Most of the Redis commands are supported, as well as other features such as silent reconnection, connection pools, and automatic sharding. This driver is distributed as part of the cyclone web framework.} %description %{_description} %package -n python3-txredisapi Summary: %{summary} %{?python_provide:%python_provide python3-txredisapi} Requires: python3-six Requires: python3-twisted %description -n python3-txredisapi %{_description} %prep %autosetup -n txredisapi-%{version} # Remove bundled egg-info rm -rf txredisapi.egg-info %build %py3_build %install %py3_install %files -n python3-txredisapi %{python3_sitelib}/__pycache__/* %{python3_sitelib}/txredisapi.py %{python3_sitelib}/txredisapi-%{version}-py%{python3_version}.egg-info %changelog ## START: Generated by rpmautospec * Mon Jan 20 2025 Fedora Release Engineering - 1.4.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering - 1.4.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 1.4.9-4 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 1.4.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.4.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Aug 20 2023 Kai A. Hiller - 1.4.9-1 - Update to v1.4.9 * Sun Aug 20 2023 Kai A. Hiller - 1.4.7-10 - SPDX migration * Sun Aug 20 2023 Kai A. Hiller - 1.4.7-9 - Cleanup %%description * Sun Aug 20 2023 Kai A. Hiller - 1.4.7-8 - Inline %%{srcname} * Fri Jul 21 2023 Fedora Release Engineering - 1.4.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 1.4.7-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.4.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.4.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.4.7-2 - Rebuilt for Python 3.11 * Thu Feb 10 2022 Kai A. Hiller - 1.4.7-1 - Update to v1.4.7 * Fri Jan 21 2022 Fedora Release Engineering - 1.4.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jul 27 2021 Fedora Release Engineering - 1.4.4-15 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.4.4-14 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.4.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.4.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.4.4-11 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.4.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 1.4.4-9 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.4.4-8 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.4.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.4.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Oct 12 2018 Zbigniew Jędrzejewski-Szmek - 1.4.4-5 - Python2 binary package has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 1.4.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 1.4.4-3 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jan 31 2018 Aurelien Bompard - 1.4.4-1 - Initial package. ## END: Generated by rpmautospec