File galera-python-clustercheck.changes of Package galera-python-clustercheck
-------------------------------------------------------------------
Mon Aug 05 08:43:12 UTC 2019 - opensuse-packaging@opensuse.org
- Rebased patches:
+ 0001-Use-strings-when-setting-X-Cache-header.patch dropped (merged upstream)
-------------------------------------------------------------------
Mon Aug 05 08:43:12 UTC 2019 - tbechtold@suse.com
- Update to version 0.0+git.1564756563.b7bd185:
* Update README.md (#37)
* Use strings when setting X-Cache header (#35)
-------------------------------------------------------------------
Thu Jul 4 15:23:06 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Add 0001-Use-strings-when-setting-X-Cache-header.patch
Fixes a problem with Twisted versions where headers values
must be strings, not bools.
-------------------------------------------------------------------
Thu Jul 04 12:27:28 UTC 2019 - tbechtold@suse.com
- Update to version 0.0+git.1562242499.36b8b64 (bsc#1122053):
* Add optional systemd ready and watchdog support
* Drop unneeded check for "conn"
* Reset last_query_response when the cache needs to be updated
* Drop unneeded "conn" var initialization
* Move respone header generation to own function
* Use None as default result
* Drop opts.being_updated variable
* Use contextmanager for DB connection
* Refactor DB method to get WSREP local state
* Refactor method to get readonly DB status
* pep8: Fix E712 comparison to False should be 'if cond is False:'
* pep8: Fix E305 expected 2 blank lines after class or function def
* pep8: Fix E124 closing bracket does not match visual indentation
* pep8: Fix E251 unexpected spaces around keyword / parameter equals
* pep8: Fix E262 inline comment should start with '# '
* pep8: Fix E261 at least two spaces before inline comment
* pep8: Fix F841 local variable is assigned to but never used
* pep8: Fix E302 expected 2 blank lines, found 1
* pep8: Fix E265 block comment should start with '# '
* pep8: Fix E231 missing whitespace after ','
* pep8: Fix E999 SyntaxError: invalid syntax
* pep8: Fix F821 undefined name
* pep8: Fix E225 missing whitespace around operator
* pep8: Fix E221 multiple spaces before operator
* pep8: Fix F401 module imported but unused
* Add clustercheck to console_scripts
* Add basic test infrastructure and a first pep8 job
* Fix exception handling for pymysql exception
* Readd argparse usage
* Fix installation requirements
* Add read timeout to prevent connection hanging forever
* Exclude benchmark/ directory when creating sdist tarball
* Use argparse instead of optparse
* Add basic logging infrastructure
* Add a standard setup.py file
* Catch all query exceptions
* Switch to PyMySQL
- Drop pymysql.patch and readtimeout.patch. Both merged upstream.
- Use systemd service type=notify which is now supported upstream
- Use systemd watchdog which is now supported upstream
- Add python-setuptools and python-setuptools_scm as BuildRequires
-------------------------------------------------------------------
Tue Feb 26 10:02:07 UTC 2019 - doreilly@suse.com
- readtimeout.patch: Add socket read timeout (bsc#1122053)
-------------------------------------------------------------------
Tue Oct 17 13:09:00 UTC 2017 - jhesketh@suse.com
- pymysql.patch: Use PyMySQL instead of MySQLdb
-------------------------------------------------------------------
Mon Oct 2 11:31:34 UTC 2017 - mpluskal@suse.com
- Packaging cleanup
-------------------------------------------------------------------
Thu Sep 28 07:01:21 UTC 2017 - jhesketh@suse.com
- Update to version 0.0+git.1506329536.8f5878c:
* Reimplementation of caching as a requirement, added additional X-Cache information headers and Server version headers additional benchmark results with caching in place
* Updated python twisted requirements;
* Mirror functionality of xinetd script and provide the option to mark a node as unavailable when read_only is enabled; this option is passed as -r / --disable-when-readonly and is disabled by default
* Added two additional benchmarks with 5 x 100 thread pools for clearer distinction between SimpleHTTP and twisted
* add support for OPTIONS request
* add init script/sysconfig file and rpm specfile template
* WIP checkin for sysvinit work; THIS IS NOT PRODUCTION READY!
* typo correction
* fixing issue #12
* Adding LICENSE to twisted branch
-------------------------------------------------------------------
Tue Sep 26 04:28:59 UTC 2017 - jhesketh@suse.com
- Initial package of twisted branch