Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Cloud:OpenStack:2024.1
python-tooz
python-tooz.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-tooz.spec of Package python-tooz
# # spec file for package python-tooz # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %if 0%{?rhel} || 0%{?fedora} %global rdo 1 %endif Name: python-tooz Version: 6.1.0 Release: 0 Summary: Coordination library for distributed systems License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/tooz/latest/ Source0: https://files.pythonhosted.org/packages/source/t/tooz/tooz-6.1.0.tar.gz BuildRequires: memcached BuildRequires: openstack-macros BuildRequires: python311-fasteners BuildRequires: python311-fixtures BuildRequires: python311-futurist BuildRequires: python311-oslo.serialization BuildRequires: python311-oslo.utils BuildRequires: python311-pbr BuildRequires: python311-pymemcache BuildRequires: python311-stevedore BuildRequires: python311-tenacity BuildRequires: python311-testtools BuildRequires: python311-voluptuous BuildArch: noarch %if ! 0%{?rdo} BuildRequires: python311-pifpaf %endif %description The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications. %package -n python311-tooz Summary: Coordination library for distributed systems Requires: python311-fasteners Requires: python311-futurist Requires: python311-msgpack Requires: python311-oslo.serialization Requires: python311-oslo.utils Requires: python311-stevedore Requires: python311-tenacity Requires: python311-voluptuous %description -n python311-tooz The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications. This package contains the Python 3.x module. %package -n python-tooz-doc Summary: Documentation for %{name} Group: Documentation/HTML BuildRequires: python311-Sphinx BuildRequires: python311-openstackdocstheme %description -n python-tooz-doc The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications. This package contains documentation in HTML format. %prep %autosetup -p1 -n tooz-6.1.0 %py_req_cleanup %build %{py3_build} # generate html docs PYTHONPATH=. \ %sphinx_build -b html doc/source doc/build/html # remove the Sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} %check %if ! 0%{?rdo} export TOOZ_TEST_DRIVERS="memcached" export PATH=%{_prefix}/sbin:$PATH export LC_ALL=en_US.UTF-8 bash run-tests.sh %endif %install %{py3_install} %files -n python311-tooz %license LICENSE %{python3_sitelib}/tooz %{python3_sitelib}/tooz-*.egg-info %files -n python-tooz-doc %license LICENSE %doc doc/build/html README.rst %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor