From 69d81d408039a2f31b8daaacffeade10cd2da0b1cfea38be09e33eb190b9640e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Sep 2019 14:40:58 +0000 Subject: [PATCH] - 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 --- jeepney-0.4.1.tar.gz | 3 +++ jeepney-0.4.tar.gz | 3 --- python-jeepney.changes | 8 ++++++++ python-jeepney.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 jeepney-0.4.1.tar.gz delete mode 100644 jeepney-0.4.tar.gz diff --git a/jeepney-0.4.1.tar.gz b/jeepney-0.4.1.tar.gz new file mode 100644 index 0000000..92cda21 --- /dev/null +++ b/jeepney-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13806f91a96e9b2623fd2a81b950d763ee471454aafd9eb6d75dbe7afce428fb +size 27706 diff --git a/jeepney-0.4.tar.gz b/jeepney-0.4.tar.gz deleted file mode 100644 index 52f495c..0000000 --- a/jeepney-0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6089412a5de162c04747f0220f6b2223b8ba660acd041e52a76426ca550e3c70 -size 26944 diff --git a/python-jeepney.changes b/python-jeepney.changes index ad32d9a..3127926 100644 --- a/python-jeepney.changes +++ b/python-jeepney.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 11 14:40:14 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-jeepney.spec b/python-jeepney.spec index 0678eb2..8e17480 100644 --- a/python-jeepney.spec +++ b/python-jeepney.spec @@ -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