update to 4.3.0 [release 4.3.0-1mamba;Wed Sep 28 2022]
This commit is contained in:
parent
098b16bfd6
commit
8b4a188703
@ -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 <silvan.calarco@mambasoft.it> 4.3.0-1mamba
|
||||
- update to 4.3.0
|
||||
|
||||
* Fri Apr 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.0.2-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user