2010-07-13 20:19:58 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 4.10.3
changes: bugfixes
|
2010-04-20 11:33:22 by Matthias Drochner | Files touched by this commit (2) |
Log message:
4.10.1 disappeared from the distribution site, was replaced by 4.10.2
which fixes a regression in the new-style error handling of C++ ctors
|
2010-04-13 17:26:32 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 4.10.1
This is primarily a bug-fix release.
|
2010-02-04 19:34:43 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 4.10
changes: added some methods and options
pkgsrc note: this changes the API revision compiled into
the runtime library, so updates of py-qt* must be enforced
|
2009-11-24 18:17:35 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
sip-4.9 changed the API major, so a py-qt built against an older one
will not be compatible anymore
(noticed by Dennis den Brok, see mail to tech-pkg)
bump the API requirement
being here, update to 4.9.3 which brings another little bugfix
|
2009-11-23 15:36:28 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 4.9.2, bugfix release.
|
2009-11-17 16:21:21 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 4.9.1:
v4.9.1 23rd October 2009
- A bug fix release.
v4.9 26th September 2009
- Added support for __iter__ and __next__. (__next__ is used for Python v2
as well as v3.)
- Added the %API directive.
- Added the /API/ annotation.
- Added sipIsAPIEnabled() to the C API.
- Added sip.getapi() and sip.setapi() to the Python API.
- Added sip.ispyowned() to the Python API.
- Mapped types can now act as a namespace for enums and static methods.
- The /Array/ annotation can now be applied to classes and mapped types.
- The /NoArgParser/ annotation can now be applied to methods as well as
functions.
- Added the --arch flag to configure.py to specify which MacOS/X
architectures are built.
- SIP is now also licensed under the GPL v2 and v3.
|
2009-09-23 11:54:47 by Matthias Scheler | Files touched by this commit (23) |
Log message:
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
|
2009-09-07 21:02:15 by Joerg Sonnenberger | Files touched by this commit (13) |
Log message:
Retire Python 2.3 support.
|
2009-07-29 21:44:51 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 4.8.2
changes:
-Backported the /AllowNone/ class annotation from v4.9
-Fixed the '/' operator for Python v3 and future import for Python v2
|