14
0

21 Commits

Author SHA256 Message Date
31f190ddcd Accepting request 1207148 from home:glaubitz:branches:devel:languages:python
- Update to version 4.0.3
  * Update supported Python versions to 3.8 - 3.12
    ("#83":https://github.com/textile/python-textile/issues/83)
  * Replace html5lib with nh3 for html sanitization
  * General code cleanup
  * Bugfixes:
    ** Wrong HTML output when "bc.." is the very last in the document
       ("#81":https://github.com/textile/python-textile/issues/81)
  * Other:
    ** Use github actions instead of travis for automated testing
- Limit Python files matched in %files section
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Drop support for older Python versions

OBS-URL: https://build.opensuse.org/request/show/1207148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=31
2024-10-11 12:10:14 +00:00
Sebastian Wagner
453a2c117a - update to version 4.0.2:
- Bugfixes:
  - Support non-http schemas in url refs ("#75":https://github.com/textile/python-textile/pull/75)
  - pytest-runner is deprecated ("#77":https://github.com/textile/python-textile/issues/77)
*** other changes related to CI infrastructure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=30
2021-11-27 10:13:34 +00:00
Tomáš Chvátal
efef811bc0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=28 2020-05-18 13:23:48 +00:00
Tomáš Chvátal
fc746ff1d1 - Do not pull pytest-cov and pytest-runner nedlessly
- Fix the %fdupes call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=27
2020-05-18 13:23:40 +00:00
Tomáš Chvátal
2399767532 Accepting request 806972 from home:pgajdos:python
- %python3_only -> %python_alternative
- install license

OBS-URL: https://build.opensuse.org/request/show/806972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=26
2020-05-18 13:13:13 +00:00
Sebastian Wagner
259e0c9ec6 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=24
2020-02-01 15:16:01 +00:00
Sebastian Wagner
4e918d7832 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=22
2020-01-18 10:53:05 +00:00
Sebastian Wagner
86fa1606b0 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=20
2019-06-09 06:50:27 +00:00
Sebastian Wagner
49172e356b - update to version 3.0.3:
* BUGFIX: Improve handling code block following extended p block (#63)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=18
2018-04-23 07:30:33 +00:00
Sebastian Wagner
89bd5e64d3 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=17
2018-04-12 19:25:29 +00:00
Sebastian Wagner
7353b678a7 - change source url back to fixed pypi url
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=15
2017-11-18 21:49:20 +00:00
Sebastian Wagner
bfe54db129 - 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)
- fix dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=14
2017-11-17 10:44:29 +00:00
Sebastian Wagner
bdacf48698 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=12
2017-08-16 19:56:46 +00:00
Sebastian Wagner
668d6d5289 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=9
2017-07-21 08:25:35 +00:00
Sebastian Wagner
647d3a9407 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=8
2017-07-20 09:58:00 +00:00
Sebastian Wagner
a18aba64b9 Accepting request 501528 from home:sebix:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/501528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=7
2017-06-10 08:34:23 +00:00
a4597a17eb Accepting request 487574 from home:sebix:branches:devel:languages:python
singlespec

OBS-URL: https://build.opensuse.org/request/show/487574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=6
2017-06-06 13:43:54 +00:00
Thomas Bechtold
c9c4ced02a Accepting request 420619 from home:sebix:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/420619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=5
2016-08-29 07:47:34 +00:00
Sascha Peilicke
8a7d71f211 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=4
2013-10-24 11:15:53 +00:00
Sascha Peilicke
b5226e0104 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=2 2011-09-23 10:35:57 +00:00
Peter Poeml
9732cc8fc4 initial package (2.0.11)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textile?expand=0&rev=1
2008-08-05 20:20:18 +00:00