2018-02-01 22:03:09 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message: py-sip: updated to 4.19.7 v4.19.7 - The %Docstring directive can now include automatically generated signature descriptions using the "signature" option. - typedefs can now have %Docstring directives. - Bug fixes. |
2018-01-26 16:47:18 by Jonathan Perkin | Files touched by this commit (3) |
Log message: py-sip: Fix linker flags with SunOS/clang. Bump PKGREVISION. |
2018-01-25 15:08:59 by Jonathan Perkin | Files touched by this commit (1) |
Log message: py-sip: Handle SunOS/clang correctly. |
2018-01-18 06:07:04 by Mark Davies | Files touched by this commit (1) | |
Log message: py-sip: update distinfo to match this mornings update |
2018-01-17 20:16:05 by Mark Davies | Files touched by this commit (4) | |
Log message: py-sip: update to 4.19.5 |
2017-07-15 15:20:50 by Thomas Klausner | Files touched by this commit (1) |
Log message: Pass LDFLAGS to build. Fixes RELRO. |
2016-08-28 17:48:37 by Thomas Klausner | Files touched by this commit (112) |
Log message: Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided by the infrastructure. Mark a couple more packages as not ready for python-3.x. |
2016-02-26 12:27:22 by Jonathan Perkin | Files touched by this commit (98) |
Log message: Use OPSYSVARS. |
2015-10-26 22:40:01 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 4.17: - Added support for PEP 465 (__matmul__ and __imatmul__). - Added support for PEP 492 (__aenter__, __aexit__, __await__, __aiter__ and __anext__). - Added support for MSVC 2015 to the build system. - Bug fixes. |
2014-12-30 07:43:59 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 4.16.5: - Added the asarray() method to sip.voidptr. - Bug fixes. |