Hello community, here is the log from the commit of package python-Attest for openSUSE:Factory checked in at 2012-02-01 11:53:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Attest (Old) and /work/SRC/openSUSE:Factory/.python-Attest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Attest", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Attest.new/python-Attest.changes 2012-02-01 11:53:36.000000000 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Jan 31 12:34:54 UTC 2012 - [email protected] + +- Initial version + New: ---- Attest-0.5.2.tar.gz python-Attest.changes python-Attest.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Attest.spec ++++++ # # spec file for package python-Attest # # Copyright (c) 2012 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-Attest Version: 0.5.2 Release: 0 Url: https://github.com/dag/attest Summary: Modern, Pythonic unit testing License: BSD-2-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/A/Attest/Attest-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute Requires: python-Pygments Requires: python-progressbar >= 2.3 %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 Attest is a unit testing framework built from the ground up with idiomatic Python in mind. Unlike others, it is not built on top of unittest though it provides compatibility by creating TestSuites from Attest collections. It has a functional API inspired by Flask and a class-based API that mimics Python itself. The core avoids complicated assumptions leaving you free to write tests however you prefer. %prep %setup -q -n Attest-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS.rst LICENSE CHANGES.rst README.rst docs/* %{python_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
