Hello community, here is the log from the commit of package python-futures for openSUSE:Factory checked in at 2013-04-24 16:00:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-futures (Old) and /work/SRC/openSUSE:Factory/.python-futures.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-futures", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-04-05 00:01:41.916011506 +0200 +++ /work/SRC/openSUSE:Factory/.python-futures.new/python-futures.changes 2013-04-24 16:00:06.000000000 +0200 @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 24 07:01:28 UTC 2013 - [email protected] + +- license update: BSD-2-Clause + See LICENSE file + +------------------------------------------------------------------- +Tue Apr 9 10:26:41 UTC 2013 - [email protected] + +- Initial version + New: ---- futures-2.1.3.tar.gz python-futures.changes python-futures.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-futures.spec ++++++ # # spec file for package python-futures # # Copyright (c) 2013 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: python-futures Version: 2.1.3 Release: 0 License: BSD-2-Clause Summary: Backport of the concurrent.futures package from Python 32 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)")} %endif %description A Java-style futures package for Python This package is described in PEP-3148 and is included in Python 3.2. See the Python documentation for a full description. %prep %setup -q -n futures-%{version} %build CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} #%%check #python test %files %defattr(-,root,root,-) %doc CHANGES LICENSE %{python_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
