automatic version update by autodist [release 6.0.2-1mamba;Thu Feb 25 2021]

This commit is contained in:
Automatic Build System 2024-01-05 16:40:09 +01:00
parent 54060c8651
commit f9e7162b29

View File

@ -1,12 +1,12 @@
Name: python-sip Name: python-sip
Version: 5.4.0 Version: 6.0.2
Release: 3mamba Release: 1mamba
Summary: Python extension module generator for C and C++ libraries Summary: Python extension module generator for C and C++ libraries
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.riverbankcomputing.com/software/sip URL: https://www.riverbankcomputing.com/software/sip
Source: https://pypi.debian.net/sip/sip-%{version}.tar.gz Source: https://pypi.debian.net/sip/sip-%{version}.tar.gz
#Source: https://www.riverbankcomputing.com/static/Downloads/sip/%{version}/sip-%{version}.tar.gz #Source: https://www.riverbankcomputing.com/static/Downloads/sip/%{version}/sip-%{version}.tar.gz
#Source: http://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz #Source: http://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz
@ -18,7 +18,6 @@ BuildRequires: libpython-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: libpython3-devel >= 3.7.4
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
SIP is an extension module generator similar to SWIG but is specifically designed for creating Python modules. SIP is an extension module generator similar to SWIG but is specifically designed for creating Python modules.
@ -39,6 +38,7 @@ Group: System/Libraries/Python
Summary: Python %{pyver} extension module generator for C and C++ libraries Summary: Python %{pyver} extension module generator for C and C++ libraries
Provides: python-sip-%{?with_pyver:py%{with_pyver}-}devel Provides: python-sip-%{?with_pyver:py%{with_pyver}-}devel
Obsoletes: python-sip-%{?with_pyver:py%{with_pyver}-}devel Obsoletes: python-sip-%{?with_pyver:py%{with_pyver}-}devel
Obsoletes: python-sip-py36 < 5.5.0
Requires: sip = %{?epoch:%epoch:}%{version}-%{release} Requires: sip = %{?epoch:%epoch:}%{version}-%{release}
%py_requires %py_requires
@ -87,12 +87,21 @@ find %{python_sitearch}/*.egg-info -type d -empty -delete > /dev/null || true
%files -n sip %files -n sip
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/sip5 #%{_bindir}/sip5
%{_bindir}/sip-* %{_bindir}/sip-*
#%doc NEWS README #%doc NEWS README
#%doc doc/* #%doc doc/*
%changelog %changelog
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 6.0.2-1mamba
- automatic version update by autodist
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.1-1mamba
- update to 6.0.1
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.0-1mamba
- update to 5.5.0
* Sun Oct 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.0-3mamba * Sun Oct 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.0-3mamba
- fix posttrans package in previous release - fix posttrans package in previous release