<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pygments-git.git/scripts/release-checklist, branch master</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>Prepare for release.</title>
<updated>2023-04-10T12:46:27+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2023-04-10T12:46: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=00b9cb022cc9c05784c43c11bd7f73e64008b347'/>
<id>00b9cb022cc9c05784c43c11bd7f73e64008b347</id>
<content type='text'>
* Update CHANGES.
* Fix missing `versionadded` declarations.
* Fix a few linter issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update CHANGES.
* Fix missing `versionadded` declarations.
* Fix a few linter issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Makefile with tox (#2331)</title>
<updated>2023-02-23T12:44:22+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2023-02-23T12:44:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=e589fee754a76e9600dcb42baaeb3372d9e163d7'/>
<id>e589fee754a76e9600dcb42baaeb3372d9e163d7</id>
<content type='text'>
Porting notes:

- tox handles Python environments automatically. Remove a bit of PYTHONPATH
  manipulation (that was using Python 2 code which always failed!)

- No `clean` target: `git clean -xdf` should fit the bill.

- No `reindent` target: the `reindent.py` script it was using does not
  exist (anymore?).

- No equivalent of tox-test-coverage, which was an artifact of the past,
  using nose.  Instead, the test-coverage target only is ported, which
  uses pytest, and works.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Porting notes:

- tox handles Python environments automatically. Remove a bit of PYTHONPATH
  manipulation (that was using Python 2 code which always failed!)

- No `clean` target: `git clean -xdf` should fit the bill.

- No `reindent` target: the `reindent.py` script it was using does not
  exist (anymore?).

- No equivalent of tox-test-coverage, which was an artifact of the past,
  using nose.  Instead, the test-coverage target only is ported, which
  uses pytest, and works.</pre>
</div>
</content>
</entry>
<entry>
<title>Move metadata to pyproject.toml (#2342)</title>
<updated>2023-02-15T09:25:28+00:00</updated>
<author>
<name>Jean Abou-Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2023-02-15T09:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=3ea1f008bf2e8474a59c9d55b943938f819c5699'/>
<id>3ea1f008bf2e8474a59c9d55b943938f819c5699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release-checklist.</title>
<updated>2021-12-30T13:30:02+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2021-12-30T13:30: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=e5d5c1658b3c18b3402451d832b07db9fd43c4aa'/>
<id>e5d5c1658b3c18b3402451d832b07db9fd43c4aa</id>
<content type='text'>
Use -m build instead of setup.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use -m build instead of setup.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more checks to the release checklist.</title>
<updated>2020-03-08T09:52:51+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-08T09:52:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=7ead1f6ce87dfc792bd3ae929f51b88973cc6a79'/>
<id>7ead1f6ce87dfc792bd3ae929f51b88973cc6a79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python2 release instructions.</title>
<updated>2020-03-08T09:24:32+00:00</updated>
<author>
<name>Matthäus G. Chajdas</name>
<email>dev@anteru.net</email>
</author>
<published>2020-03-08T09:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=5d9ef2a0de0a62ac75258f12cda13ef1975c4ef2'/>
<id>5d9ef2a0de0a62ac75258f12cda13ef1975c4ef2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add github release step</title>
<updated>2019-11-29T18:19:18+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-29T18:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=8ddc45d7f0f6ba918b9c44f3da42596b320360b6'/>
<id>8ddc45d7f0f6ba918b9c44f3da42596b320360b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Post-release updates; also tweak checklist</title>
<updated>2019-11-29T05:30:23+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-29T05:30:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=f4040be5b2fdd84bc2663cd12855c1e731fd162b'/>
<id>f4040be5b2fdd84bc2663cd12855c1e731fd162b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hg/bitbucket -&gt; git/github everywhere.</title>
<updated>2019-11-10T08:46:26+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2019-11-10T07:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pygments-git.git/commit/?id=56cb85513b028beffd9b530250d4134fcc1ec44e'/>
<id>56cb85513b028beffd9b530250d4134fcc1ec44e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
