- Update to 0.4.1:

* Avoid using :class:`asyncio.Future` for the blocking integration.
  * Set the 'destination' field on method return and error messages to the
    'sender' from the parent message.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2019-09-11 14:40:58 +00:00 committed by Git OBS Bridge
parent e4bf37db60
commit 69d81d4080
4 changed files with 14 additions and 6 deletions

3
jeepney-0.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13806f91a96e9b2623fd2a81b950d763ee471454aafd9eb6d75dbe7afce428fb
size 27706

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6089412a5de162c04747f0220f6b2223b8ba660acd041e52a76426ca550e3c70
size 26944

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 11 14:40:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.1:
* Avoid using :class:`asyncio.Future` for the blocking integration.
* Set the 'destination' field on method return and error messages to the
'sender' from the parent message.
-------------------------------------------------------------------
Tue Jun 18 12:07:09 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package xpython-jeepney
# spec file for package python-jeepney
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
@ -19,16 +19,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jeepney
Version: 0.4
Version: 0.4.1
Release: 0
Summary: Low-level, pure Python DBus protocol wrapper
License: MIT
Group: Development/Languages/Python
URL: https://gitlab.com/takluyver/jeepney
Source: https://files.pythonhosted.org/packages/source/j/jeepney/jeepney-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testpath}
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch