2024-09-05 16:30:05 +02:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-06 10:43:39 +01:00
|
|
|
Name: python-aiohttp
|
2024-09-30 11:13:40 +02:00
|
|
|
Version: 3.10.8
|
2024-09-25 13:30:10 +02:00
|
|
|
Release: 1mamba
|
2024-01-06 10:43:39 +01:00
|
|
|
Summary: Async http client/server framework
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pypi.org/project/aiohttp/
|
|
|
|
Source: https://pypi.debian.net/aiohttp/aiohttp-%{version}.tar.gz
|
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:43:39 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 10:43:41 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-09-05 16:30:05 +02:00
|
|
|
BuildRequires: python3.11dist(aiohappyeyeballs)
|
|
|
|
BuildRequires: python3.11dist(aiosignal)
|
|
|
|
BuildRequires: python3.11dist(attrs)
|
|
|
|
BuildRequires: python3.11dist(frozenlist)
|
|
|
|
BuildRequires: python3.11dist(multidict)
|
|
|
|
BuildRequires: python3.11dist(yarl)
|
2024-01-06 10:43:39 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:43:41 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 10:43:39 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n aiohttp-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-09-05 16:30:05 +02:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 10:43:39 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-09-05 16:30:05 +02:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 10:43:39 +01:00
|
|
|
|
2024-09-05 16:30:05 +02:00
|
|
|
#%if "%{?with_pyver}" != "3"
|
|
|
|
## Rename any conflicting file outside of python site packages tree
|
|
|
|
#for f in %{_bindir}/pdm; do
|
|
|
|
# mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
#done
|
|
|
|
#%endif
|
2024-01-06 10:43:39 +01:00
|
|
|
|
2024-09-05 16:30:05 +02:00
|
|
|
%files %{?pyappend}
|
2024-01-06 10:43:39 +01:00
|
|
|
%defattr(-,root,root)
|
2024-09-05 16:30:05 +02:00
|
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitearch}/%{pkgname}
|
|
|
|
%{python_sitearch}/%{pkgname}/*
|
|
|
|
%dir %{python_sitearch}/%{pkgname}/.hash
|
|
|
|
%{python_sitearch}/%{pkgname}/.hash/*
|
2024-01-06 10:43:39 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-09-30 11:13:40 +02:00
|
|
|
* Sun Sep 29 2024 Automatic Build System <autodist@openmamba.org> 3.10.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-28 22:12:15 +02:00
|
|
|
* Sat Sep 28 2024 Automatic Build System <autodist@openmamba.org> 3.10.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-25 13:30:10 +02:00
|
|
|
* Wed Sep 25 2024 Automatic Build System <autodist@openmamba.org> 3.10.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-05 16:30:05 +02:00
|
|
|
* Thu Sep 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.5-2mamba
|
|
|
|
- rebuilt with python-build and distdeps
|
|
|
|
|
2024-08-20 23:25:48 +02:00
|
|
|
* Tue Aug 20 2024 Automatic Build System <autodist@openmamba.org> 3.10.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-18 22:53:25 +02:00
|
|
|
* Sun Aug 18 2024 Automatic Build System <autodist@openmamba.org> 3.10.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-11 21:06:43 +02:00
|
|
|
* Sun Aug 11 2024 Automatic Build System <autodist@openmamba.org> 3.10.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-09 16:58:32 +02:00
|
|
|
* Fri Aug 09 2024 Automatic Build System <autodist@openmamba.org> 3.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-06 09:37:41 +02:00
|
|
|
* Mon Aug 05 2024 Automatic Build System <autodist@openmamba.org> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-31 13:34:56 +02:00
|
|
|
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 3.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-17 23:16:29 +02:00
|
|
|
* Wed Apr 17 2024 Automatic Build System <autodist@openmamba.org> 3.9.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-14 10:54:11 +02:00
|
|
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 3.9.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-30 13:51:12 +01:00
|
|
|
* Tue Jan 30 2024 Automatic Build System <autodist@openmamba.org> 3.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-29 21:01:12 +01:00
|
|
|
* Mon Jan 29 2024 Automatic Build System <autodist@openmamba.org> 3.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:42 +01:00
|
|
|
* Mon Nov 27 2023 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:42 +01:00
|
|
|
* Sat Nov 18 2023 Automatic Build System <autodist@mambasoft.it> 3.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:41 +01:00
|
|
|
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 3.8.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:41 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.8.5-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 10:43:40 +01:00
|
|
|
* Thu Jul 20 2023 Automatic Build System <autodist@mambasoft.it> 3.8.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:40 +01:00
|
|
|
* Mon Feb 13 2023 Automatic Build System <autodist@mambasoft.it> 3.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:39 +01:00
|
|
|
* Thu Sep 22 2022 Automatic Build System <autodist@mambasoft.it> 3.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:39 +01:00
|
|
|
* Thu Sep 22 2022 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:39 +01:00
|
|
|
* Mon Nov 15 2021 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:39 +01:00
|
|
|
* Mon Nov 01 2021 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:39 +01:00
|
|
|
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 3.7.4.post0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:39 +01:00
|
|
|
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 3.7.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:39 +01:00
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 3.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:43:39 +01:00
|
|
|
* Wed Sep 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.2-1mamba
|
|
|
|
- package created using the webbuild interface
|