Blame SPECS/python-httpcore.spec

982c60
%global pypi_name httpcore
982c60
982c60
Name:           python-%{pypi_name}
982c60
Version:        0.12.3
982c60
Release:        1%{?dist}
982c60
Summary:        Minimal low-level HTTP client
982c60
982c60
License:        BSD
982c60
URL:            https://github.com/encode/httpcore
982c60
Source0:        %{pypi_source}
982c60
BuildArch:      noarch
982c60
982c60
%description
982c60
The HTTP Core package provides a minimal low-level HTTP client, which does
982c60
one thing only: Sending HTTP requests. It does not provide any high level
982c60
model abstractions over the API, does not handle redirects, multipart uploads,
982c60
building authentication headers, transparent HTTP caching, URL parsing, etc.
982c60
982c60
%package -n     python3-%{pypi_name}
982c60
Summary:        %{summary}
982c60
982c60
BuildRequires:  python3-devel
982c60
BuildRequires:  python3-setuptools
982c60
%{?python_provide:%python_provide python3-%{pypi_name}}
982c60
982c60
%description -n python3-%{pypi_name}
982c60
The HTTP Core package provides a minimal low-level HTTP client, which does
982c60
one thing only: Sending HTTP requests. It does not provide any high level
982c60
model abstractions over the API, does not handle redirects, multipart uploads,
982c60
building authentication headers, transparent HTTP caching, URL parsing, etc.
982c60
982c60
%prep
982c60
%autosetup -n %{pypi_name}-%{version}
982c60
rm -rf %{pypi_name}.egg-info
982c60
982c60
%build
982c60
%py3_build
982c60
982c60
%install
982c60
%py3_install
982c60
982c60
%files -n python3-%{pypi_name}
982c60
%license LICENSE.md
982c60
%doc README.md
982c60
%{python3_sitelib}/%{pypi_name}/
982c60
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
982c60
982c60
%changelog
982c60
* Fri Jan 29 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.12.3-1
982c60
- Update to latest upstream release 0.12.2 (#1921813)
982c60
982c60
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-2
982c60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
982c60
982c60
* Mon Nov 23 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.12.2-1
982c60
- Enable dependency generator (#1897850)
982c60
- Update to latest upstream release 0.12.2 (#1895584)
982c60
982c60
* Sun Nov 08 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.12.1-1
982c60
- Update to latest upstream release 0.12.1 (#1895584)
982c60
982c60
* Fri Oct  9 16:39:18 -03 2020 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.12.0-1
982c60
- Update to latest upstream release 0.12.0
982c60
982c60
* Wed Sep 23 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.11.1-1
982c60
- Update to latest upstream release 0.11.1 (#1883308)
982c60
982c60
* Wed Sep 23 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.11.0-1
982c60
- Update to latest upstream release 0.11.0 (#1881374)
982c60
982c60
* Thu Sep 03 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.10.2-1
982c60
- Update to latest upstream release 0.10.2 (#1875285)
982c60
982c60
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
982c60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
982c60
982c60
* Fri Jun 05 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.1-1
982c60
- Initial package for Fedora