15
0
forked from pool/python-ZODB
Commit Graph

7 Commits

Author SHA256 Message Date
Tomáš Chvátal
9aa05bbe02 - Disable tests for now as 16 of them fail
- Add patch to fix testsuite execution:
  * python-ZODB-testsuite.patch

- Version update to 5.4.0:
  * Dropped support for py3.3 and added support for new ones
  * ZODB now uses pickle protocol 3 for both Python 2 and Python 3.
  * The zodbpickle package provides a zodbpickle.binary string type that should be used in Python 2 to cause binary strings to be saved in a pickle binary format, so they can be loaded correctly in Python 3. Pickle protocol 3 is needed for this to work correctly.
  * Object identifiers in persistent references are saved as zodbpickle.binary strings in Python 2, so that they are loaded correctly in Python 3.
  * If an object is missing from the index while packing a FileStorage, report its full oid.
  * Storage imports are a bit faster.
  * Storages can be important from non-seekable sources, like file-wrapped pipes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=11
2018-07-26 10:44:12 +00:00
Todd R
681a870aa6 Accepting request 518770 from home:TheBlackCat:branches:devel:languages:python
- Fix doc package dependencies

OBS-URL: https://build.opensuse.org/request/show/518770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=9
2017-08-25 14:41:00 +00:00
0b9120b2e7 Accepting request 517043 from home:TheBlackCat:branches:devel:languages:python
Fix doc package dependency problem

OBS-URL: https://build.opensuse.org/request/show/517043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=8
2017-08-15 20:22:01 +00:00
36ffd4c964 Accepting request 508894 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/508894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=7
2017-07-08 09:14:05 +00:00
e92c8724bf Accepting request 307288 from home:benoit_monin:branches:devel:languages:python
- update to version 4.1.0
- drop fix-for-upstream-test.patch: fixed upstream
- delete backup files in sources
- remove unwanted shebang in python file
- do not set the executable bit of python files
- pass -q to the test to avoid spamming the build log

OBS-URL: https://build.opensuse.org/request/show/307288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=5
2015-05-16 15:34:18 +00:00
0fa13c0cca Accepting request 220585 from home:poorboywilly:branches:devel:languages:python
Fix tests during build, fix old package URL, update to 4.0.0.

OBS-URL: https://build.opensuse.org/request/show/220585
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=3
2014-02-01 23:57:35 +00:00
Sascha Peilicke
d98be7774e Accepting request 186458 from home:frispete:python
don't package PKG-INFO

OBS-URL: https://build.opensuse.org/request/show/186458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=1
2013-08-12 08:38:52 +00:00