From 982c600e030747d4f5274b893bbf1531e04e1ff8 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 07 2021 09:22:13 +0000 Subject: Import python-httpcore-0.12.3-1.el9 in CloudSIG xena --- diff --git a/.python-httpcore.metadata b/.python-httpcore.metadata new file mode 100644 index 0000000..2e1c53a --- /dev/null +++ b/.python-httpcore.metadata @@ -0,0 +1 @@ +d67f3a58c969dc0099aea22a10745ec00f137059 SOURCES/httpcore-0.12.3.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..3d733d4 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-httpcore + +The python-httpcore package \ No newline at end of file diff --git a/SPECS/python-httpcore.spec b/SPECS/python-httpcore.spec new file mode 100644 index 0000000..1bdea1d --- /dev/null +++ b/SPECS/python-httpcore.spec @@ -0,0 +1,78 @@ +%global pypi_name httpcore + +Name: python-%{pypi_name} +Version: 0.12.3 +Release: 1%{?dist} +Summary: Minimal low-level HTTP client + +License: BSD +URL: https://github.com/encode/httpcore +Source0: %{pypi_source} +BuildArch: noarch + +%description +The HTTP Core package provides a minimal low-level HTTP client, which does +one thing only: Sending HTTP requests. It does not provide any high level +model abstractions over the API, does not handle redirects, multipart uploads, +building authentication headers, transparent HTTP caching, URL parsing, etc. + +%package -n python3-%{pypi_name} +Summary: %{summary} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +The HTTP Core package provides a minimal low-level HTTP client, which does +one thing only: Sending HTTP requests. It does not provide any high level +model abstractions over the API, does not handle redirects, multipart uploads, +building authentication headers, transparent HTTP caching, URL parsing, etc. + +%prep +%autosetup -n %{pypi_name}-%{version} +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%license LICENSE.md +%doc README.md +%{python3_sitelib}/%{pypi_name}/ +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info + +%changelog +* Fri Jan 29 2021 Fabian Affolter - 0.12.3-1 +- Update to latest upstream release 0.12.2 (#1921813) + +* Wed Jan 27 2021 Fedora Release Engineering - 0.12.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Nov 23 2020 Fabian Affolter - 0.12.2-1 +- Enable dependency generator (#1897850) +- Update to latest upstream release 0.12.2 (#1895584) + +* Sun Nov 08 2020 Fabian Affolter - 0.12.1-1 +- Update to latest upstream release 0.12.1 (#1895584) + +* Fri Oct 9 16:39:18 -03 2020 Itamar Reis Peixoto - 0.12.0-1 +- Update to latest upstream release 0.12.0 + +* Wed Sep 23 2020 Fabian Affolter - 0.11.1-1 +- Update to latest upstream release 0.11.1 (#1883308) + +* Wed Sep 23 2020 Fabian Affolter - 0.11.0-1 +- Update to latest upstream release 0.11.0 (#1881374) + +* Thu Sep 03 2020 Fabian Affolter - 0.10.2-1 +- Update to latest upstream release 0.10.2 (#1875285) + +* Wed Jul 29 2020 Fedora Release Engineering - 0.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 05 2020 Fabian Affolter - 0.9.1-1 +- Initial package for Fedora