forked from pool/python-pycairo
Accepting request 1041225 from home:yarunachalam:branches:devel:languages:python
- Update to version 1.23.0 * Reminder to distro packagers: Building/installing pycairo using setup.py is deprecated, please use meson instead. * git: changed default branch from “master” to “main” * Windows: Update the cairo version included in the wheels from 1.17.2 to 1.17.6 #pr-243 * docs: Document how to look up pycairo headers without loading the module #pr-300 * tests: don’t error out if cairo wasn’t built with all features #pr-293 New APIs: * Status.DWRITE_ERROR #pr-294 * Format.RGB96F, Format.RGBA128F #pr-295 * PDFVersion.VERSION_1_6, PDFVersion.VERSION_1_7 #pr-296 * HAS_DWRITE_FONT #pr-297 * Context.set_hairline(), Context.get_hairline() #pr-298 * PDFSurface.set_custom_metadata() #pr-299 OBS-URL: https://build.opensuse.org/request/show/1041225 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycairo?expand=0&rev=20
This commit is contained in:
parent
5351e6371f
commit
0cbcbd7100
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b34517abdf619d4c7f0274f012b398d9b03bab7adc3efd2912bf36be3f911f3f
|
||||
size 342295
|
BIN
pycairo-1.23.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pycairo-1.23.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 20:50:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 1.23.0
|
||||
* Reminder to distro packagers: Building/installing pycairo using setup.py is deprecated, please use meson instead.
|
||||
* git: changed default branch from “master” to “main”
|
||||
* Windows: Update the cairo version included in the wheels from 1.17.2 to 1.17.6 #pr-243
|
||||
* docs: Document how to look up pycairo headers without loading the module #pr-300
|
||||
* tests: don’t error out if cairo wasn’t built with all features #pr-293
|
||||
New APIs:
|
||||
* Status.DWRITE_ERROR #pr-294
|
||||
* Format.RGB96F, Format.RGBA128F #pr-295
|
||||
* PDFVersion.VERSION_1_6, PDFVersion.VERSION_1_7 #pr-296
|
||||
* HAS_DWRITE_FONT #pr-297
|
||||
* Context.set_hairline(), Context.get_hairline() #pr-298
|
||||
* PDFSurface.set_custom_metadata() #pr-299
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 12:32:35 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define oldpython python
|
||||
Name: python-pycairo
|
||||
Version: 1.22.0
|
||||
Version: 1.23.0
|
||||
Release: 0
|
||||
Summary: Python Bindings for Cairo
|
||||
License: LGPL-2.1-or-later OR MPL-1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user