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

@@ -13,7 +13,7 @@ Index: wptools-0.4.12/setup.py
@@ -12,7 +10,16 @@ setup(
name='wptools',
version='0.4.12',
version='0.4.14',
description='Wikipedia tools (for Humans)',
- long_description=readme + '\n\n' + history,
+ long_description=