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,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