From 7c8c24640b6e36535b2a19c69a0eaf9323f8cfb1 Mon Sep 17 00:00:00 2001 From: Sergei Voronezhskii Date: Tue, 16 Oct 2018 13:10:41 +0300 Subject: [PATCH] update tarantool-python connector * Inconnect bug fix * Disable reconnect in reconnect * Return socket to blocked mode under windows * Windows WSAEWOULDBLOCK added * Next try to remotely fix Windows bug * Fix for Windows reconnect error * Win fix * Fix for tarantool 1.10.x * Fix bytes<->str Python 3 mess * Removed yakkety * Fixing support for new schema type (dict) * Fix tests for test_schema (space count is changed over time) * Use repr() for string representation of tuples * Enable uploading to 1.8 repository * Build on el6/7 now works fine, remove yaml dependency * Adding support for UNIX sockets * Get rid of YAML dependency (partly, still left in tests) * Implement call of 1.7 and make it the main one * Remove six as dependency + pylint * Fix tox compatibility * Add support for field names in update/upsert * RPM: fix Name: tag * Travis CI: update to the latest version of .travis.yml * Execute build matrix on a flyweight node * Added Jenkinsfile for Jenkins-based CI * Add type float for check_key * Enable builds for Tarantool 1.7 * Cleanup: fix errors, mistypes and PEP8 violations * Remove Fedora 22 (EOL), add Fedora 24 * Reload schema on changin of tarantool schema_id value. * Mention that driver is sync in README * Bad iterator type. closes gh-77 * Add tox for multi-python testing, fix python3 bug * Fix for big size of package. closes gh-72 * Change select with empty key semantics * Update const.py * Fix for TypeError: cannot concatenate 'str' and 'Response' objects * Fix work with socket on windows Fixes #126 --- lib/tarantool-python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tarantool-python b/lib/tarantool-python index e0a28cb2..cbb09e09 160000 --- a/lib/tarantool-python +++ b/lib/tarantool-python @@ -1 +1 @@ -Subproject commit e0a28cb277aa394a5b79709f39ad038466d7f12d +Subproject commit cbb09e09e3a010bca14eea6d2c0b61fec6fd545f