<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/config/setupcfg.py, branch bugfix/3525-error</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>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>
<entry>
<title>Add deprecation messages for `namespace_packages`.</title>
<updated>2022-05-16T12:30:13+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-11T21:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=376da0c45bb7690848120d77c7ffbcec74e68243'/>
<id>376da0c45bb7690848120d77c7ffbcec74e68243</id>
<content type='text'>
The docs in
https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
and
https://packaging.python.org/en/latest/guides/packaging-namespace-packages/
suggest that this field is deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The docs in
https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
and
https://packaging.python.org/en/latest/guides/packaging-namespace-packages/
suggest that this field is deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small refactor</title>
<updated>2022-03-27T14:57:25+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-27T14:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=988d0646e7294f4b99485a9c38740f832cea89ea'/>
<id>988d0646e7294f4b99485a9c38740f832cea89ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
