diff --git a/copr-matrix-synapse b/copr-matrix-synapse index 9ca9ede..c6cb7c1 160000 --- a/copr-matrix-synapse +++ b/copr-matrix-synapse @@ -1 +1 @@ -Subproject commit 9ca9ede2b64e0b0bdda103bc3c1209b8223ff965 +Subproject commit c6cb7c1d188f34305b7cd2b4d998f72cc0e0255d diff --git a/python-txredisapi/python-txredisapi.spec b/python-txredisapi/python-txredisapi.spec new file mode 100644 index 0000000..715b976 --- /dev/null +++ b/python-txredisapi/python-txredisapi.spec @@ -0,0 +1,49 @@ +# Created by pyp2rpm-3.3.5 +%global pypi_name txredisapi + +Name: python-%{pypi_name} +Version: 1.4.7 +Release: 1%{?dist} +Summary: non-blocking redis client for python + +License: http://www.apache.org/licenses/LICENSE-2.0 +URL: http://github.com/IlyaSkriblovsky/txredisapi +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) + +%description + + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +Requires: python3dist(six) +Requires: python3dist(twisted) +%description -n python3-%{pypi_name} + + + +%prep +%autosetup -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%doc README.md +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/%{pypi_name}.py +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info + +%changelog +* Wed Nov 03 2021 Alexander Manning - 1.4.7-1 +- Initial package.