Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415111 - Version bump dev-python/msgpack-0.1.13
Summary: Version bump dev-python/msgpack-0.1.13
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 09:38 UTC by Dirkjan Ochtman (RETIRED)
Modified: 2013-01-03 03:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirkjan Ochtman (RETIRED) gentoo-dev 2012-05-08 09:38:42 UTC
Regression relative to 0.1.12:

 * Testing of dev-python/msgpack-0.1.13 with CPython 2.7...
PYTHONPATH=build/lib.linux-x86_64-2.7 nosetests --verbosity=1 -P -w test
.........................................E
======================================================================
ERROR: test_subtype.test_types
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/var/tmp/portage/dev-python/msgpack-0.1.13/work/msgpack-python-0.1.13-2.7/test/test_subtype.py", line 21, in test_types
    assert_equal(packb(dict()), packb(MyDict()))
  File "_msgpack.pyx", line 172, in msgpack._msgpack.packb (msgpack/_msgpack.c:2375)
  File "_msgpack.pyx", line 152, in msgpack._msgpack.Packer.pack (msgpack/_msgpack.c:2064)
  File "_msgpack.pyx", line 154, in msgpack._msgpack.Packer.pack (msgpack/_msgpack.c:1972)
  File "_msgpack.pyx", line 131, in msgpack._msgpack.Packer._pack (msgpack/_msgpack.c:1599)
TypeError: Expected dict, got MyDict

----------------------------------------------------------------------
Ran 42 tests in 0.103s
Comment 1 Johan Bergström 2012-05-08 11:38:46 UTC
I haven't come this far in my own testing yet. For python 2.5 issues, see http://jira.msgpack.org/browse/MSGPACK-73 - _so_ weird.
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-05-08 11:59:04 UTC
Yeah, I'm lazy and generally only test 2.7 and 3.2.
Comment 3 Johan Bergström 2013-01-03 03:12:27 UTC
0.2.1 and 0.2.2 already in tree. Closing.