<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/setup.py, branch 2.5.2</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>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>
<entry>
<title>Assume setuptools is available</title>
<updated>2019-11-25T17:12:14+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-24T21:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=ed97a09b19cb256c6d0081bfb2f96f9d54e6c404'/>
<id>ed97a09b19cb256c6d0081bfb2f96f9d54e6c404</id>
<content type='text'>
On modern Python installations, setuptools should always be available
and should always be preferred. Can remove the fallback to distutils.

Replace the pygmentize script with a __main__.py in the package.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On modern Python installations, setuptools should always be available
and should always be preferred. Can remove the fallback to distutils.

Replace the pygmentize script with a __main__.py in the package.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document and test all supported Python versions</title>
<updated>2019-11-24T16:37:45+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-24T16:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=43f12de5862568f9d381e22b83b8f81173725759'/>
<id>43f12de5862568f9d381e22b83b8f81173725759</id>
<content type='text'>
Document support for Python 3.8 (released October 14th, 2019) and PyPy
and add them to the test matrix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document support for Python 3.8 (released October 14th, 2019) and PyPy
and add them to the test matrix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup all headers and some more minor problems.</title>
<updated>2019-05-28T05:00:40+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-05-28T05:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=597020d4ce90505dad8b850eadafd20f06bf1dc9'/>
<id>597020d4ce90505dad8b850eadafd20f06bf1dc9</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, prepare 2.4.2 release.</title>
<updated>2019-05-28T04:39:39+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-05-28T04:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=1103b616d2e7d40b88ca740aba4c55ee3f7addd1'/>
<id>1103b616d2e7d40b88ca740aba4c55ee3f7addd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix PyPI rejecting the long description.</title>
<updated>2019-05-24T19:15:27+00:00</updated>
<author>
<name>Matth?us G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2019-05-24T19:15: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=65e77aac6cc3b28d5ce52b010f51ea1be8d27446'/>
<id>65e77aac6cc3b28d5ce52b010f51ea1be8d27446</id>
<content type='text'>
The long description failed to parse due to whitespace issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The long description failed to parse due to whitespace issues.
</pre>
</div>
</content>
</entry>
</feed>
