14
0

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

- update to version 4.3.1
  4.2.0
  * Reach 100% automated test coverage.
  * Add support for Python 3.7.
  * Drop support for Python 3.3.
  * Drop support for python setup.py test.
  * Fix the doctests with zope.schema 4.7 and above.
  * More classes and exceptions enhancements.
  4.2.1
  * Fix GlobalObject no longer allowing just a single ‘.’.
  4.2.2
  * Fix GlobalObject no longer allowing multiple leading dots.
  * Add __all__ to all modules listing the documented members of 
    the module.
  4.3.0
  * Simplify exception chaining and nested exception error messages.
  4.3.1
  * Do not break when running the tests from a wheel.
- drop *-doc subpackage, use multibuild instead

OBS-URL: https://build.opensuse.org/request/show/691757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.configuration?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-04-05 10:07:58 +00:00
committed by Git OBS Bridge
parent 2d298804e9
commit 7b8a5128d8
7 changed files with 62 additions and 112 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Apr 4 16:05:28 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.3.1
4.2.0
* Reach 100% automated test coverage.
* Add support for Python 3.7.
* Drop support for Python 3.3.
* Drop support for python setup.py test.
* Fix the doctests with zope.schema 4.7 and above.
* More classes and exceptions enhancements.
4.2.1
* Fix GlobalObject no longer allowing just a single ..
4.2.2
* Fix GlobalObject no longer allowing multiple leading dots.
* Add __all__ to all modules listing the documented members of
the module.
4.3.0
* Simplify exception chaining and nested exception error messages.
4.3.1
* Do not break when running the tests from a wheel.
- drop *-doc subpackage, use multibuild instead
-------------------------------------------------------------------
Sun Jul 16 08:23:42 UTC 2017 - aloisio@gmx.com