<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/.github, branch v63.4.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Move -dev to each non-pypy version. Workaround for actions/setup-python#213.</title>
<updated>2022-07-30T23:32:48+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-30T23:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1440ac75cb3337f67a9f0b1e0d340de03b7217a1'/>
<id>1440ac75cb3337f67a9f0b1e0d340de03b7217a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge https://github.com/jaraco/skeleton</title>
<updated>2022-07-30T23:29:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-30T23:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=31ad8c8f5727a47f91b0f896cc0a6512cd8a4dce'/>
<id>31ad8c8f5727a47f91b0f896cc0a6512cd8a4dce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Python 3.11 for cutting releases.</title>
<updated>2022-07-29T14:18:19+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-29T14:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=424717b9e9f7c66379e809eb4e35daae827a1533'/>
<id>424717b9e9f7c66379e809eb4e35daae827a1533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use '-dev' for every Python version. Ref actions/setup-python#213.</title>
<updated>2022-07-29T14:17:43+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-07-29T14:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=325916c8240b8b3c7c41f24b664ca591e8555ea9'/>
<id>325916c8240b8b3c7c41f24b664ca591e8555ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.github/workflows/ci-sage.yml: Update system configutations after https://trac.sagemath.org/ticket/33316</title>
<updated>2022-06-25T18:02:33+00:00</updated>
<author>
<name>Matthias Koeppe</name>
<email>mkoeppe@math.ucdavis.edu</email>
</author>
<published>2022-06-25T18:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=54ec6f502394ab475f3ce24f5504cc81b9883fc0'/>
<id>54ec6f502394ab475f3ce24f5504cc81b9883fc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(cygwin): Convert Windows path using cygpath</title>
<updated>2022-06-24T15:25:17+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-24T15:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f9831186dfa68c8a642887a5973482847d23baa4'/>
<id>f9831186dfa68c8a642887a5973482847d23baa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add workaround for git problems in cygwin</title>
<updated>2022-06-24T15:13:52+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-24T15:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c4d75999160385b1ec021dc41b8adb671f071942'/>
<id>c4d75999160385b1ec021dc41b8adb671f071942</id>
<content type='text'>
The changes here are based on the workaround discussed in:
https://github.com/actions/checkout/issues/766

Closes #3408.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes here are based on the workaround discussed in:
https://github.com/actions/checkout/issues/766

Closes #3408.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable Python 3.11 from the build matrix for now. Ref #3365.</title>
<updated>2022-06-12T20:36:25+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-06-12T20:27:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=48adabe567806c808fdede5afc8c57f68c4f9755'/>
<id>48adabe567806c808fdede5afc8c57f68c4f9755</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge https://github.com/jaraco/skeleton</title>
<updated>2022-06-12T20:35:53+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-06-12T20:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=66ad7781db135ebd7965716dd1a6fcd8ef503f9a'/>
<id>66ad7781db135ebd7965716dd1a6fcd8ef503f9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Github actions to v3 (#62)</title>
<updated>2022-06-05T01:50:24+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-05T01:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=74f337fec4c233b3a6750fa64b61d03c189d9416'/>
<id>74f337fec4c233b3a6750fa64b61d03c189d9416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
