]> git.pld-linux.org Git - packages/python-social-auth-core.git/commitdiff
up to 1.3.0 auto/th/python-social-auth-core-1.3.0-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 21 Jul 2017 13:31:47 +0000 (16:31 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 21 Jul 2017 13:31:47 +0000 (16:31 +0300)
python-social-auth-core.spec

index a946108f9082b4f3cbb803877e329573b4f62799..fb9f1eb286ce37e8246b6d99aae73e9bf0e15ba3 100644 (file)
@@ -9,26 +9,30 @@
 %define                egg_name        social_auth_core
 Summary:       Python Social Auth - Core
 Name:          python-%{pypi_name}
-Version:       1.2.0
+Version:       1.3.0
 Release:       1
 License:       BSD
 Group:         Libraries/Python
 Source0:       https://files.pythonhosted.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: d12b7c872f03d477dcca90c8e14f2844
-URL:           http://python-social-auth-docs.readthedocs.io/
+# Source0-md5: 7adc1a6f92a7847c09692b2ecb831891
+URL:           https://python-social-auth-docs.readthedocs.io/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
-BuildRequires: python-mock = 1.0.1
 BuildRequires: python-modules
-BuildRequires: python-saml >= 2.2.1
 BuildRequires: python-setuptools
+%if %{with tests}
+BuildRequires: python-mock = 1.0.1
+BuildRequires: python-saml >= 2.2.1
+%endif
 %endif
 %if %{with python3}
-BuildRequires: python3-mock = 1.0.1
 BuildRequires: python3-modules
-BuildRequires: python3-saml >= 2.2.1
 BuildRequires: python3-setuptools
+%if %{with tests}
+BuildRequires: python3-mock = 1.0.1
+BuildRequires: python3-saml >= 2.2.1
+%endif
 %endif
 Requires:      python-modules
 BuildArch:     noarch
This page took 0.101059 seconds and 4 git commands to generate.