- update to 0.7.0:
* Support for :ref:`sending and receiving file descriptors <send_recv_fds>`. This is available with the blocking, threading and trio integration layers. * Deprecated older integration APIs, in favour of new APIs introduced in 0.5. * Fixed passing a deque in to :meth:`~.blocking.DBusConnection.filter` in the blocking integration API. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=13
This commit is contained in:
parent
87bd8e0861
commit
d5fdf19c24
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657
|
||||
size 49513
|
3
jeepney-0.7.0.tar.gz
Normal file
3
jeepney-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1237cd64c8f7ac3aa4b3f332c4d0fb4a8216f39eaa662ec904302d4d77de5a54
|
||||
size 61236
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 13:51:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.7.0:
|
||||
* Support for :ref:`sending and receiving file descriptors <send_recv_fds>`.
|
||||
This is available with the blocking, threading and trio integration layers.
|
||||
* Deprecated older integration APIs, in favour of new APIs introduced in 0.5.
|
||||
* Fixed passing a deque in to :meth:`~.blocking.DBusConnection.filter` in the
|
||||
blocking integration API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 09:53:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jeepney
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jeepney
|
||||
Version: 0.6.0
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: Low-level, pure Python DBus protocol wrapper
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user