summaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch-async (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-07-131-2/+3
|
* Update to 6.2.0Sunpoet Po-Chuan Hsieh2018-08-112-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-py-async/commits/master
* Update to 6.1.0Sunpoet Po-Chuan Hsieh2018-06-242-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-py-async/commits/master
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-6/+6
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Sort TEST_DEPENDSSunpoet Po-Chuan Hsieh2018-05-151-3/+3
|
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
* Add py-elasticsearch-async 6.0.0Sunpoet Po-Chuan Hsieh2018-04-093-0/+36
This is an adapter for elasticsearch providing a transport layer based on Python's asyncio module. All API calls now return a future wrapping the response. WWW: https://pypi.python.org/pypi/elasticsearch-async WWW: https://github.com/elastic/elasticsearch-py-async