forked from pool/python-html2text
Accepting request 1159224 from devel:languages:python
- update to 2024.2.26: * Fixes #409: IndexError on empty strong mark. * Fix #332: Insert at most one space for multiple emphasis * Feature #318: Make padded tables more similar to pandoc's pipe_tables. * Add support for Python 3.9. * Fix extra line breaks inside html link text (between '[' and ']') * Fix #344: indent <ul> inside <ol> three spaces instead of two to comply with CommonMark, GFM, etc. * Fix #324: unnecessary spaces around <b>, <em>, and strike tags. * Don't wrap tables by default and add a --wrap-tables config option. * Feature #198: Ignore <p> tags inside table rows. * Don't wrap tables by default and add a --wrap-tables config option * Remove support for Python ≤ 3.5. Now requires Python 3.6+. * Support for Python 3.10+. * Fix #320 padding empty tables and tables with no </tr> tags. * Add ignore_mailto_links config option to ignore mailto: style links. * Feature #407: Support the superscript and subscript tags. * Fix #373: inside text of a Markdown link. * Feature #406: Improve support for null atttibute values. OBS-URL: https://build.opensuse.org/request/show/1159224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html2text?expand=0&rev=26
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb
|
||||
size 49464
|
||||
3
html2text-2024.2.26.tar.gz
Normal file
3
html2text-2024.2.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32
|
||||
size 56527
|
||||
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:01:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2024.2.26:
|
||||
* Fixes #409: IndexError on empty strong mark.
|
||||
* Fix #332: Insert at most one space for multiple emphasis
|
||||
* Feature #318: Make padded tables more similar to pandoc's
|
||||
pipe_tables.
|
||||
* Add support for Python 3.9.
|
||||
* Fix extra line breaks inside html link text (between '[' and
|
||||
']')
|
||||
* Fix #344: indent <ul> inside <ol> three spaces instead of two
|
||||
to comply with CommonMark, GFM, etc.
|
||||
* Fix #324: unnecessary spaces around <b>, <em>, and strike
|
||||
tags.
|
||||
* Don't wrap tables by default and add a --wrap-tables config
|
||||
option.
|
||||
* Feature #198: Ignore <p> tags inside table rows.
|
||||
* Don't wrap tables by default and add a --wrap-tables config
|
||||
option
|
||||
* Remove support for Python ≤ 3.5. Now requires Python 3.6+.
|
||||
* Support for Python 3.10+.
|
||||
* Fix #320 padding empty tables and tables with no </tr> tags.
|
||||
* Add ignore_mailto_links config option to ignore mailto: style
|
||||
links.
|
||||
* Feature #407: Support the superscript and subscript tags.
|
||||
* Fix #373:
|
||||
inside text of a Markdown link.
|
||||
* Feature #406: Improve support for null atttibute values.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 15:28:59 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-html2text
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{upname}
|
||||
Version: 2020.1.16
|
||||
Version: 2024.2.26
|
||||
Release: 0
|
||||
Summary: Python script for turning HTML into Markdown text
|
||||
License: GPL-3.0-only
|
||||
@@ -32,7 +32,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun):update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Provides: html2text = %{version}-%{release}
|
||||
Obsoletes: html2text < %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user