Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-gear-0.16.0-1.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: python3-gear Distribution: Fedora Project
Version: 0.16.0 Vendor: Fedora Project
Release: 1.fc37 Build date: Thu Aug 4 18:08:29 2022
Group: Unspecified Build host: buildvm-x86-31.iad2.fedoraproject.org
Size: 466520 Source RPM: python-gear-0.16.0-1.fc37.src.rpm
Packager: Fedora Project
Url: https://opendev.org/opendev/gear
Summary: Pure Python Async Gear Protocol Library
python-gear implements an asynchronous event-driven interface to Gearman.
It provides interfaces to build a client or worker, and access to the
administrative protocol. The design approach is to keep it simple, with a
relatively thin abstraction of the Gearman protocol itself. It should be
easy to use to build a client or worker that operates either synchronously
or asynchronously. The module also provides a simple Gearman server for
use as a convenience in unit tests. The server is not designed for
production use under load.

Provides

Requires

License

ASL 2.0

Changelog

* Thu Aug 04 2022 Fabien Boucher <fboucher@redhat.com> - 0.16.0-1
  - Bump to 0.16.0
  - Fix FTBFS (https://bugzilla.redhat.com/show_bug.cgi?id=2113983)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 0.15.1-11
  - Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 17 2021 Matthieu Huin <mhuin@redhat.com> - 0.15.1-8
  - Fix support for Python 3.10
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.15.1-7
  - Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Nov 09 2020 Faben Boucher <fboucher@redhat.com> - 0.15.1-5
  - Remove BuildRequire on git
  - Let runtime deps to be discovered out from requierements.txt

Files

/usr/bin/geard
/usr/lib/python3.11/site-packages/gear
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info/entry_points.txt
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info/pbr.json
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/gear-0.16.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/gear/__init__.py
/usr/lib/python3.11/site-packages/gear/__pycache__
/usr/lib/python3.11/site-packages/gear/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gear/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gear/__pycache__/acl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gear/__pycache__/acl.cpython-311.pyc
/usr/lib/python3.11/site-packages/gear/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gear/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/gear/acl.py
/usr/lib/python3.11/site-packages/gear/cmd
/usr/lib/python3.11/site-packages/gear/cmd/__init__.py
/usr/lib/python3.11/site-packages/gear/cmd/__pycache__
/usr/lib/python3.11/site-packages/gear/cmd/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gear/cmd/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gear/cmd/__pycache__/geard.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gear/cmd/__pycache__/geard.cpython-311.pyc
/usr/lib/python3.11/site-packages/gear/cmd/geard.py
/usr/lib/python3.11/site-packages/gear/constants.py
/usr/lib/python3.11/site-packages/gear/tests
/usr/lib/python3.11/site-packages/gear/tests/__init__.py
/usr/lib/python3.11/site-packages/gear/tests/__pycache__
/usr/lib/python3.11/site-packages/gear/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gear/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gear/tests/__pycache__/test_functional.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gear/tests/__pycache__/test_functional.cpython-311.pyc
/usr/lib/python3.11/site-packages/gear/tests/__pycache__/test_gear.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gear/tests/__pycache__/test_gear.cpython-311.pyc
/usr/lib/python3.11/site-packages/gear/tests/test_functional.py
/usr/lib/python3.11/site-packages/gear/tests/test_gear.py
/usr/share/doc/python3-gear
/usr/share/doc/python3-gear/CONTRIBUTING.rst
/usr/share/doc/python3-gear/README.rst
/usr/share/doc/python3-gear/doc
/usr/share/doc/python3-gear/doc/requirements.txt
/usr/share/doc/python3-gear/doc/source
/usr/share/doc/python3-gear/doc/source/conf.py
/usr/share/doc/python3-gear/doc/source/geard.rst
/usr/share/doc/python3-gear/doc/source/index.rst
/usr/share/licenses/python3-gear
/usr/share/licenses/python3-gear/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024