Hello community,
here is the log from the commit of package python-social-auth-core for
openSUSE:Factory checked in at 2018-08-03 12:36:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-social-auth-core (Old)
and /work/SRC/openSUSE:Factory/.python-social-auth-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-social-auth-core"
Fri Aug 3 12:36:52 2018 rev:2 rq:626909 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-social-auth-core/python-social-auth-core.changes
2018-07-28 12:43:11.156746900 +0200
+++
/work/SRC/openSUSE:Factory/.python-social-auth-core.new/python-social-auth-core.changes
2018-08-03 12:36:55.783536430 +0200
@@ -1,0 +2,11 @@
+Wed Aug 1 13:37:44 UTC 2018 - [email protected]
+
+- Format with spec-cleaner
+- Run the tests with %python_expand rather than %python_exec
+
+-------------------------------------------------------------------
+Fri Jul 27 06:29:23 UTC 2018 - [email protected]
+
+- Ensure neutrality of description. Address punctuation issues.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-social-auth-core.spec ++++++
--- /var/tmp/diff_new_pack.D7iTmD/_old 2018-08-03 12:36:56.119536929 +0200
+++ /var/tmp/diff_new_pack.D7iTmD/_new 2018-08-03 12:36:56.119536929 +0200
@@ -21,57 +21,53 @@
Name: python-social-auth-core
Version: 1.7.0
Release: 0
-Summary: Python Social Auth - Core
+Summary: Python Social Auth Core
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/python-social-auth/social-core
+URL: https://github.com/python-social-auth/social-core
Source:
https://files.pythonhosted.org/packages/source/s/social-auth-core/social-auth-core-%{version}.tar.gz
BuildRequires: %{python_module PyJWT >= 1.4.0}
+BuildRequires: %{python_module coverage >= 3.6}
BuildRequires: %{python_module cryptography >= 2.1.1}
+BuildRequires: %{python_module httpretty}
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module nose >= 1.2.1}
BuildRequires: %{python_module oauthlib >= 1.0.3}
+BuildRequires: %{python_module rednose >= 0.4.1}
BuildRequires: %{python_module requests >= 2.9.1}
BuildRequires: %{python_module requests-oauthlib >= 0.6.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.10.0}
+BuildRequires: %{python_module unittest2}
BuildRequires: ca-certificates
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python2-python-openid >= 2.2.5
BuildRequires: python3-defusedxml >= 0.5.0
BuildRequires: python3-python3-openid >= 3.0.10
-## used for testing
-BuildRequires: %{python_module coverage >= 3.6}
-BuildRequires: %{python_module httpretty}
-BuildRequires: %{python_module mock}
-BuildRequires: %{python_module nose >= 1.2.1}
-BuildRequires: %{python_module rednose >= 0.4.1}
-BuildRequires: %{python_module unittest2}
Requires: python-PyJWT >= 1.4.0
-Requires: python-oauthlib >= 1.0.3
-%ifpython2
-Requires: python2-python-openid >= 2.2.5
-%endif
-%ifpython3
-Requires: python3-python3-openid >= 3.0.10
-%endif
Requires: python-cryptography >= 2.1.1
+Requires: python-oauthlib >= 1.0.3
Requires: python-requests >= 2.9.1
Requires: python-requests-oauthlib >= 0.6.1
Requires: python-six >= 1.10.0
+BuildArch: noarch
+%ifpython2
+Requires: python2-python-openid >= 2.2.5
+%endif
%ifpython3
Requires: python3-defusedxml >= 0.5.0
+Requires: python3-python3-openid >= 3.0.10
%endif
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
%python_subpackages
%description
-Python Social Auth is an easy-to-setup social authentication/registration
+Python Social Auth is a social authentication/registration
mechanism with support for several frameworks and auth providers.
-This is the core component of the python-social-auth ecosystem, it
+This is the core component of the python-social-auth ecosystem. It
implements the common interface to define new authentication backends to
-third parties services, implement integrations with web frameworks and
+third party services, implement integrations with web frameworks and
storage solutions.
%prep
@@ -85,10 +81,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec %{_bindir}/nosetests --ignore-files test_saml.py
+%python_expand %{_bindir}/nosetests-%{$python_bin_suffix} --ignore-files
test_saml.py
%files %{python_files}
-%defattr(-,root,root,-)
%doc CHANGELOG.md
%license LICENSE
%{python_sitelib}/*