Skip to content

Commit 77f3c0e

Browse files
committed
Update cbor-edn package to 1.1.0
1 parent 98986ee commit 77f3c0e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/cbor-diag/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package:
22
name: cbor-diag
3-
version: 1.0.1
3+
version: 1.1.0
44
top-level:
55
- cbor_diag
66
source:
7-
url: https://files.pythonhosted.org/packages/94/87/29ce613f876cd0ceb99ed1db71f7e3d90460c1babd2133ce30f18d5f540d/cbor_diag-1.0.1.tar.gz
8-
sha256: 77e25a27681d59b0074a07aa494da0ab71f0ea6a826a2fd28167048d08a7ebcc
7+
url: https://files.pythonhosted.org/packages/db/f6/9921162053f195eaa7e22cae9172e0d3bdda62282d76480163d1de872f35/cbor_diag-1.1.0.tar.gz
8+
sha256: 78a85ab1165c43d224dc6b93e1ee791aec2f392c55d219d11937f78974f4e6c3
99
build:
1010
script: |
1111
cargo update -p proc-macro2 --precise 1.0.60

packages/cbor-diag/test_cbor_diag.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
def test_cbor_diag(selenium_standalone):
66
from cbor_diag import diag2cbor
77

8-
assert diag2cbor('{1: "hello"}') == bytes.fromhex("a1016568656c6c6f")
8+
assert diag2cbor("{1: test'hello'}", to999=True) == bytes.fromhex(
9+
"a101d903e78264746573746568656c6c6f"
10+
)

0 commit comments

Comments
 (0)