2023-12-01 14:28:40 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-sip6: updated to 6.8.0
v6.8.0 7th November 2023
- Python v3.7 is no longer supported.
- The latest version of ABI v13 is v13.7.0.
- The latest version of ABI v12 is v12.14.0.
- Added support for specifying the project metadata using the '[project]'
section of pyproject.toml as defined in PEP 621. The use of the
'[tool.sip.metadata]' is now deprecated.
- The conversion to a pure Python implementation is now complete.
|
2023-10-20 16:30:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sip6: updated to 6.7.12
SIP v6.7.12
This adds support for Python v3.12.
Added sipPyTypeDictRef() to the v12 and v13 ABIs. sipPyTypeDict() is now \
deprecated and must not be used with Python v3.12 and later.
Classes will automatically support being iterated over if they implement \
__getitem__() or operator[] and have a method annotated with __len__.
The latest version of ABI v13 is v13.6.0.
The latest version of ABI v12 is v12.13.0.
|
2023-08-06 21:18:35 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-sip6: fix importlib import; constant binary extension naming
|
2023-08-04 06:51:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sip6: updated to 6.7.11
v6.7.11
- Bug fixes.
|
2023-07-25 10:25:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sip6: updated to 6.7.10
v6.7.10
Added the --minimum-glibc-version command line option to sip-wheel.
The latest version of ABI v13 is v13.5.2.
The latest version of ABI v12 is v12.12.2.
|
2023-04-23 16:30:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sip6: updated to 6.7.9
v6.7.9
- The latest version of ABI v13 is v13.5.1.
- The latest version of ABI v12 is v12.12.1.
- Bug fixes.
|
2023-04-17 10:32:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-sip6: updated to 6.7.8
v6.7.8 4th April 2023
- The latest version of ABI v13 is v13.5.0.
- The latest version of ABI v12 is v12.12.0.
- The 'wheel-includes' value of the 'tool.sip.project' section of
pyproject.toml now supports the use of absolute file patterns.
- Replaced the use of the 'toml' package with the standard library 'tomllib'
package for Python v3.11 and later, and the 'tomli' package for earlier
versions of Python.
- Bug fixes.
|
2023-03-17 14:50:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sip6: updated to 6.7.7
SIP v6.7.7 has been released. This is a bug-fix release.
|
2022-12-31 23:51:43 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-sip6: add PYTHON_SELF_CONFLICT
|
2022-12-31 23:22:10 by Adam Ciarcinski | Files touched by this commit (1) | |
Log message:
py-sip6: update CATEGORIES and HOMEPAGE
|