<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/msgpack, branch ci</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/'/>
<entry>
<title>Usef `__BYTE_ORDER__` instead of `__BYTE_ORDER` (#513)</title>
<updated>2022-08-02T04:19:56+00:00</updated>
<author>
<name>Jakub Kulík</name>
<email>Kulikjak@gmail.com</email>
</author>
<published>2022-08-02T04:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=9d45926a596028e39ec59dd909a56eb5e9e8fee7'/>
<id>9d45926a596028e39ec59dd909a56eb5e9e8fee7</id>
<content type='text'>
__BYTE_ORDER__ is common predefined macro available on at least gcc and clang.
__BYTE_ORDER is macro defined in platform specific headers.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__BYTE_ORDER__ is common predefined macro available on at least gcc and clang.
__BYTE_ORDER is macro defined in platform specific headers.</pre>
</div>
</content>
</entry>
<entry>
<title>Release v1.0.4 (#509)</title>
<updated>2022-06-03T04:46:51+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2022-06-03T04:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=b5acfd53833c3dbd379e539cc6e540cec83d0a99'/>
<id>b5acfd53833c3dbd379e539cc6e540cec83d0a99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.0.4rc1</title>
<updated>2022-05-25T01:00:57+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2022-05-25T01:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=a34dc945bfe39c1f2f91af2403d906069613ea41'/>
<id>a34dc945bfe39c1f2f91af2403d906069613ea41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Unpacker max_buffer_length handling (#506)</title>
<updated>2022-05-24T10:46:51+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2022-05-24T10:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=500a238028bdebe123b502b07769578b5f0e8a3a'/>
<id>500a238028bdebe123b502b07769578b5f0e8a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PyFloat_Pack8() on Python 3.11a7 (#499)</title>
<updated>2022-03-14T02:23:11+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2022-03-14T02:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=849c8063817894f7dba166a19fbdbb9ffd8c2b80'/>
<id>849c8063817894f7dba166a19fbdbb9ffd8c2b80</id>
<content type='text'>
Python 3.11a7 adds public functions:

* PyFloat_Pack4(), PyFloat_Pack8()
* PyFloat_Unpack4(), PyFloat_Unpack8()

https://bugs.python.org/issue46906</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.11a7 adds public functions:

* PyFloat_Pack4(), PyFloat_Pack8()
* PyFloat_Unpack4(), PyFloat_Unpack8()

https://bugs.python.org/issue46906</pre>
</div>
</content>
</entry>
<entry>
<title>Update setuptools and black (#498)</title>
<updated>2022-03-03T03:29:55+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2022-03-03T03:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=cb50b2081b21e5cb4a364d292f55092c98aa1a6f'/>
<id>cb50b2081b21e5cb4a364d292f55092c98aa1a6f</id>
<content type='text'>
* Use setuptools
* Use black==22.1.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use setuptools
* Use black==22.1.0</pre>
</div>
</content>
</entry>
<entry>
<title>Don't define __*_ENDIAN__ macro on Unix. (#495)</title>
<updated>2022-01-19T05:42:28+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2022-01-19T05:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=89ea57747ebcb0fad004a92ab00ebf13c10b2d51'/>
<id>89ea57747ebcb0fad004a92ab00ebf13c10b2d51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release v1.0.3 (#491)</title>
<updated>2021-11-24T07:18:17+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-24T07:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=6129789e9f6ebccdb19b23c2cd1dc9551e57fc53'/>
<id>6129789e9f6ebccdb19b23c2cd1dc9551e57fc53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>black</title>
<updated>2021-11-17T02:03:06+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-17T02:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=e29b423de71cb6da323bce8742b1328603a7f9be'/>
<id>e29b423de71cb6da323bce8742b1328603a7f9be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.0.3rc1</title>
<updated>2021-11-16T08:52:01+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-16T08:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=724e6200fd6b28b3562e48c73f7827a9c19dd11f'/>
<id>724e6200fd6b28b3562e48c73f7827a9c19dd11f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
