[packages/sip6] - up to 6.6.2

baggins baggins at pld-linux.org
Wed Jun 29 00:27:11 CEST 2022


commit a931e7ef1eb8772b527da726f1befc909f30b265
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Jun 29 00:26:35 2022 +0200

    - up to 6.6.2

 python3.10.patch       |  9 ---------
 sip5.spec => sip6.spec | 18 +++++++++---------
 2 files changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/sip5.spec b/sip6.spec
similarity index 83%
rename from sip5.spec
rename to sip6.spec
index c9a6066..2914091 100644
--- a/sip5.spec
+++ b/sip6.spec
@@ -1,15 +1,15 @@
 Summary:	SIP - Python/C++ Bindings Generator
-Name:		sip5
-Version:	5.5.0
-Release:	5
+Name:		sip6
+Version:	6.6.2
+Release:	1
 License:	GPL v2
 #Source0Download:        https://pypi.org/project/sip/
 Source0:	https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz
-# Source0-md5:	657c52aff0a180fc0f481e210bc9a2ba
+# Source0-md5:	620eb75a8b22fb6af9c6044aa015782d
 URL:		https://www.riverbankcomputing.com/software/sip
-Patch0:		python3.10.patch
 BuildRequires:	python3-devel
 BuildRequires:	python3-setuptools
+Obsoletes:	sip5 < 6
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,7 +21,6 @@ also used to generate wxPython, the Python bindings for wxWidgets.
 
 %prep
 %setup -q -n sip-%{version}
-%patch0 -p1
 
 %build
 %py3_build
@@ -45,9 +44,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py3_sitedir}/sipbuild/distinfo
 %{py3_sitedir}/sipbuild/distinfo/*.py
 %{py3_sitedir}/sipbuild/distinfo/__pycache__
-%dir %{py3_sitedir}/sipbuild/legacy
-%{py3_sitedir}/sipbuild/legacy/*.py
-%{py3_sitedir}/sipbuild/legacy/__pycache__
+%{py3_sitedir}/sipbuild/generator/*.py
+%{py3_sitedir}/sipbuild/generator/__pycache__
+%{py3_sitedir}/sipbuild/generator/parser/*.py
+%{py3_sitedir}/sipbuild/generator/parser/__pycache__
 %dir %{py3_sitedir}/sipbuild/module
 %{py3_sitedir}/sipbuild/module/*.py
 %{py3_sitedir}/sipbuild/module/__pycache__
diff --git a/python3.10.patch b/python3.10.patch
deleted file mode 100644
index 04c5b64..0000000
--- a/python3.10.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -up sip-5.5.0/sipbuild/py_versions.py.py310 sip-5.5.0/sipbuild/py_versions.py
---- sip-5.5.0/sipbuild/py_versions.py.py310	2020-11-23 08:21:33.000000000 -0500
-+++ sip-5.5.0/sipbuild/py_versions.py	2021-06-14 22:08:07.070489670 -0400
-@@ -23,4 +23,4 @@
- 
- # The first and last supported minor versions of Python v3.
- FIRST_SUPPORTED_MINOR = 5
--LAST_SUPPORTED_MINOR = 9
-+LAST_SUPPORTED_MINOR = 10
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sip6.git/commitdiff/a931e7ef1eb8772b527da726f1befc909f30b265



More information about the pld-cvs-commit mailing list