<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pep8.git/setup.py, branch E306_async_def</title>
<subtitle>github.com: jcrocholl/pep8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/'/>
<entry>
<title>setup.py: add py38 to document</title>
<updated>2020-04-07T05:43:53+00:00</updated>
<author>
<name>jnozsc</name>
<email>jnozsc@gmail.com</email>
</author>
<published>2020-04-07T05:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=fbe6704553bf132e4f90c2e01c01ca132cbb2fca'/>
<id>fbe6704553bf132e4f90c2e01c01ca132cbb2fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add testing and document support for Python 3.7</title>
<updated>2018-09-10T02:08:58+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-10T02:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=44541ef69160ada319a2ded7772dd7047c71ca64'/>
<id>44541ef69160ada319a2ded7772dd7047c71ca64</id>
<content type='text'>
Python 3.7 was released on June 27, 2018.

https://docs.python.org/3/whatsnew/3.7.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.7 was released on June 27, 2018.

https://docs.python.org/3/whatsnew/3.7.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for EOL Python 2.6 and 3.3</title>
<updated>2018-06-02T15:45:53+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-17T01:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=06900154096902ebbd8076b4ff22a4f41327626d'/>
<id>06900154096902ebbd8076b4ff22a4f41327626d</id>
<content type='text'>
Python 2.6 an 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and 3.3 on 2017-09-29. For additional details on support Python
versions, see:

https://devguide.python.org/#status-of-python-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources. Removed all workarounds for older Pythons.

Updated trove classifiers and documentation to better communicate
supported Python versions.

Additionally, pass python_requires argument to setuptools. Helps pip
decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

&gt; If your project only runs on certain Python versions, setting the
&gt; python_requires argument to the appropriate PEP 440 version specifier
&gt; string will prevent pip from installing the project on other Python
&gt; versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

&gt; python_requires
&gt;
&gt; A string corresponding to a version specifier (as defined in PEP 440)
&gt; for the Python version, used to specify the Requires-Python defined in
&gt; PEP 345.

Can now use more modern Python syntax including dictionary comprehension
as well as more generators.

Closes #755
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.6 an 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and 3.3 on 2017-09-29. For additional details on support Python
versions, see:

https://devguide.python.org/#status-of-python-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources. Removed all workarounds for older Pythons.

Updated trove classifiers and documentation to better communicate
supported Python versions.

Additionally, pass python_requires argument to setuptools. Helps pip
decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#python-requires

&gt; If your project only runs on certain Python versions, setting the
&gt; python_requires argument to the appropriate PEP 440 version specifier
&gt; string will prevent pip from installing the project on other Python
&gt; versions.

https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords

&gt; python_requires
&gt;
&gt; A string corresponding to a version specifier (as defined in PEP 440)
&gt; for the Python version, used to specify the Requires-Python defined in
&gt; PEP 345.

Can now use more modern Python syntax including dictionary comprehension
as well as more generators.

Closes #755
</pre>
</div>
</content>
</entry>
<entry>
<title>Document all supported Python versions as trove classifiers</title>
<updated>2017-06-03T16:25:17+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-06-03T16:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=f5be67cc842a3e0e02db130cde086f18929f656b'/>
<id>f5be67cc842a3e0e02db130cde086f18929f656b</id>
<content type='text'>
I frequently use PyPI trove classifiers to check if a 3rd party package
is usable by my projects. Documenting the supported versions makes this
much easier for potential library users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I frequently use PyPI trove classifiers to check if a 3rd party package
is usable by my projects. Documenting the supported versions makes this
much easier for potential library users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tagged release 2.0.0</title>
<updated>2016-05-31T23:57:17+00:00</updated>
<author>
<name>Ian Lee</name>
<email>IanLee1521@gmail.com</email>
</author>
<published>2016-05-31T23:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=fd4f1c286cdc4e0bc25822e10742adbc9062af15'/>
<id>fd4f1c286cdc4e0bc25822e10742adbc9062af15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added maintainer metadata to package</title>
<updated>2016-05-29T23:36:37+00:00</updated>
<author>
<name>Ian Lee</name>
<email>IanLee1521@gmail.com</email>
</author>
<published>2016-05-29T23:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=dde7b56ba8cf1a721bbff43f39d428235807c74a'/>
<id>dde7b56ba8cf1a721bbff43f39d428235807c74a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finished updating rtd links</title>
<updated>2016-05-29T17:58:51+00:00</updated>
<author>
<name>Ian Lee</name>
<email>IanLee1521@gmail.com</email>
</author>
<published>2016-05-29T17:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=6fd9e6f29303ca150f407c2b24e99c9336954346'/>
<id>6fd9e6f29303ca150f407c2b24e99c9336954346</id>
<content type='text'>
Updated references to pep8.readthedocs.io -&gt; pycodestyle.readthedocs.io
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated references to pep8.readthedocs.io -&gt; pycodestyle.readthedocs.io
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert readthedocs link for their .org -&gt; .io migration for hosted projects</title>
<updated>2016-05-29T13:39:21+00:00</updated>
<author>
<name>Adam Chainz</name>
<email>adam@adamj.eu</email>
</author>
<published>2016-05-29T13:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=f39501c475338b23021245fa9df7b4e8cea3a875'/>
<id>f39501c475338b23021245fa9df7b4e8cea3a875</id>
<content type='text'>
As per their email ‘Changes to project subdomains’:

&gt; Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per their email ‘Changes to project subdomains’:

&gt; Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated pycodestyle file name and setup.py</title>
<updated>2016-05-26T07:43:47+00:00</updated>
<author>
<name>Ian Lee</name>
<email>IanLee1521@gmail.com</email>
</author>
<published>2016-05-21T17:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=1a764175c78d387b66cfe02551d10f3da395a22c'/>
<id>1a764175c78d387b66cfe02551d10f3da395a22c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added pycodestyle entry_point</title>
<updated>2016-05-26T07:43:47+00:00</updated>
<author>
<name>Ian Lee</name>
<email>IanLee1521@gmail.com</email>
</author>
<published>2016-02-29T06:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pep8.git/commit/?id=21783518e7fe4ed7d41a777fee83c962c26dd3d3'/>
<id>21783518e7fe4ed7d41a777fee83c962c26dd3d3</id>
<content type='text'>
Converted pep8 entry point to emit a deprecation warning for users
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converted pep8 entry point to emit a deprecation warning for users
</pre>
</div>
</content>
</entry>
</feed>
