Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-textile | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 4.0.1 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 11:30:17 2023 |
Group: Unspecified | Build host: goat15 |
Size: 200012 | Source RPM: python-textile-4.0.1-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/textile/python-textile | |
Summary: Textile processing for python |
This is a Python implementation of the Textile (http://textism.com/tools/textile) markup language. Textile is a XHTML generator using a simple markup developed by Dean Allen. This is a Python port with support for code validation, itex to MathML translation, Python code coloring and much more.
BSD-3-Clause
* Mon May 18 2020 Tomáš Chvátal <tchvatal@suse.com> - Do not pull pytest-cov and pytest-runner nedlessly - Fix the %fdupes call * Mon May 18 2020 Petr Gajdos <pgajdos@suse.com> - %python3_only -> %python_alternative - install license * Sat Feb 01 2020 Sebastian Wagner <sebix+novell.com@sebix.at> - update to version 4.0.1: - Bugfixes: - SyntaxWarnings with Python 3.8 i("#71":https://github.com/textile/python-textile/issues/71) - testsuite: internal error with coverage 5.0.X ("#72":https://github.com/textile/python-textile/issues/72) - DeprecationWarnings about invalid escape sequences ("#73":https://github.com/textile/python-textile/issues/73) * Sat Jan 18 2020 Sebastian Wagner <sebix+novell.com@sebix.at> - drop python 2, not supported anymore upstream - update to version 4.0.0: - Drop support for Python 2, hence the version bump. Update list of PY3K versions to currently-supported versions. If you need to use textile on Python 2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4. - For use in PyPy environments, textile used to work well with the regex package. Lately, it's running into trouble. Please uninstall regex if this is the case for you. * Sun Jun 09 2019 Sebastian Wagner <sebix+novell.com@sebix.at> - update to version 3.0.4: - BUGFIX: Restricted mode strips out CSS attributes again. - Update travis to more current versions and test against current Pillow version. * Mon Apr 23 2018 sebix+novell.com@sebix.at - update to version 3.0.3: * BUGFIX: Improve handling code block following extended p block (#63) * Thu Apr 12 2018 sebix+novell.com@sebix.at - update to version 3.0.2: * Fix for multiple multi-line paragraphs. (#62) - update to version 3.0.1: * Fix improper handling of extended code blocks. (#61) * Sat Nov 18 2017 sebix+novell.com@sebix.at - change source url back to fixed pypi url * Thu Nov 16 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 2017 sebix+novell.com@sebix.at - fix dependencies * Wed Aug 16 2017 sebix+novell.com@sebix.at - upgrade to 2.3.16 * Bugfixes: * Fix processing of extended code blocks ("#50":https://github.com/textile/python-textile/issues/50) * Don't break when links fail to include "http:" ("#51":https://github.com/textile/python-textile/issues/51) * Better handling of poorly-formatted tables ("#52":https://github.com/textile/python-textile/issues/52) * Fri Jul 21 2017 sebix+novell.com@sebix.at - upgrade to version 2.3.15 * Bugfix: Don't break on unicode characters in the fragment of a url. (#49) - upgrade to version 2.3.14 * Bugfix: Fix textile on Python 2.6 (#48) * Thu Jul 20 2017 sebix+novell.com@sebix.at - upgrade to version 2.3.13 * Remove extraneous arguments from textile method. These were originally added long ago to work with django, but markup languages are long gone from django. * Bugfix: Don't mangle percent-encoded URLs so much. ("#45":https://github.com/textile/python-textile/issues/45) * Bugfix: More fixes for poorly-formatted lists. ("#46":https://github.com/textile/python-textile/issues/46) * Bugfix: Improve handling of whitespace in pre-formatted blocks. This now matches php-textile's handling of pre blocks much more closely. ("#47":https://github.com/textile/python-textile/issues/47) * Tue Jun 06 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 09 2017 sebix+novell.com@sebix.at - upgrade to 2.3.9 - convert specfile to singlespec - upstream changes: - Version 2.3.9 * Packaging: remove extraneous files from the source distribution upload. * Remove a lingering file from a feature branch for overhauling list handling. This brings coverage back up to 100%. - Version 2.3.8 * Bugfix: Fix process of string containing only whitespaces ("#40":https://github.com/textile/python-textile/issues/40) * Bugfix: Fix process of formatted text after lists ("#37":https://github.com/textile/python-textile/issues/37) * Test: Use sys.executable instead of 'python' to test the CLI ("#38":https://github.com/textile/python-textile/issues/38) - Version 2.3.7 * Bugfix: Don't assume pytest is available to be imported in setup.py ("#39":https://github.com/textile/python-textile/issues/39) - Version 2.3.6 * Packaging: @tests@ directory is correctly included in source-tarball. ("#33":https://github.com/textile/python-textile/issues/33) - Version 2.3.5 * Bugfix: Correctly handle unicode text in url query-strings. ("#36":https://github.com/textile/python-textile/issues/36) - Version 2.3.4 * Bugfix: fix an issue with extended block code * Remove misplaced shebang on non-callable files. * Packaging: Add test-command to setup.py directly. * Packaging: Included the tests/ directory for source-tarballs, useful for packaging checks. ("#33":https://github.com/textile/python-textile/issues/33) * Add a cli tool @pytextile@ which takes textile input and prints html output. See @pytextile -h@ for details. * Fri Aug 19 2016 sebix+novell.com@sebix.at - update to upstream version 2.3.3
/etc/alternatives/pytextile /usr/bin/pytextile /usr/bin/pytextile-3.6 /usr/lib/python3.6/site-packages/textile /usr/lib/python3.6/site-packages/textile-4.0.1-py3.6.egg-info /usr/lib/python3.6/site-packages/textile-4.0.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/textile-4.0.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/textile-4.0.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/textile-4.0.1-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/textile-4.0.1-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/textile-4.0.1-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/textile-4.0.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/textile/__init__.py /usr/lib/python3.6/site-packages/textile/__main__.py /usr/lib/python3.6/site-packages/textile/__pycache__ /usr/lib/python3.6/site-packages/textile/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/__main__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/__main__.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/core.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/core.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/regex_strings.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/regex_strings.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/textilefactory.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/textilefactory.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/version.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/__pycache__/version.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/core.py /usr/lib/python3.6/site-packages/textile/objects /usr/lib/python3.6/site-packages/textile/objects/__init__.py /usr/lib/python3.6/site-packages/textile/objects/__pycache__ /usr/lib/python3.6/site-packages/textile/objects/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/objects/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/objects/__pycache__/block.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/objects/__pycache__/block.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/objects/__pycache__/table.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/objects/__pycache__/table.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/objects/block.py /usr/lib/python3.6/site-packages/textile/objects/table.py /usr/lib/python3.6/site-packages/textile/regex_strings.py /usr/lib/python3.6/site-packages/textile/textilefactory.py /usr/lib/python3.6/site-packages/textile/tools /usr/lib/python3.6/site-packages/textile/tools/__init__.py /usr/lib/python3.6/site-packages/textile/tools/__pycache__ /usr/lib/python3.6/site-packages/textile/tools/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/tools/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/tools/__pycache__/imagesize.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/tools/__pycache__/imagesize.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/tools/__pycache__/sanitizer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/textile/tools/__pycache__/sanitizer.cpython-36.pyc /usr/lib/python3.6/site-packages/textile/tools/imagesize.py /usr/lib/python3.6/site-packages/textile/tools/sanitizer.py /usr/lib/python3.6/site-packages/textile/utils.py /usr/lib/python3.6/site-packages/textile/version.py /usr/share/licenses/python3-textile /usr/share/licenses/python3-textile/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 15:02:59 2025