diff --git a/python-textile.changes b/python-textile.changes index cdbe964..a8ccbde 100644 --- a/python-textile.changes +++ b/python-textile.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jun 6 18:30:32 UTC 2017 - sebix+novell.com@sebix.at + +- upgrade to cersion 2.3.12 + upstream changelog for 2.3.12 + * Bugfix: Don't die on pre blocks with unicode characters. ("#43":https://github.com/textile/python-textile/issues/43) + * Bugfix: Fix regressions introduced into the code between 2.2.2 and 2.3.11. (Special thanks to "@adam-iris":https://github.com/adam-iris for providing pull request "#44":https://github.com/textile/python-textile/pull/44) + * Bugfix: Don't just die when processing poorly-formatted textile lists. ("#37":https://github.com/textile/python-textile/issues/37) + * Add Python 3.6 to testing. + * Add a "print the version string and exit" argument to the cli tool: @pytextile -v@ + upstream changelog for 2.3.11: + * Bugfix: Don't strip leading dot from image URIs ("#42":https://github.com/textile/python-textile/issues/42) + upstream changelog for 2.3.10: +* Packaging: cleanup in MANIFEST.IN leads to better linux packaging, and smaller wheel size. + ------------------------------------------------------------------- Sun Apr 9 08:00:33 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-textile.spec b/python-textile.spec index 66ae4b1..0c1e225 100644 --- a/python-textile.spec +++ b/python-textile.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-textile -Version: 2.3.9 +Version: 2.3.12 Release: 0 Summary: Textile processing for python License: BSD-3-Clause @@ -35,9 +35,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} > 1110 -BuildArch: noarch -%endif %python_subpackages @@ -56,9 +53,7 @@ MathML translation, Python code coloring and much more. %python_build %check -# there's one tests-file missing in this release (2.3.9), ignore it for now -# see https://github.com/textile/python-textile/issues/33#issuecomment-292771712 -%python_exec setup.py test || : +%python_exec setup.py test %install %python_install diff --git a/textile-2.3.12.tar.gz b/textile-2.3.12.tar.gz new file mode 100644 index 0000000..5f4f5c5 --- /dev/null +++ b/textile-2.3.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee01d9f0e108877bb75d55173d060e4157ec44ef864cb5ed61b5c4594f4539ac +size 45615 diff --git a/textile-2.3.9.tar.gz b/textile-2.3.9.tar.gz deleted file mode 100644 index 3d8f2bd..0000000 --- a/textile-2.3.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5da977ec83857bf964835e78b10c51cec89f4ebba267c079278b86ba297b37c -size 44626