diff --git a/python-textile.changes b/python-textile.changes index bf4b38a..f0c04d0 100644 --- a/python-textile.changes +++ b/python-textile.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Nov 18 21:08:44 UTC 2017 - sebix+novell.com@sebix.at + +- change source url back to fixed pypi url + +------------------------------------------------------------------- +Thu Nov 16 21:55:29 UTC 2017 - sebix+novell.com@sebix.at + +- 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 - sebix+novell.com@sebix.at + +- fix dependencies + ------------------------------------------------------------------- Wed Aug 16 19:35:04 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-textile.spec b/python-textile.spec index 6213487..f7596a1 100644 --- a/python-textile.spec +++ b/python-textile.spec @@ -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 @@ MathML translation, Python code coloring and much more. %build %python_build +%if %{with test} %check %python_exec setup.py test +%endif %install %python_install diff --git a/textile-2.3.16.tar.gz b/textile-2.3.16.tar.gz deleted file mode 100644 index f5d4924..0000000 --- a/textile-2.3.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f151c1a4119fc5f795b59efdb4a35998718b1a55c2d882e54785a189cfb5907 -size 47578 diff --git a/textile-3.0.0-withtests.tar.gz b/textile-3.0.0-withtests.tar.gz new file mode 100644 index 0000000..55ac565 --- /dev/null +++ b/textile-3.0.0-withtests.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b153704607b6b775491d0dddf8dc9cba482ae757d9b3127dd388d6200ae4acc +size 48538