!3 Upgrade package to version 0.10.1

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-11-11 08:18:10 +00:00 committed by Gitee
commit 98879b2b9f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 17 additions and 25 deletions

View File

@ -1,21 +1,18 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-requests-toolbelt Name: python-requests-toolbelt
Version: 0.9.1 Version: 0.10.1
Release: 1 Release: 1
Summary: A utility belt for advanced users of python-requests Summary: A utility belt for advanced users of python-requests
License: Apache 2.0 License: Apache-2.0
URL: https://github.com/Ivoz/requests-toolbelt URL: https://github.com/requests/toolbelt
Source0: https://files.pythonhosted.org/packages/28/30/7bf7e5071081f761766d46820e52f4b16c8a08fef02d2eb4682ca7534310/requests-toolbelt-0.9.1.tar.gz Source0: https://files.pythonhosted.org/packages/0c/4c/07f01c6ac44f7784fa399137fbc8d0cdc1b5d35304e8c0f278ad82105b58/requests-toolbelt-0.10.1.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-requests Requires: python3-requests
%description %description
This is just a collection of utilities for `python-requests`_, but don't A utility belt for advanced users of python-requests.
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!
%package -n python3-requests-toolbelt %package -n python3-requests-toolbelt
Summary: A utility belt for advanced users of python-requests Summary: A utility belt for advanced users of python-requests
@ -23,24 +20,16 @@ Provides: python-requests-toolbelt
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-requests-toolbelt %description -n python3-requests-toolbelt
This is just a collection of utilities for `python-requests`_, but don't A utility belt for advanced users of python-requests.
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!
%package help %package help
Summary: Development documents and examples for requests-toolbelt Summary: Development documents and examples for requests-toolbelt
Provides: python3-requests-toolbelt-doc Provides: python3-requests-toolbelt-doc
%description help %description help
This is just a collection of utilities for `python-requests`_, but don't A utility belt for advanced users of python-requests.
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!
%prep %prep
%autosetup -n requests-toolbelt-0.9.1 %autosetup -n requests-toolbelt-%{version}
%build %build
%py3_build %py3_build
@ -80,5 +69,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Oct 14 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Nov 07 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.10.1-1
- Upgrade package to version 0.10.1
* Wed Oct 14 2020 Python_Bot <Python_Bot@openeuler.org> - 0.9.1-1
- Package Spec generated - Package Spec generated

View File

@ -1,4 +1,4 @@
version_control: github version_control: pypi
src_repo: Ivoz/requests-toolbelt src_repo: requests-toolbelt
tag_prefix: "" tag_prefix: "^v"
seperator: "." separator: "."

Binary file not shown.

Binary file not shown.