<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/setup.py, branch py2removal</title>
<subtitle>github.com: pygments/pygments.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/'/>
<entry>
<title>Remove Python 2 compatibility</title>
<updated>2020-01-04T15:10:50+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2020-01-04T15:10:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=58c34950dec138f4e3e52a56031b9a817fb54295'/>
<id>58c34950dec138f4e3e52a56031b9a817fb54295</id>
<content type='text'>
* remove 2/3 shims in pygments.util
* update setup.py metadata
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove 2/3 shims in pygments.util
* update setup.py metadata
</pre>
</div>
</content>
</entry>
<entry>
<title>Update many links to use HTTPS and skip redirects</title>
<updated>2019-12-18T21:45:47+00:00</updated>
<author>
<name>Kurt McKee</name>
<email>contactme@kurtmckee.org</email>
</author>
<published>2019-12-18T21:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=9486f826b9729c7d3e94ddb69d6869598dfb0419'/>
<id>9486f826b9729c7d3e94ddb69d6869598dfb0419</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update claim about number of lexers</title>
<updated>2019-11-30T15:02:03+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-30T07:20:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=a1a6c17d2159d5e81f9676d2b5fa1cf9aa3cfbb5'/>
<id>a1a6c17d2159d5e81f9676d2b5fa1cf9aa3cfbb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use wildcards to include the pygments module.</title>
<updated>2019-11-29T19:21:15+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-11-29T19:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=01f05b4dc5155745d401f31545fc1a089e8a3710'/>
<id>01f05b4dc5155745d401f31545fc1a089e8a3710</id>
<content type='text'>
This should fix PR#1316 properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix PR#1316 properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>keep version number in one place, dont do the "x.y.z+" anymore</title>
<updated>2019-11-29T05:37:12+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-29T05:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=2842f8ffd3dbab55f888f980c76be4f80235a4df'/>
<id>2842f8ffd3dbab55f888f980c76be4f80235a4df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update changelog, bump version to 2.5.2</title>
<updated>2019-11-29T05:06:36+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-29T05:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=abac9f193b7d7f543ccc779827559895cf067276'/>
<id>abac9f193b7d7f543ccc779827559895cf067276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure `setup.py` works again</title>
<updated>2019-11-29T05:00:55+00:00</updated>
<author>
<name>Paolo G. Giarrusso</name>
<email>p.giarrusso@gmail.com</email>
</author>
<published>2019-11-28T21:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=9afd6bd6ebb072c3710e442d2284d0a1c43a0e54'/>
<id>9afd6bd6ebb072c3710e442d2284d0a1c43a0e54</id>
<content type='text'>
While `pip3 install .` still works, `python3 setup.py install` does not (and
ditto for Python2), because subpackages of `pygments` don't get installed. Even
running `find_packages` on its own has consistent behavior:

```
$ python3
&gt;&gt;&gt; from setuptools import setup, find_packages
&gt;&gt;&gt; find_packages(exclude=['tests'])
['pygments', 'pygments.filters', 'pygments.lexers', 'pygments.formatters', 'pygments.styles']
&gt;&gt;&gt; find_packages(include=['pygments'])
['pygments']
```

The bug seems to have been introduced in
8d0828bbfc5b8deb7525a19e1037704f644563da.

Tested on macOS 10.14 with Homebrew Python 2.7.17 and 3.7.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While `pip3 install .` still works, `python3 setup.py install` does not (and
ditto for Python2), because subpackages of `pygments` don't get installed. Even
running `find_packages` on its own has consistent behavior:

```
$ python3
&gt;&gt;&gt; from setuptools import setup, find_packages
&gt;&gt;&gt; find_packages(exclude=['tests'])
['pygments', 'pygments.filters', 'pygments.lexers', 'pygments.formatters', 'pygments.styles']
&gt;&gt;&gt; find_packages(include=['pygments'])
['pygments']
```

The bug seems to have been introduced in
8d0828bbfc5b8deb7525a19e1037704f644563da.

Tested on macOS 10.14 with Homebrew Python 2.7.17 and 3.7.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 2.5.1.</title>
<updated>2019-11-26T18:14:42+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-11-26T18:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=399d1a5b6ac620f42c0d4f4910006dc33093edce'/>
<id>399d1a5b6ac620f42c0d4f4910006dc33093edce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude tests from distribution.</title>
<updated>2019-11-26T17:56:07+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-11-26T16:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8d0828bbfc5b8deb7525a19e1037704f644563da'/>
<id>8d0828bbfc5b8deb7525a19e1037704f644563da</id>
<content type='text'>
The tests package is found as a package due to presence of __init__.py. Use include to ensure only pygments gets installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests package is found as a package due to presence of __init__.py. Use include to ensure only pygments gets installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number.</title>
<updated>2019-11-26T15:09:17+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-11-26T15:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=6f63df3cb832498b48a94ee8c5c62d3b4835cb11'/>
<id>6f63df3cb832498b48a94ee8c5c62d3b4835cb11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
