commit python-futures for openSUSE:Factory
Hello community, here is the log from the commit of package python-futures for openSUSE:Factory checked in at 2014-04-26 10:11:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-futures (Old) and /work/SRC/openSUSE:Factory/.python-futures.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-futures" Changes: -------- --- /work/SRC/openSUSE:Factory/python-futures/python-futures.changes 2013-04-24 16:00:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-futures.new/python-futures.changes 2014-04-26 10:11:01.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Mar 24 13:08:43 UTC 2014 - toddrme2178@gmail.com + +- Updated to 2.1.6 + - Fixed a problem with files missing from the source distribution +- Updated to 2.1.5 + - Fixed Jython compatibility + - Added metadata for wheel support +- Updated to 2.1.4 + - Ported the library again from Python 3.2.5 to get the latest bug fixes + +------------------------------------------------------------------- Old: ---- futures-2.1.3.tar.gz New: ---- futures-2.1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-futures.spec ++++++ --- /var/tmp/diff_new_pack.8C5hwU/_old 2014-04-26 10:11:01.000000000 +0200 +++ /var/tmp/diff_new_pack.8C5hwU/_new 2014-04-26 10:11:01.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-futures # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,19 @@ Name: python-futures -Version: 2.1.3 +Version: 2.1.6 Release: 0 License: BSD-2-Clause -Summary: Backport of the concurrent.futures package from Python 32 +Summary: Backport of the concurrent.futures package from Python 3.2 Url: http://code.google.com/p/pythonfutures Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/f/futures/futures-%{version}.tar.gz BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else +BuildArch: noarch %endif %description @@ -51,6 +53,8 @@ %files %defattr(-,root,root,-) %doc CHANGES LICENSE -%{python_sitelib}/* +%{python_sitelib}/concurrent/ +%{python_sitelib}/futures/ +%{python_sitelib}/futures-%{version}-py*.egg-info %changelog ++++++ futures-2.1.3.tar.gz -> futures-2.1.6.tar.gz ++++++ ++++ 1705 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de