Commit Graph

179 Commits

Author SHA1 Message Date
D. Bohdan f951875f33 refactor: remove code for Python 2 2020-09-15 09:49:54 +00:00
D. Bohdan ab727c2cf4 docs(readme): simplify phrase in "Wrappers" 2020-09-15 09:30:38 +00:00
D. Bohdan cc88c5c79e docs(readme): update known limitations 2020-09-15 09:27:46 +00:00
D. Bohdan 5b631d5e14 fix(toml): catch TOML binary data encoding error 2020-09-15 09:11:24 +00:00
D. Bohdan 5e477a5db2 fix(yaml): catch YAML encoder errors 2020-09-15 09:11:09 +00:00
D. Bohdan 5d74867975 ci(travis): add Python 3.9 2020-09-15 09:11:09 +00:00
D. Bohdan 61d57795d9 refactor: drop Python 2.7, Python 3.5 2020-09-15 08:58:39 +00:00
D. Bohdan 778057b519 docs(readme): remove CI badges
With the build status indicator on GitHub they are redundant.
2020-09-15 08:58:28 +00:00
D. Bohdan b17e963565 build(gitattributes): add .gitattributes 2020-09-15 08:38:29 +00:00
D. Bohdan 2cd1bfcace feat(toml): support TOML 1.0.0-rc1
Switch from pytoml to TOML Kit.
2020-09-15 08:36:40 +00:00
D. Bohdan f70d112bf5 refactor(tests): replace camelCase w/ snake_case
Remove the unused function transformDateToIso().
2020-07-30 09:21:47 +00:00
D. Bohdan 9ff68f3fc0 refactor: move traverse() to tests 2020-07-30 09:15:31 +00:00
D. Bohdan bf03a22ae8 docs(readme/wrappers): mention CBOR in section 2020-06-02 20:58:29 +00:00
D. Bohdan 5528389120 build: remove MANIFEST.in 2020-06-02 20:53:56 +00:00
D. Bohdan f9cba66161 build(poetry): add poetry.lock 2020-06-02 20:52:57 +00:00
D. Bohdan dea4f2d871 ci(travis): enable Python 3.8 2020-06-02 20:43:20 +00:00
D. Bohdan 7bd77e2ec7 build: remove requirements.txt 2020-06-02 20:41:41 +00:00
D. Bohdan db99504a0c docs(readme): upd dev version install instructions 2020-06-02 20:39:00 +00:00
D. Bohdan 62333dcaad ci(travis): temp disable Python 3.8 due to SIGSEGV 2020-06-02 20:27:07 +00:00
D. Bohdan be3c6fc9be build(tests): migrate to pytest 2020-06-02 20:23:37 +00:00
D. Bohdan 9e1cde34c9 fix(cbor): catch correct exception 2020-06-02 20:03:25 +00:00
D. Bohdan 52c25319e0 build(deps): update dependencies 2020-06-02 20:03:19 +00:00
D. Bohdan 91e2420735 build: migrate to Poetry
v0.13.0
2020-06-02 20:03:15 +00:00
D. Bohdan ef6f61adda fix(cli): put CBOR before JSON 2020-03-13 19:45:50 +00:00
D. Bohdan 901d066ea9 chore(*): bump version to 0.12.0 2020-03-13 16:56:11 +00:00
D. Bohdan 84b24f6f61 ci(travis): add Python 3.8 2020-03-13 16:54:35 +00:00
D. Bohdan 233a89be7a ci(appveyor): drop Python 3.5 and add 3.8 2020-03-13 16:54:30 +00:00
Felipe Gasper 79437388f0 test(cbor): skip json2cbor in Python 2 2020-03-13 16:44:58 +00:00
Felipe Gasper c090a71724 docs(readme): list CBOR before JSON 2020-03-13 16:44:26 +00:00
Felipe Gasper 9638e82981 test(cbor): restore Python 2 compat
List CBOR before JSON and the others in the docs.
2020-03-13 16:42:50 +00:00
Felipe Gasper 688b47a106 build(reqs): switch to cbor2 2020-03-13 16:42:14 +00:00
Felipe Gasper 9789af5f89 test(cbor): add another test
Update the README.
2020-03-13 16:41:20 +00:00
Felipe Gasper 78382e13a8 feat(cbor): switch to cbor2; add tests 2020-03-13 16:41:09 +00:00
Felipe Gasper 4c63f4a852 feat(cbor): start work on CBOR 2020-03-13 16:40:54 +00:00
D. Bohdan ada67f2f97 docs: update copyright 2020-03-11 08:00:37 +00:00
D. Bohdan d7831ca998 fix(cli): fix description of output argument 2020-03-11 08:00:37 +00:00
dbohdan e08d5b6b04 docs(readme): mention MessagePack in Wrappers 2019-11-02 08:06:58 +00:00
dbohdan 96a092dc64 docs(readme): reorder formats in introduction 2019-08-19 14:16:42 +00:00
dbohdan a83529fd90 docs(readme): add remark about binary YAML and Py2 2019-08-04 09:48:26 +00:00
dbohdan 2a3bc879c5 chore(setup): fix missing remarshal console script
v0.11.2
2019-07-19 08:46:01 +00:00
dbohdan 546b581f33 chore(appveyor): fix always testing with Python 2 2019-07-19 08:37:34 +00:00
dbohdan 6e579011f1 test: add missing tests/bin.{msgpack,yml} 2019-07-19 08:21:11 +00:00
dbohdan add3747bb4 docs(readme): mention new derivs of example file 2019-07-19 08:19:18 +00:00
dbohdan 54dd39e7ba fix: handle binary conv errors in Python 3
v0.11.1
2019-07-19 08:15:41 +00:00
dbohdan 7607febf17 chore(appveyor): bump version to 0.11.0 2019-07-19 07:43:30 +00:00
dbohdan b84ac518e6 style: consistently indent multiline function args
Add a mention of MessagePack to the program description in
the help message.
2019-07-19 07:41:07 +00:00
dbohdan 101faaf7b1 fix(yaml): convert YAML strs to unicode in Py2
This allows us to get rid of unicode() conversion of strs before
MessagePack encoding.
2019-07-18 19:55:43 +00:00
dbohdan 8dc0018212 docs(readme): add known limitations 2019-07-18 19:24:51 +00:00
dbohdan 32a3f9c627 fix(msgpack): encode Python 2 strs as strings 2019-07-18 19:24:51 +00:00
dbohdan f587cbde52 feat(msgpack): implement MessagePack support 2019-07-18 18:39:10 +00:00