rebuilt with python 3.10 subpackage [release 3.4-2mamba;Mon Jan 23 2023]
This commit is contained in:
parent
5699da1217
commit
cad647df79
@ -1,5 +1,5 @@
|
|||||||
Name: python-idna
|
Name: python-idna
|
||||||
Version: 3.3
|
Version: 3.4
|
||||||
Release: 2mamba
|
Release: 2mamba
|
||||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -24,28 +24,26 @@ BuildRequires: libpython3-devel
|
|||||||
%setup -q -n idna-%{version}
|
%setup -q -n idna-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python} setup.py install \
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||||
-O1 --skip-build \
|
|
||||||
--root="%{buildroot}" \
|
|
||||||
--install-headers=%{_includedir}/python \
|
|
||||||
--install-lib=%{python_sitearch} \
|
|
||||||
--record=%{name}.filelist
|
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
%files %{?pyappend}
|
||||||
chmod -R +r %{buildroot}%{python_sitearch}/idna-*.egg-info
|
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/idna-%{version}-py*.egg-info
|
%dir %{python_sitelib}/idna-%{version}.dist-info
|
||||||
%{python_sitearch}/idna-%{version}-py*.egg-info/*
|
%{python_sitelib}/idna-%{version}.dist-info/*
|
||||||
|
%dir %{python_sitelib}/idna
|
||||||
|
%{python_sitelib}/idna/*
|
||||||
|
%doc LICENSE.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Oct 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3-2mamba
|
* Mon Jan 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10 subpackage
|
||||||
|
|
||||||
|
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
|
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
Loading…
Reference in New Issue
Block a user