14
0

19 Commits

Author SHA256 Message Date
b147e7e076 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
4c9f7cd44a - 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
945bf9a33f - 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
fd92356232 - 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
f533583cfb - 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
3d2446ee20 - 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
b1f9d9dbe1 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
584e01798d 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
7bcc46548b 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
e9c24d1d13 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
44dcb10917 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
c7b215acba 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
6bffe62596 - 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
4e7aaf767c 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
42a028af72 - 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
85ef158fab Accepting request 693249 from home:mcalabkova:branches:devel:languages:python
symlinking fdupes fixed, please supersede that sr to Factory

OBS-URL: https://build.opensuse.org/request/show/693249
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zodbpickle?expand=0&rev=6
2019-04-11 13:07:54 +00:00
Tomáš Chvátal
1fb878f478 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
34126f6c2b - 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
Thomas Bechtold
ed4e077a65 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