From caf7a2ce4e7e7d70c291802c2aebdcc3e57d7f3efccee68a55300baff33d146f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Jun 2020 06:44:25 +0000 Subject: [PATCH 1/2] Accepting request 811893 from home:mcalabkova:branches:devel:languages:python OK, now it works somehow... - replace nose (and launch tests) OBS-URL: https://build.opensuse.org/request/show/811893 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-openid?expand=0&rev=6 --- python-python3-openid.changes | 5 +++++ python-python3-openid.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/python-python3-openid.changes b/python-python3-openid.changes index c1dbe85..b03c1bf 100644 --- a/python-python3-openid.changes +++ b/python-python3-openid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 4 12:01:43 UTC 2020 - Marketa Calabkova + +- replace nose (and launch tests) + ------------------------------------------------------------------- Tue Dec 4 12:53:14 UTC 2018 - Matej Cepl diff --git a/python-python3-openid.spec b/python-python3-openid.spec index be901fd..9de8cbf 100644 --- a/python-python3-openid.spec +++ b/python-python3-openid.spec @@ -1,7 +1,7 @@ # # spec file for package python-python3-openid # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 # tests are partly broken -%bcond_with tests +%bcond_without test Name: python-python3-openid Version: 3.1.0 Release: 0 Summary: OpenID support for modern servers and consumers License: Apache-2.0 Group: Development/Languages/Python -URL: http://github.com/necaris/python3-openid +URL: https://github.com/necaris/python3-openid Source: https://files.pythonhosted.org/packages/source/p/python3-openid/python3-openid-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -34,8 +34,10 @@ BuildRequires: python-rpm-macros Requires: python-defusedxml BuildArch: noarch %if %{with test} +BuildRequires: %{python_module Django} BuildRequires: %{python_module defusedxml} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module mysqlclient} +BuildRequires: %{python_module psycopg2} %endif %python_subpackages @@ -58,7 +60,7 @@ Includes example code and support for a variety of storage back-ends. %if %{with test} %check -%python_expand nosetests-%{$python_bin_suffix} --where=openid/test +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest openid.test.test_suite %endif %files %{python_files} From 37facdcf0dba8f9036e0906d333d2c781be726418751531637ff1deb220671d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Jun 2020 10:48:16 +0000 Subject: [PATCH 2/2] Accepting request 812508 from home:jengelh:branches:devel:languages:python - Trim conjecture and rhetorics from descriptions. Fix grammar issues. OBS-URL: https://build.opensuse.org/request/show/812508 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-openid?expand=0&rev=7 --- python-python3-openid.changes | 6 ++++++ python-python3-openid.spec | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-python3-openid.changes b/python-python3-openid.changes index b03c1bf..135f6ea 100644 --- a/python-python3-openid.changes +++ b/python-python3-openid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 8 09:25:58 UTC 2020 - Jan Engelhardt + +- Trim conjecture and rhetorics from descriptions. Fix + grammar issues. + ------------------------------------------------------------------- Thu Jun 4 12:01:43 UTC 2020 - Marketa Calabkova diff --git a/python-python3-openid.spec b/python-python3-openid.spec index 9de8cbf..3790b2c 100644 --- a/python-python3-openid.spec +++ b/python-python3-openid.spec @@ -23,7 +23,7 @@ Name: python-python3-openid Version: 3.1.0 Release: 0 -Summary: OpenID support for modern servers and consumers +Summary: OpenID support for Python License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/necaris/python3-openid @@ -42,10 +42,8 @@ BuildRequires: %{python_module psycopg2} %python_subpackages %description -This is a set of Python packages to support use of -the OpenID decentralized identity system in your application, update to Python -3. Want to enable single sign-on for your web site? Use the openid.consumer -package. Want to run your own OpenID server? Check out openid.server. +This is a set of Python packages to support the use of +the OpenID decentralized identity system in applications. Includes example code and support for a variety of storage back-ends. %prep