From cc19e6687459372d0f73f626f5f2530ce49940ab9f6108225963c5c5a77c2270 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 1 Oct 2022 17:16:09 +0000 Subject: [PATCH] - update to 0.8.0: * Removed ``jeepney.integrate`` APIs, which were deprecated in 0.7. Use ``jeepney.io`` instead (see :doc:`integrate`). * Removed deprecated ``jeepney.io.tornado`` API. Tornado now uses the asyncio event loop, so you can use it along with ``jeepney.io.asyncio``. * Deprecated ``conn.router`` attribute in the :doc:`api/blocking` integration. Use :ref:`proxies ` or :meth:`~.blocking.DBusConnection.send_and_get_reply` to find replies to method calls, and :meth:`~.blocking.DBusConnection.filter` for other routing. * Added docs page with background on D-Bus (:doc:`dbus-background`). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jeepney?expand=0&rev=15 --- jeepney-0.7.1.tar.gz | 3 --- jeepney-0.8.0.tar.gz | 3 +++ python-jeepney.changes | 14 ++++++++++++++ python-jeepney.spec | 10 ++++++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 jeepney-0.7.1.tar.gz create mode 100644 jeepney-0.8.0.tar.gz diff --git a/jeepney-0.7.1.tar.gz b/jeepney-0.7.1.tar.gz deleted file mode 100644 index cb6ddb0..0000000 --- a/jeepney-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f -size 61833 diff --git a/jeepney-0.8.0.tar.gz b/jeepney-0.8.0.tar.gz new file mode 100644 index 0000000..46efd50 --- /dev/null +++ b/jeepney-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 +size 106005 diff --git a/python-jeepney.changes b/python-jeepney.changes index 2d5f59b..0dc85db 100644 --- a/python-jeepney.changes +++ b/python-jeepney.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jun 4 16:42:47 UTC 2022 - Dirk Müller + +- update to 0.8.0: + * Removed ``jeepney.integrate`` APIs, which were deprecated in 0.7. Use + ``jeepney.io`` instead (see :doc:`integrate`). + * Removed deprecated ``jeepney.io.tornado`` API. Tornado now uses the asyncio + event loop, so you can use it along with ``jeepney.io.asyncio``. + * Deprecated ``conn.router`` attribute in the :doc:`api/blocking` integration. + Use :ref:`proxies ` or :meth:`~.blocking.DBusConnection.send_and_get_reply` + to find replies to method calls, and :meth:`~.blocking.DBusConnection.filter` + for other routing. + * Added docs page with background on D-Bus (:doc:`dbus-background`). + ------------------------------------------------------------------- Tue Sep 7 06:51:44 UTC 2021 - Dirk Müller diff --git a/python-jeepney.spec b/python-jeepney.spec index 6c65f1d..61ce4f3 100644 --- a/python-jeepney.spec +++ b/python-jeepney.spec @@ -1,7 +1,7 @@ # # spec file for package python-jeepney # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jeepney -Version: 0.7.1 +Version: 0.8.0 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 flit-core} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testpath} @@ -42,10 +44,10 @@ core, and integration modules for different event loops. %setup -q -n jeepney-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check