Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-jsonrpc-server | name : python-jsonrpc-server | ||||
| version : 0.3.4 | version : 0.4.0 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://files.pythonhosted.org/packages/0b/ed/ce08d4ba6048a54935797f1fcc63ce30135475cfc858778c286a0be21433/python-jsonrpc-server-0.3.4.tar.gz : c73bf5495c9dd4d2f902755bedeb6da5afe778e0beee82f0e195c4655352fe37 | - https://files.pythonhosted.org/packages/source/p/python-jsonrpc-server/python-jsonrpc-server-0.4.0.tar.gz : 62c543e541f101ec5b57dc654efc212d2c2e3ea47ff6f54b2e7dcb36ecf20595 | ||||
| homepage : https://github.com/palantir/python-jsonrpc-server | homepage : https://github.com/palantir/python-jsonrpc-server | ||||
| license : MIT | license : MIT | ||||
| component : programming.python | component : programming.python | ||||
| summary : Python library implementing asynchronous JSON RPC server | summary : Python library implementing asynchronous JSON RPC server | ||||
| description: | | description: | | ||||
| Python library implementing asynchronous JSON RPC server | Python library implementing asynchronous JSON RPC server | ||||
| builddeps : | builddeps : | ||||
| - pycodestyle | - pycodestyle | ||||
| - pyflakes | - pyflakes | ||||
| - pylint | - pylint | ||||
| - python-mock | - python-mock | ||||
| - python-pytest-cov | - python-pytest-cov | ||||
| - python-ujson | - python-ujson | ||||
| rundeps : | rundeps : | ||||
| - python-ujson | - python-ujson | ||||
| setup : | | |||||
| # remove ujson version | |||||
| sed -i 's/ujson<=1.35;/ujson;/' setup.py | |||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| check : | | check : | | ||||
| # ignore tests not compatible with current python versions | %python3_test py.test3 -v | ||||
| %python3_test py.test3 -v -k 'not test_writer_bad_message' | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.