|
|
@ -1,18 +1,13 @@
|
|
|
|
%global srcname dasbus
|
|
|
|
%global srcname dasbus
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 1.7
|
|
|
|
Version: 1.4
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: DBus library in Python 3
|
|
|
|
Summary: DBus library in Python 3
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://pypi.python.org/pypi/dasbus
|
|
|
|
URL: https://pypi.python.org/pypi/dasbus
|
|
|
|
%if %{defined suse_version}
|
|
|
|
|
|
|
|
Source0: %{srcname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
Group: Development/Libraries/Python
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
@ -27,13 +22,7 @@ to use and extend.}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
%if %{defined suse_version}
|
|
|
|
|
|
|
|
BuildRequires: fdupes
|
|
|
|
|
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
|
|
|
|
Requires: python3-gobject
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
Requires: python3-gobject-base
|
|
|
|
Requires: python3-gobject-base
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%{?python_provide:%python_provide python3-%{srcname}}
|
|
|
|
%{?python_provide:%python_provide python3-%{srcname}}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{srcname} %{_description}
|
|
|
|
%description -n python3-%{srcname} %{_description}
|
|
|
@ -46,9 +35,6 @@ Requires: python3-gobject-base
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%py3_install
|
|
|
|
%py3_install
|
|
|
|
%if %{defined suse_version}
|
|
|
|
|
|
|
|
%python_expand %fdupes %{buildroot}%{python3_sitelib}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{srcname}
|
|
|
|
%files -n python3-%{srcname}
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
@ -57,109 +43,19 @@ Requires: python3-gobject-base
|
|
|
|
%{python3_sitelib}/%{srcname}/
|
|
|
|
%{python3_sitelib}/%{srcname}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.7-8
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-5
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.7-7
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4-4
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-6
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-5
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.7-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 07 2022 Vendula Poncova <vponcova@redhat.com> - 1.7-1
|
|
|
|
|
|
|
|
- CI: Use dnf instead of yum to install CentOS packages (vponcova)
|
|
|
|
|
|
|
|
- Documentation: Improve the installation instruction (vponcova)
|
|
|
|
|
|
|
|
- Remove untracked files from the git repository interactively (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Document the support for Unix file descriptors (vponcova)
|
|
|
|
|
|
|
|
- Documentation: Clean up examples in the documentation (vponcova)
|
|
|
|
|
|
|
|
- Documentation: Simplify the README.md file (vponcova)
|
|
|
|
|
|
|
|
- Documentation: Fix bullet point lists (vponcova)
|
|
|
|
|
|
|
|
- Documentation: Simplify the hostname example (vponcova)
|
|
|
|
|
|
|
|
- CI: Run tests for all supported Python version (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Handle DBus signals with Unix file descriptors (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Add tests for DBus properties with Unix file descriptors (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Clean up tests of DBus calls with Unix file descriptors (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Clean up tests for swapping Unix file descriptors (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Clean up `GLibClientUnix` and `GLibServerUnix` (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Process results of client calls in the low-level library (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Move the support for Unix file descriptors to dasbus.unix (vponcova)
|
|
|
|
|
|
|
|
- CI: Always pull the latest container image (vponcova)
|
|
|
|
|
|
|
|
- CI: Disable the unhashable-member warning (vponcova)
|
|
|
|
|
|
|
|
- Revert "Don't use pylint from pip on Fedora Rawhide" (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Move the unit tests to a new file (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Manage the testing bus on set up and tear down (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Don't add arguments to the DBusTestCase.setUp method (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Create a new testing DBus interface (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Fix the indentation in unit tests (vponcova)
|
|
|
|
|
|
|
|
- Add unit tests for variants with variant types (vponcova)
|
|
|
|
|
|
|
|
- Simplify the code for replacing values of the UnixFD type (vponcova)
|
|
|
|
|
|
|
|
- Add classes for unpacking and unwrapping a variant (vponcova)
|
|
|
|
|
|
|
|
- Don't use pylint from pip on Fedora Rawhide (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Rename a parameter to server_arguments (vponcova)
|
|
|
|
|
|
|
|
- UnixFD: Revert a change in GLibClient._async_call_finish (vponcova)
|
|
|
|
|
|
|
|
- Raise TimeoutError if a DBus call times out (vponcova)
|
|
|
|
|
|
|
|
- Fix pylint tests in CentOS Stream 8 (vponcova)
|
|
|
|
|
|
|
|
- Fix the ENV instruction in Dockerfiles (vponcova)
|
|
|
|
|
|
|
|
- Fix pylint issues (vponcova)
|
|
|
|
|
|
|
|
- run forked tests using subprocess, instead of multiprocessing (wdouglass)
|
|
|
|
|
|
|
|
- use mutable list for return value in fd_test_async make fd getters more explicit (wdouglass)
|
|
|
|
|
|
|
|
- Add test case for method call only returning fd (jlyda)
|
|
|
|
|
|
|
|
- Always use call_with_unix_fd_list* to properly handle returned fds (jlyda)
|
|
|
|
|
|
|
|
- fix some lint discovered errors (wdouglass)
|
|
|
|
|
|
|
|
- seperate unixfd functionality, to better support systems that don't have them (wdouglass)
|
|
|
|
|
|
|
|
- Remove note in documentation about unsupported Unix file descriptors (wdouglass)
|
|
|
|
|
|
|
|
- Add a test for UnixFD transfer (wdouglass)
|
|
|
|
|
|
|
|
- Allow UnixFDs to be replaced and passed into Gio (wdouglass)
|
|
|
|
|
|
|
|
- Fix rpm lint warnings for OpenSUSE 15.3 (christopher.m.cantalupo)
|
|
|
|
|
|
|
|
- Extend the .coveragerc file (vponcova)
|
|
|
|
|
|
|
|
- Disable builds for Fedora ELN on commits (vponcova)
|
|
|
|
|
|
|
|
- Test Debian with Travis (vponcova)
|
|
|
|
|
|
|
|
- Test Ubuntu with Travis (vponcova)
|
|
|
|
|
|
|
|
- Test CentOS Stream 9 with Travis (vponcova)
|
|
|
|
|
|
|
|
- Use CentOS Stream 8 for testing (vponcova)
|
|
|
|
|
|
|
|
- add remove dbus object function on bus and update tests (matthewcaswell)
|
|
|
|
|
|
|
|
- properly measure coverage across multiprocess test cases (wdouglass)
|
|
|
|
|
|
|
|
- Move handle typing tests into a new class (and a new file) (wdouglass)
|
|
|
|
|
|
|
|
- Add another test for a crazy data type, fix a bug discovered via the test (wdouglass)
|
|
|
|
|
|
|
|
- Add functions for generating/consuming fdlists with variants (wdouglass)
|
|
|
|
|
|
|
|
- Provide a language argument for the code blocks (seahawk1986)
|
|
|
|
|
|
|
|
- Change the type of 'h' glib objects from 'File' to 'UnixFD' (wdouglass)
|
|
|
|
|
|
|
|
- Allow to run tests in a container (vponcova)
|
|
|
|
|
|
|
|
- Add C0209 to the ignore list for pylint (tjoslin)
|
|
|
|
|
|
|
|
- Use the latest distro in Travis CI (vponcova)
|
|
|
|
|
|
|
|
- Always update the container (vponcova)
|
|
|
|
|
|
|
|
- Document limitations of the DBus specification generator (vponcova)
|
|
|
|
|
|
|
|
* Mon May 31 2021 Vendula Poncova <vponcova@redhat.com> - 1.6-1
|
|
|
|
|
|
|
|
- Add support for SUSE packaging in spec file (christopher.m.cantalupo)
|
|
|
|
|
|
|
|
- Allow to generate multiple output arguments (vponcova)
|
|
|
|
|
|
|
|
- Support multiple output arguments (vponcova)
|
|
|
|
|
|
|
|
- Add the is_tuple_of_one function (vponcova)
|
|
|
|
|
|
|
|
- Configure the codecov tool (vponcova)
|
|
|
|
|
|
|
|
* Mon May 03 2021 Vendula Poncova <vponcova@redhat.com> - 1.5-1
|
|
|
|
|
|
|
|
- Disable builds for Fedora ELN on pull requests (vponcova)
|
|
|
|
|
|
|
|
- Provide additional info about the DBus call (vponcova)
|
|
|
|
|
|
|
|
- Run the codecov uploader from a package (vponcova)
|
|
|
|
|
|
|
|
- Switch to packit new fedora-latest alias (jkonecny)
|
|
|
|
|
|
|
|
- Add daily builds for our Fedora-devel COPR repository (jkonecny)
|
|
|
|
|
|
|
|
- Use Fedora container registry instead of Dockerhub (jkonecny)
|
|
|
|
|
|
|
|
- Migrate daily COPR builds to Packit (jkonecny)
|
|
|
|
|
|
|
|
- Switch Packit tests to copr builds instead (jkonecny)
|
|
|
|
|
|
|
|
- Enable Packit build in ELN chroot (jkonecny)
|
|
|
|
|
|
|
|
- Rename TestMessageBus class to silence pytest warning (luca)
|
|
|
|
|
|
|
|
- Fix the raise-missing-from warning (vponcova)
|
|
|
|
|
|
|
|
* Fri Jul 24 2020 Vendula Poncova <vponcova@redhat.com> - 1.4-1
|
|
|
|
* Fri Jul 24 2020 Vendula Poncova <vponcova@redhat.com> - 1.4-1
|
|
|
|
- Handle all errors of the DBus call (vponcova)
|
|
|
|
- Handle all errors of the DBus call (vponcova)
|
|
|
|
- Fix tests for handling DBus errors on the server side (vponcova)
|
|
|
|
- Fix tests for handling DBus errors on the server side (vponcova)
|
|
|
|