2024-03-27 14:47:30 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-05 16:55:15 +01:00
|
|
|
Name: python-yarl
|
2024-09-28 22:16:45 +02:00
|
|
|
Version: 1.13.1
|
2024-03-27 14:47:30 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:55:15 +01:00
|
|
|
Summary: Yet another URL library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pypi.org/project/yarl/
|
|
|
|
Source: https://pypi.debian.net/yarl/yarl-%{version}.tar.gz
|
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:55:15 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 16:55:16 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-03-27 14:47:30 +01:00
|
|
|
BuildRequires: python3.11dist(idna)
|
|
|
|
BuildRequires: python3.11dist(multidict)
|
2024-01-05 16:55:15 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:55:16 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-03-27 14:47:30 +01:00
|
|
|
BuildRequires: python-expandvars-py3
|
2024-01-05 16:55:15 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n yarl-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-03-27 14:47:30 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-05 16:55:15 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-27 14:47:30 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-05 16:55:15 +01:00
|
|
|
|
2024-03-27 14:47:30 +01: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-05 16:55:15 +01:00
|
|
|
|
2024-03-27 14:47:30 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-05 16:55:15 +01:00
|
|
|
%defattr(-,root,root)
|
2024-03-27 14:47:30 +01:00
|
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%dir %{python_sitearch}/%{pkgname}
|
|
|
|
%{python_sitearch}/%{pkgname}/*
|
2024-01-05 16:55:15 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-09-28 22:16:45 +02:00
|
|
|
* Sat Sep 28 2024 Automatic Build System <autodist@openmamba.org> 1.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-28 03:32:36 +02:00
|
|
|
* Fri Sep 27 2024 Automatic Build System <autodist@openmamba.org> 1.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-24 15:47:34 +02:00
|
|
|
* Tue Sep 24 2024 Automatic Build System <autodist@openmamba.org> 1.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-11 16:35:06 +02:00
|
|
|
* Tue Sep 10 2024 Automatic Build System <autodist@openmamba.org> 1.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-09 16:15:37 +02:00
|
|
|
* Mon Sep 09 2024 Automatic Build System <autodist@openmamba.org> 1.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-08 11:16:37 +02:00
|
|
|
* Sat Sep 07 2024 Automatic Build System <autodist@openmamba.org> 1.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-06 09:45:21 +02:00
|
|
|
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 1.9.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-05 12:26:11 +02:00
|
|
|
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 1.9.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-05 09:11:31 +02:00
|
|
|
* Wed Sep 04 2024 Automatic Build System <autodist@openmamba.org> 1.9.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-02 14:31:47 +02:00
|
|
|
* Mon Sep 02 2024 Automatic Build System <autodist@openmamba.org> 1.9.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-01 13:00:05 +02:00
|
|
|
* Sat Aug 31 2024 Automatic Build System <autodist@openmamba.org> 1.9.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 31 2024 Automatic Build System <autodist@openmamba.org> 1.9.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-27 14:47:30 +01:00
|
|
|
* Tue Mar 19 2024 Automatic Build System <autodist@openmamba.org> 1.9.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:16 +01:00
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 1.9.2-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:55:16 +01:00
|
|
|
* Wed Apr 26 2023 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:16 +01:00
|
|
|
* Sun Apr 23 2023 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:15 +01:00
|
|
|
* Sat Dec 03 2022 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:15 +01:00
|
|
|
* Tue Nov 02 2021 Automatic Build System <autodist@mambasoft.it> 1.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:15 +01:00
|
|
|
* Sun Oct 10 2021 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:15 +01:00
|
|
|
* Thu Jan 21 2021 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:55:15 +01:00
|
|
|
* Wed Sep 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
|
|
|
- package created using the webbuild interface
|