15
0
forked from pool/python-ZODB

Accepting request 1001790 from home:yarunachalam:branches:devel:languages:python

- Renamed doc dir to docs in spec

- Update to 5.7.0: 
  * Fix TypeError: can't concat str to bytes when running fsoids.py script with Python 3. See issue 350.
  * Readd transaction size information to fsdump output; adapt fsstats to fsdump's exchanged order for
    size and class information in data records; (fixes #354 <https://github.com/zopefoundation/ZODB/issues/354>_).
    Make ``fsdump` callable via Python's -m command line option.
  * Fix UnboundLocalError when running fsoids.py script. See issue 285.
  * Rework fsrefs script to work significantly faster by optimizing how it does IO. See PR 340.
  * Require Python 3 to build the documentation.
  * Fix deprecation warnings occurring on Python 3.10.
  * Add support for Python 3.9 and 3.10.

OBS-URL: https://build.opensuse.org/request/show/1001790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZODB?expand=0&rev=22
This commit is contained in:
2022-09-08 15:51:29 +00:00
committed by Git OBS Bridge
parent c70b9ae13a
commit 3dbb95d6d8
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4654fb543393533291cfbf8adfb4ea2658ff385871d4b926d725508142cb07fe
size 516570

3
ZODB-5.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa40bbc05ecda1ec2435cd0c6dd02a13b7698460558a4604366f6a0a68401cd3
size 519705

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Sep 7 16:00:22 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Renamed doc dir to docs in spec
-------------------------------------------------------------------
Wed Sep 7 15:57:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 5.7.0:
* Fix TypeError: can't concat str to bytes when running fsoids.py script with Python 3. See issue 350.
* Readd transaction size information to fsdump output; adapt fsstats to fsdump's exchanged order for
size and class information in data records; (fixes #354 <https://github.com/zopefoundation/ZODB/issues/354>_).
Make ``fsdump` callable via Python's -m command line option.
* Fix UnboundLocalError when running fsoids.py script. See issue 285.
* Rework fsrefs script to work significantly faster by optimizing how it does IO. See PR 340.
* Require Python 3 to build the documentation.
* Fix deprecation warnings occurring on Python 3.10.
* Add support for Python 3.9 and 3.10.
-------------------------------------------------------------------
Thu Apr 14 08:57:22 UTC 2022 - pgajdos@suse.com

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ZODB
Version: 5.6.0
Version: 5.7.0
Release: 0
Summary: Zope Object Database: object database and persistence
License: ZPL-2.1
@@ -110,6 +110,6 @@ rm -f src/ZODB/tests/testdocumentation.py
%python_alternative %{_bindir}/repozo
%files -n %{name}-doc
%doc doc/
%doc docs/
%changelog