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

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Sep 23 20:49:03 UTC 2017 - arun@gmx.de
- README->README.rst, add CHANGES
- update to version 1.11.0:
* Pull request #178: `with_metaclass` now properly proxies
`__prepare__` to the underlying metaclass.
* Pull request #191: Allow `with_metaclass` to work with metaclasses
implemented in C.
* Pull request #203: Add parse_http_list and parse_keqv_list to
moved urllib.request.
* Pull request #172 and issue #171: Add unquote_to_bytes to moved
urllib.parse.
* Pull request #167: Add `six.moves.getoutput`.
* Pull request #80: Add `six.moves.urllib_parse.splitvalue`.
* Pull request #75: Add `six.moves.email_mime_image`.
* Pull request #72: Avoid creating reference cycles through
tracebacks in `reraise`.
-------------------------------------------------------------------
Thu Feb 23 14:47:06 UTC 2017 - jmatejek@suse.com

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Sep 23 20:49:03 UTC 2017 - arun@gmx.de
- README->README.rst, add CHANGES
- update to version 1.11.0:
* Pull request #178: `with_metaclass` now properly proxies
`__prepare__` to the underlying metaclass.
* Pull request #191: Allow `with_metaclass` to work with metaclasses
implemented in C.
* Pull request #203: Add parse_http_list and parse_keqv_list to
moved urllib.request.
* Pull request #172 and issue #171: Add unquote_to_bytes to moved
urllib.parse.
* Pull request #167: Add `six.moves.getoutput`.
* Pull request #80: Add `six.moves.urllib_parse.splitvalue`.
* Pull request #75: Add `six.moves.email_mime_image`.
* Pull request #72: Avoid creating reference cycles through
tracebacks in `reraise`.
-------------------------------------------------------------------
Wed Oct 5 14:33:14 UTC 2016 - jmatejek@suse.com

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-six
Version: 1.10.0
Version: 1.11.0
Release: 0
Url: http://pypi.python.org/pypi/six/
Summary: Python 2 and 3 compatibility utilities
@@ -38,10 +38,10 @@ Requires: python-argparse
%python_subpackages
%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
@@ -61,7 +61,7 @@ what is provided.
%files %python_files
%defattr(-,root,root)
%doc LICENSE README
%doc LICENSE README.rst CHANGES
%{python_sitelib}/six.py*
%pycache_only %{python3_sitelib}/__pycache__/*
%{python_sitelib}/six-%{version}-py*.egg-info

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a
size 29630

3
six-1.11.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9
size 29860