!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:
commit
98879b2b9f
@ -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
|
||||||
|
|||||||
@ -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: "."
|
||||||
|
|||||||
BIN
requests-toolbelt-0.10.1.tar.gz
Normal file
BIN
requests-toolbelt-0.10.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user