14
0

Accepting request 612421 from home:badshah400:branches:devel:languages:python

- Update to version 0.4.14:
  + Moved expensive backlinks request to page.get_more() and other
    minor fixes.
- Changes from version 0.4.13:
  + Support getting backlinks with continuations, and more general
    continuation support in wptools.core
- Minor rebase of python-wptools-avoid-reading-readme.patch.
- Drop %%check entirely, tests require network.
- Fix up sed command to remove hashbang: check for a valid
  hashbang on the first line of file only and delete a match.

OBS-URL: https://build.opensuse.org/request/show/612421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wptools?expand=0&rev=13
This commit is contained in:
2018-05-26 19:39:17 +00:00
committed by Git OBS Bridge
parent 470be6befd
commit ac5536c47d
5 changed files with 20 additions and 13 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri May 25 16:34:44 UTC 2018 - badshah400@gmail.com
- Update to version 0.4.14:
+ Moved expensive backlinks request to page.get_more() and other
minor fixes.
- Changes from version 0.4.13:
+ Support getting backlinks with continuations, and more general
continuation support in wptools.core
- Minor rebase of python-wptools-avoid-reading-readme.patch.
- Drop %%check entirely, tests require network.
- Fix up sed command to remove hashbang: check for a valid
hashbang on the first line of file only and delete a match.
-------------------------------------------------------------------
Mon Apr 30 19:10:36 UTC 2018 - badshah400@gmail.com