14
0
forked from pool/python-lxml

Accepting request 592128 from home:frispete:python

- Version update to 4.2.1:
  * LP#1755825: iterwalk() failed to return the 'start' event for the initial 
    element if a tag selector is used.
  * LP#1756314: Failure to import 4.2.0 into PyPy due to a missing library symbol.
  * LP#1727864, GH#258: Add "-isysroot" linker option on MacOS as needed by XCode 9.

OBS-URL: https://build.opensuse.org/request/show/592128
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=107
This commit is contained in:
Tomáš Chvátal
2018-03-28 21:33:10 +00:00
committed by Git OBS Bridge
parent c15b50f02a
commit e898d1c442
6 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Mar 28 17:05:30 UTC 2018 - hpj@urpla.net
- Version update to 4.2.1:
* LP#1755825: iterwalk() failed to return the 'start' event for the initial
element if a tag selector is used.
* LP#1756314: Failure to import 4.2.0 into PyPy due to a missing library symbol.
* LP#1727864, GH#258: Add "-isysroot" linker option on MacOS as needed by XCode 9.
-------------------------------------------------------------------
Mon Mar 19 13:01:20 UTC 2018 - tchvatal@suse.com