2024-09-13 10:24:44 by Thomas Klausner | Files touched by this commit (4) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-cairo*: update to 1.27.0
1.27.0 - 2024-09-06
-------------------
This release only contains build related changes/fixes and no API changes.
* Drop support for Python 3.8
* Add Windows wheels for Python 3.13
* Updated cairo in Windows wheels from 1.18.0 to 1.18.2
* Port PEP517/wheel build from setuptools to meson-python. This means setup.py
is gone. System packagers should not switch to wheel builds and continue using
meson directly.
* meson: install the package metadata to .dist-info/METADATA instead of .egg-info
* Drop arm64 Windows wheels again. pypa/cibuildwheel does not support cross
compiling with meson-python. They might be added back in the future if GitHub
Actions gains a native Windows runner with arm64 support.
|
2024-06-28 19:16:47 by Thomas Klausner | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-cairo*: update to 1.26.1
1.26.1 - 2024-06-21
-------------------
* Fix Surface.set_mime_data() with Python 3.13 :pr:`366`
This also fixes the test suite with Python 3.13b2.
* Update vendored Windows wheel dependencies :pr:`370`
|
2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2024-02-19 13:40:56 by Thomas Klausner | Files touched by this commit (4) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-cairo*: update to 1.26.0
1.26.0 - 2024-02-11
-------------------
This release only contains build related changes/fixes and no API changes.
* Bump minimum required meson version from 0.56.0 to 0.64.0 :pr:`346`
* Various meson related cleanups :pr:`350`
* Fix header file being installed to the wrong location with meson on some \
systems :pr:`350`
* Adds a new ``wheel`` meson build option as preparation for meson-python \
support :pr:`350` :pr:`345`
* Update dependencies (libpng, pixman, zlib) of the Windows wheels :pr:`358`
* Various maintenance related updates :pr:`360` :pr:`359` :pr:`361` :pr:`362`
|
2023-11-21 20:56:37 by Mark Davies | Files touched by this commit (4) |
Log message:
py-cairo{,-shared}: split non python version specific files
into a separate package (py-cairo-shared) and convert back to wheel.mk
|
2023-11-15 22:03:57 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cairo: de-support Python 2 in buildlink3.mk
Too fragile, broke twice in the last week, and no users left that need it
|
2023-11-15 14:00:02 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-cairo: Fix revbump again.
|
2023-11-15 09:36:41 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-cairo: undo wheelification
Some dependencies expect the pkg-config file.
|
2023-11-15 00:28:37 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cairo: make dependencies find headers after wheelification
|
2023-11-14 17:08:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-cairo: convert to wheel.mk
Bump PKGREVISION.
|