Hi Fujita-San,

On 2016年11月14日 18:29, FUJITA Tomonori wrote:
> On Wed,  9 Nov 2016 14:17:10 +0900
> IWASE Yusuke <[email protected]> wrote:
>
>> I'm sorry for disturbing many times.
>>
>> This patch updates the v3 patches for resolving the missing
>> requirements without "optional requirements".
>> With v3 patch, tinyrpc will be missing without "optional
>> requirements" and v4 patch moves tinyrpc to pip-requires.
>> Also, v4 patch updates README.rst to use pip for resolving
>> dependencies when install Ryu from the source code.
>>
>> This patch updates the v2 patches for Kakuma-San comments.
>> v3 patch is fixed to include optional-requires in
>> install_venv.py.
>>
>> This patch updates the previous patches for Kakuma-San comments.
>> v2 patch separates test-requires into two files("test
>> requirements" and "optional requirements") and reverts the version
>> of some required packages.
>>
>> Currently, RPC requests using rpc_cli.py will crash on Python 3,
>> because the decoded string through msgpack-rpc is not str type
>> when the default encoding is not specified into msgpack.Unpacker.
>> The following fix to specify the encoding to msgpack.Packer/Unpacker
>> and enable to use Binary type when packing for the Python 3
>> compatibility.
>>
>> Also, the following patches include some improvements for wsgi.py
>> in the Pylint checks.
>>
>> IWASE Yusuke (10):
>>   protocols/bgp/base: Add missing __next__ method
>>   contrib: Revert module path to ryu.contrib
>>   wsgi: Use six.text_type instead of unicode
>>   wsgi: Reduce pylint warnings
>>   wsgi: Avoid using inspect.getargspec
>>   test_rpc: Use numbers.Integral instead of long type
>>   RPC: Specify encoding to msgpack.Packer/Unpacker
>>   pip: Separate test-requires
>>   docker_base: Add missing requirements for test-requires
>>   README: Use pip to resolve dependencies
>
> Thanks, applied #1-7. Can you update and post the rest?

Sure, I will update my patches and repost them.

Regards,
Iwase


------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to