2022-11-25 10:56:49 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cairo: update to 1.22.0.
1.22.0 - 2022-11-19
-------------------
* Officially support Python 3.11 :pr:`285`
* PDFSurface.version_to_string(): Fix crash with negative versions :pr:`279`
* typing: ImageSurface.get_stride() returns an int :pr:`282`
* typing: Fix incorrect interface for Matrix constructor :pr:`271`
* typing: Use Generic for Context :pr:`274`
* docs: some cairo.Context fixes :pr:`276`
* docs: try to make create_from_png/write_to_png more clear :pr:`261`
* docs: add an example for how to convert a surface to pillow :pr:`281`
* docs: cairo.Format.RGB24: document that unused bytes may be overwritten :pr:`289`
* tests: don't depend on specific ref counts :pr:`291`
* tests: compatibility fixes for cairo 1.17.6 :pr:`264`
|
2022-03-30 11:12:01 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-cairo: update to 1.21.0.
1.21.0 - 2022-03-07
-------------------
* Require Python 3.7+ :pr:`250`
* Require meson 0.53+
* Using `setup.py` directly to build/install pycairo is deprecated.
Use meson instead.
* `setup.py` now requires setuptools. Previously it was optional.
* The complete API reference is now included in the typing stubs, so it can be \
consumed/shown by IDEs. :pr:`236` :pr:`252`
|
2022-01-29 08:25:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cairo: mark as conflicting with other versions of this package
Due to header and .pc file.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-06-10 12:17:57 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cairo: update to 1.20.1.
1.20.1 - 2021-06-03
-------------------
* Use poetry for development :pr:`232`
* setup.py: Respect the PKG_CONFIG environment variable :pr:`235`
* Make import_cairo inline in addition to static :pr`224`
* docs: Fix example in Pattern.set_filter() docs _pr_`221`
* docs: Fix build with newer sphinx :pr:`222`
* docs: Fix NumPy width, height-conventions in examples :pr:`231`
* docs: Last parameter of rel_curve_to should be dy3, not dy4 :pr:`230`
* mypy: Fixes for mypy 0.800+ :pr:`233`
* mypy: Don't run mypy via pytest :pr:`234`
|
2020-12-22 15:39:49 by Nia Alarie | Files touched by this commit (1) |
Log message:
py-cairo: Temporarily remove self-conflict as a cautionary measure
|
2020-12-07 15:42:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-cairo: mark with PYTHON_SELF_CONFLICT
While here, simplify PLIST since this no longer supports python 2.x
|
2020-10-14 18:27:46 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cairo: update to 1.20.0.
1.20.0 - 2020-10-05
-------------------
* Require Python 3.6+ :pr:`201`
* Require cairo 1.15.10+ :pr:`204`
* docs: support Sphinx 3.0 :pr:`207`
* meson: add 'tests' option to skip tests :pr:`188`
* Windows: build wheels :pr:`197`
* Add support for Python 3.9 and 3.10 :pr:`198` :pr:`202`
* examples: add a Jupyter Notebook example :pr:`181`
* Raise an error early when being passed a file object not opened in binary mode \
:pr:`205`
* Add a pyproject.toml file :pr:`206`
|