Hello community, here is the log from the commit of package python-roman for openSUSE:Factory checked in at 2013-11-25 16:03:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-roman (Old) and /work/SRC/openSUSE:Factory/.python-roman.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-roman" Changes: -------- --- /work/SRC/openSUSE:Factory/python-roman/python-roman.changes 2013-03-08 13:29:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-roman.new/python-roman.changes 2013-11-25 16:03:50.000000000 +0100 @@ -1,0 +2,9 @@ +Sun Nov 24 16:09:42 UTC 2013 - [email protected] + +- Update to version 2.0 + + Added Python 3.3 and PyPy support. + + Added tests. +- Add CHANGES.txt to package documentation +- Remove redundant %clean section + +------------------------------------------------------------------- Old: ---- roman-1.4.0.tar.gz New: ---- roman-2.0.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-roman.spec ++++++ --- /var/tmp/diff_new_pack.m9P7E7/_old 2013-11-25 16:03:51.000000000 +0100 +++ /var/tmp/diff_new_pack.m9P7E7/_new 2013-11-25 16:03:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-roman # -# 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 @@ -17,16 +17,17 @@ %define modname roman Name: python-%{modname} -Version: 1.4.0 +Version: 2.0.0 Release: 0 Summary: Integer to Roman numerals converter License: Python-2.0 Group: Development/Libraries/Python Url: http://pypi.python.org/pypi/roman -Source0: http://pypi.python.org/packages/source/r/%{modname}/%{modname}-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/r/%{modname}/%{modname}-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools +BuildRequires: unzip %if 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %else @@ -46,11 +47,9 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) +%doc CHANGES.txt %{python_sitelib}/%{modname}.py* %{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
