14
0

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

- update to version 4.3.1
  * Add support for Python 3.7.
  * Simplify the internal C handling of attribute names.
  * Make building the C extension optional.
  4.3.0
  * Fix a potential rare crash when deallocating proxies.
  * Drop support for Python 3.3.
  * Drop support for “python setup.py test”.
  * 100% test coverage.
  * Fix indexing pure-Python proxies with slices under Python 3, 
    and restore the use of __getslice__ (if implemented by the 
    target’s type) under Python 2.
- drop *-doc subpackage, use multibuild instead

OBS-URL: https://build.opensuse.org/request/show/691803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-04-05 12:47:09 +00:00
committed by Git OBS Bridge
parent 6358a48a95
commit a2ffb07d42
7 changed files with 49 additions and 119 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Apr 5 12:14:55 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.3.1
* Add support for Python 3.7.
* Simplify the internal C handling of attribute names.
* Make building the C extension optional.
4.3.0
* Fix a potential rare crash when deallocating proxies.
* Drop support for Python 3.3.
* Drop support for “python setup.py test”.
* 100% test coverage.
* Fix indexing pure-Python proxies with slices under Python 3,
and restore the use of __getslice__ (if implemented by the
targets type) under Python 2.
- drop *-doc subpackage, use multibuild instead
-------------------------------------------------------------------
Fri Sep 22 17:38:51 UTC 2017 - toddrme2178@gmail.com