da823eac36
Accepting request 1034952 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1034952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=13
2022-11-10 13:19:34 +00:00
3680c47580
Accepting request 1034946 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 4.6.0
* Add support for Python 3.11.
OBS-URL: https://build.opensuse.org/request/show/1034946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=26
2022-11-09 20:54:52 +00:00
617977c6ad
Accepting request 1032301 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1032301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=12
2022-10-31 09:44:33 +00:00
62e2fffeb1
Accepting request 1032247 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 4.5.1
* Disable unsafe math optimizations in C code. See pull request 53.
OBS-URL: https://build.opensuse.org/request/show/1032247
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=24
2022-10-30 10:41:40 +00:00
2c365b082d
Accepting request 1009889 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1009889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=11
2022-10-12 16:22:27 +00:00
5e552d0c5c
Accepting request 1009876 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 4.5.0 (2021-11-17)
* Add support for Python 3.10.
OBS-URL: https://build.opensuse.org/request/show/1009876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=22
2022-10-11 18:03:02 +00:00
f28300dab4
Accepting request 862820 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/862820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=10
2021-01-18 10:26:15 +00:00
7d4951b49f
Accepting request 862745 from home:bnavigator:branches:devel:languages:python
...
- Let the python-rpm-macros automatically figure out the correct
provides and obsoletes for the flavor
OBS-URL: https://build.opensuse.org/request/show/862745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=20
2021-01-13 08:40:38 +00:00
b056cbd8f1
Accepting request 787839 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/787839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=9
2020-03-26 23:29:07 +00:00
Tomáš Chvátal
d2c0110e3a
Accepting request 787835 from home:pgajdos:python
...
- version update to 4.3.5
- Stop installing C header files on PyPy (which is what zope.proxy before 4.3.4
used to do), fixes `issue 39
<https://github.com/zopefoundation/zope.proxy/issues/39 >`_.
OBS-URL: https://build.opensuse.org/request/show/787835
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=18
2020-03-24 15:04:09 +00:00
Tomáš Chvátal
049aa53c2f
Accepting request 785662 from home:pgajdos:python
...
- version update to 4.3.4
- Fix a compilation warning on Python 3.8. The slot ``tp_print``
changed to ``tp_vectorcall_offset`` in 3.8 and must not be set.
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 >`_.
OBS-URL: https://build.opensuse.org/request/show/785662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=17
2020-03-16 15:14:26 +00:00
e0987b6ea1
Accepting request 766056 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/766056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=8
2020-01-23 15:10:59 +00:00
Tomáš Chvátal
b757120248
Accepting request 766044 from home:mcalabkova:branches:devel:languages:python
...
- update to 4.3.3
* Add support for Python 3.8.
* Drop support for Python 3.4.
OBS-URL: https://build.opensuse.org/request/show/766044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=15
2020-01-21 11:38:00 +00:00
f6439122ba
Accepting request 717545 from devel:languages:python
...
- Update to 4.3.2:
* Fix error handling in ProxyBase.__setattr__: any the exception raised by
PyString_AsString/PyUnicode_AsUTF8 would be silently swallowed up and ignored. See issue 31.
OBS-URL: https://build.opensuse.org/request/show/717545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=7
2019-07-22 15:19:03 +00:00
Tomáš Chvátal
7a16826acc
- Update to 4.3.2:
...
* Fix error handling in ProxyBase.__setattr__: any the exception raised by
PyString_AsString/PyUnicode_AsUTF8 would be silently swallowed up and ignored. See issue 31.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=13
2019-07-22 11:22:40 +00:00
4183bb4bc2
Accepting request 691814 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/691814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=6
2019-04-08 18:53:27 +00:00
Tomáš Chvátal
f91af1f32b
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
2019-04-05 12:47:09 +00:00
740db4e75f
Accepting request 528615 from devel:languages:python
...
1
OBS-URL: https://build.opensuse.org/request/show/528615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=5
2017-10-01 15:01:22 +00:00
0e9fee3641
Accepting request 528331 from home:TheBlackCat:branches:devel:languages:python
...
- Still need to conflict with python3-zopy-proxy.
OBS-URL: https://build.opensuse.org/request/show/528331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=9
2017-09-25 09:51:13 +00:00
Jan Matejek
f4fa3d16a0
Accepting request 527080 from home:TheBlackCat:branches:devel:languages:python
...
- Provides/Obsoletes should be on the -devel package since
python3-zope-proxy has the devel files.
OBS-URL: https://build.opensuse.org/request/show/527080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=8
2017-09-18 17:18:47 +00:00
Jan Matejek
147148a7be
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=7
2017-09-07 16:41:38 +00:00
Jan Matejek
e4b8c06466
Accepting request 522051 from home:TheBlackCat:branches:devel:languages:python
...
- Fix conflicts with python3-zope-proxy
OBS-URL: https://build.opensuse.org/request/show/522051
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=6
2017-09-07 16:29:39 +00:00
6dbbc59ee0
Accepting request 510154 from home:alois:branches:devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/510154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=5
2017-07-13 21:56:13 +00:00
383100ec71
Accepting request 307501 from devel:languages:python
...
- update to version 4.1.4
- point the source URL to pypi
- pass -q to test to avoid spamming the build log (forwarded request 307326 from benoit_monin)
OBS-URL: https://build.opensuse.org/request/show/307501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=4
2015-05-18 20:22:46 +00:00
84e7f44c57
Accepting request 307326 from home:benoit_monin:branches:devel:languages:python
...
- update to version 4.1.4
- point the source URL to pypi
- pass -q to test to avoid spamming the build log
OBS-URL: https://build.opensuse.org/request/show/307326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=3
2015-05-16 15:36:52 +00:00
Tomáš Chvátal
b8c060aa90
Accepting request 195424 from devel:languages:python
...
Will replace python-zope-proxy
OBS-URL: https://build.opensuse.org/request/show/195424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.proxy?expand=0&rev=1
2013-08-20 09:45:12 +00:00
Sascha Peilicke
670d5eb06a
Accepting request 184853 from home:frispete:python
...
this pkg is needed by some other zope components
OBS-URL: https://build.opensuse.org/request/show/184853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=1
2013-07-30 10:24:38 +00:00