1
0

Accepting request 830019 from home:mcalabkova:branches:devel:languages:python:pytest

- Update to 1.1
  * Drop support for Python 3.3 and 3.4.
  * Try to import from ``collections.abc`` to remove DeprecationWarning and ensure
    ``html5lib`` keeps working in future Python versions. (#403)
  * Drop optional ``datrie`` dependency. (#442)
- Drop merged patches:
  * pytest4-mhroncok.patch
  * collections-abc.patch
  * pytest5.patch
- Add upstream patch pytest6.patch

OBS-URL: https://build.opensuse.org/request/show/830019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=47
This commit is contained in:
Tomáš Chvátal
2020-08-27 19:44:55 +00:00
committed by Git OBS Bridge
parent 8db09d7c48
commit bc0eb93e65
8 changed files with 183 additions and 260 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Aug 27 14:03:46 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.1
* Drop support for Python 3.3 and 3.4.
* Try to import from ``collections.abc`` to remove DeprecationWarning and ensure
``html5lib`` keeps working in future Python versions. (#403)
* Drop optional ``datrie`` dependency. (#442)
- Drop merged patches:
* pytest4-mhroncok.patch
* collections-abc.patch
* pytest5.patch
- Add upstream patch pytest6.patch
-------------------------------------------------------------------
Fri May 29 09:17:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>