<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git, branch py.test</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>Replace py.test usage with pytest, explicitly require py for tests</title>
<updated>2022-11-11T13:51:14+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-11-11T13:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=babc98d98570b5dbb85fb1c58b012aafa9769696'/>
<id>babc98d98570b5dbb85fb1c58b012aafa9769696</id>
<content type='text'>
pytest 7.2+ no longer depends on py. It ships py.path and py.error only.
See https://docs.pytest.org/en/7.2.x/changelog.html#deprecations

The tests use py.code as well, hence we declare and document a test dependency on py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pytest 7.2+ no longer depends on py. It ships py.path and py.error only.
See https://docs.pytest.org/en/7.2.x/changelog.html#deprecations

The tests use py.code as well, hence we declare and document a test dependency on py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'branch/issue547' into 'branch/default'</title>
<updated>2022-09-12T07:35:05+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>armin.rigo@gmail.com</email>
</author>
<published>2022-09-12T07:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5ddf2accf50f05c8962c0c38211b0ad73412be71'/>
<id>5ddf2accf50f05c8962c0c38211b0ad73412be71</id>
<content type='text'>
Clarify typing requirements of `struct: { ...;}` in cdef()

Closes #547

See merge request pypy/cffi!114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify typing requirements of `struct: { ...;}` in cdef()

Closes #547

See merge request pypy/cffi!114
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify typing requirements of `struct: { ...;}` in cdef()</title>
<updated>2022-09-03T07:34:54+00:00</updated>
<author>
<name>Alex Willmer</name>
<email>alex@moreati.org.uk</email>
</author>
<published>2022-09-03T07:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=35516bc188c46b1047f910039397c7f291555c86'/>
<id>35516bc188c46b1047f910039397c7f291555c86</id>
<content type='text'>
I took the liberty of switching from a bullet list to a definition list, which I think improves the readability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I took the liberty of switching from a bullet list to a definition list, which I think improves the readability.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge heads</title>
<updated>2022-07-18T13:58:34+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2022-07-18T13:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a5c1fb864a279641662cd2b2d43066d5834adc0c'/>
<id>a5c1fb864a279641662cd2b2d43066d5834adc0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tentative fix for issue #542</title>
<updated>2022-07-18T13:55:46+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2022-07-18T13:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f0a33ae0ce2e62eb3a625c7baef175f385328b17'/>
<id>f0a33ae0ce2e62eb3a625c7baef175f385328b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'branch/python3.11.0b4' into 'branch/default'</title>
<updated>2022-07-18T10:12:32+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>armin.rigo@gmail.com</email>
</author>
<published>2022-07-18T10:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=73ab345b65a181f605fe40cad251e625015162ce'/>
<id>73ab345b65a181f605fe40cad251e625015162ce</id>
<content type='text'>
Adjust tests for a last minute Python 3.11 change in the traceback format

See merge request pypy/cffi!113
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust tests for a last minute Python 3.11 change in the traceback format

See merge request pypy/cffi!113
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust tests for a last minute Python 3.11 change in the traceback format</title>
<updated>2022-07-15T14:11:37+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-07-15T14:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=cad3c522671b1c8db400fc9047f9a6bedca8af97'/>
<id>cad3c522671b1c8db400fc9047f9a6bedca8af97</id>
<content type='text'>
See https://github.com/python/cpython/issues/93883
and https://github.com/python/cpython/pull/93994
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/python/cpython/issues/93883
and https://github.com/python/cpython/pull/93994
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'branch/project-links' into 'branch/default'</title>
<updated>2022-07-11T18:32:10+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>armin.rigo@gmail.com</email>
</author>
<published>2022-07-11T18:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d19553253e3c2967238777b4005abb5dc57f656d'/>
<id>d19553253e3c2967238777b4005abb5dc57f656d</id>
<content type='text'>
Add project URLs to metadata and README

See merge request pypy/cffi!112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add project URLs to metadata and README

See merge request pypy/cffi!112
</pre>
</div>
</content>
</entry>
<entry>
<title>hg merge release-1.15 to default</title>
<updated>2022-06-30T18:09:19+00:00</updated>
<author>
<name>Matt Davis</name>
<email>mrd@redhat.com</email>
</author>
<published>2022-06-30T18:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8c263bf1fee1b303d64b226bdd7f1f89cc9ef699'/>
<id>8c263bf1fee1b303d64b226bdd7f1f89cc9ef699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add emulated ppc64le builds and basic smoketests only to GHA</title>
<updated>2022-06-30T18:07:51+00:00</updated>
<author>
<name>Matt Davis</name>
<email>mrd@redhat.com</email>
</author>
<published>2022-06-30T18:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a225d2a76ee835a5d1d9e756655e3b3a6892e5b4'/>
<id>a225d2a76ee835a5d1d9e756655e3b3a6892e5b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
