<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/cython, branch 2.1.0</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/'/>
<entry>
<title>cython: Make sure plist.pxd is installed correctly</title>
<updated>2019-08-08T09:17:03+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-08-08T09:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=811a53aefe4693113ef723783c151e473853a398'/>
<id>811a53aefe4693113ef723783c151e473853a398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Remove unused variable</title>
<updated>2019-08-08T07:18:50+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-08-08T07:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=c253e70ce4a6ee14c0c4599aff6af61f11712e69'/>
<id>c253e70ce4a6ee14c0c4599aff6af61f11712e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix compilation</title>
<updated>2019-08-07T22:14:11+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-08-07T22:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6c684cc61a1189cc72d8609d49f3eb7cd954abab'/>
<id>6c684cc61a1189cc72d8609d49f3eb7cd954abab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Implement dump()/dumps() to match up with plistlib (Python 3.4)</title>
<updated>2019-07-10T18:31:00+00:00</updated>
<author>
<name>Andrew Udvare</name>
</author>
<published>2014-04-03T03:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=121c834561b1b3f06259d32681cab0cff1a1a8ae'/>
<id>121c834561b1b3f06259d32681cab0cff1a1a8ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Implement load()/loads() to match up with plistlib (Python 3.4)</title>
<updated>2019-07-10T18:30:27+00:00</updated>
<author>
<name>Andrew Udvare</name>
</author>
<published>2014-03-31T06:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=7be52ea1769dd6e4f8e747cce8d5000549c6dab3'/>
<id>7be52ea1769dd6e4f8e747cce8d5000549c6dab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: use PYTHON_LIBS instead of PYTHON_LDFLAGS</title>
<updated>2019-05-11T01:01:17+00:00</updated>
<author>
<name>Yves-Alexis Perez</name>
</author>
<published>2019-01-07T13:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=ddb6340739ad702f0305eae3744444e8d4f83e0e'/>
<id>ddb6340739ad702f0305eae3744444e8d4f83e0e</id>
<content type='text'>
New version of AX_PYTHON_DEVEL macro defines PYTHON_LIBS and not
PYTHON_LDFLAGS, so adjust where needed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New version of AX_PYTHON_DEVEL macro defines PYTHON_LIBS and not
PYTHON_LDFLAGS, so adjust where needed
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix Node.to_bin() decode</title>
<updated>2018-12-16T23:58:06+00:00</updated>
<author>
<name>Shane Garrett</name>
</author>
<published>2017-08-11T00:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=9c8d7a6c44b0eb22ac77ca6ca5c7c29edd5f685e'/>
<id>9c8d7a6c44b0eb22ac77ca6ca5c7c29edd5f685e</id>
<content type='text'>
Don't convert the string to UTF-8, just bytes.
Fixes #109.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't convert the string to UTF-8, just bytes.
Fixes #109.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Make sure plist.pxd is included in tarballs</title>
<updated>2017-04-20T12:18:45+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2017-04-20T12:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=29bed91a801f500dbc8f761b0bc330d90d0ed0ee'/>
<id>29bed91a801f500dbc8f761b0bc330d90d0ed0ee</id>
<content type='text'>
When generating a tarball on a system without cython installed,
plist.pxd was missing, causing build failures later on when trying to
use cython.
This seems to be caused by EXTRA_DIST being inside a if HAVE_CYTHON
block rather than being outside of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When generating a tarball on a system without cython installed,
plist.pxd was missing, causing build failures later on when trying to
use cython.
This seems to be caused by EXTRA_DIST being inside a if HAVE_CYTHON
block rather than being outside of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Remove references to libxml2 flags from Makefile.am</title>
<updated>2017-04-20T09:17:08+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2017-04-20T09:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=d6c437575f30094cce4f0747e45a1f12880ce89b'/>
<id>d6c437575f30094cce4f0747e45a1f12880ce89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix module build with libplist already installed</title>
<updated>2016-04-20T12:12:40+00:00</updated>
<author>
<name>Elan Ruusamäe</name>
</author>
<published>2016-01-20T21:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=275cfcd5ac317185c9f3d8156c357df5f8155c37'/>
<id>275cfcd5ac317185c9f3d8156c357df5f8155c37</id>
<content type='text'>
see https://github.com/pld-linux/libplist/commit/a4a4e4b04caef3f9875b598d64ffb1fb388e699e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see https://github.com/pld-linux/libplist/commit/a4a4e4b04caef3f9875b598d64ffb1fb388e699e
</pre>
</div>
</content>
</entry>
</feed>
