<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/config/test_setupcfg.py, branch dev/core_metadata</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>Use new warnings in setuptools/config/setupcfg.py</title>
<updated>2023-03-07T21:48:37+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-03-06T21:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=93c4862e2274fff7263937ce4175380b14e30cf5'/>
<id>93c4862e2274fff7263937ce4175380b14e30cf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import SetuptoolsDeprecationWarning from setuptools.warnings</title>
<updated>2023-03-06T19:01:38+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-03-06T19:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=384d0c49740cf666771b44139d514af7d6437d6c'/>
<id>384d0c49740cf666771b44139d514af7d6437d6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test expectations to match new packaging version</title>
<updated>2023-01-23T11:01:48+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-23T11:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0a4de62beb93c809ece161f19edf53f68a9be16f'/>
<id>0a4de62beb93c809ece161f19edf53f68a9be16f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version syntax in test_nowarn_accidental_env_marker_misconfig</title>
<updated>2023-01-21T13:20:36+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2023-01-21T13:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=23c7a01b32077b8438d3e5ebdd321729926a1272'/>
<id>23c7a01b32077b8438d3e5ebdd321729926a1272</id>
<content type='text'>
Fix the two "marker"-alike cases (for package `python_version`)
for test_nowarn_accidental_env_marker_misconfig to use `&lt;3` rather
than `&lt;'3'`.  The latter maps to the version `'3'` which is not a valid
version and therefore causes an error with packaging-22.0+.

See the discussion at
https://github.com/pypa/setuptools/commit/506e7e7e1cac6a5d534184d35a20a73e9dd58045#r97577660
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the two "marker"-alike cases (for package `python_version`)
for test_nowarn_accidental_env_marker_misconfig to use `&lt;3` rather
than `&lt;'3'`.  The latter maps to the version `'3'` which is not a valid
version and therefore causes an error with packaging-22.0+.

See the discussion at
https://github.com/pypa/setuptools/commit/506e7e7e1cac6a5d534184d35a20a73e9dd58045#r97577660
</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:` 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>Make sure dynamic classifiers don't fail on unexisting files</title>
<updated>2022-03-25T16:38:05+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T16:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=7c9761ac1a1608300280d916927dbdb9e6d39974'/>
<id>7c9761ac1a1608300280d916927dbdb9e6d39974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure package_dir is populated before processing cmdclass and 'attr:' in setup.cfg</title>
<updated>2022-03-09T15:07:57+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-05T20:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=755e053ee6c3b82024a687082a164e1c4a88cfbb'/>
<id>755e053ee6c3b82024a687082a164e1c4a88cfbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
