15
0
forked from pool/python-gear

- update to 0.11.1:

* Make workers admin command py3 safe
  * server: make stats more efficient
  * Add a send lock to the base Connection class
  * Server: support background jobs
  * Fix exception setter
  * Provide TextJob and TextWorker for convenience
  * Uncap pbr dependency
  * Update hacking dependency
  * Replace assertEquals with assertEqual
  * Make Job.name assume utf-8
  * Ignore E129
  * Move py27 after py34 and py35
  * Re-enable flake8
  * Add py35 to tox.ini default envs
  * Move other-requirements.txt to bindep.txt
  * Remove discover from test-requirements
  * Add test for AdminRequest.isComplete
  * Parse admin requests 2880 times faster
  * Geard: Handle connections closed while sending
  * Support TCP keepalives in geard
  * List system dependencies for running common tests
  * Do not encode the type (b) in the job name
  * Bump version requirement for pbr
  * Remove vestigal hook entry from setup.cfg
  * Remove py26 from tox.ini
  * Switch to six for configparser
  * Do not change object size when iterating
  * Allow setting a timeout for Client.waitForServer()
  * Remove shebang as the script is managed by an entry\_point

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gear?expand=0&rev=2
This commit is contained in:
2018-03-23 15:01:32 +00:00
committed by Git OBS Bridge
parent c5929281bd
commit ada6c5022c
4 changed files with 67 additions and 13 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Fri Mar 23 14:55:46 UTC 2018 - tbechtold@suse.com
- update to 0.11.1:
* Make workers admin command py3 safe
* server: make stats more efficient
* Add a send lock to the base Connection class
* Server: support background jobs
* Fix exception setter
* Provide TextJob and TextWorker for convenience
* Uncap pbr dependency
* Update hacking dependency
* Replace assertEquals with assertEqual
* Make Job.name assume utf-8
* Ignore E129
* Move py27 after py34 and py35
* Re-enable flake8
* Add py35 to tox.ini default envs
* Move other-requirements.txt to bindep.txt
* Remove discover from test-requirements
* Add test for AdminRequest.isComplete
* Parse admin requests 2880 times faster
* Geard: Handle connections closed while sending
* Support TCP keepalives in geard
* List system dependencies for running common tests
* Do not encode the type (b) in the job name
* Bump version requirement for pbr
* Remove vestigal hook entry from setup.cfg
* Remove py26 from tox.ini
* Switch to six for configparser
* Do not change object size when iterating
* Allow setting a timeout for Client.waitForServer()
* Remove shebang as the script is managed by an entry\_point
* Guard against double shutdown in client
* Remove argparse from requirements
* Deprecated tox -downloadcache option removed
* Add a test for worker termination
- Switch to singlespec
-------------------------------------------------------------------
Mon Dec 7 14:44:52 UTC 2015 - tbechtold@suse.com