forked from pool/python-zope.proxy
- update to 5.1:
* Add support for Python 3.12.
* Drop support for Python 2.7, 3.5, 3.6.
* Remove proxying code for names that no longer exist in Python
3 like ``__long__`` and some others.
- Update to version 4.6.1
- Update to version 4.6.0
- Update to version 4.5.1
* Add support for Python 3.10.
* Fix indexing pure-Python proxies with slices under Python 3,
and restore the use of __getslice__ (if implemented by the
- Provides/Obsoletes should be on the -devel package since
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=32
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 08:44:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.1:
|
||||
* Add support for Python 3.12.
|
||||
* Drop support for Python 2.7, 3.5, 3.6.
|
||||
* Remove proxying code for names that no longer exist in Python
|
||||
3 like ``__long__`` and some others.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 9 12:47:26 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
@@ -6,26 +15,26 @@ Fri Jun 9 12:47:26 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 13:51:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 4.6.1
|
||||
- Update to version 4.6.1
|
||||
* Add support for building arm64 wheels on macOS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 19:58:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 4.6.0
|
||||
- Update to version 4.6.0
|
||||
* Add support for Python 3.11.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 18:05:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 4.5.1
|
||||
- Update to version 4.5.1
|
||||
* Disable unsafe math optimizations in C code. See pull request 53.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 17:30:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 4.5.0 (2021-11-17)
|
||||
* Add support for Python 3.10.
|
||||
* Add support for Python 3.10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 01:05:44 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
@@ -50,7 +59,7 @@ Mon Mar 16 14:00:19 UTC 2020 - pgajdos@suse.com
|
||||
Prior to 3.8, it was reserved and ignored in all Python 3 versions.
|
||||
See `issue 36
|
||||
<https://github.com/zopefoundation/zope.proxy/issues/36>`_.
|
||||
|
||||
|
||||
- Remove deprecated use of setuptools features. See `issue 38
|
||||
<https://github.com/zopefoundation/zope.proxy/issues/38>`_.
|
||||
|
||||
@@ -80,8 +89,8 @@ Fri Apr 5 12:14:55 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
* 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
|
||||
* 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
|
||||
|
||||
@@ -93,7 +102,7 @@ Fri Sep 22 17:38:51 UTC 2017 - toddrme2178@gmail.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 16:48:55 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Provides/Obsoletes should be on the -devel package since
|
||||
- Provides/Obsoletes should be on the -devel package since
|
||||
python3-zope-proxy has the devel files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user