17
0

Accepting request 690091 from home:jayvdb:branches:devel:languages:python

- Activate and fix test suite, removing bcond 'tests'
- Add Requires sgmllib3k to fix exception in Python 3 when
  using the loose parser:
  UnboundLocalError: local variable 'feedparser' referenced before assignment
  and less clear but similarly broken result with the strict
  parser.
- Add catch-gzip-error.patch to fix fetch crash in Python 3
- Add non-ascii-entity-hiding.patch to workaround failure
  to properly parse non-ASCII based encodings on Python 3.5+
- Add py37.patch to fix parsing crash on Python 3.7

OBS-URL: https://build.opensuse.org/request/show/690091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=40
This commit is contained in:
Tomáš Chvátal
2019-04-01 09:04:03 +00:00
committed by Git OBS Bridge
parent b71d563384
commit 1996bea540
5 changed files with 109 additions and 10 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Mar 30 22:06:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite
- Add Requires sgmllib3k to fix exception in Python 3 when
using the loose parser:
UnboundLocalError: local variable 'feedparser' referenced before assignment
and less clear but similarly broken result with the strict
parser.
- Add catch-gzip-error.patch to fix fetch crash in Python 3
- Add non-ascii-entity-hiding.patch to workaround failure
to properly parse non-ASCII based encodings on Python 3.5+
- Add py37.patch to fix parsing crash on Python 3.7
-------------------------------------------------------------------
Tue Dec 4 12:47:57 UTC 2018 - Matej Cepl <mcepl@suse.com>