Hello community, here is the log from the commit of package python-google-apputils for openSUSE:Factory checked in at 2015-03-01 14:46:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-google-apputils (Old) and /work/SRC/openSUSE:Factory/.python-google-apputils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-apputils" Changes: -------- --- /work/SRC/openSUSE:Factory/python-google-apputils/python-google-apputils.changes 2014-02-21 06:57:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-google-apputils.new/python-google-apputils.changes 2015-03-01 14:46:59.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Feb 27 09:04:04 UTC 2015 - mplus...@suse.com + +- Update to 0.4.2 + * no upstream changelog provided +- Use url for source +- Enable tests + +------------------------------------------------------------------- Old: ---- google-apputils-0.4.0.tar.gz New: ---- google-apputils-0.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-google-apputils.spec ++++++ --- /var/tmp/diff_new_pack.NCkDmV/_old 2015-03-01 14:47:00.000000000 +0100 +++ /var/tmp/diff_new_pack.NCkDmV/_new 2015-03-01 14:47:00.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-google-apputils # -# Copyright (c) 2014 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 @@ -16,23 +16,29 @@ # +%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 +%endif Name: python-google-apputils -Version: 0.4.0 +Version: 0.4.2 Release: 0 Summary: Python application utilities License: Apache-2.0 Group: Development/Languages/Python Url: http://code.google.com/p/google-apputils-python -Source0: google-apputils-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/g/google-apputils/google-apputils-%{version}.tar.gz Patch0: apputils_stripShebang.patch +BuildRequires: fdupes BuildRequires: python +BuildRequires: python-dateutil +BuildRequires: python-gflags +BuildRequires: python-mox +BuildRequires: python-pytz BuildRequires: python-setuptools +BuildRequires: python-unittest2 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 -%endif %description This project is a small collection of utilities for building Python @@ -59,8 +65,12 @@ %build python setup.py build +%check +python setup.py test + %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%fdupes -s %{buildroot} %files %defattr(-,root,root,-) ++++++ google-apputils-0.4.0.tar.gz -> google-apputils-0.4.2.tar.gz ++++++ ++++ 2965 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org