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

python3-jeepney-0.8.0-3.el9 RPM for noarch

From EPEL 9 for aarch64 / Packages / p

Name: python3-jeepney Distribution: Fedora Project
Version: 0.8.0 Vendor: Fedora Project
Release: 3.el9 Build date: Tue Jul 19 19:30:46 2022
Group: Unspecified Build host: buildvm-s390x-22.s390.fedoraproject.org
Size: 1820883 Source RPM: python-jeepney-0.8.0-3.el9.src.rpm
Packager: Fedora Project
Url: https://gitlab.com/takluyver/jeepney
Summary: Low-level, pure Python DBus protocol wrapper
This is a low-level, pure Python DBus protocol client. It has an I/O-free core,
and integration modules for different event loops.

Provides

Requires

License

MIT

Changelog

* Tue Jul 19 2022 Göran Uddeborg <goeran@uddeborg.se> 0.8.0-3
  - Disable tests as python-pytest-trio isn't available in RHEL 9
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> 0.8.0-2
  - Rebuilt for Python 3.11
* Tue Apr 05 2022 Göran Uddeborg <goeran@uddeborg.se> 0.8.0-1
  - Upgrade to 0.8.0 (#1987023)
  - Update SPEC file to current Python packaging guidelines and RPM macros
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.7.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Aug 03 2021 Göran Uddeborg <goeran@uddeborg.se> 0.7.1-1
  - Upgrade to 0.7.1 (#1987023)
* Tue Aug 03 2021 Göran Uddeborg <goeran@uddeborg.se> 0.7.0-4
  - Activate autorelease
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Jul 11 2021 Göran Uddeborg <goeran@uddeborg.se> - 0.7.0-1
  - Upgrade to 0.7.0 (#1981018)
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.6.0-3
  - Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jan 06 2021 Joel Capitao <jcapitao@redhat.com> - 0.6.0-1
  - Update to 0.6.0 (#1899516)
* Sun Nov 15 2020 Göran Uddeborg <goeran@uddeborg.se> - 0.5.0-1
  - Upgrade to 0.5.0 (#1896570)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/lib/python3.9/site-packages/jeepney
/usr/lib/python3.9/site-packages/jeepney-0.8.0.dist-info
/usr/lib/python3.9/site-packages/jeepney-0.8.0.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/jeepney-0.8.0.dist-info/LICENSE
/usr/lib/python3.9/site-packages/jeepney-0.8.0.dist-info/METADATA
/usr/lib/python3.9/site-packages/jeepney-0.8.0.dist-info/WHEEL
/usr/lib/python3.9/site-packages/jeepney/__init__.py
/usr/lib/python3.9/site-packages/jeepney/__pycache__
/usr/lib/python3.9/site-packages/jeepney/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/auth.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/auth.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/bindgen.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/bindgen.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/bus.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/bus.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/bus_messages.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/bus_messages.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/fds.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/fds.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/low_level.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/low_level.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/routing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/routing.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/wrappers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/__pycache__/wrappers.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/auth.py
/usr/lib/python3.9/site-packages/jeepney/bindgen.py
/usr/lib/python3.9/site-packages/jeepney/bus.py
/usr/lib/python3.9/site-packages/jeepney/bus_messages.py
/usr/lib/python3.9/site-packages/jeepney/fds.py
/usr/lib/python3.9/site-packages/jeepney/io
/usr/lib/python3.9/site-packages/jeepney/io/__init__.py
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/asyncio.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/asyncio.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/blocking.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/blocking.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/common.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/common.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/threading.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/threading.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/trio.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/__pycache__/trio.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/asyncio.py
/usr/lib/python3.9/site-packages/jeepney/io/blocking.py
/usr/lib/python3.9/site-packages/jeepney/io/common.py
/usr/lib/python3.9/site-packages/jeepney/io/tests
/usr/lib/python3.9/site-packages/jeepney/io/tests/__init__.py
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/conftest.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/conftest.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/test_asyncio.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/test_asyncio.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/test_blocking.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/test_blocking.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/test_threading.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/test_threading.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/test_trio.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/test_trio.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/io/tests/conftest.py
/usr/lib/python3.9/site-packages/jeepney/io/tests/test_asyncio.py
/usr/lib/python3.9/site-packages/jeepney/io/tests/test_blocking.py
/usr/lib/python3.9/site-packages/jeepney/io/tests/test_threading.py
/usr/lib/python3.9/site-packages/jeepney/io/tests/test_trio.py
/usr/lib/python3.9/site-packages/jeepney/io/tests/utils.py
/usr/lib/python3.9/site-packages/jeepney/io/threading.py
/usr/lib/python3.9/site-packages/jeepney/io/trio.py
/usr/lib/python3.9/site-packages/jeepney/low_level.py
/usr/lib/python3.9/site-packages/jeepney/routing.py
/usr/lib/python3.9/site-packages/jeepney/tests
/usr/lib/python3.9/site-packages/jeepney/tests/__init__.py
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_auth.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_auth.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_bindgen.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_bindgen.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_bus.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_bus.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_bus_messages.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_bus_messages.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_fds.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_fds.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_low_level.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_low_level.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_routing.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/__pycache__/test_routing.cpython-39.pyc
/usr/lib/python3.9/site-packages/jeepney/tests/secrets_introspect.xml
/usr/lib/python3.9/site-packages/jeepney/tests/test_auth.py
/usr/lib/python3.9/site-packages/jeepney/tests/test_bindgen.py
/usr/lib/python3.9/site-packages/jeepney/tests/test_bus.py
/usr/lib/python3.9/site-packages/jeepney/tests/test_bus_messages.py
/usr/lib/python3.9/site-packages/jeepney/tests/test_fds.py
/usr/lib/python3.9/site-packages/jeepney/tests/test_low_level.py
/usr/lib/python3.9/site-packages/jeepney/tests/test_routing.py
/usr/lib/python3.9/site-packages/jeepney/wrappers.py
/usr/share/doc/python3-jeepney
/usr/share/doc/python3-jeepney/README.rst
/usr/share/doc/python3-jeepney/examples
/usr/share/doc/python3-jeepney/examples/aio_hello.py
/usr/share/doc/python3-jeepney/examples/aio_notify.py
/usr/share/doc/python3-jeepney/examples/aio_notify_noproxy.py
/usr/share/doc/python3-jeepney/examples/aio_secretstorage.py
/usr/share/doc/python3-jeepney/examples/aio_subscribe.py
/usr/share/doc/python3-jeepney/examples/blocking_choose_file.py
/usr/share/doc/python3-jeepney/examples/blocking_notify.py
/usr/share/doc/python3-jeepney/examples/blocking_pick_colour.py
/usr/share/doc/python3-jeepney/examples/blocking_recv_fd.py
/usr/share/doc/python3-jeepney/examples/blocking_secretstorage.py
/usr/share/doc/python3-jeepney/examples/blocking_send_fd.py
/usr/share/doc/python3-jeepney/examples/blocking_server.py
/usr/share/doc/python3-jeepney/examples/blocking_server_client.py
/usr/share/doc/python3-jeepney/examples/blocking_subscribe.py
/usr/share/doc/python3-jeepney/examples/evil_client.py
/usr/share/doc/python3-jeepney/examples/threading_recv_fd.py
/usr/share/doc/python3-jeepney/examples/threading_send_fd.py
/usr/share/doc/python3-jeepney/examples/threading_server.py
/usr/share/doc/python3-jeepney/examples/threading_server_client.py
/usr/share/doc/python3-jeepney/examples/trio_choose_file.py
/usr/share/doc/python3-jeepney/examples/trio_notify.py
/usr/share/doc/python3-jeepney/examples/trio_recv_fd.py
/usr/share/doc/python3-jeepney/examples/trio_send_fd.py
/usr/share/doc/python3-jeepney/html
/usr/share/doc/python3-jeepney/html/_images
/usr/share/doc/python3-jeepney/html/_images/desktop-notification.png
/usr/share/doc/python3-jeepney/html/_modules
/usr/share/doc/python3-jeepney/html/_modules/index.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney
/usr/share/doc/python3-jeepney/html/_modules/jeepney/auth.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/bus_messages.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/fds.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/io
/usr/share/doc/python3-jeepney/html/_modules/jeepney/io/asyncio.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/io/blocking.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/io/common.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/io/threading.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/low_level.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/wrappers.html
/usr/share/doc/python3-jeepney/html/_static
/usr/share/doc/python3-jeepney/html/_static/basic.css
/usr/share/doc/python3-jeepney/html/_static/css
/usr/share/doc/python3-jeepney/html/_static/css/badge_only.css
/usr/share/doc/python3-jeepney/html/_static/css/theme.css
/usr/share/doc/python3-jeepney/html/_static/desktop-notification.png
/usr/share/doc/python3-jeepney/html/_static/doctools.js
/usr/share/doc/python3-jeepney/html/_static/documentation_options.js
/usr/share/doc/python3-jeepney/html/_static/file.png
/usr/share/doc/python3-jeepney/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-jeepney/html/_static/jquery.js
/usr/share/doc/python3-jeepney/html/_static/js
/usr/share/doc/python3-jeepney/html/_static/js/badge_only.js
/usr/share/doc/python3-jeepney/html/_static/js/theme.js
/usr/share/doc/python3-jeepney/html/_static/language_data.js
/usr/share/doc/python3-jeepney/html/_static/minus.png
/usr/share/doc/python3-jeepney/html/_static/plus.png
/usr/share/doc/python3-jeepney/html/_static/pygments.css
/usr/share/doc/python3-jeepney/html/_static/searchtools.js
/usr/share/doc/python3-jeepney/html/_static/underscore-1.3.1.js
/usr/share/doc/python3-jeepney/html/_static/underscore.js
/usr/share/doc/python3-jeepney/html/api
/usr/share/doc/python3-jeepney/html/api/asyncio.html
/usr/share/doc/python3-jeepney/html/api/auth.html
/usr/share/doc/python3-jeepney/html/api/blocking.html
/usr/share/doc/python3-jeepney/html/api/common_msgs.html
/usr/share/doc/python3-jeepney/html/api/core.html
/usr/share/doc/python3-jeepney/html/api/fds.html
/usr/share/doc/python3-jeepney/html/api/index.html
/usr/share/doc/python3-jeepney/html/api/io_exceptions.html
/usr/share/doc/python3-jeepney/html/api/threading.html
/usr/share/doc/python3-jeepney/html/api/trio.html
/usr/share/doc/python3-jeepney/html/bindgen.html
/usr/share/doc/python3-jeepney/html/dbus-background.html
/usr/share/doc/python3-jeepney/html/design.html
/usr/share/doc/python3-jeepney/html/genindex.html
/usr/share/doc/python3-jeepney/html/index.html
/usr/share/doc/python3-jeepney/html/integrate.html
/usr/share/doc/python3-jeepney/html/messages.html
/usr/share/doc/python3-jeepney/html/objects.inv
/usr/share/doc/python3-jeepney/html/py-modindex.html
/usr/share/doc/python3-jeepney/html/release-notes.html
/usr/share/doc/python3-jeepney/html/search.html
/usr/share/doc/python3-jeepney/html/searchindex.js
/usr/share/licenses/python3-jeepney
/usr/share/licenses/python3-jeepney/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 20 02:18:51 2024