!7 UpdatePackage
From: @Wangjunqi123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
2beb46d3bd
Binary file not shown.
BIN
httpie-3.2.1.tar.gz
Normal file
BIN
httpie-3.2.1.tar.gz
Normal file
Binary file not shown.
@ -1,35 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-httpie
|
Name: python-httpie
|
||||||
Version: 2.5.0
|
Version: 3.2.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: HTTPie: command-line HTTP client for the API era.
|
Summary: HTTPie: command-line HTTP client for the API era.
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://httpie.org/
|
URL: https://httpie.io/
|
||||||
Source0: https://files.pythonhosted.org/packages/90/64/7ea8066309970f787653bdc8c5328272a5c4d06cbce3a07a6a5c3199c3d7/httpie-2.5.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/e9/38/e94dac67b61f4dab49c1d26dd47e0b13be8c69c8c1c4fad5a4a87de1d647/httpie-3.2.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-defusedxml
|
|
||||||
Requires: python3-requests[socks]
|
|
||||||
Requires: python3-Pygments
|
|
||||||
Requires: python3-requests-toolbelt
|
|
||||||
Requires: python3-setuptools
|
|
||||||
Requires: python3-colorama
|
|
||||||
Requires: python3-pytest
|
|
||||||
Requires: python3-pytest-httpbin
|
|
||||||
Requires: python3-responses
|
|
||||||
Requires: python3-flake8
|
|
||||||
Requires: python3-flake8-comprehensions
|
|
||||||
Requires: python3-flake8-deprecated
|
|
||||||
Requires: python3-flake8-mutable
|
|
||||||
Requires: python3-flake8-tuple
|
|
||||||
Requires: python3-mdformat
|
|
||||||
Requires: python3-pytest-cov
|
|
||||||
Requires: python3-twine
|
|
||||||
Requires: python3-wheel
|
|
||||||
Requires: python3-pytest
|
|
||||||
Requires: python3-pytest-httpbin
|
|
||||||
Requires: python3-responses
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HTTPie (pronounced _aitch-tee-tee-pie_) is a command-line HTTP client.
|
HTTPie (pronounced _aitch-tee-tee-pie_) is a command-line HTTP client.
|
||||||
Its goal is to make CLI interaction with web services as human-friendly as possible.
|
Its goal is to make CLI interaction with web services as human-friendly as possible.
|
||||||
@ -39,18 +17,41 @@ They use simple and natural syntax and provide formatted and colorized output.
|
|||||||
|
|
||||||
%package -n python3-httpie
|
%package -n python3-httpie
|
||||||
Summary: HTTPie: command-line HTTP client for the API era.
|
Summary: HTTPie: command-line HTTP client for the API era.
|
||||||
Provides: python-httpie
|
Provides: python-httpie = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-rich
|
||||||
|
Requires: python3-pip
|
||||||
|
Requires: python3-charset-normalizer
|
||||||
|
Requires: python3-defusedxml
|
||||||
|
Requires: python3-requests
|
||||||
|
Requires: python3-pygments
|
||||||
|
Requires: python3-requests-toolbelt
|
||||||
|
Requires: python3-multidict
|
||||||
|
Requires: python3-setuptools
|
||||||
|
Requires: python3-rich
|
||||||
|
Requires: python3-importlib-metadata
|
||||||
|
Requires: python3-colorama
|
||||||
|
|
||||||
%description -n python3-httpie
|
%description -n python3-httpie
|
||||||
|
HTTPie (pronounced _aitch-tee-tee-pie_) is a command-line HTTP client.
|
||||||
|
Its goal is to make CLI interaction with web services as human-friendly as possible.
|
||||||
|
HTTPie is designed for testing, debugging, and generally interacting with APIs & HTTP servers.
|
||||||
|
The `http` & `https` commands allow for creating and sending arbitrary HTTP requests.
|
||||||
|
They use simple and natural syntax and provide formatted and colorized output.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for httpie
|
Summary: Development documents and examples for httpie
|
||||||
Provides: python3-httpie-doc
|
Provides: python3-httpie-doc
|
||||||
%description help
|
%description help
|
||||||
|
HTTPie (pronounced _aitch-tee-tee-pie_) is a command-line HTTP client.
|
||||||
|
Its goal is to make CLI interaction with web services as human-friendly as possible.
|
||||||
|
HTTPie is designed for testing, debugging, and generally interacting with APIs & HTTP servers.
|
||||||
|
The `http` & `https` commands allow for creating and sending arbitrary HTTP requests.
|
||||||
|
They use simple and natural syntax and provide formatted and colorized output.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n httpie-2.5.0
|
%autosetup -n httpie-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -90,8 +91,12 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 02 2022 wangjunqi <wangjunqi@kylinos.cn> - 3.2.1-1
|
||||||
|
- Update package to version 3.2.1
|
||||||
|
|
||||||
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.5.0-2
|
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.5.0-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
* Sun Sep 12 2021 Python_Bot <Python_Bot@openeuler.org> - 2.5.0-1
|
* Sun Sep 12 2021 Python_Bot <Python_Bot@openeuler.org> - 2.5.0-1
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user