2018-05-26 19:39:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2018-04-30 19:36:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 30 19:10:36 UTC 2018 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.4.12 [list of changes cumulated from version
|
|
|
|
|
0.4.9]:
|
|
|
|
|
* Respect silence (gh#siznax/wptools#118).
|
|
|
|
|
* Added more general infobox parsing alternative.
|
|
|
|
|
* Improved infobox parsing.
|
|
|
|
|
|
2018-01-26 17:55:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 26 16:49:40 UTC 2018 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.4.7:
|
|
|
|
|
* Fixed Wikidata pageid, image bugs and added Commons image
|
|
|
|
|
metadata.
|
|
|
|
|
|
2018-01-09 16:30:47 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-01-15 08:01:03 +00:00
|
|
|
Sun Jan 14 18:36:17 UTC 2018 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.4.7:
|
|
|
|
|
* Added support for non-value Wikidata snaktypes, and category
|
|
|
|
|
continuations.
|
|
|
|
|
- Rebase python-wptools-avoid-reading-readme.patch.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-01-09 16:30:47 +00:00
|
|
|
Tue Jan 9 16:16:21 UTC 2018 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.4.6:
|
|
|
|
|
* Merged deleted Wikidata item PR (gh#siznax/wptools#97).
|
|
|
|
|
- Rebase python-wptools-avoid-reading-readme.patch to apply
|
|
|
|
|
cleanly against updated sources.
|
|
|
|
|
|
2017-12-19 10:35:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 19 09:55:52 UTC 2017 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
2017-10-26 10:36:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 25 07:47:36 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
|
|
- Update to version 0.4
|
|
|
|
|
- Converted to single-spec
|
|
|
|
|
- Refreshed python3-wptools-avoid-reading-readme.patch as
|
|
|
|
|
python-wptools-avoid-reading-readme.patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 14 02:00:28 UTC 2017 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Initial package.
|
|
|
|
|
- Add python3-wptools-avoid-reading-readme.patch: README.rst
|
|
|
|
|
contains numerous spurious characters that are not readable in
|
|
|
|
|
ascii, causing setup.py to fail. Skip reading this file in
|
|
|
|
|
setup.py and manually insert a long description text instead.
|
|
|
|
|
|