mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/cbor: Fix test failure bug 719648
Adds trivial patches to main code, fixes test_cbor.py test_sortkeys() wrongly assuming dictionary keys may not always be sorted when added in sorted order. Fix the test phase not finding the c extension module. Update metadata.xml to github repo. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<name>Brian Olson</name>
|
||||
</maintainer>
|
||||
<remote-id type="pypi">cbor</remote-id>
|
||||
<remote-id type="bitbucket">bodhisnarkva/cbor</remote-id>
|
||||
<remote-id type="github">brianolson/cbor_py</remote-id>
|
||||
</upstream>
|
||||
<longdescription>An implementation of RFC 7049 - Concise Binary Object
|
||||
Representation (CBOR). CBOR is comparable to JSON, has a superset of
|
||||
|
||||
Reference in New Issue
Block a user