15
0
forked from pool/python-six

Accepting request 529025 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/529025
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=49
This commit is contained in:
2017-09-28 06:01:51 +00:00
committed by Git OBS Bridge
parent 498b7a1f78
commit bbbe9d9f97
6 changed files with 55 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-six-doc
Version: 1.10.0
Version: 1.11.0
Release: 0
Url: http://pypi.python.org/pypi/six/
Summary: Python 2 and 3 compatibility utilities
@@ -39,10 +39,10 @@ BuildArch: noarch
Provides: %{python_module six-doc = %{version}}
%description
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python
versions with the goal of writing Python code that is compatible on
both Python versions. See the documentation for more information on
Six is a Python 2 and 3 compatibility library. It provides utility
functions for smoothing over the differences between the Python
versions with the goal of writing Python code that is compatible on
both Python versions. See the documentation for more information on
what is provided.
%prep
@@ -67,6 +67,6 @@ rm -rf test
%files
%defattr(-,root,root)
%doc LICENSE README documentation/_build/html
%doc LICENSE README.rst CHANGES documentation/_build/html
%changelog