14
0

5 Commits

Author SHA256 Message Date
92dc404d3e Accepting request 1245345 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mwclient?expand=0&rev=2
2025-02-12 20:38:16 +00:00
5206ef4deb - six is actually not needed anymore
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mwclient?expand=0&rev=4
2025-02-12 10:39:35 +00:00
f4cea78a7b - Update to 0.11.0
* The Site.writeapi attribute is removed. It has been hardcoded to
    True and deprecated in upstream mediawiki since 1.32, so code that
    uses it isn't doing anything useful.
  * The limit argument to various methods and generators is deprecated.
    Its name is misleading: it does not limit the total number of items
    returned, but sets the chunk size in which items are retrieved from
    the API. It is replaced by two other arguments: api_chunk_size does
    the same thing as limit but is more accurately named, and max_items
    does what limit sounds like it should do (caps the number of items
    that will be returned). limit still works, but will generate a
    deprecation warning.
  * The reqs argument to Site.__init__ was renamed to connection_options,
    which is a clearer name. The old name still works but will generate a
    deprecation warning.
  * Support for the clientlogin login method is added. See upstream documentation.
  * A new Site.patrol method has been added, to patrol a page or revision.
  * Support for Python 3.5 and earlier has been dropped. These versions of
    Python are obsolete and not used in any significant supported operating
    system.
- Add python-pytest-cov to BuildRequires
- Drop demock.patch, fixed upstream
- Update Github project page in URL field
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Drop support for older Python versions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mwclient?expand=0&rev=3
2025-02-12 10:15:44 +00:00
8df82b115e Accepting request 986399 from devel:languages:python
Python client library to interface with the MediaWiki API

OBS-URL: https://build.opensuse.org/request/show/986399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mwclient?expand=0&rev=1
2022-07-03 16:26:58 +00:00
3ba7a8b09f Accepting request 986398 from home:mcepl:work
Access to MediaWiki.

OBS-URL: https://build.opensuse.org/request/show/986398
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mwclient?expand=0&rev=1
2022-07-02 21:35:07 +00:00