Accepting request 730190 from devel:languages:python
- 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/request/show/730190 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jeepney?expand=0&rev=2
This commit is contained in:
commit
873850c211
3
jeepney-0.4.1.tar.gz
Normal file
3
jeepney-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13806f91a96e9b2623fd2a81b950d763ee471454aafd9eb6d75dbe7afce428fb
|
||||
size 27706
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6089412a5de162c04747f0220f6b2223b8ba660acd041e52a76426ca550e3c70
|
||||
size 26944
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user