11
0

Accepting request 691848 from home:mcalabkova:branches:devel:languages:python

- update to version 4.7
  * Added support for Python 3.7.
  * Remove dependencies on zope.interface and zope.exceptions.
  * Remove use of 2to3 for outdated versions of PyPy3, letting us 
    build universal wheels.

OBS-URL: https://build.opensuse.org/request/show/691848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testing?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-04-08 08:31:30 +00:00
committed by Git OBS Bridge
parent 1522637412
commit f4a1621e28
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 5 14:44:29 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.7
* Added support for Python 3.7.
* Remove dependencies on zope.interface and zope.exceptions.
* Remove use of 2to3 for outdated versions of PyPy3, letting us
build universal wheels.
-------------------------------------------------------------------
Tue Dec 4 12:56:32 UTC 2018 - Matej Cepl <mcepl@suse.com>