Hello community, here is the log from the commit of package python-textile for openSUSE:Factory checked in at 2017-11-27 22:17:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-textile (Old) and /work/SRC/openSUSE:Factory/.python-textile.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textile" Mon Nov 27 22:17:26 2017 rev:4 rq:545587 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes 2017-08-21 11:37:47.647833016 +0200 +++ /work/SRC/openSUSE:Factory/.python-textile.new/python-textile.changes 2017-11-27 22:17:32.884514218 +0100 @@ -1,0 +2,20 @@ +Sat Nov 18 21:08:44 UTC 2017 - [email protected] + +- change source url back to fixed pypi url + +------------------------------------------------------------------- +Thu Nov 16 21:55:29 UTC 2017 - [email protected] + +- update to version 3.0.0: + * Update to the current version of html5lib + * Bugfixes: + * Fix handling of HTML entities in extended pre blocks. (#55) + * Empty definitions in definition lists raised an exception (#56) + * Fix handling of unicode in img attributes (#58) + +------------------------------------------------------------------- +Sun Sep 17 14:05:59 UTC 2017 - [email protected] + +- fix dependencies + +------------------------------------------------------------------- Old: ---- textile-2.3.16.tar.gz New: ---- textile-3.0.0-withtests.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-textile.spec ++++++ --- /var/tmp/diff_new_pack.qMZaMm/_old 2017-11-27 22:17:34.544453968 +0100 +++ /var/tmp/diff_new_pack.qMZaMm/_new 2017-11-27 22:17:34.544453968 +0100 @@ -19,22 +19,28 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-textile -Version: 2.3.16 +Version: 3.0.0 Release: 0 Summary: Textile processing for python License: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/textile/python-textile -Source: https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}.tar.gz -Requires: python-Pillow -Requires: python-html5lib +Source: https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}-withtests.tar.gz +Requires: python-Pillow >= 3.0.0 +Requires: python-html5lib >= 0.999999999 +Requires: python-six +Recommends: python-regex BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} +%if %{with test} +# not needed as the test requires internet connection +#BuildRequires: %%{python_module Pillow >= 3.0.0} +BuildRequires: %{python_module html5lib >= 0.999999999} +%endif BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages @@ -52,8 +58,10 @@ %build %python_build +%if %{with test} %check %python_exec setup.py test +%endif %install %python_install
