rebuilt with python 3.10 [release 0.7.5-3mamba;Mon Jul 31 2023]
This commit is contained in:
parent
2537ba530d
commit
9a91f00b77
@ -1,6 +1,7 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-schema
|
Name: python-schema
|
||||||
Version: 0.7.5
|
Version: 0.7.5
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: A library for validating Python data structures
|
Summary: A library for validating Python data structures
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,9 +11,9 @@ URL: https://pypi.org/project/schema/
|
|||||||
Source: https://pypi.debian.net/schema/schema-%{version}.tar.gz
|
Source: https://pypi.debian.net/schema/schema-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(contextlib2)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -36,18 +37,20 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
|
|
||||||
## note: add extra documentation (if any)
|
|
||||||
# %doc README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.5-3mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
* Mon Feb 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.5-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 0.7.5-1mamba
|
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 0.7.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user