<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/setup.py, branch v1.0.0</title>
<subtitle>github.com: msgpack/msgpack-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/'/>
<entry>
<title>Remove TRANSITIONAL package support</title>
<updated>2019-12-12T09:48:16+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-12T09:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=aab29ff277cf88ff85e7ea5e603607a24d8c38a4'/>
<id>aab29ff277cf88ff85e7ea5e603607a24d8c38a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare 1.0rc1</title>
<updated>2019-12-12T09:25:38+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-12T09:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=3df431cafd82354e61b39afd6094003e9c313c43'/>
<id>3df431cafd82354e61b39afd6094003e9c313c43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blacken all files.</title>
<updated>2019-12-05T09:53:49+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-05T09:53:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=bc8c86203af8d36152c9c72ea22e895db2ed3fe0'/>
<id>bc8c86203af8d36152c9c72ea22e895db2ed3fe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 2 support from _cmsgpack (#376)</title>
<updated>2019-11-28T11:23:34+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-11-28T11:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=891f2d8743857bb75204f96b0469cb2ec90c7f79'/>
<id>891f2d8743857bb75204f96b0469cb2ec90c7f79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update for Python 3.8 (#374)</title>
<updated>2019-11-23T03:58:55+00:00</updated>
<author>
<name>Terence Honles</name>
<email>terence@honles.com</email>
</author>
<published>2019-11-23T03:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=b458e9a6a2cf69e483fa5994d227382c6a01f3c4'/>
<id>b458e9a6a2cf69e483fa5994d227382c6a01f3c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor Cython code (#328)</title>
<updated>2018-11-14T07:35:37+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-11-14T07:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=d782464c9150e448ab3a8d81197ff335e1ac2c2b'/>
<id>d782464c9150e448ab3a8d81197ff335e1ac2c2b</id>
<content type='text'>
_msgpack -&gt; _cmsgpack</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_msgpack -&gt; _cmsgpack</pre>
</div>
</content>
</entry>
<entry>
<title>Merge extension module</title>
<updated>2018-11-08T11:27:35+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-10-03T11:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=f6f95972492bcb83d8fe4c63be3b96d46e47bab7'/>
<id>f6f95972492bcb83d8fe4c63be3b96d46e47bab7</id>
<content type='text'>
There were `_packer.so` and `_unpacker.so`.
But single module is simpler than double module.

Merge extension module into single `_msgpack.so`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were `_packer.so` and `_unpacker.so`.
But single module is simpler than double module.

Merge extension module into single `_msgpack.so`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update setup()</title>
<updated>2018-04-13T14:41:01+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-04-13T14:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=984116bd1805c52fb4e7c07bfd9635ed902850c3'/>
<id>984116bd1805c52fb4e7c07bfd9635ed902850c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make msgpack-python deprecated clone of msgpack.</title>
<updated>2018-01-09T17:48:08+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-01-09T17:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=5be93786404d4e95de933d1bc64640402c3f2696'/>
<id>5be93786404d4e95de933d1bc64640402c3f2696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename package name to msgpack</title>
<updated>2018-01-06T16:57:47+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2018-01-06T16:57:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=89e4f8b7b3a43fc84ea0dd278a4b8b54b1fac4bd'/>
<id>89e4f8b7b3a43fc84ea0dd278a4b8b54b1fac4bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
