Hello community, here is the log from the commit of package python-async for openSUSE:Factory checked in at 2015-04-27 13:05:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-async (Old) and /work/SRC/openSUSE:Factory/.python-async.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-async" Changes: -------- --- /work/SRC/openSUSE:Factory/python-async/python-async.changes 2012-03-20 11:31:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-async.new/python-async.changes 2015-04-27 13:05:39.000000000 +0200 @@ -1,0 +2,15 @@ +Sat Apr 25 16:40:20 UTC 2015 - [email protected] + +- update to 0.6.2: + * Added python 3.X compatibility. As it doesn't work + deterministically in this version, it shouldn't be used + in production ! +- remove zlib-devel from BuildRequires, unneeded +- add python-nose and python-setuptools to BuildRequires +- switch the package to noarch, since it is pure python now +- remove useless CFLAGS from build +- run the tests during the build +- add LICENSE to documentation +- remove README, deleted from archive + +------------------------------------------------------------------- Old: ---- async-0.6.1.tar.gz New: ---- async-0.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-async.spec ++++++ --- /var/tmp/diff_new_pack.68tlnz/_old 2015-04-27 13:05:39.000000000 +0200 +++ /var/tmp/diff_new_pack.68tlnz/_new 2015-04-27 13:05:39.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-async # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-async -Version: 0.6.1 +Version: 0.6.2 Release: 0 Url: https://github.com/gitpython-developers/async Summary: Async Framework @@ -26,10 +26,12 @@ Source: http://pypi.python.org/packages/source/a/async/async-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -#BuildRequires: python-nose -BuildRequires: zlib-devel +BuildRequires: python-nose +BuildRequires: python-setuptools %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 @@ -41,17 +43,17 @@ %setup -q -n async-%{version} %build -CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build +python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -#%%check -#nosetests +%check +python setup.py -q test %files %defattr(-,root,root,-) -%doc AUTHORS README -%{python_sitearch}/* +%doc AUTHORS LICENSE +%{python_sitelib}/* %changelog ++++++ async-0.6.1.tar.gz -> async-0.6.2.tar.gz ++++++ ++++ 7285 lines of diff (skipped)
