Package python-dasbus-1.2-2.el8.src
Name | python-dasbus |
---|---|
Epoch | 0 |
Version | 1.2 |
Release | 2.el8 |
Architecture | src |
Website/URL | https://pypi.python.org/pypi/dasbus |
License | LGPLv2+ |
Build Time | 2023-08-08 19:11:37 |
Build Host | builder-x86-08.inferitos.ru |
Summary | DBus library in Python 3 |
Repositories | AppStream |
Description | Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. It is designed to be easy to use and extend. |
Errata | — |
Size | 81 KiB |
Source Project | python-dasbus-1.2-2.el8 |
SHA-256 checksum | c9cd079d62256c35223fc2cd91e9c2e1d3215aa8d3a973ee7faf40f5b661946d |
×
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.2-2 - Rebuilt for MSVSphere 8.8 * Mon Jul 27 2020 Vendula Poncova <vponcova@redhat.com> - 1.2-2 - Handle all errors of the DBus call (#1858757) (vponcova) * Mon May 18 2020 Vendula Poncova <vponcova@redhat.com> - 1.2-1 - Replace ABC with ABCMeta (vponcova) - Fix typing tests (vponcova) - Run tests on the latest CentOS (vponcova) - Install sphinx from PyPI (vponcova) * Thu May 14 2020 Vendula Poncova <vponcova@redhat.com> - 1.1-1 - Include tests and examples in the source distribution (vponcova) - Fix the pylint warning signature-differs (vponcova) * Tue May 05 2020 Vendula Poncova <vponcova@redhat.com> - 1.0-1 - Fix the documentation (vponcova) - Fix minor typos (yurchor) - Enable Codecov (vponcova) - Test the documentation build (vponcova) - Extend the documentation (vponcova) - Add configuration files for Read the Docs and Conda (vponcova) - Fix all warnings from the generated documentation (vponcova) * Wed Apr 08 2020 Vendula Poncova <vponcova@redhat.com> - 0.4-1 - Replace the error register with the error mapper (vponcova) - Propagate additional arguments for the client handler factory (vponcova) - Propagate additional arguments in the class AddressedMessageBus (vponcova) - Generate the documentation (vponcova) * Thu Apr 02 2020 Vendula Poncova <vponcova@redhat.com> - 0.3-1 - Remove generate_dictionary_from_data (vponcova) - Improve some of the error messages (vponcova) - Check the list of DBus structures to convert (vponcova) - Add the Inspiration section to README (vponcova) - Enable syntax highlighting in README (vponcova) - Use the class EventLoop in README (vponcova) - Use the --no-merges option (vponcova) - Clean up the Makefile (vponcova) - Add examples (vponcova) - Add the representation of the event loop (vponcova) - Enable copr builds and add packit config (dhodovsk) - Extend README (vponcova) * Mon Jan 13 2020 Vendula Poncova <vponcova@redhat.com> - 0.2-1 - Unwrap DBus values (vponcova) - Unwrap a variant data type (vponcova) - Add a default DBus error (vponcova) - Use the minimal image in Travis CI (vponcova) - Remove GLibErrorHandler (vponcova) - Remove map_error and map_by_default (vponcova) - Extend arguments of dbus_error (vponcova) - Extend arguments of dbus_interface (vponcova) - The list of callbacks in signals can be changed during emitting (vponcova) - Don't import from mock (vponcova) - Enable checks in Travis CI (vponcova) - Fix too long lines (vponcova) - Don't use wildcard imports (vponcova) - Add the check target to the Makefile (vponcova) - Enable Travis CI (vponcova) - Catch logged warnings in the unit tests (vponcova) - Add the coverage target to the Makefile (vponcova) - Rename tests (vponcova) - Create Makefile (vponcova) - Create a .spec file (vponcova) - Add requirements to the README file (vponcova) * Thu Oct 31 2019 Vendula Poncova <vponcova@redhat.com> - 0.1-1 - Initial package