New release: 0.4
- 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)
This commit is contained in:
parent
b9929cb975
commit
610a52313e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/dasbus-0.1.tar.gz
|
||||
/dasbus-0.2.tar.gz
|
||||
/dasbus-0.3.tar.gz
|
||||
/dasbus-0.4.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.3
|
||||
Version: 0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
@ -43,6 +43,11 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* 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)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-0.3.tar.gz) = a6e776109bbfec246bb02b66c19b3ea6d4c943293cb20382b2fb496bde0e78aa661d86d126963b431269050f53f380dfc96e9796668f25d9595a3e2b3b91b118
|
||||
SHA512 (dasbus-0.4.tar.gz) = 2a3a5c218ade28652a04aadbe02d8e5cbacb25d91ff76b11a03f2974321072aadde0f15cdd8c2ca2734bc0314282a532dc3019a17c9a66965c47852e120d92ad
|
||||
|
||||
Loading…
Reference in New Issue
Block a user