Next | Query returned 40 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2018-01-09 06:20:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-msgpack: updated to 0.5.0

0.5.0
There are some deprecations. Please read changes carefully.

Changes
* Drop Python 2.6 and ~3.4 support. Python 2.7 and 3.5+ are supported.
* Deprecate useless custom exceptions. Use ValueError instead of PackValueError, \ 
Exception instead of PackException and UnpackException, etc... See \ 
msgpack/exceptions.py
* Add strict_types option to packer. It can be used to serialize subclass of \ 
builtin types. For example, when packing object which type is subclass of dict, \ 
default() is called. default() is called for tuple too.
* Pure Python implementation supports packing memoryview object.
* Support packing bytearray.
* Add Unpacker.tell(). And write_bytes option is deprecated.

Bugs fixed
* Fixed zero length raw can't be decoded when encoding is specified.
   2017-11-06 14:34:45 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-msgpack: follow redirect
   2017-05-11 13:12:44 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 0.4.8:
Bug fixes.
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-22 16:34:49 by Benny Siegert | Files touched by this commit (2)
Log message:
Update msgpack-python to 0.4.6.

0.4.6
=====
:release date: 2015-03-13

Bugs fixed
----------

* fallback.Unpacker: Fix Data corruption when OutOfData.
  This bug only affects "Streaming unpacking."

0.4.5
=====
:release date: 2015-01-25

Bugs fixed
----------

* Fix test failure on pytest 2.3.  (by @ktdreyer)
* Fix typos in ChangeLog.  (Thanks to @dmick)
* Improve README.rst  (by @msabramo)
   2015-03-15 19:46:56 by Hiramatsu Yoshifumi | Files touched by this commit (14)
Log message:
Set MAINTAINER to pkgsrc-users.
   2015-01-19 13:31:11 by OBATA Akio | Files touched by this commit (2)
Log message:
Update msgpack-python to 0.4.4.

0.4.4
=====
:release date: 2015-01-09

Incompatible Changes
--------------------

Changes
-------

Bugs fixed
----------

* Fix compile error.

0.4.3
=====
:release date: 2015-01-07

Incompatible Changes
--------------------

Changes
-------

Bugs fixed
----------

* Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101)
* Build failed on Windows Python 2.7.
   2015-01-02 05:37:56 by OBATA Akio | Files touched by this commit (1)
Log message:
Drop dependency on devel/msgpack, its header may not match to this extension,
and not required because using builtin one.

Requested by Jonathan Buschmann via private mail.
   2014-12-31 14:57:34 by Thomas Klausner | Files touched by this commit (125)
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Next | Query returned 40 messages, browsing 21 to 30 | Previous