- update to 0.7.1:
* Add ``async with`` support to :class:`~.asyncio.DBusConnection` in the asyncio integration. * Fix calling :meth:`~.asyncio.DBusConnection.receive` immediately after opening a connection in the asyncio integration. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=14
This commit is contained in:
parent
d5fdf19c24
commit
bb66ad7f99
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1237cd64c8f7ac3aa4b3f332c4d0fb4a8216f39eaa662ec904302d4d77de5a54
|
||||
size 61236
|
3
jeepney-0.7.1.tar.gz
Normal file
3
jeepney-0.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f
|
||||
size 61833
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 06:51:44 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.7.1:
|
||||
* Add ``async with`` support to :class:`~.asyncio.DBusConnection` in the
|
||||
asyncio integration.
|
||||
* Fix calling :meth:`~.asyncio.DBusConnection.receive` immediately after opening
|
||||
a connection in the asyncio integration.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 13:51:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jeepney
|
||||
Version: 0.7.0
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: Low-level, pure Python DBus protocol wrapper
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user