15
0

Accepting request 792700 from home:mcalabkova:branches:devel:languages:python

- Update to 2020.1.16
  * Add type annotations.
  * Add support for Python 3.8.
  * Performance improvements when ``wrap_links`` is ``False`` (the default).
  * Configure setuptools using setup.cfg.

OBS-URL: https://build.opensuse.org/request/show/792700
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal
2020-04-09 13:14:49 +00:00
committed by Git OBS Bridge
parent de8d2ed6a4
commit f73199c36b
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f56057c5c2993b5cc5b347cb099bdf6d095828fef1b53ef4e2a2bf2a1be9b4f
size 48634

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e296318e16b059ddb97f7a8a1d6a5c1d7af4544049a01e261731d2d5cc277bbb
size 49464

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 9 11:17:36 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2020.1.16
* Add type annotations.
* Add support for Python 3.8.
* Performance improvements when ``wrap_links`` is ``False`` (the default).
* Configure setuptools using setup.cfg.
-------------------------------------------------------------------
Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-html2text
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 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
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-%{upname}
Version: 2019.9.26
Version: 2020.1.16
Release: 0
Summary: Python script for turning HTML into Markdown text
License: GPL-3.0-only