15
0
forked from pool/python-ZEO
Files
python-ZEO/python-ZEO.changes

112 lines
4.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Mon Mar 16 06:36:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
-------------------------------------------------------------------
Fri Mar 29 09:48:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Remove msgpack restriction to < 0.6 release
-------------------------------------------------------------------
Mon Mar 4 14:10:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 5.2.1:
* Add support for Python 3.7.
* Switch from msgpack-python to msgpack. Currently a version < 0.6 is required.
* Stop calling the deprecated checkSecure method when creating a ClientStorage. With ZODB 5.2.2 and above, this issued a warning. With older versions, this could issue a log message, but this was considered a misfeature. See issue 134.
-------------------------------------------------------------------
Tue Jul 31 09:11:23 UTC 2018 - tchvatal@suse.com
- Add zdaemon as test dependency
-------------------------------------------------------------------
Wed May 2 08:29:57 UTC 2018 - tchvatal@suse.com
- Change url to match up with upstream
- Update to release 5.2.0:
* Fixed: The quickstart/ad-hoc/play ZEO server relied on test
dependencies. See `issue 105
<https://github.com/zopefoundation/ZEO/issues/105>`_.
* Disallow passing strings as addresses to ClientStorage under Windows
because string addresses are used for unix-domain sockets, which
aren't supported on Windows. See `issue 107
<https://github.com/zopefoundation/ZEO/issues/107>`_.
* Renamed all ``async`` attributes to ``async_`` for compatibility
with Python 3.7. See `issue 104
<https://github.com/zopefoundation/ZEO/issues/104>`_.
* Fixed to work with some changes made in ZODB 5.4.0.
Client-side updates are incuded for ZODB 5.4.0 or databases that
already had ``zodbpickle.binary`` OIDs. See `issue 113
<https://github.com/zopefoundation/ZEO/issues/113>`_.
* ZEO now uses pickle protocol 3 for both Python 2 and Python 3.
(Previously protocol 1 was used for Python 2.) This matches the
change in ZODB 5.4.0.
- Drop the docs as they are present on web and fail to build with
current sphinx
-------------------------------------------------------------------
Fri Sep 15 17:57:56 UTC 2017 - toddrme2178@gmail.com
- Fix python-trollius detection
-------------------------------------------------------------------
Fri Aug 25 11:55:40 UTC 2017 - toddrme2178@gmail.com
- Fix doc package dependencies
-------------------------------------------------------------------
Mon Jul 17 17:56:44 UTC 2017 - toddrme2178@gmail.com
- Use same package names from requires and buildrequires to avoid
packaging issues.
-------------------------------------------------------------------
Sun Jul 9 06:01:33 UTC 2017 - aloisio@gmx.com
- Update to version 5.1.0 (see CHANGES.rst)
- Converted to single-spec
- Added python-ZEO-rpmlintrc
- Enabled tests
-------------------------------------------------------------------
Fri May 15 09:53:55 UTC 2015 - benoit.monin@gmx.fr
- update to version 4.1.0:
* Add support for Python 3.4.
* Added a new ruok client protocol for getting server status on
the ZEO port without creating a full-blown client connection
and without logging in the server log.
* Log errors on server side even if using multi threaded delay.
- additional changes from version 4.0.0:
* Avoid reading excess random bytes when setting up an
auth_digest session.
* Optimize socket address enumeration in ZEO client (avoid
non-TCP types).
* Improve Travis CI testing support.
* Assign names to all threads for better runtime debugging.
* Fix "assignment to keyword" error under Py3k in
ZEO.scripts.zeoqueue.
- delete backup files found in the sources
- remove unwanted shebang of python files
- do not set the executable bit of python files
- fix update-alternatives: add %{_sysconfdir}/alternatives/...
- add new binary zeo-nagios
- update documentation files: changed upstream
-------------------------------------------------------------------
Sat Nov 08 17:19:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in pre script
-------------------------------------------------------------------
Tue Sep 10 08:24:46 UTC 2013 - hpj@urpla.net
- package supports update-alternatives now
-------------------------------------------------------------------
Tue Aug 6 23:38:03 UTC 2013 - hpj@urpla.net
- version 4.0.0b1: initial build