Upgrade package to version 0.10.1
This commit is contained in:
parent
b114314b2a
commit
9ecd6571ab
@ -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 <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
|
||||
|
||||
@ -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: "."
|
||||
|
||||
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