15
0
forked from pool/python-Durus

- Update to 4.2:

* Use setuptools.
  * Set zip_safe to False.
  * Remove reference to DurusWorks.
  * Use python3 for scripts.
  * Small optimization for setting _p_* attributes.
  * Pickler.clear_memo() can get slow.  Work-around that issue.
  * When finishing FileStorage commit, log file size.
  * Order pack todo queue by file offset.
  * Add support for an inherited server socket.
  * Improve db_to_py3k.py script.
  * Move scripts to 'bin' directory.
  * Define separate methods for PersistentSet.
  * Add --storage-class option to 'durus' command line tool.
  * Fix suble bug in FileStorage2 packer.
  * Add create_from_records() method.
  * Restore DFS20 file storage format.
- Remove nose from BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Durus?expand=0&rev=16
This commit is contained in:
2021-10-28 03:39:26 +00:00
committed by Git OBS Bridge
parent a9999d5931
commit a4decf09d7
4 changed files with 33 additions and 9 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Oct 28 03:37:51 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.2:
* Use setuptools.
* Set zip_safe to False.
* Remove reference to DurusWorks.
* Use python3 for scripts.
* Small optimization for setting _p_* attributes.
* Pickler.clear_memo() can get slow. Work-around that issue.
* When finishing FileStorage commit, log file size.
* Order pack todo queue by file offset.
* Add support for an inherited server socket.
* Improve db_to_py3k.py script.
* Move scripts to 'bin' directory.
* Define separate methods for PersistentSet.
* Add --storage-class option to 'durus' command line tool.
* Fix suble bug in FileStorage2 packer.
* Add create_from_records() method.
* Restore DFS20 file storage format.
- Remove nose from BuildRequires.
-------------------------------------------------------------------
Thu Sep 10 15:31:40 UTC 2020 - pgajdos@suse.com