<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git, branch 3.1.1</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Add release notes for 3.1.1</title>
<updated>2016-11-14T15:54:58+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-14T15:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=64cbc6559d7b5ee27ce9206e19ef038c05f423b4'/>
<id>64cbc6559d7b5ee27ce9206e19ef038c05f423b4</id>
<content type='text'>
Bump the version string as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump the version string as well
</pre>
</div>
</content>
</entry>
<entry>
<title>Update caps in setup.cfg</title>
<updated>2016-11-14T15:49:57+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-14T15:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=0079a0acd7c58809f2f894592531033953b2f97e'/>
<id>0079a0acd7c58809f2f894592531033953b2f97e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Update release machinery to include manpages"</title>
<updated>2016-11-14T15:49:03+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-14T15:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=662d787285a5eb7a18e97eeb0226b0ef0bc9d71a'/>
<id>662d787285a5eb7a18e97eeb0226b0ef0bc9d71a</id>
<content type='text'>
This reverts commit f6f01b469ccabdb78c95399d5cb50d94f69bdef9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f6f01b469ccabdb78c95399d5cb50d94f69bdef9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release machinery to include manpages</title>
<updated>2016-11-14T15:48:48+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-14T15:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f6f01b469ccabdb78c95399d5cb50d94f69bdef9'/>
<id>f6f01b469ccabdb78c95399d5cb50d94f69bdef9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'refactor-release-notes' into 'master'</title>
<updated>2016-11-13T21:04:31+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T21:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=7e44b47c9ede5789177de9fa55b5b19af59cdaba'/>
<id>7e44b47c9ede5789177de9fa55b5b19af59cdaba</id>
<content type='text'>

Create sub-sections for different release series

When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.

See merge request !145</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Create sub-sections for different release series

When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.

See merge request !145</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/247' into 'master'</title>
<updated>2016-11-13T21:03:56+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T21:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=741d60c2fcf600e199648ab62cb95c13b3f7944f'/>
<id>741d60c2fcf600e199648ab62cb95c13b3f7944f</id>
<content type='text'>

Add a man page for Flake8

Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247

See merge request !146</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add a man page for Flake8

Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247

See merge request !146</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug/223' into 'master'</title>
<updated>2016-11-13T20:59:10+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T20:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=7800351fe1caadca5b00da329a94b67ca611dd46'/>
<id>7800351fe1caadca5b00da329a94b67ca611dd46</id>
<content type='text'>

Correct exclude paths in git hook

When running the git hook, even though the appropriate config file is
found and processed, the exclude patterns and paths were not being
corrected to account for the temporary directory that we copy the files
into.

Related-to #223

See merge request !147</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Correct exclude paths in git hook

When running the git hook, even though the appropriate config file is
found and processed, the exclude patterns and paths were not being
corrected to account for the temporary directory that we copy the files
into.

Related-to #223

See merge request !147</pre>
</div>
</content>
</entry>
<entry>
<title>Correct exclude paths in git hook</title>
<updated>2016-11-13T20:48:18+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T20:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=2197c2ea1561e7dca595d82d30d4e5dceada2f07'/>
<id>2197c2ea1561e7dca595d82d30d4e5dceada2f07</id>
<content type='text'>
When running the git hook, even though the appropriate config file is
found and processed, the exclude patterns and paths were not being
corrected to account for the temporary directory that we copy the files
into.

Related-to #223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running the git hook, even though the appropriate config file is
found and processed, the exclude patterns and paths were not being
corrected to account for the temporary directory that we copy the files
into.

Related-to #223
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a man page for Flake8</title>
<updated>2016-11-13T20:40:14+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T20:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e380665530609bb2705eff01143de8ed09202caa'/>
<id>e380665530609bb2705eff01143de8ed09202caa</id>
<content type='text'>
Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document Flake8 for users expecting `man flake8` to work and include the
man page in Flake8's documentation.

Closes #247
</pre>
</div>
</content>
</entry>
<entry>
<title>Create sub-sections for different release series</title>
<updated>2016-11-13T15:31:30+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-11-13T15:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=879768db8a19aa83f2a0b193036087ecea18af31'/>
<id>879768db8a19aa83f2a0b193036087ecea18af31</id>
<content type='text'>
When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.
</pre>
</div>
</content>
</entry>
</feed>
