diff --git a/mwclient-0.10.1.tar.gz b/mwclient-0.10.1.tar.gz deleted file mode 100644 index 1fe017cfa8ffb63e46f144c9413457c9a76bd481..0000000000000000000000000000000000000000 Binary files a/mwclient-0.10.1.tar.gz and /dev/null differ diff --git a/mwclient-0.11.0.tar.gz b/mwclient-0.11.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e9e78ba83c806f1c6663c43e6fcd94b3f506fc03 Binary files /dev/null and b/mwclient-0.11.0.tar.gz differ diff --git a/python-mwclient.spec b/python-mwclient.spec index 5146a6ce9a7439636933f09eff449b5e113c73b5..b1352adea0a0cfcfceb574bebd5e6ca91c4c6f18 100644 --- a/python-mwclient.spec +++ b/python-mwclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mwclient -Version: 0.10.1 +Version: 0.11.0 Release: 1 Summary: MediaWiki API client License: MIT URL: https://pypi.org/project/mwclient -Source0: https://files.pythonhosted.org/packages/97/b4/5fc70ad3286a8d8ec4b9ac01acad0f6b00c5a48d4a16b9d3be6519b7eb21/mwclient-0.10.1.tar.gz +Source0: https://files.pythonhosted.org/packages/5e/b3/0f77b8838a22e99b9cb64aef15fb96a4a8315fe890dbe3bff6f8364e8940/mwclient-0.11.0.tar.gz BuildArch: noarch Requires: python3-requests-oauthlib @@ -29,7 +29,7 @@ Provides: python3-mwclient-doc mwclient is a lightweight Python client library to the MediaWiki API which provides access to most API functionality. %prep -%autosetup -n mwclient-0.10.1 +%autosetup -n mwclient-%{version} %build %py3_build @@ -69,6 +69,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 30 2024 dongqi - 0.11.0-1 +- Update package to version 0.11.0 +- Site.writeapi attribute is removed +- Support for Python 3.5 and earlier has been dropped +- Support for the clientlogin login method is added + + * Fri Dec 17 2021 Python_Bot - 0.10.1-1 - Package Init