Hello community, here is the log from the commit of package python-Attest for openSUSE:Factory checked in at 2012-06-26 17:52:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-02-01 11:53:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-Attest.new/python-Attest.changes 2012-06-26 17:52:37.000000000 +0200 @@ -1,0 +2,7 @@ +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.) + +------------------------------------------------------------------- Old: ---- Attest-0.5.2.tar.gz New: ---- Attest-0.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Attest.spec ++++++ --- /var/tmp/diff_new_pack.51c2pk/_old 2012-06-26 17:52:38.000000000 +0200 +++ /var/tmp/diff_new_pack.51c2pk/_new 2012-06-26 17:52:38.000000000 +0200 @@ -11,12 +11,13 @@ # 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 +Version: 0.5.3 Release: 0 Url: https://github.com/dag/attest Summary: Modern, Pythonic unit testing @@ -24,8 +25,10 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/A/Attest/Attest-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-Pygments BuildRequires: python-devel BuildRequires: python-distribute +BuildRequires: python-progressbar >= 2.3 Requires: python-Pygments Requires: python-progressbar >= 2.3 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -52,6 +55,9 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%check +python setup.py test + %files %defattr(-,root,root,-) %doc AUTHORS.rst LICENSE CHANGES.rst README.rst docs/* ++++++ Attest-0.5.2.tar.gz -> Attest-0.5.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Attest-0.5.2/Attest.egg-info/PKG-INFO new/Attest-0.5.3/Attest.egg-info/PKG-INFO --- old/Attest-0.5.2/Attest.egg-info/PKG-INFO 2011-04-19 14:51:48.000000000 +0200 +++ new/Attest-0.5.3/Attest.egg-info/PKG-INFO 2012-03-03 16:35:09.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: Attest -Version: 0.5.2 +Version: 0.5.3 Summary: Modern, Pythonic unit testing. Home-page: https://github.com/dag/attest Author: Dag Odenhall diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Attest-0.5.2/Attest.egg-info/requires.txt new/Attest-0.5.3/Attest.egg-info/requires.txt --- old/Attest-0.5.2/Attest.egg-info/requires.txt 2011-04-19 14:51:48.000000000 +0200 +++ new/Attest-0.5.3/Attest.egg-info/requires.txt 2012-03-03 16:35:09.000000000 +0100 @@ -1,2 +1,2 @@ -progressbar>=2.3-dev +progressbar>=2.3 Pygments \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Attest-0.5.2/CHANGES.rst new/Attest-0.5.3/CHANGES.rst --- old/Attest-0.5.2/CHANGES.rst 2011-04-19 14:51:19.000000000 +0200 +++ new/Attest-0.5.3/CHANGES.rst 2012-03-03 13:26:26.000000000 +0100 @@ -4,6 +4,15 @@ ========= +0.5.3 +----- + +:Release date: 2011-03-03 + +Fix the installation: depend on progressbar>=2.3, not 2.3-dev. +(setuptools considers 2.3 earlier than 2.3-dev.) + + 0.5.2 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Attest-0.5.2/PKG-INFO new/Attest-0.5.3/PKG-INFO --- old/Attest-0.5.2/PKG-INFO 2011-04-19 14:51:48.000000000 +0200 +++ new/Attest-0.5.3/PKG-INFO 2012-03-03 16:35:09.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: Attest -Version: 0.5.2 +Version: 0.5.3 Summary: Modern, Pythonic unit testing. Home-page: https://github.com/dag/attest Author: Dag Odenhall diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Attest-0.5.2/setup.cfg new/Attest-0.5.3/setup.cfg --- old/Attest-0.5.2/setup.cfg 2011-04-19 14:51:48.000000000 +0200 +++ new/Attest-0.5.3/setup.cfg 2012-03-03 16:35:09.000000000 +0100 @@ -1,19 +1,19 @@ [build_sphinx] +source-dir = docs/ +build-dir = docs/_build all_files = 1 builder = dirhtml -build-dir = docs/_build -source-dir = docs/ + +[upload_docs] +upload-dir = docs/_build/dirhtml [egg_info] -tag_build = tag_date = 0 +tag_build = tag_svn_revision = 0 -[upload_docs] -upload-dir = docs/_build/dirhtml - [aliases] -release = egg_info -RDb '' -build_website = build_sphinx -Ea upload_docs build_docs = build_sphinx -b html +build_website = build_sphinx -Ea upload_docs +release = egg_info -RDb '' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Attest-0.5.2/setup.py new/Attest-0.5.3/setup.py --- old/Attest-0.5.2/setup.py 2011-04-03 11:16:41.000000000 +0200 +++ new/Attest-0.5.3/setup.py 2012-03-03 13:28:15.000000000 +0100 @@ -31,7 +31,7 @@ setup( name='Attest', - version='0.5.2', + version='0.5.3', description='Modern, Pythonic unit testing.', long_description=__doc__, @@ -43,7 +43,7 @@ packages=find_packages(), install_requires=[ - 'progressbar>=2.3-dev', + 'progressbar>=2.3', 'Pygments', ], -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
