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
This commit is contained in:
parent
0c73133efe
commit
a78a9752de
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ccb8687a826271e099ab3590e21f2d32016b0e60d4b42e2a04f3d20ffb8d7c87
|
|
||||||
size 71714
|
|
3
dasbus-1.6.tar.gz
Normal file
3
dasbus-1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:149ad8fc8c3d298321ab50159b547ab2834899a89e47e21c6d42f2c92e56e94d
|
||||||
|
size 73031
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 8 13:13:14 UTC 2021 - Predrag Ivanović <predivan@mts.rs>
|
||||||
|
|
||||||
|
- 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ć <predivan@mts.rs>
|
Wed May 19 16:03:56 UTC 2021 - Predrag Ivanović <predivan@mts.rs>
|
||||||
|
|
||||||
|
@ -19,17 +19,17 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-dasbus
|
Name: python-dasbus
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DBus library in Python 3
|
Summary: DBus library in Python 3
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://github.com/rhinstaller/dasbus
|
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 devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: gobject-introspection
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: gobject-introspection
|
||||||
Requires: python-gobject
|
Requires: python-gobject
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user