From 8b4a1887033e511dfc7b7575cba47dcdfcf35ad7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:48:53 +0100 Subject: [PATCH] update to 4.3.0 [release 4.3.0-1mamba;Wed Sep 28 2022] --- python-typing_extensions.spec | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index ff28f1d..229a828 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -1,6 +1,6 @@ Name: python-typing_extensions -Version: 3.10.0.2 -Release: 2mamba +Version: 4.3.0 +Release: 1mamba Summary: https://pypi.org/project/typing-extensions/ Group: System/Libraries Vendor: openmamba @@ -12,6 +12,8 @@ License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel ## AUTOBUILDREQ-END +BuildRequires: python-flit_core-py3 +BuildRequires: python-flit_core-py310 %description %{summary}. @@ -26,26 +28,25 @@ Requires: python-typing%{?pyappend:-%pyappend} %setup -q -n typing_extensions-%{version} %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} -m build --wheel --skip-dependency-check --no-isolation %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python} setup.py install \ - -O1 --skip-build \ - --root="%{buildroot}" \ - --install-headers=%{python_inc} \ - --install-lib=%{python_sitearch} \ - --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +%{__python} -m installer --destdir="%{buildroot}" dist/*.whl -%files %{?pyappend} -f %{name}.filelist +%files %{?pyappend} %defattr(-,root,root) -%dir %{python_sitearch}/typing_extensions-%{version}-py*.egg-info -%{python_sitearch}/typing_extensions-%{version}-py*.egg-info/* +%dir %{python_sitelib}/typing_extensions-%{version}.dist-info +%{python_sitelib}/typing_extensions-%{version}.dist-info/* +%{python_sitelib}/__pycache__/typing_extensions.cpython-*.pyc +%{python_sitelib}/typing_extensions.py %doc LICENSE %changelog +* Wed Sep 28 2022 Silvan Calarco 4.3.0-1mamba +- update to 4.3.0 + * Fri Apr 08 2022 Silvan Calarco 3.10.0.2-2mamba - rebuilt with python 3.10