14
0

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

- update to version 4.5
  * Add support for Python 3.6 and 3.7.
  * Drop support for Python 3.3.
  * Drop support for “setup.py test”.
  * Always install zope.hookable as a dependency.
  * Make accessing names that have been moved to zope.interface 
    produce a DeprecationWarning.
- Drop the *-doc subpackage, use multibuild instead.
  * Drop pre-checkin.sh as it is no longer needed.

OBS-URL: https://build.opensuse.org/request/show/692332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.component?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-04-09 06:17:47 +00:00
committed by Git OBS Bridge
parent 7bc3cbbe3f
commit b8e2016a64
8 changed files with 56 additions and 130 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 8 15:05:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.5
* Add support for Python 3.6 and 3.7.
* Drop support for Python 3.3.
* Drop support for “setup.py test”.
* Always install zope.hookable as a dependency.
* Make accessing names that have been moved to zope.interface
produce a DeprecationWarning.
- Drop the *-doc subpackage, use multibuild instead.
* Drop pre-checkin.sh as it is no longer needed.
-------------------------------------------------------------------
Sun Jul 16 08:15:36 UTC 2017 - aloisio@gmx.com