Hello community,
here is the log from the commit of package python-python3-openid for
openSUSE:Factory checked in at 2020-06-09 00:04:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python3-openid (Old)
and /work/SRC/openSUSE:Factory/.python-python3-openid.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python3-openid"
Tue Jun 9 00:04:03 2020 rev:3 rq:812546 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python3-openid/python-python3-openid.changes
2018-12-24 11:42:48.961376367 +0100
+++
/work/SRC/openSUSE:Factory/.python-python3-openid.new.3606/python-python3-openid.changes
2020-06-09 00:05:34.905485978 +0200
@@ -1,0 +2,11 @@
+Mon Jun 8 09:25:58 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Trim conjecture and rhetorics from descriptions. Fix
+ grammar issues.
+
+-------------------------------------------------------------------
+Thu Jun 4 12:01:43 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose (and launch tests)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python3-openid.spec ++++++
--- /var/tmp/diff_new_pack.z3R8ta/_old 2020-06-09 00:05:35.649488618 +0200
+++ /var/tmp/diff_new_pack.z3R8ta/_new 2020-06-09 00:05:35.653488632 +0200
@@ -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
+Summary: OpenID support for Python
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,16 +34,16 @@
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
%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
@@ -58,7 +58,7 @@
%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}