Commit Graph

  • 3732d80125 Accepting request 1160903 from devel:languages:python factory Ana Guerrero 2024-03-25 20:06:50 +0000
  • 60e4578a91 - update to 5.2: * Add preliminary support for Python 3.13a3. Dirk Mueller 2024-03-16 08:52:49 +0000
  • f179f9e34e Accepting request 1137436 from devel:languages:python Ana Guerrero 2024-01-08 22:44:14 +0000
  • cdc4316ee6 - update to 5.1: * Add support for Python 3.12. - drop python312.patch (upstream) - add python312.patch to build with python 3.12 * Fix copying of PersistentList and PersistentMapping using copy.copy * Fix the Python implementation of the PickleCache to be able to store objects that cannot be weakly referenced. * Packaging-only release: get manylinux wheel built * Avoid raising a SystemError: error return without exception set when loading an object with slots whose jar generates an * Fix the hashcode of Python TimeStamp objects on 64-bit Python on Windows. See * Stop calling gc.collect every time PickleCache.incrgc is called (every transaction boundary) in pure-Python mode (PyPy). This means that the reported size of the cache may be wrong * Stop clearing the dict and slots of objects added to PickleCache.new_ghost (typically these values are passed to * Fix __setstate__ interning when state parameter is not a * Drop use of ctypes for determining maximum integer size, to increase pure-Python compatibility. See * Ensure that __slots__ attributes are cleared when a override __new__. See * Fix the hashcode of C TimeStamp objects on 64-bit Python 3 * Fixed the Python(/PYPY) implementation TimeStamp.timeTime * When testing PURE_PYTHON environments under tox, avoid * Fix manifest and re-upload to fix stray files included in * Make the Python implementation of Persistent and PickleCache behave more similarly to the C implementation. In particular, the Python version can now run the complete ZODB and ZEO test Dirk Mueller 2024-01-07 20:16:55 +0000
  • 5df4172651 Accepting request 1104003 from devel:languages:python Ana Guerrero 2023-08-16 12:16:32 +0000
  • a0cf5fa7c0 Accepting request 1103944 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX Markéta Machová 2023-08-15 08:40:38 +0000
  • d0c94b4b1a Accepting request 1092234 from devel:languages:python Dominique Leuenberger 2023-06-12 13:24:38 +0000
  • b39027b293 Accepting request 1092122 from home:ecsos:python Dirk Mueller 2023-06-11 11:36:09 +0000
  • 5da5616b60 Accepting request 1057619 from devel:languages:python Dominique Leuenberger 2023-01-11 13:33:41 +0000
  • 5c94f26a0c Accepting request 1057167 from home:frispete:branches:devel:languages:python Markéta Machová 2023-01-10 12:18:37 +0000
  • 7ca93e9f38 Accepting request 917740 from devel:languages:python Dominique Leuenberger 2021-09-11 20:24:25 +0000
  • d5168c8367 Accepting request 917702 from home:pgajdos:python Hans-Peter Jansen 2021-09-09 13:38:54 +0000
  • 85b88baf1a Accepting request 915761 from home:pgajdos:python Hans-Peter Jansen 2021-09-02 17:23:05 +0000
  • 979faa75ec Accepting request 788434 from devel:languages:python Dominique Leuenberger 2020-03-26 23:29:55 +0000
  • f8b6a82bac - Add patch to fix build with new zope.interface: * tests.patch Tomáš Chvátal 2020-03-26 07:43:04 +0000
  • 8300cb07c8 Accepting request 787789 from home:pgajdos:python Tomáš Chvátal 2020-03-24 13:44:41 +0000
  • 824630027e Accepting request 784299 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-03-12 13:48:17 +0000
  • 41329bac27 Accepting request 704297 from devel:languages:python Dominique Leuenberger 2019-05-21 08:41:22 +0000
  • 5973ddfd35 Accepting request 704290 from home:pgajdos Tomáš Chvátal 2019-05-20 17:23:29 +0000
  • d17ab87402 Accepting request 681733 from devel:languages:python Dominique Leuenberger 2019-03-22 13:59:50 +0000
  • 45a8170c2b Accepting request 681716 from home:frispete:python Tomáš Chvátal 2019-03-05 12:45:30 +0000
  • 4902b531ff Accepting request 681469 from devel:languages:python Dominique Leuenberger 2019-03-05 11:23:54 +0000
  • 686c98b2fa OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-persistent?expand=0&rev=16 Tomáš Chvátal 2019-03-04 14:23:32 +0000
  • 51e2b669e9 - Update to 4.4.3: * Too many changes around see CHANGES.rst - Do not bother with documentation generating - Add more dependencies Tomáš Chvátal 2019-03-04 14:22:55 +0000
  • aa7b9c846a Accepting request 629251 from devel:languages:python Dominique Leuenberger 2018-08-15 08:38:37 +0000
  • 3bda92c8b6 Add link to the upstream bug with tests Matej Cepl 2018-08-14 15:03:45 +0000
  • 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 Matej Cepl 2018-08-14 14:59:11 +0000
  • 2f6951049d Accepting request 625379 from devel:languages:python Dominique Leuenberger 2018-07-31 13:57:44 +0000
  • eca9fb1ab5 - Do not restrict python version makes stuff very unresolvable Tomáš Chvátal 2018-07-26 08:35:39 +0000
  • 9eb8a352df - Clean up SPEC - Fix tests (persistent-4.2.4.2-switch-off-tests.patch removes failing test) Matej Cepl 2018-07-19 15:34:00 +0000
  • b4d1998f57 Accepting request 506973 from devel:languages:python Dominique Leuenberger 2017-07-21 20:46:12 +0000
  • c5faae2ac8 Accepting request 506524 from home:alois:branches:devel:languages:python Hans-Peter Jansen 2017-06-29 08:42:25 +0000
  • c3841a95dd Accepting request 306278 from devel:languages:python Stephan Kulow 2015-05-11 17:39:31 +0000
  • 0356b6357d Accepting request 306255 from home:benoit_monin:branches:devel:languages:python Hans-Peter Jansen 2015-05-11 06:23:41 +0000
  • e38011edf1 Accepting request 227384 from devel:languages:python Stephan Kulow 2014-03-25 12:27:07 +0000
  • b6cfd62ffe Accepting request 227350 from home:AndreasSchwab:f Hans-Peter Jansen 2014-03-24 19:48:00 +0000
  • e2e18aae5b Accepting request 199915 from devel:languages:python Stephan Kulow 2013-09-25 12:37:58 +0000
  • 6972afcca0 Accepting request 184866 from home:frispete:python Sascha Peilicke 2013-07-30 10:22:37 +0000