New release: 1.3
- Document differences between dasbus and pydbus (vponcova) - Improve the support for interface proxies in the service identifier (vponcova) - Improve the support for interface proxies in the message bus (vponcova) - Test the interface proxies (vponcova) - Make the message bus of a service identifier accessible (vponcova) - Fix the testing environment for Fedora Rawhide (vponcova)
This commit is contained in:
parent
23d67b79b8
commit
fa73ca4e4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/dasbus-1.0.tar.gz
|
||||
/dasbus-1.1.tar.gz
|
||||
/dasbus-1.2.tar.gz
|
||||
/dasbus-1.3.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
License: LGPLv2+
|
||||
@ -43,9 +43,13 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Wed Jun 17 2020 Vendula Poncova <vponcova@redhat.com> - 1.3-1
|
||||
- Document differences between dasbus and pydbus (vponcova)
|
||||
- Improve the support for interface proxies in the service identifier (vponcova)
|
||||
- Improve the support for interface proxies in the message bus (vponcova)
|
||||
- Test the interface proxies (vponcova)
|
||||
- Make the message bus of a service identifier accessible (vponcova)
|
||||
- Fix the testing environment for Fedora Rawhide (vponcova)
|
||||
* Mon May 18 2020 Vendula Poncova <vponcova@redhat.com> - 1.2-1
|
||||
- Replace ABC with ABCMeta (vponcova)
|
||||
- Fix typing tests (vponcova)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-1.2.tar.gz) = 8037b87bb238d6f34564b777d85b3b670d02986babaf474bf236856d9a1e0f99aa8f347be7898df91a99f7ab6dd6351301df7f2c0dbe28a57a044e54aadc4de0
|
||||
SHA512 (dasbus-1.3.tar.gz) = 57fac02698bf05516529a15552a0b0f17adb84b6398a143f358fdcff642664779f774213a8abb71fa46eac7c73bc3e2b586e1301097faa07ce34465b34bba85a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user