Accepting request 441961 from home:mimi_vx:branches:devel:languages:python

- update to 0.16.0
* Fix newbytes constructor bug.
* Fix semantics of bool() with newobject.
* Fix standard_library.install_aliases() on PyPy
* Fix assertRaises for pow and compile` on Python 3.5.
* Fix return argument of future.utils.ensure_new_type
	 if conversion to new type does not exist.
* Add missing cmp_to_key for Py2.6.
* Allow the old_div fixer to be disabled.
* Improve compatibility with Google App Engine.
* Add some missing imports to the tkinter and tkinter.filedialog
	 package namespaces
* Fix raise_from on PY3 when the exception cannot be recreated from its repr.

OBS-URL: https://build.opensuse.org/request/show/441961
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=10
This commit is contained in:
Tomas Cech 2016-11-25 10:10:48 +00:00 committed by Git OBS Bridge
parent cf2fbf4c73
commit b82d318638
4 changed files with 22 additions and 9 deletions

View File

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

3
future-0.16.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Nov 25 08:26:47 UTC 2016 - mimi.vx@gmail.com
- update to 0.16.0
* Fix newbytes constructor bug.
* Fix semantics of bool() with newobject.
* Fix standard_library.install_aliases() on PyPy
* Fix assertRaises for pow and compile` on Python 3.5.
* Fix return argument of future.utils.ensure_new_type
if conversion to new type does not exist.
* Add missing cmp_to_key for Py2.6.
* Allow the old_div fixer to be disabled.
* Improve compatibility with Google App Engine.
* Add some missing imports to the tkinter and tkinter.filedialog
package namespaces
* Fix raise_from on PY3 when the exception cannot be recreated from its repr.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 11 13:27:45 UTC 2016 - ms@suse.com Tue Oct 11 13:27:45 UTC 2016 - ms@suse.com

View File

@ -17,24 +17,20 @@
Name: python-future Name: python-future
Version: 0.15.2 Version: 0.16.0
Release: 0 Release: 0
Summary: Clean single-source support for Python 3 and 2 Summary: Clean single-source support for Python 3 and 2
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://python-future.org Url: https://python-future.org
Source: https://pypi.python.org/packages/source/f/future/future-%{version}.tar.gz Source: https://pypi.python.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-%{version}.tar.gz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch BuildArch: noarch
%endif
%description %description
future: Easy, safe support for Python 2/3 compatibility future: Easy, safe support for Python 2/3 compatibility