diff --git a/python-requests-toolbelt.spec b/python-requests-toolbelt.spec index ae0d362..0dd4aa7 100644 --- a/python-requests-toolbelt.spec +++ b/python-requests-toolbelt.spec @@ -1,21 +1,18 @@ %global _empty_manifest_terminate_build 0 + Name: python-requests-toolbelt -Version: 0.9.1 +Version: 0.10.1 Release: 1 Summary: A utility belt for advanced users of python-requests -License: Apache 2.0 -URL: https://github.com/Ivoz/requests-toolbelt -Source0: https://files.pythonhosted.org/packages/28/30/7bf7e5071081f761766d46820e52f4b16c8a08fef02d2eb4682ca7534310/requests-toolbelt-0.9.1.tar.gz +License: Apache-2.0 +URL: https://github.com/requests/toolbelt +Source0: https://files.pythonhosted.org/packages/0c/4c/07f01c6ac44f7784fa399137fbc8d0cdc1b5d35304e8c0f278ad82105b58/requests-toolbelt-0.10.1.tar.gz BuildArch: noarch Requires: python3-requests %description -This is just a collection of utilities for `python-requests`_, but don't -really belong in ``requests`` proper. The minimum tested requests version is -``2.1.0``. In reality, the toolbelt should work with ``2.0.1`` as well, but -some idiosyncracies prevent effective or sane testing on that version. -``pip install requests-toolbelt`` to get started! +A utility belt for advanced users of python-requests. %package -n python3-requests-toolbelt Summary: A utility belt for advanced users of python-requests @@ -23,24 +20,16 @@ Provides: python-requests-toolbelt BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-requests-toolbelt -This is just a collection of utilities for `python-requests`_, but don't -really belong in ``requests`` proper. The minimum tested requests version is -``2.1.0``. In reality, the toolbelt should work with ``2.0.1`` as well, but -some idiosyncracies prevent effective or sane testing on that version. -``pip install requests-toolbelt`` to get started! +A utility belt for advanced users of python-requests. %package help Summary: Development documents and examples for requests-toolbelt Provides: python3-requests-toolbelt-doc %description help -This is just a collection of utilities for `python-requests`_, but don't -really belong in ``requests`` proper. The minimum tested requests version is -``2.1.0``. In reality, the toolbelt should work with ``2.0.1`` as well, but -some idiosyncracies prevent effective or sane testing on that version. -``pip install requests-toolbelt`` to get started! +A utility belt for advanced users of python-requests. %prep -%autosetup -n requests-toolbelt-0.9.1 +%autosetup -n requests-toolbelt-%{version} %build %py3_build @@ -80,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Oct 14 2020 Python_Bot +* Mon Nov 07 2022 jiangxinyu - 0.10.1-1 +- Upgrade package to version 0.10.1 + +* Wed Oct 14 2020 Python_Bot - 0.9.1-1 - Package Spec generated diff --git a/python-requests-toolbelt.yaml b/python-requests-toolbelt.yaml index 071e484..f4ee942 100644 --- a/python-requests-toolbelt.yaml +++ b/python-requests-toolbelt.yaml @@ -1,4 +1,4 @@ -version_control: github -src_repo: Ivoz/requests-toolbelt -tag_prefix: "" -seperator: "." +version_control: pypi +src_repo: requests-toolbelt +tag_prefix: "^v" +separator: "." diff --git a/requests-toolbelt-0.10.1.tar.gz b/requests-toolbelt-0.10.1.tar.gz new file mode 100644 index 0000000..c939abe Binary files /dev/null and b/requests-toolbelt-0.10.1.tar.gz differ diff --git a/requests-toolbelt-0.9.1.tar.gz b/requests-toolbelt-0.9.1.tar.gz deleted file mode 100644 index cf75e0a..0000000 Binary files a/requests-toolbelt-0.9.1.tar.gz and /dev/null differ