Vendula Poncova fd1a97e
%global srcname dasbus
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
Name:           python-%{srcname}
Vendula Poncova dc0eef5
Version:        1.7
c5f55af
Release:        6%{?dist}
Vendula Poncova fd1a97e
Summary:        DBus library in Python 3
Vendula Poncova fd1a97e
Vendula Poncova dc0eef5
License:        LGPL-2.1-or-later
Vendula Poncova fd1a97e
URL:            https://pypi.python.org/pypi/dasbus
Vendula Poncova 9fe3b10
%if %{defined suse_version}
Vendula Poncova 9fe3b10
Source0:        %{srcname}-%{version}.tar.gz
Vendula Poncova dc0eef5
Group:          Development/Libraries/Python
Vendula Poncova 9fe3b10
%else
Vendula Poncova fd1a97e
Source0:        %{pypi_source}
Vendula Poncova 9fe3b10
%endif
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
BuildArch:      noarch
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%global _description %{expand:
Vendula Poncova fd1a97e
Dasbus is a DBus library written in Python 3, based on
Vendula Poncova fd1a97e
GLib and inspired by pydbus. It is designed to be easy
Vendula Poncova fd1a97e
to use and extend.}
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%description %{_description}
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%package -n python3-%{srcname}
Vendula Poncova fd1a97e
Summary:        %{summary}
Vendula Poncova fd1a97e
BuildRequires:  python3-devel
Vendula Poncova fd1a97e
BuildRequires:  python3-setuptools
Vendula Poncova 9fe3b10
%if %{defined suse_version}
Vendula Poncova dc0eef5
BuildRequires:  fdupes
Vendula Poncova dc0eef5
BuildRequires:  python-rpm-macros
Vendula Poncova 9fe3b10
Requires:       python3-gobject
Vendula Poncova 9fe3b10
%else
Vendula Poncova fd1a97e
Requires:       python3-gobject-base
Vendula Poncova 9fe3b10
%endif
Vendula Poncova fd1a97e
%{?python_provide:%python_provide python3-%{srcname}}
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%description -n python3-%{srcname} %{_description}
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%prep
Vendula Poncova fd1a97e
%autosetup -n %{srcname}-%{version}
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%build
Vendula Poncova fd1a97e
%py3_build
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%install
Vendula Poncova fd1a97e
%py3_install
Vendula Poncova dc0eef5
%if %{defined suse_version}
Vendula Poncova dc0eef5
%python_expand %fdupes %{buildroot}%{python3_sitelib}
Vendula Poncova dc0eef5
%endif
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%files -n python3-%{srcname}
Vendula Poncova fd1a97e
%license LICENSE
Vendula Poncova fd1a97e
%doc README.md
Vendula Poncova fd1a97e
%{python3_sitelib}/%{srcname}-*.egg-info/
Vendula Poncova fd1a97e
%{python3_sitelib}/%{srcname}/
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
%changelog
c5f55af
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-6
c5f55af
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
c5f55af
7c200b9
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-5
7c200b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
7c200b9
255c9f2
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-4
255c9f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
255c9f2
e7b5e93
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.7-3
e7b5e93
- Rebuilt for Python 3.12
e7b5e93
bb75507
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
bb75507
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
bb75507
Vendula Poncova dc0eef5
* Mon Nov 07 2022 Vendula Poncova <vponcova@redhat.com> - 1.7-1
Vendula Poncova dc0eef5
- CI: Use dnf instead of yum to install CentOS packages (vponcova)
Vendula Poncova dc0eef5
- Documentation: Improve the installation instruction (vponcova)
Vendula Poncova dc0eef5
- Remove untracked files from the git repository interactively (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Document the support for Unix file descriptors (vponcova)
Vendula Poncova dc0eef5
- Documentation: Clean up examples in the documentation (vponcova)
Vendula Poncova dc0eef5
- Documentation: Simplify the README.md file (vponcova)
Vendula Poncova dc0eef5
- Documentation: Fix bullet point lists (vponcova)
Vendula Poncova dc0eef5
- Documentation: Simplify the hostname example (vponcova)
Vendula Poncova dc0eef5
- CI: Run tests for all supported Python version (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Handle DBus signals with Unix file descriptors (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Add tests for DBus properties with Unix file descriptors (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Clean up tests of DBus calls with Unix file descriptors (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Clean up tests for swapping Unix file descriptors (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Clean up `GLibClientUnix` and `GLibServerUnix` (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Process results of client calls in the low-level library (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Move the support for Unix file descriptors to dasbus.unix (vponcova)
Vendula Poncova dc0eef5
- CI: Always pull the latest container image (vponcova)
Vendula Poncova dc0eef5
- CI: Disable the unhashable-member warning (vponcova)
Vendula Poncova dc0eef5
- Revert "Don't use pylint from pip on Fedora Rawhide" (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Move the unit tests to a new file (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Manage the testing bus on set up and tear down (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Don't add arguments to the DBusTestCase.setUp method (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Create a new testing DBus interface (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Fix the indentation in unit tests (vponcova)
Vendula Poncova dc0eef5
- Add unit tests for variants with variant types (vponcova)
Vendula Poncova dc0eef5
- Simplify the code for replacing values of the UnixFD type (vponcova)
Vendula Poncova dc0eef5
- Add classes for unpacking and unwrapping a variant (vponcova)
Vendula Poncova dc0eef5
- Don't use pylint from pip on Fedora Rawhide (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Rename a parameter to server_arguments (vponcova)
Vendula Poncova dc0eef5
- UnixFD: Revert a change in GLibClient._async_call_finish (vponcova)
Vendula Poncova dc0eef5
- Raise TimeoutError if a DBus call times out (vponcova)
Vendula Poncova dc0eef5
- Fix pylint tests in CentOS Stream 8 (vponcova)
Vendula Poncova dc0eef5
- Fix the ENV instruction in Dockerfiles (vponcova)
Vendula Poncova dc0eef5
- Fix pylint issues (vponcova)
Vendula Poncova dc0eef5
- run forked tests using subprocess, instead of multiprocessing (wdouglass)
Vendula Poncova dc0eef5
- use mutable list for return value in fd_test_async make fd getters more explicit (wdouglass)
Vendula Poncova dc0eef5
- Add test case for method call only returning fd (jlyda)
Vendula Poncova dc0eef5
- Always use call_with_unix_fd_list* to properly handle returned fds (jlyda)
Vendula Poncova dc0eef5
- fix some lint discovered errors (wdouglass)
Vendula Poncova dc0eef5
- seperate unixfd functionality, to better support systems that don't have them (wdouglass)
Vendula Poncova dc0eef5
- Remove note in documentation about unsupported Unix file descriptors (wdouglass)
Vendula Poncova dc0eef5
- Add a test for UnixFD transfer (wdouglass)
Vendula Poncova dc0eef5
- Allow UnixFDs to be replaced and passed into Gio (wdouglass)
Vendula Poncova dc0eef5
- Fix rpm lint warnings for OpenSUSE 15.3 (christopher.m.cantalupo)
Vendula Poncova dc0eef5
- Extend the .coveragerc file (vponcova)
Vendula Poncova dc0eef5
- Disable builds for Fedora ELN on commits (vponcova)
Vendula Poncova dc0eef5
- Test Debian with Travis (vponcova)
Vendula Poncova dc0eef5
- Test Ubuntu with Travis (vponcova)
Vendula Poncova dc0eef5
- Test CentOS Stream 9 with Travis (vponcova)
Vendula Poncova dc0eef5
- Use CentOS Stream 8 for testing (vponcova)
Vendula Poncova dc0eef5
- add remove dbus object function on bus and update tests (matthewcaswell)
Vendula Poncova dc0eef5
- properly measure coverage across multiprocess test cases (wdouglass)
Vendula Poncova dc0eef5
- Move handle typing tests into a new class (and a new file) (wdouglass)
Vendula Poncova dc0eef5
- Add another test for a crazy data type, fix a bug discovered via the test (wdouglass)
Vendula Poncova dc0eef5
- Add functions for generating/consuming fdlists with variants (wdouglass)
Vendula Poncova dc0eef5
- Provide a language argument for the code blocks (seahawk1986)
Vendula Poncova dc0eef5
- Change the type of 'h' glib objects from 'File' to 'UnixFD' (wdouglass)
Vendula Poncova dc0eef5
- Allow to run tests in a container (vponcova)
Vendula Poncova dc0eef5
- Add C0209 to the ignore list for pylint (tjoslin)
Vendula Poncova dc0eef5
- Use the latest distro in Travis CI (vponcova)
Vendula Poncova dc0eef5
- Always update the container (vponcova)
Vendula Poncova dc0eef5
- Document limitations of the DBus specification generator (vponcova)
Vendula Poncova 9fe3b10
* Mon May 31 2021 Vendula Poncova <vponcova@redhat.com> - 1.6-1
Vendula Poncova 9fe3b10
- Add support for SUSE packaging in spec file (christopher.m.cantalupo)
Vendula Poncova 9fe3b10
- Allow to generate multiple output arguments (vponcova)
Vendula Poncova 9fe3b10
- Support multiple output arguments (vponcova)
Vendula Poncova 9fe3b10
- Add the is_tuple_of_one function (vponcova)
Vendula Poncova 9fe3b10
- Configure the codecov tool (vponcova)
Vendula Poncova 43efd6b
* Mon May 03 2021 Vendula Poncova <vponcova@redhat.com> - 1.5-1
Vendula Poncova 43efd6b
- Disable builds for Fedora ELN on pull requests (vponcova)
Vendula Poncova 43efd6b
- Provide additional info about the DBus call (vponcova)
Vendula Poncova 43efd6b
- Run the codecov uploader from a package (vponcova)
Vendula Poncova 43efd6b
- Switch to packit new fedora-latest alias (jkonecny)
Vendula Poncova 43efd6b
- Add daily builds for our Fedora-devel COPR repository (jkonecny)
Vendula Poncova 43efd6b
- Use Fedora container registry instead of Dockerhub (jkonecny)
Vendula Poncova 43efd6b
- Migrate daily COPR builds to Packit (jkonecny)
Vendula Poncova 43efd6b
- Switch Packit tests to copr builds instead (jkonecny)
Vendula Poncova 43efd6b
- Enable Packit build in ELN chroot (jkonecny)
Vendula Poncova 43efd6b
- Rename TestMessageBus class to silence pytest warning (luca)
Vendula Poncova 43efd6b
- Fix the raise-missing-from warning (vponcova)
Vendula Poncova 3fbf8b3
* Fri Jul 24 2020 Vendula Poncova <vponcova@redhat.com> - 1.4-1
Vendula Poncova 3fbf8b3
- Handle all errors of the DBus call (vponcova)
Vendula Poncova 3fbf8b3
- Fix tests for handling DBus errors on the server side (vponcova)
Vendula Poncova 3fbf8b3
- Run packit smoke tests for all Fedora (jkonecny)
Vendula Poncova 3fbf8b3
- Fix packit archive creation (jkonecny)
Vendula Poncova 3fbf8b3
- Add possibility to change setup.py arguments (jkonecny)
Vendula Poncova fa73ca4
* Wed Jun 17 2020 Vendula Poncova <vponcova@redhat.com> - 1.3-1
Vendula Poncova fa73ca4
- Document differences between dasbus and pydbus (vponcova)
Vendula Poncova fa73ca4
- Improve the support for interface proxies in the service identifier (vponcova)
Vendula Poncova fa73ca4
- Improve the support for interface proxies in the message bus (vponcova)
Vendula Poncova fa73ca4
- Test the interface proxies (vponcova)
Vendula Poncova fa73ca4
- Make the message bus of a service identifier accessible (vponcova)
Vendula Poncova fa73ca4
- Fix the testing environment for Fedora Rawhide (vponcova)
Vendula Poncova 46843dc
* Mon May 18 2020 Vendula Poncova <vponcova@redhat.com> - 1.2-1
Vendula Poncova 46843dc
- Replace ABC with ABCMeta (vponcova)
Vendula Poncova 46843dc
- Fix typing tests (vponcova)
Vendula Poncova 46843dc
- Run tests on the latest CentOS (vponcova)
Vendula Poncova 46843dc
- Install sphinx from PyPI (vponcova)
Vendula Poncova 0222d4e
* Thu May 14 2020 Vendula Poncova <vponcova@redhat.com> - 1.1-1
Vendula Poncova 0222d4e
- Include tests and examples in the source distribution (vponcova)
Vendula Poncova 0222d4e
- Fix the pylint warning signature-differs (vponcova)
Vendula Poncova 470f10d
* Tue May 05 2020 Vendula Poncova <vponcova@redhat.com> - 1.0-1
Vendula Poncova 470f10d
- Fix the documentation (vponcova)
Vendula Poncova 470f10d
- Fix minor typos (yurchor)
Vendula Poncova 470f10d
- Enable Codecov (vponcova)
Vendula Poncova 470f10d
- Test the documentation build (vponcova)
Vendula Poncova 470f10d
- Extend the documentation (vponcova)
Vendula Poncova 470f10d
- Add configuration files for Read the Docs and Conda (vponcova)
Vendula Poncova 470f10d
- Fix all warnings from the generated documentation (vponcova)
Vendula Poncova 610a523
* Wed Apr 08 2020 Vendula Poncova <vponcova@redhat.com> - 0.4-1
Vendula Poncova 610a523
- Replace the error register with the error mapper (vponcova)
Vendula Poncova 610a523
- Propagate additional arguments for the client handler factory (vponcova)
Vendula Poncova 610a523
- Propagate additional arguments in the class AddressedMessageBus (vponcova)
Vendula Poncova 610a523
- Generate the documentation (vponcova)
Vendula Poncova b9929cb
* Thu Apr 02 2020 Vendula Poncova <vponcova@redhat.com> - 0.3-1
Vendula Poncova b9929cb
- Remove generate_dictionary_from_data (vponcova)
Vendula Poncova b9929cb
- Improve some of the error messages (vponcova)
Vendula Poncova b9929cb
- Check the list of DBus structures to convert (vponcova)
Vendula Poncova b9929cb
- Add the Inspiration section to README (vponcova)
Vendula Poncova b9929cb
- Enable syntax highlighting in README (vponcova)
Vendula Poncova b9929cb
- Use the class EventLoop in README (vponcova)
Vendula Poncova b9929cb
- Use the --no-merges option (vponcova)
Vendula Poncova b9929cb
- Clean up the Makefile (vponcova)
Vendula Poncova b9929cb
- Add examples (vponcova)
Vendula Poncova b9929cb
- Add the representation of the event loop (vponcova)
Vendula Poncova b9929cb
- Enable copr builds and add packit config (dhodovsk)
Vendula Poncova b9929cb
- Extend README (vponcova)
Vendula Poncova 0d9f52c
* Mon Jan 13 2020 Vendula Poncova <vponcova@redhat.com> - 0.2-1
Vendula Poncova 0d9f52c
- Unwrap DBus values (vponcova)
Vendula Poncova 0d9f52c
- Unwrap a variant data type (vponcova)
Vendula Poncova 0d9f52c
- Add a default DBus error (vponcova)
Vendula Poncova 0d9f52c
- Use the minimal image in Travis CI (vponcova)
Vendula Poncova 0d9f52c
- Remove GLibErrorHandler (vponcova)
Vendula Poncova 0d9f52c
- Remove map_error and map_by_default (vponcova)
Vendula Poncova 0d9f52c
- Extend arguments of dbus_error (vponcova)
Vendula Poncova 0d9f52c
- Extend arguments of dbus_interface (vponcova)
Vendula Poncova 0d9f52c
- The list of callbacks in signals can be changed during emitting (vponcova)
Vendula Poncova 0d9f52c
- Don't import from mock (vponcova)
Vendula Poncova 0d9f52c
- Enable checks in Travis CI (vponcova)
Vendula Poncova 0d9f52c
- Fix too long lines (vponcova)
Vendula Poncova 0d9f52c
- Don't use wildcard imports (vponcova)
Vendula Poncova 0d9f52c
- Add the check target to the Makefile (vponcova)
Vendula Poncova 0d9f52c
- Enable Travis CI (vponcova)
Vendula Poncova 0d9f52c
- Catch logged warnings in the unit tests (vponcova)
Vendula Poncova 0d9f52c
- Add the coverage target to the Makefile (vponcova)
Vendula Poncova 0d9f52c
- Rename tests (vponcova)
Vendula Poncova 0d9f52c
- Create Makefile (vponcova)
Vendula Poncova 0d9f52c
- Create a .spec file (vponcova)
Vendula Poncova 0d9f52c
- Add requirements to the README file (vponcova)
Vendula Poncova 0d9f52c
Vendula Poncova fd1a97e
* Thu Oct 31 2019 Vendula Poncova <vponcova@redhat.com> - 0.1-1
Vendula Poncova fd1a97e
- Initial package