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..3456588c0d2e751ccd8049825a9e61908b55e3c9 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-0.11.0 %build %py3_build @@ -69,6 +69,20 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 01 2024 zhangyulong - 0.11.0-1 +- Update package to version 0.11.0 + -Update authentication documentation page documentation + -Fix httpauth only allows latin-1 characters in username and password bug + -Hardcoded class names in __repr__() methods + -Fix KeyError: 'expiry' missing in page.info.protection + -Fix pypi.org Project links > Homepage + -Remove dependency on mock + -Expandtemplates should use "post" instead of "get" + -Patrol function enhancement + -Pass a proxy when "getting" and "pushing" files + -Add cross-SPI activity + -Fix KeyError: 'reason' in mwclient.client.login() + * Fri Dec 17 2021 Python_Bot - 0.10.1-1 - Package Init