]> code.ossystems Code Review - openembedded-core.git/commit
python3-pathlib2: upgrade 2.3.5 -> 2.3.6
authorzhengruoqin <zhengrq.fnst@fujitsu.com>
Thu, 8 Jul 2021 01:14:30 +0000 (09:14 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 9 Jul 2021 09:38:37 +0000 (11:38 +0200)
commit8d04a6c01bf367eb1cb88fd34768a024c369216a
tree91e9c74f46f6b66ddfa0809f5dcf7969fa580303
parentdf987d673c933c1040a86a863d00387df7c550cc
python3-pathlib2: upgrade 2.3.5 -> 2.3.6

License-Update: file format changed from "ASCII text" to
"ASCII text, with CRLF line terminators"

Version 2.3.6
^^^^^^^^^^^^^

- Fix minor unicode bugs in with_name and with_suffix. Many thanks to
  ppentchev for reporting and for providing a fix.

- Fix a few minor bugs.

- Allow unicode file paths on systems that support it
  (note: unicode file paths will not work on Windows
  due a broken filesystem encoder on Windows on Python 2).

- Remove travis and add github actions for regression testing.

- Fix mypy warnings.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-pathlib2_2.3.6.bb [moved from meta/recipes-devtools/python/python3-pathlib2_2.3.5.bb with 52% similarity]