Hello community, here is the log from the commit of package python-Markdown for openSUSE:Factory checked in at 2012-11-25 13:43:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old) and /work/SRC/openSUSE:Factory/.python-Markdown.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Markdown", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes 2012-07-30 09:38:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 2012-11-25 13:43:04.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Nov 22 14:26:33 UTC 2012 - sasc...@suse.de + +- Update to version 2.2.1: + + Python-Markdown 2.2.1 is a bug-fix release. No new features have been added. + However, at least one bug fix does not work in Python 2.4 so that version of + Python is no longer supported. For a full list of changes, see the git log. + +------------------------------------------------------------------- Old: ---- Markdown-2.2.0.tar.gz New: ---- Markdown-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Markdown.spec ++++++ --- /var/tmp/diff_new_pack.LErRCE/_old 2012-11-25 13:43:05.000000000 +0100 +++ /var/tmp/diff_new_pack.LErRCE/_new 2012-11-25 13:43:05.000000000 +0100 @@ -13,28 +13,29 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-Markdown -Version: 2.2.0 +Version: 2.2.1 Release: 0 -License: BSD-3-Clause Summary: Python implementation of Markdown -Url: http://packages.python.org/Markdown/ +License: BSD-3-Clause Group: Development/Languages/Python +Url: http://packages.python.org/Markdown/ Source: http://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-nose BuildRequires: python-xml Requires: python-xml BuildRoot: %{_tmppath}/%{name}-%{version}-build +Provides: python-markdown = %{version} +Obsoletes: python-markdown < %{version} %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 -Provides: python-markdown = %{version} -Obsoletes: python-markdown < %{version} %description This is a Python implementation of John Gruber's [Markdown][]. @@ -45,6 +46,9 @@ %prep %setup -q -n Markdown-%{version} +sed -i "s|\r||" docs/release-2.2.0.txt +# Fix non-executable script warning: +sed -i "s|^#!.*||" markdown/extensions/{sane_lists,html_tidy,extra,def_list,tables,codehilite,wikilinks,fenced_code,headerid}.py %build python setup.py build @@ -52,8 +56,8 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -#%%check -#python run-tests.py +%check +python run-tests.py %files %defattr(-,root,root,-) ++++++ Markdown-2.2.0.tar.gz -> Markdown-2.2.1.tar.gz ++++++ ++++ 8960 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org