14
0

Accepting request 1003355 from home:iznogood:factory

- Update to version 1.21.0:
  * Require Python 3.7+
  * 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.
- Add f5a795ea.patch: Some test improvements for cairo 1.17.6

OBS-URL: https://build.opensuse.org/request/show/1003355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycairo?expand=0&rev=16
This commit is contained in:
2022-09-15 07:47:38 +00:00
committed by Git OBS Bridge
parent dea75cdaf6
commit 8c6a0f3b8d
5 changed files with 123 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 13 15:10:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.21.0:
* Require Python 3.7+
* 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.
- Add f5a795ea.patch: Some test improvements for cairo 1.17.6
-------------------------------------------------------------------
Sat Jul 16 22:51:05 UTC 2022 - Ben Greiner <code@bnavigator.de>