<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git, branch v1.0.3</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/'/>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Nicer error when packing a datetime without tzinfo (#466)</title>
<updated>2021-11-16T08:49:47+00:00</updated>
<author>
<name>Benjamin Egelund-Müller</name>
<email>b@egelund-muller.com</email>
</author>
<published>2021-11-16T08:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=e464cb44fa3af5ad3ecd83f9c045b16981d01bb2'/>
<id>e464cb44fa3af5ad3ecd83f9c045b16981d01bb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actions: Run CI only for PRs from forks. (#489)</title>
<updated>2021-11-16T08:47:16+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-16T08:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=cfa05d3fdc6290b4847e4781a06ac0668ea9dc18'/>
<id>cfa05d3fdc6290b4847e4781a06ac0668ea9dc18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mac: Provide Universal2 wheel (#488)</title>
<updated>2021-11-16T08:42:42+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-16T08:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=8e358617e77d63a391f0c0f91b3e552214f2a49a'/>
<id>8e358617e77d63a391f0c0f91b3e552214f2a49a</id>
<content type='text'>
* mac: Use cibuildwheel
* Do not build wheel for PyPy.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* mac: Use cibuildwheel
* Do not build wheel for PyPy.</pre>
</div>
</content>
</entry>
<entry>
<title>Support Python 3.10 and Drop Python 3.5 (#487)</title>
<updated>2021-11-16T07:19:47+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-16T07:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=b3f72541925cda3b018942db45a59936184727e3'/>
<id>b3f72541925cda3b018942db45a59936184727e3</id>
<content type='text'>
* linux: Use manylinux2014
* mac: Drop Python 3.6 too</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* linux: Use manylinux2014
* mac: Drop Python 3.6 too</pre>
</div>
</content>
</entry>
<entry>
<title>Fix black formatting</title>
<updated>2021-11-16T05:53:08+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-16T05:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81'/>
<id>9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve exception message relating to strict_map_key (#485)</title>
<updated>2021-11-16T05:47:40+00:00</updated>
<author>
<name>Paul Melis</name>
<email>p.e.c.melis@alumnus.utwente.nl</email>
</author>
<published>2021-11-16T05:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=09187421eb0ac7061de83c9c112d738aa1edd2cf'/>
<id>09187421eb0ac7061de83c9c112d738aa1edd2cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cimport uint64_t instead of using ctypedef (#473)</title>
<updated>2021-03-18T21:35:54+00:00</updated>
<author>
<name>Vladimir Matveev</name>
<email>v2matveev@outlook.com</email>
</author>
<published>2021-03-18T21:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/msgpack-python.git/commit/?id=38dba9634e4efa7886a777b9e7c739dc148da457'/>
<id>38dba9634e4efa7886a777b9e7c739dc148da457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
