From 5a676eec79e622a99a46d90f95b510f6206e83f78e53d7f456afe62bf327f9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Mar 2020 08:08:37 +0000 Subject: [PATCH 1/2] - Do not pull in py2 on python3 subpkg OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dbusmock?expand=0&rev=15 --- python-python-dbusmock.changes | 5 +++++ python-python-dbusmock.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-python-dbusmock.changes b/python-python-dbusmock.changes index 5bdf079..25b7bd6 100644 --- a/python-python-dbusmock.changes +++ b/python-python-dbusmock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 12 08:08:21 UTC 2020 - Tomáš Chvátal + +- Do not pull in py2 on python3 subpkg + ------------------------------------------------------------------- Tue Feb 4 08:18:20 UTC 2020 - Dominique Leuenberger diff --git a/python-python-dbusmock.spec b/python-python-dbusmock.spec index 173a283..a0fcd97 100644 --- a/python-python-dbusmock.spec +++ b/python-python-dbusmock.spec @@ -31,7 +31,6 @@ BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(gobject-introspection-1.0) -Requires: dbus-1-python Requires: dbus-1-x11 Requires: python-dbus-python Requires: python-gobject From 937966c5d062ac200ff32184a1c1e089b9449d4d8663e95a8f0a1ed2d04cf2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Mar 2020 14:35:06 +0000 Subject: [PATCH 2/2] Accepting request 786919 from home:pgajdos:python - version update to 0.19 - NetworkManager template: Add "StateReason" property and active connection ID - Add low-memory-monitor template OBS-URL: https://build.opensuse.org/request/show/786919 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dbusmock?expand=0&rev=16 --- python-dbusmock-0.18.3.tar.gz | 3 --- python-dbusmock-0.19.tar.gz | 3 +++ python-python-dbusmock.changes | 7 +++++++ python-python-dbusmock.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 python-dbusmock-0.18.3.tar.gz create mode 100644 python-dbusmock-0.19.tar.gz diff --git a/python-dbusmock-0.18.3.tar.gz b/python-dbusmock-0.18.3.tar.gz deleted file mode 100644 index f692b3c..0000000 --- a/python-dbusmock-0.18.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:994a178268b6d74aeb158c0f155cd141e9a0cfae14226a764cd022c4949fe242 -size 72049 diff --git a/python-dbusmock-0.19.tar.gz b/python-dbusmock-0.19.tar.gz new file mode 100644 index 0000000..94798ac --- /dev/null +++ b/python-dbusmock-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497f30eed2fcd5deaa2633b9622e4e99af4bdfba4e972b350ba630bac6fc86c2 +size 72567 diff --git a/python-python-dbusmock.changes b/python-python-dbusmock.changes index 25b7bd6..98e8614 100644 --- a/python-python-dbusmock.changes +++ b/python-python-dbusmock.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 20 13:02:15 UTC 2020 - pgajdos@suse.com + +- version update to 0.19 + - NetworkManager template: Add "StateReason" property and active connection ID + - Add low-memory-monitor template + ------------------------------------------------------------------- Thu Mar 12 08:08:21 UTC 2020 - Tomáš Chvátal diff --git a/python-python-dbusmock.spec b/python-python-dbusmock.spec index a0fcd97..34d7d56 100644 --- a/python-python-dbusmock.spec +++ b/python-python-dbusmock.spec @@ -18,14 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-dbusmock -Version: 0.18.3 +Version: 0.19 Release: 0 Summary: Python library for creating mock D-Bus objects License: LGPL-3.0-or-later URL: https://github.com/martinpitt/python-dbusmock Source: https://files.pythonhosted.org/packages/source/p/python-dbusmock/python-dbusmock-%{version}.tar.gz BuildRequires: %{python_module dbus-python} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: pkgconfig @@ -56,7 +56,7 @@ to what one may expect in tests. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v +%pytest %files %{python_files} %license COPYING