1
0

Accepting request 720044 from home:pgajdos

- version update to 1.0.2
    #123: Rely on a recent version of setuptools to handle VERSION
    #120: Don't delete _generated modules on ffi_build import
    Drop Python 2.6, 2.7 and 3.4 support
    Test with Python 3.7
    Clean code, tests and packaging
- do not build for python2
- run tests

OBS-URL: https://build.opensuse.org/request/show/720044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2019-07-31 12:43:56 +00:00
committed by Git OBS Bridge
parent f29287a9c4
commit cbcc6ea293
4 changed files with 29 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 31 12:12:15 UTC 2019 - pgajdos@suse.com
- version update to 1.0.2
#123: Rely on a recent version of setuptools to handle VERSION
#120: Don't delete _generated modules on ffi_build import
Drop Python 2.6, 2.7 and 3.4 support
Test with Python 3.7
Clean code, tests and packaging
- do not build for python2
- run tests
-------------------------------------------------------------------
Fri Jan 25 10:10:32 UTC 2019 - mvetter@suse.com