14
0

Accepting request 750900 from home:apersaud:branches:devel:languages:python

Added changes as requested in SR#750611. Hope I understood the comments there correctly.

- specfile:
  * be more specific in %files section
- update to version 1.4.1:
  * This is the latest release with py2 support
  * Remove py33, py34 support
  * web scraping improvements: default timeout and session support
  * Add API methods to serialize form-related elements according to
    spec
  * Include HTML markup when querying textarea text/value

OBS-URL: https://build.opensuse.org/request/show/750900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=32
This commit is contained in:
2019-11-27 15:09:29 +00:00
committed by Git OBS Bridge
parent 659c21ad9a
commit 13c3a45546
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Nov 24 17:21:55 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specific in %files section
- update to version 1.4.1:
* This is the latest release with py2 support
* Remove py33, py34 support
* web scraping improvements: default timeout and session support
* Add API methods to serialize form-related elements according to
spec
* Include HTML markup when querying textarea text/value
-------------------------------------------------------------------
Mon Feb 25 09:00:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>