From feb450add5d0ec7b5e96585a5990fa4c4f8c0517 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 29 Oct 2016 19:52:55 +0200 Subject: [PATCH] python-future: update to 0.16.0 --- srcpkgs/python-future/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template index 9e34c8ad561..2a110130464 100644 --- a/srcpkgs/python-future/template +++ b/srcpkgs/python-future/template @@ -1,11 +1,11 @@ # Template file for 'python-future' pkgname=python-future -version=0.15.2 -revision=2 +version=0.16.0 +revision=1 noarch=yes wrksrc="future-${version}" build_style=python-module -pycompile_module="_dummy_thread _markupbase _thread builtins configparser +pycompile_module="_dummy_thread _markupbase _thread builtins copyreg future html http libfuturize libpasteurize past queue reprlib socketserver tkinter winreg xmlrpc" hostmakedepends="python-setuptools python3-setuptools" @@ -15,7 +15,7 @@ maintainer="Alessio Sergi " homepage="http://python-future.org/" license="MIT" distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz" -checksum=3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97 +checksum=e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb alternatives=" future:futurize:/usr/bin/futurize2 @@ -31,7 +31,7 @@ python3-future_package() { future:pasteurize:/usr/bin/pasteurize3" noarch=yes replaces="python3.4-future>=0" - pycompile_module="_dummy_thread _markupbase _thread builtins configparser + pycompile_module="_dummy_thread _markupbase _thread builtins copyreg future html http libfuturize libpasteurize past queue reprlib socketserver tkinter winreg xmlrpc" depends="python3-setuptools"