[opensuse-packaging] python-2.5 porting: ssizecheck.py
Hi, Python packagers, yes, 2.5 :) When building a C extension for Python, I see: + /usr/lib/rpm/brp-check-python /usr/src/packages/BUILD/netifaces-0.5/netifaces.c:340: 'PyList_New' uses Py_ssize_t for input parameters [and several repetitions of it] but inspecting the build tool shows that it simply complains WHENEVER it seems PyList_New and other basic functions. Once I figure out the matter of the API change (http://www.python.org/dev/peps/pep-0353 ), how am I supposed to mark the package as OK? True, this only happens when building for SLE11, not on Factory. Should I just shrug it off? -- Martin Vidner, YaST developer http://en.opensuse.org/User:Mvidner Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu
Dne 19.1.2012 17:28, Martin Vidner napsal(a):
+ /usr/lib/rpm/brp-check-python /usr/src/packages/BUILD/netifaces-0.5/netifaces.c:340: 'PyList_New' uses Py_ssize_t for input parameters [and several repetitions of it]
True, this only happens when building for SLE11, not on Factory. Should I just shrug it off?
Yup, just shrug it off. This test only gives you a list of risk spots, it's not designed to recognize whether something is fixed or not. m. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Jan Matejek
-
Martin Vidner