forked from pool/python-wptools
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:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user