<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/msgpack-python.git/Makefile, branch main</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>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>Refactor CI (#492)</title>
<updated>2021-11-25T05:43:55+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2021-11-25T05:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=bdf0511e29b02427437b03e7d8454bd5076e837f'/>
<id>bdf0511e29b02427437b03e7d8454bd5076e837f</id>
<content type='text'>
* Use cibuildwheel to build wheels.
* Use matrix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use cibuildwheel to build wheels.
* Use matrix</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://git.baserock.org/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>Use manylinux1 instead of manylinux2010</title>
<updated>2020-12-18T08:43:37+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-12-18T08:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=431ef45c8ebff54c2b182dda46e7edb78a4e271b'/>
<id>431ef45c8ebff54c2b182dda46e7edb78a4e271b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build arm64 wheels (#439)</title>
<updated>2020-12-11T05:30:49+00:00</updated>
<author>
<name>Tsahi Zidenberg</name>
<email>65945052+tsahee@users.noreply.github.com</email>
</author>
<published>2020-12-11T05:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=7d6b4dfb516451735150d3f796f0b35ed5f004a4'/>
<id>7d6b4dfb516451735150d3f796f0b35ed5f004a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix datetime before epoch on windows in cython implementation (#436)</title>
<updated>2020-07-30T14:48:51+00:00</updated>
<author>
<name>Peter Fischer</name>
<email>yanlend@users.noreply.github.com</email>
</author>
<published>2020-07-30T14:48:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=8fb709f2e0438862020d8810fa70a81fb5dac7d4'/>
<id>8fb709f2e0438862020d8810fa70a81fb5dac7d4</id>
<content type='text'>
Cython implementation still used datetime.from_timestamp method, which does not work on windows.
Update the cython implementation to use utc time and delta and add a regression test to highlight the issue.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cython implementation still used datetime.from_timestamp method, which does not work on windows.
Update the cython implementation to use utc time and delta and add a regression test to highlight the issue.</pre>
</div>
</content>
</entry>
<entry>
<title>Build linux and macOS wheels on GitHub Actions. (#409)</title>
<updated>2020-02-18T15:53:00+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-02-18T15:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=2849f5582ab154ade7fcd8c23109b1c7bd8d1530'/>
<id>2849f5582ab154ade7fcd8c23109b1c7bd8d1530</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean msgpack/_cmsgpack.cpp and msgpack/_cmsgpack.*.so (#407)</title>
<updated>2020-02-14T06:51:19+00:00</updated>
<author>
<name>Alex Willmer</name>
<email>alex@moreati.org.uk</email>
</author>
<published>2020-02-14T06:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=fcb19a0e1a86d80c28447b0008504c3f4e2faf59'/>
<id>fcb19a0e1a86d80c28447b0008504c3f4e2faf59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support datetime. (#394)</title>
<updated>2019-12-11T14:48:16+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-11T14:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=2186455d1579affc33253484d9445f7bdf3f7c29'/>
<id>2186455d1579affc33253484d9445f7bdf3f7c29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused import</title>
<updated>2019-12-06T11:34:18+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-06T11:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/msgpack-python.git/commit/?id=7a8ce0f9ca910a851b6835d26b1d6970a188fa4e'/>
<id>7a8ce0f9ca910a851b6835d26b1d6970a188fa4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
