<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git, branch project-links</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>Add project URLs to metadata and README</title>
<updated>2022-06-30T15:32:51+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>devnull@localhost</email>
</author>
<published>2022-06-30T15:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=60c6b027039015fa5a249ee0a9d682c6d97dbee0'/>
<id>60c6b027039015fa5a249ee0a9d682c6d97dbee0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>musllinux test updates and wheels, py3.11 beta wheels</title>
<updated>2022-06-29T21:14:10+00:00</updated>
<author>
<name>Matt Davis</name>
<email>mrd@redhat.com</email>
</author>
<published>2022-06-29T21:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=eaa9538f4130d7953297e1926ec4c08bd6c8d9f0'/>
<id>eaa9538f4130d7953297e1926ec4c08bd6c8d9f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak the test for pypy, where we get an extra null byte after a plain 'char'</title>
<updated>2022-06-08T08:10:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2022-06-08T08:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ddd56a92609eacd598cde41e4244b08722f01730'/>
<id>ddd56a92609eacd598cde41e4244b08722f01730</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dump version to 1.15.1</title>
<updated>2022-06-08T07:21:38+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2022-06-08T07:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1dfaec5c1a272c205530a0feb726d2047db17a84'/>
<id>1dfaec5c1a272c205530a0feb726d2047db17a84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>issue #535</title>
<updated>2022-06-08T07:10:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2022-06-08T07:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=34c9e300eb82d937d231c1bc3b95a5c035d98e0f'/>
<id>34c9e300eb82d937d231c1bc3b95a5c035d98e0f</id>
<content type='text'>
Give a warning when we ask a ffi.buffer() that can be proven to
overflow.  Might help with the confusion on that issue #535.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Give a warning when we ask a ffi.buffer() that can be proven to
overflow.  Might help with the confusion on that issue #535.
</pre>
</div>
</content>
</entry>
<entry>
<title>#532 Use Py_SET_REFCNT in _cffi_backend.c instead of ob_refcnt</title>
<updated>2022-04-12T21:29:40+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2022-04-12T21:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2ff7999df707d8d1191553c892519b3791e15341'/>
<id>2ff7999df707d8d1191553c892519b3791e15341</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #531</title>
<updated>2022-03-29T09:48:33+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2022-03-29T09:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d784b26f5d79d7cd201d3efd8b573d96b0852967'/>
<id>d784b26f5d79d7cd201d3efd8b573d96b0852967</id>
<content type='text'>
on ppc64le, libffi requires 16 bytes alignment for at least the return
value of functions if that is 'long double'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on ppc64le, libffi requires 16 bytes alignment for at least the return
value of functions if that is 'long double'.
</pre>
</div>
</content>
</entry>
<entry>
<title>oops, fix for a regression introduced in 216d8676b652</title>
<updated>2022-02-05T05:24:53+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2022-02-05T05:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=31ea07e6c407b986262a668cead0450be7daab1d'/>
<id>31ea07e6c407b986262a668cead0450be7daab1d</id>
<content type='text'>
seen in test_recompiler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
seen in test_recompiler
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'branch/update_libffi_arm64' into 'branch/default'</title>
<updated>2022-02-01T20:48:21+00:00</updated>
<author>
<name>Matt Davis</name>
<email>mrd@redhat.com</email>
</author>
<published>2022-02-01T20:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b8192a4bffeacb872a9695b3aa8e9ec9d426407f'/>
<id>b8192a4bffeacb872a9695b3aa8e9ec9d426407f</id>
<content type='text'>
update libffi dependency for arm64 to release v3.4.2 and add scripts to generate static libffi static library

See merge request pypy/cffi!110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update libffi dependency for arm64 to release v3.4.2 and add scripts to generate static libffi static library

See merge request pypy/cffi!110
</pre>
</div>
</content>
</entry>
<entry>
<title>updated whatsnew.rst</title>
<updated>2022-02-01T20:45:54+00:00</updated>
<author>
<name>Matt Davis</name>
<email>mrd@redhat.com</email>
</author>
<published>2022-02-01T20:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9e984b60753f37fd539481fa0dd98a77580fadc6'/>
<id>9e984b60753f37fd539481fa0dd98a77580fadc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
