Blame python-dasbus.spec

Vendula Poncova fd1a97e
%global srcname dasbus
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
Name:           python-%{srcname}
Vendula Poncova 9fe3b10
Version:        1.6
f786755
Release:        2%{?dist}
Vendula Poncova fd1a97e
Summary:        DBus library in Python 3
Vendula Poncova fd1a97e
Vendula Poncova fd1a97e
License:        LGPLv2+
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 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 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 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
f786755
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6-2
f786755
- Rebuilt for Python 3.10
f786755
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