Hello community, here is the log from the commit of package python-Attest for openSUSE:Factory checked in at 2013-03-08 13:26:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Attest (Old) and /work/SRC/openSUSE:Factory/.python-Attest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Attest", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Attest/python-Attest.changes 2012-06-26 17:52:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Attest.new/python-Attest.changes 2013-03-08 13:26:14.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Jan 30 09:31:17 UTC 2013 - [email protected] + +- Drop unused macros + +------------------------------------------------------------------- +Sat Jan 12 15:17:15 UTC 2013 - [email protected] + +- Initial python3 support + +------------------------------------------------------------------- New Changes file: --- /dev/null 2013-02-26 18:15:11.936010755 +0100 +++ /work/SRC/openSUSE:Factory/.python-Attest.new/python3-Attest.changes 2013-03-08 13:26:14.000000000 +0100 @@ -0,0 +1,30 @@ +------------------------------------------------------------------- +Wed Jan 30 10:49:26 UTC 2013 - [email protected] + +- Forgot noarch + +------------------------------------------------------------------- +Wed Jan 30 10:46:37 UTC 2013 - [email protected] + +- Upgrade to git interim version: + + Contains some useful py3k fixes +- BuildRequire python-six +- Drop unused macros + +------------------------------------------------------------------- +Sat Jan 12 15:17:15 UTC 2013 - [email protected] + +- Initial python3 support + +------------------------------------------------------------------- +Fri Jun 22 12:20:48 UTC 2012 - [email protected] + +- Update to version 0.5.3: + + Fix the installation: depend on progressbar>=2.3, not 2.3-dev. + (setuptools considers 2.3 earlier than 2.3-dev.) + +------------------------------------------------------------------- +Tue Jan 31 12:34:54 UTC 2012 - [email protected] + +- Initial version + New: ---- Attest-0.5.3+git20120130.tar.bz2 python3-Attest.changes python3-Attest.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Attest.spec ++++++ --- /var/tmp/diff_new_pack.v50Ovz/_old 2013-03-08 13:26:15.000000000 +0100 +++ /var/tmp/diff_new_pack.v50Ovz/_new 2013-03-08 13:26:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Attest # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 ++++++ python3-Attest.spec ++++++ # # spec file for package python3-Attest # # 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: python3-Attest #NOTE(saschpe): Use git version, has some py3 fixes already: Version: 0.5.3+git20120130 Release: 0 Url: https://github.com/dag/attest Summary: Modern, Pythonic unit testing License: BSD-2-Clause Group: Development/Languages/Python Source: Attest-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-Pygments BuildRequires: python3-devel BuildRequires: python3-distribute BuildRequires: python3-progressbar >= 2.3 BuildRequires: python3-six Requires: python3-Pygments Requires: python3-progressbar >= 2.3 Requires: python3-six BuildArch: noarch %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 python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} #NOTE(saschpe): Currently broken in git, let's wait for the next release: #%%check #python3 setup.py test %files %defattr(-,root,root,-) %doc AUTHORS.rst LICENSE CHANGES.rst README.rst docs/* %{_bindir}/attest %{python3_sitelib}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
