<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/config/setupcfg.py, branch v67.3.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Update implementation to consider new packaging exceptions</title>
<updated>2023-01-23T11:02:42+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-23T11:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e2180b277632c60c99067bf2541cd8422561d07a'/>
<id>e2180b277632c60c99067bf2541cd8422561d07a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add files referenced by file: directive in setup.cfg to sdist</title>
<updated>2023-01-19T11:19:13+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-19T10:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4e766834d72623f3b938f1d4148547ea73af1bf5'/>
<id>4e766834d72623f3b938f1d4148547ea73af1bf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg parsing: use contextlib.suppress instead of try/except+pass</title>
<updated>2022-08-06T10:04:31+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T09:59:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=22a109999af164c644e0f83d243a12418fc46263'/>
<id>22a109999af164c644e0f83d243a12418fc46263</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg parsing: Fix incorrect refactoring</title>
<updated>2022-08-06T10:03:53+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T09:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=dc4391e24ddf02876cc2e7921224fed571c84c12'/>
<id>dc4391e24ddf02876cc2e7921224fed571c84c12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg parsing: Simplify warn_accidental_env_marker_misconfig</title>
<updated>2022-08-06T10:03:53+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T09:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=85802757ad5406927b6e06f91f8e65d9b35328ac'/>
<id>85802757ad5406927b6e06f91f8e65d9b35328ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg parsing: Refactor _parse_requirements_list and warn_accidental_env_marker_misconfig</title>
<updated>2022-08-06T10:03:53+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-06T09:27:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ff49b9666bb109707316353e75d34a0944e86010'/>
<id>ff49b9666bb109707316353e75d34a0944e86010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add warning for potential extras_require misconfiguration</title>
<updated>2022-08-06T10:03:53+00:00</updated>
<author>
<name>Lumir Balhar</name>
<email>lbalhar@redhat.com</email>
</author>
<published>2022-08-03T10:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=506e7e7e1cac6a5d534184d35a20a73e9dd58045'/>
<id>506e7e7e1cac6a5d534184d35a20a73e9dd58045</id>
<content type='text'>
Fixes: https://github.com/pypa/setuptools/issues/3467
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: https://github.com/pypa/setuptools/issues/3467
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow `file` directive for dependencies (#3253, #3255)</title>
<updated>2022-06-19T18:16:11+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-19T18:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=21d5b5789b9eca91c65ef75753d15ea478c9240f'/>
<id>21d5b5789b9eca91c65ef75753d15ea478c9240f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify modules used for pyproject.toml parsing are private</title>
<updated>2022-06-17T17:04:44+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-06-17T17:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=a5fd78555bcc83054098b410af6fb5b97626f5e1'/>
<id>a5fd78555bcc83054098b410af6fb5b97626f5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow `file:` for `requires` statements in setup.cfg</title>
<updated>2022-06-14T11:51:56+00:00</updated>
<author>
<name>Aarni Koskela</name>
<email>akx@iki.fi</email>
</author>
<published>2022-04-06T13:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=40fbbf2e7062f8482161576db8366cd4a7caaa93'/>
<id>40fbbf2e7062f8482161576db8366cd4a7caaa93</id>
<content type='text'>
Refs #1951
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #1951
</pre>
</div>
</content>
</entry>
</feed>
