Dominique Leuenberger
aa7b9c846a
Accepting request 629251 from devel:languages:python
...
- Update to 4.3.0:
* Fix the possibility of a rare crash in the C extension when
deallocating items. See
https://github.com/zopefoundation/persistent/issues/66
* Change cPickleCache's comparison of object sizes to determine
whether an object can go in the cache to use PyObject_TypeCheck().
This matches what the pure Python implementation does and is
a stronger test that the object really is compatible with the
cache. Previously, an object could potentially include
cPersistent_HEAD and not set tp_base to cPersistenceCAPI->pertype
and still be eligible for the pickle cache; that is no longer the
case. See https://github.com/zopefoundation/persistent/issues/69
OBS-URL: https://build.opensuse.org/request/show/629251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-persistent?expand=0&rev=7
2018-08-15 08:38:37 +00:00
3bda92c8b6
Add link to the upstream bug with tests
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=13
2018-08-14 15:03:45 +00:00
c56c4a9719
- Update to 4.3.0:
...
* Fix the possibility of a rare crash in the C extension when
deallocating items. See
https://github.com/zopefoundation/persistent/issues/66
* Change cPickleCache's comparison of object sizes to determine
whether an object can go in the cache to use PyObject_TypeCheck().
This matches what the pure Python implementation does and is
a stronger test that the object really is compatible with the
cache. Previously, an object could potentially include
cPersistent_HEAD and not set tp_base to cPersistenceCAPI->pertype
and still be eligible for the pickle cache; that is no longer the
case. See https://github.com/zopefoundation/persistent/issues/69
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=12
2018-08-14 14:59:11 +00:00
Dominique Leuenberger
2f6951049d
Accepting request 625379 from devel:languages:python
...
- Do not restrict python version makes stuff very unresolvable
- Clean up SPEC
- Fix tests (persistent-4.2.4.2-switch-off-tests.patch removes failing
test)
OBS-URL: https://build.opensuse.org/request/show/625379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-persistent?expand=0&rev=6
2018-07-31 13:57:44 +00:00
Tomáš Chvátal
eca9fb1ab5
- Do not restrict python version makes stuff very unresolvable
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=10
2018-07-26 08:35:39 +00:00
9eb8a352df
- Clean up SPEC
...
- Fix tests (persistent-4.2.4.2-switch-off-tests.patch removes failing
test)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=9
2018-07-19 15:34:00 +00:00
Dominique Leuenberger
b4d1998f57
Accepting request 506973 from devel:languages:python
...
(forwarded request 506524 from alois)
OBS-URL: https://build.opensuse.org/request/show/506973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-persistent?expand=0&rev=5
2017-07-21 20:46:12 +00:00
c5faae2ac8
Accepting request 506524 from home:alois:branches:devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/506524
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=7
2017-06-29 08:42:25 +00:00
Stephan Kulow
c3841a95dd
Accepting request 306278 from devel:languages:python
...
- update to version 4.0.9
- update project URL
- point the source URL to pypi
- drop type-mismatch.patch: fixed upstream
- add fix_32-bit_timestamp_hashcode.patch: fix timestamp hash computation on 32 bit platform
- pass -q to test to avoid spamming the build log
- rename CHANGES.txt and README.txt to CHANGES.rst and README.rst: changed upstream (forwarded request 306255 from benoit_monin)
OBS-URL: https://build.opensuse.org/request/show/306278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-persistent?expand=0&rev=4
2015-05-11 17:39:31 +00:00
0356b6357d
Accepting request 306255 from home:benoit_monin:branches:devel:languages:python
...
- update to version 4.0.9
- update project URL
- point the source URL to pypi
- drop type-mismatch.patch: fixed upstream
- add fix_32-bit_timestamp_hashcode.patch: fix timestamp hash computation on 32 bit platform
- pass -q to test to avoid spamming the build log
- rename CHANGES.txt and README.txt to CHANGES.rst and README.rst: changed upstream
OBS-URL: https://build.opensuse.org/request/show/306255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=5
2015-05-11 06:23:41 +00:00
Stephan Kulow
e38011edf1
Accepting request 227384 from devel:languages:python
...
- type-mismatch.patch: Use Py_ssize_t rather than PY_LONG_LONG for sizes (forwarded request 227350 from AndreasSchwab)
OBS-URL: https://build.opensuse.org/request/show/227384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-persistent?expand=0&rev=2
2014-03-25 12:27:07 +00:00
b6cfd62ffe
Accepting request 227350 from home:AndreasSchwab:f
...
- type-mismatch.patch: Use Py_ssize_t rather than PY_LONG_LONG for sizes
OBS-URL: https://build.opensuse.org/request/show/227350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=3
2014-03-24 19:48:00 +00:00
Stephan Kulow
e2e18aae5b
Accepting request 199915 from devel:languages:python
...
This is needed by python-ZODB3, which replaces python-zodb3, as well as other zope-related packages.
OBS-URL: https://build.opensuse.org/request/show/199915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-persistent?expand=0&rev=1
2013-09-25 12:37:58 +00:00
Sascha Peilicke
6972afcca0
Accepting request 184866 from home:frispete:python
...
this pkg is needed by some zope components
OBS-URL: https://build.opensuse.org/request/show/184866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=1
2013-07-30 10:22:37 +00:00