From f9e7162b292e89836e195090388319113470da6c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:40:09 +0100 Subject: [PATCH] automatic version update by autodist [release 6.0.2-1mamba;Thu Feb 25 2021] --- python-sip.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/python-sip.spec b/python-sip.spec index 0486221..b550fc7 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -1,12 +1,12 @@ Name: python-sip -Version: 5.4.0 -Release: 3mamba +Version: 6.0.2 +Release: 1mamba Summary: Python extension module generator for C and C++ libraries Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -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://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 @@ -18,7 +18,6 @@ BuildRequires: libpython-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.7.4 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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 Provides: 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} %py_requires @@ -87,12 +87,21 @@ find %{python_sitearch}/*.egg-info -type d -empty -delete > /dev/null || true %files -n sip %defattr(-,root,root) -%{_bindir}/sip5 +#%{_bindir}/sip5 %{_bindir}/sip-* #%doc NEWS README #%doc doc/* %changelog +* Thu Feb 25 2021 Automatic Build System 6.0.2-1mamba +- automatic version update by autodist + +* Wed Feb 10 2021 Silvan Calarco 6.0.1-1mamba +- update to 6.0.1 + +* Wed Feb 10 2021 Silvan Calarco 5.5.0-1mamba +- update to 5.5.0 + * Sun Oct 25 2020 Silvan Calarco 5.4.0-3mamba - fix posttrans package in previous release