Hello community,
here is the log from the commit of package python-python-openid for
openSUSE:Factory checked in at 2017-05-03 15:55:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-openid (Old)
and /work/SRC/openSUSE:Factory/.python-python-openid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-openid"
Wed May 3 15:55:08 2017 rev:9 rq:489489 version:2.2.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-openid/python-python-openid.changes
2011-09-23 12:43:11.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-openid.new/python-python-openid.changes
2017-05-03 15:55:09.589423569 +0200
@@ -1,0 +2,12 @@
+Wed Apr 19 22:20:34 UTC 2017 - [email protected]
+
+- Source must be https.
+
+-------------------------------------------------------------------
+Tue Apr 18 16:55:27 UTC 2017 - [email protected]
+
+- Minor spec file cleanups
+- Provide python2-python-openid for compatibility
+ with singlespec macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-openid.spec ++++++
--- /var/tmp/diff_new_pack.4dlEhF/_old 2017-05-03 15:55:11.533149164 +0200
+++ /var/tmp/diff_new_pack.4dlEhF/_new 2017-05-03 15:55:11.537148599 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-openid
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,19 +24,14 @@
Summary: OpenID support for servers and consumers
License: Apache-2.0
Group: Development/Languages/Python
-Source:
http://pypi.python.org/packages/source/p/python-openid/python-openid-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/python-openid/python-openid-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch: noarch
-%endif
-%endif
+Provides: python2-python-openid = %{version}
Provides: python-openid = %{version}
#TODO: Change '<=' to '<' after version update:
Obsoletes: python-openid <= %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+BuildArch: noarch
%description
This is a set of Python packages to support use of
@@ -57,7 +52,8 @@
%files
%defattr(-,root,root,-)
-%doc LICENSE NOTICE README NEWS examples
+%doc LICENSE NOTICE README NEWS
+%doc examples/
%{python_sitelib}/*
%changelog