<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/egg_info.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>Merge 'upstream/main' into feature/pep660</title>
<updated>2022-07-04T12:34:58+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-07-04T12:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=618f4ef94730b0d1756271a12b5ff7ea9f2beb16'/>
<id>618f4ef94730b0d1756271a12b5ff7ea9f2beb16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setuptools: drop support for installing an entrypoint dependencies</title>
<updated>2022-07-02T14:09:17+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2022-06-28T09:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=36981f1419b4bcf88b074a8296f235f602e8e8c0'/>
<id>36981f1419b4bcf88b074a8296f235f602e8e8c0</id>
<content type='text'>
It does not work (broken since `v60.8.0`: the code in `_install_dependencies`
forgets to add the newly installed egg to `sys.path`), and is unnecessary as
it's the job of the code handling `setup_requires` to ensure all necessary
build requirements are installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It does not work (broken since `v60.8.0`: the code in `_install_dependencies`
forgets to add the newly installed egg to `sys.path`), and is unnecessary as
it's the job of the code handling `setup_requires` to ensure all necessary
build requirements are installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow egg-info directory to be ignored in manifest</title>
<updated>2022-06-15T15:43:54+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-11T18:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f3786f3453e4c4d2dde05beb53a5090b4b449aa2'/>
<id>f3786f3453e4c4d2dde05beb53a5090b4b449aa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore tags in egg_info but change the idempotency check</title>
<updated>2022-03-29T02:37:04+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-29T02:37:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cabdd37db15e306060c1b5edcaeb242c218152f8'/>
<id>cabdd37db15e306060c1b5edcaeb242c218152f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplicated version tags in egg_info</title>
<updated>2022-03-29T02:03:34+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-29T02:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cc93191764ed8b5de21369eec53aba32e692389c'/>
<id>cc93191764ed8b5de21369eec53aba32e692389c</id>
<content type='text'>
Previously egg_info was adding duplicated tags to the version string.
This was happening because of the version normalization.
When the version normalization was applied to the string the tag was
modified, then later egg_info could no longer recognize it before
applying.

The fix for this problem was to normalize the tag string before
applying.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously egg_info was adding duplicated tags to the version string.
This was happening because of the version normalization.
When the version normalization was applied to the string the tag was
modified, then later egg_info could no longer recognize it before
applying.

The fix for this problem was to normalize the tag string before
applying.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer jaraco.text for yield_lines.</title>
<updated>2022-02-06T20:43:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-06T20:43:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=740c3b13427aac1b353c0ad6f776d4c6f2655957'/>
<id>740c3b13427aac1b353c0ad6f776d4c6f2655957</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor _entry_points to separate loading from rendering. Explicitly validate and restore validation of entry points that don't match the pattern.</title>
<updated>2022-02-06T20:22:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-06T20:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ebdaa76c3c6c55d5cffd1a80903484d80cf146c6'/>
<id>ebdaa76c3c6c55d5cffd1a80903484d80cf146c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract module for entry point management.</title>
<updated>2022-02-06T19:45:20+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-06T19:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=67b25e3986aef5ac04b57be1a5c569e18f95a3d1'/>
<id>67b25e3986aef5ac04b57be1a5c569e18f95a3d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In egg_info, port use of pkg_resources.EntryPoint to importlib.metadata</title>
<updated>2022-02-06T18:46:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-06T17:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b257d137ae2bcf1ef2e188f20e60f3ca5770e090'/>
<id>b257d137ae2bcf1ef2e188f20e60f3ca5770e090</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract function for converting entry points to a string.</title>
<updated>2022-02-06T18:38:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2022-02-06T17:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=161ff0ff6f679967d323e9fd461eff312d0f12e6'/>
<id>161ff0ff6f679967d323e9fd461eff312d0f12e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
