14
0

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

- Update to version 0.4.5:
  * Fixed TypeError on Windows 10 (gh#siznax/wptools#95)
  * Fixed RESTBase LookupError on slash titles
    (gh#siznax/wptools#94)
  * Added boxterm param for more Infobox reach
    (gh#siznax/wptools#91)
  * Improved stress tests, wptool CLI script output
  * Fixed get_imageinfo() issue (gh#siznax/wptools#93)
  * Getting ALL Wikidata (gh#siznax/wptools#56)
  * Surfaced redirects, disambiguation links
    (gh#siznax/wptools#25)
  * Increased test coverage to 95%, pylint score 10.0
  * Added more page data, split off expensive queries
  * Implemented basic category and site functionality
  * Changed page._WIKIPROPS to wikidata.LABELS
  * Refactored attributes to only cache, data, flags, params
  * Unified Wikimedia APIs access pattern via wptools.core
- Rebase python-wptools-avoid-reading-readme.patch to apply
  cleanly against updated sources.
- Run tests (BuildRequires: python3-unittest2); this only works
  with py3 unittest module, so only enable tests conditionally.

OBS-URL: https://build.opensuse.org/request/show/558343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wptools?expand=0&rev=3
This commit is contained in:
2017-12-19 10:35:04 +00:00
committed by Git OBS Bridge
parent 2ab80ce351
commit 3dbb2df8f3
5 changed files with 41 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
Index: wptools-0.4/setup.py
Index: wptools-0.4.5/setup.py
===================================================================
--- wptools-0.4.orig/setup.py
+++ wptools-0.4/setup.py
--- wptools-0.4.5.orig/setup.py
+++ wptools-0.4.5/setup.py
@@ -2,8 +2,6 @@
from setuptools import setup, find_packages
@@ -13,7 +13,7 @@ Index: wptools-0.4/setup.py
@@ -12,7 +10,16 @@ setup(
name='wptools',
version='0.4',
version='0.4.5',
description='Wikipedia tools (for Humans)',
- long_description=readme + '\n\n' + history,
+ long_description=