From a78a9752dec4a7371c818c1544459c28fb968f7fe0b7302b334a47fb43c59fd1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 9 Jun 2021 19:52:59 +0000 Subject: [PATCH] Accepting request 898671 from security:SELinux - Update to dasbus-1.6 * Allow to generate multiple output arguments (vponcova) * Support multiple output arguments (vponcova) * Add the is_tuple_of_one function (vponcova) - Package changes: * Switch from PyPI to Github download. OBS-URL: https://build.opensuse.org/request/show/898671 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dasbus?expand=0&rev=2 --- dasbus-1.5.tar.gz | 3 --- dasbus-1.6.tar.gz | 3 +++ python-dasbus.changes | 10 ++++++++++ python-dasbus.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 dasbus-1.5.tar.gz create mode 100644 dasbus-1.6.tar.gz diff --git a/dasbus-1.5.tar.gz b/dasbus-1.5.tar.gz deleted file mode 100644 index 067d88a..0000000 --- a/dasbus-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb8687a826271e099ab3590e21f2d32016b0e60d4b42e2a04f3d20ffb8d7c87 -size 71714 diff --git a/dasbus-1.6.tar.gz b/dasbus-1.6.tar.gz new file mode 100644 index 0000000..8f02a25 --- /dev/null +++ b/dasbus-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149ad8fc8c3d298321ab50159b547ab2834899a89e47e21c6d42f2c92e56e94d +size 73031 diff --git a/python-dasbus.changes b/python-dasbus.changes index a9fc40e..51f1df5 100644 --- a/python-dasbus.changes +++ b/python-dasbus.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 8 13:13:14 UTC 2021 - Predrag Ivanović + +- Update to dasbus-1.6 + * Allow to generate multiple output arguments (vponcova) + * Support multiple output arguments (vponcova) + * Add the is_tuple_of_one function (vponcova) +- Package changes: + * Switch from PyPI to Github download. + ------------------------------------------------------------------- Wed May 19 16:03:56 UTC 2021 - Predrag Ivanović diff --git a/python-dasbus.spec b/python-dasbus.spec index aaff8bb..f1af149 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -19,17 +19,17 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dasbus -Version: 1.5 +Version: 1.6 Release: 0 Summary: DBus library in Python 3 License: LGPL-2.0-or-later Group: Development/Libraries/Python URL: https://github.com/rhinstaller/dasbus -Source: https://files.pythonhosted.org/packages/source/d/dasbus/dasbus-%{version}.tar.gz +Source: https://github.com/rhinstaller/dasbus/releases/download/v%{version}/dasbus-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: gobject-introspection BuildRequires: fdupes +BuildRequires: gobject-introspection Requires: python-gobject BuildArch: noarch %python_subpackages