New release: 1.4
- Handle all errors of the DBus call (vponcova) - Fix tests for handling DBus errors on the server side (vponcova) - Run packit smoke tests for all Fedora (jkonecny) - Fix packit archive creation (jkonecny) - Add possibility to change setup.py arguments (jkonecny)
This commit is contained in:
parent
fa73ca4e4b
commit
3fbf8b32e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/dasbus-1.1.tar.gz
|
||||
/dasbus-1.2.tar.gz
|
||||
/dasbus-1.3.tar.gz
|
||||
/dasbus-1.4.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.3
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
@ -43,6 +43,12 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 24 2020 Vendula Poncova <vponcova@redhat.com> - 1.4-1
|
||||
- Handle all errors of the DBus call (vponcova)
|
||||
- Fix tests for handling DBus errors on the server side (vponcova)
|
||||
- Run packit smoke tests for all Fedora (jkonecny)
|
||||
- Fix packit archive creation (jkonecny)
|
||||
- Add possibility to change setup.py arguments (jkonecny)
|
||||
* 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)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-1.3.tar.gz) = 57fac02698bf05516529a15552a0b0f17adb84b6398a143f358fdcff642664779f774213a8abb71fa46eac7c73bc3e2b586e1301097faa07ce34465b34bba85a
|
||||
SHA512 (dasbus-1.4.tar.gz) = 70ec132d066608e1cfa85f244f03e7a40c470333019d1a732c1c781d7394aa249c853fb4444e459039e7e950fa6f3f77083da5ace6073beb00f1f3d68583b727
|
||||
|
||||
Loading…
Reference in New Issue
Block a user