fbde38ceae
- Update to 4.3:
...
* Added support for pickling the types of built-in singletons.
* Move all supported package metadata into pyproject.toml.
* Drop support for Python 3.9.
* Add support for Python 3.14.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=36
2025-12-10 04:44:21 +00:00
1fea3a07a4
Accepting request 1248944 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1248944
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=34
2025-03-03 08:45:29 +00:00
096b9ff198
- update to 4.2:
...
* Drop support for Python 3.8.
* Add preliminary support for Python 3.14 as of 3.14a4.
* Remove unused setuptools install requirement.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=32
2025-02-25 20:09:39 +00:00
6bc2a67c86
- update to 4.1.1:
...
* Fix NameError which occurred when importing
zodbpickle.fastpickle.
* Add final support for Python 3.13.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=30
2025-02-10 21:56:18 +00:00
93bb4f8b55
- update to 4.0:
...
* Drop support for Python 3.7.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=28
2024-06-29 05:34:24 +00:00
ee78ba5a73
- update to 3.3:
...
* Build Windows wheels on GHA.
* Add preliminary support for Python 3.13 as of 3.13a5.
* Add preliminary support for Python 3.13 as of 3.13a3.
- use PEP517 build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=26
2024-05-02 22:00:44 +00:00
b1cb6d5ab9
- update to 3.1:
...
* Add support for Python 3.12.
* Fix ``NameError`` in ``.fastpickle`` and ``.slowpickle``.
* Build Linux binary wheels for Python 3.11.
* Add preliminary support for Python 3.12a5.
* Drop support for Python 2.7, 3.5, 3.6.
* Drop support for deprecated ``python setup.py test``.
- Update to version 2.6
- Update to version 2.5
- Update to version 2.4.0
- version update to 2.3.0
- Use python_module macro for BuildRequires on the testsuite module
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=24
2023-12-16 09:04:05 +00:00
4570a7f439
Accepting request 1040290 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 2.6
* Add support for building arm64 wheels on macOS.
OBS-URL: https://build.opensuse.org/request/show/1040290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=22
2022-12-05 17:33:25 +00:00
4ad1dabde0
Accepting request 1034944 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 2.5
* Add support for the final Python 3.11 release.
OBS-URL: https://build.opensuse.org/request/show/1034944
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=20
2022-11-11 13:20:19 +00:00
1c50397b66
Accepting request 1010310 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 2.4.0
* Add support for Python 3.11 (as of 3.11.0b3).
* Disable unsafe math optimizations in C code. See pull request 73.
OBS-URL: https://build.opensuse.org/request/show/1010310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=18
2022-10-13 06:54:52 +00:00
f9b311f79a
Accepting request 1004221 from home:yarunachalam:branches:devel:languages:python
...
- version update to 2.3.0
* Add support for Python 3.11 (as of 3.11.0a7).
OBS-URL: https://build.opensuse.org/request/show/1004221
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=16
2022-09-19 07:39:32 +00:00
54675f98e8
Accepting request 949229 from home:pgajdos:python
...
- version update to 2.2.0
* - Add support for Python 3.10.
OBS-URL: https://build.opensuse.org/request/show/949229
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=15
2022-01-26 13:22:51 +00:00
ea68788f90
Accepting request 921289 from home:pgajdos:python
...
- version update to 2.1.0
* Add support for Python 3.9.
- use %pyunittest_arch rpm macro
OBS-URL: https://build.opensuse.org/request/show/921289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=14
2021-09-24 21:22:14 +00:00
7896323155
- Use python_module macro for BuildRequires on the testsuite module
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=12
2021-01-22 05:50:14 +00:00
Tomáš Chvátal
5f67aa7fd6
Accepting request 782894 from home:pgajdos:python
...
- version update to 2.0.0
- CPython 2: Make ``zodbpickle.binary`` objects smaller and untracked
by the garbage collector. Now they behave more like the native bytes
object. Just like it, and just like on Python 3, they cannot have
arbitrary attributes or be weakly referenced. See `issue 53
<https://github.com/zopefoundation/zodbpickle/issues/53 >`_.
- Add support for Python 3.8.
- Drop support for Python 3.4.
OBS-URL: https://build.opensuse.org/request/show/782894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=10
2020-03-09 11:01:11 +00:00
Tomáš Chvátal
b7657233eb
- Update to 1.0.4:
...
* Fix pickle corruption under certain conditions. See pull request 47.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=8
2019-06-17 11:12:16 +00:00
Tomáš Chvátal
eda597d087
Accepting request 692531 from home:mcalabkova:branches:devel:languages:python
...
- Update to 1.0.3
* Add support for Python 3.7.
* Fix a bug: zodbpickle.slowpickle assigned _Pickler to Unpickler.
OBS-URL: https://build.opensuse.org/request/show/692531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=5
2019-04-11 10:57:44 +00:00
Tomáš Chvátal
ef68185a08
- Update to 1.0.1:
...
* Fix a memory leak in pickle protocol 3 under Python 2. See issue 36.
* Add support for Jython 2.7.
* Add support for Python 3.5 and 3.6.
* Drop support for Python 2.6 and 3.2 and 3.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=3
2018-07-26 10:23:58 +00:00
bbf9351a10
Accepting request 508684 from home:alois:branches:devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/508684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=1
2017-07-07 12:59:27 +00:00