Changelog for
python3-flake8-import-order-0.12-1.8.noarch.rpm :
Mon Feb 20 13:00:00 2017 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 0.12:
* Added new Edited style, this is equivalent to the Smarkets style
except that values specified in the application-package-names
option must be imported after third-party import statements
* Added ability to extend a style using an entrypoint.
* Fix ambiguous I100 error, now lists correct packages.
Sat Nov 19 13:00:00 2016 arunAATTgmx.de
- update to version 0.11:
* Enforce lexicographic ordering for Google, Smarkets and AppNexus
styles. This may introduce warnings not present in previous
releases relating to case sensitivity.
* Fix I100 case sensitivity for ungrouped imports, again enforcing
lexicographic ordering.
- changes from version 0.10:
* Added new AppNexus style, this is equivalent to the google style
except that values specified in the application-package-names
option must be imported after third-party import statements
* Fixed ungrouped ordering bug whereby I100 wasn\'t triggered.
Sat Sep 24 14:00:00 2016 arunAATTgmx.de
- specfile:
* replace pep8 with pycodestyle
- update to version 0.9.2:
* Fix error when checking from stdin using flake8 3.0.
- changes from version 0.9.1:
* Fix case sensitivity bug for Google and Smarkets style.
- changes from version 0.9:
* Drop pep8 requirement and replace with pycodestyle.
* Support Flake8 3.0 (alongside Flake8 2.X).
* Drop Python2.6 compatibility.
* Fixed a bug where intermixed 1st and 3rd party imports cause an
error with the PEP8 style.
* Fixed a bug whereby the I101 recommended ordering wasn\'t a valid
ordering in the cryptography style.
Sat Jun 18 14:00:00 2016 arunAATTgmx.de
- specfile:
* update copyright year
- update to version 0.8:
* Added profile, cProfile, pstats and typing to stdlib list.
* Added new PEP8 style, that enforces grouping of importes but
allows any ordering within the groups.
- changes from version 0.7:
* Added new Smarkets style, this is equivalent to the google style
except that any import X statements must come before any from X
import y statments.
- changes from version 0.6.2:
* Fixed a bug where I101 messages were not suggesting the correct
order in the default style. The output message now outputs a
message that matches the selected style.
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* updated source url to files.pythonhosted.org
Fri Jun 19 14:00:00 2015 arunAATTgmx.de
- specfile:
* added README.rst
* added pep8 requirement
- update to version 0.6.1:
* Fixed a bug where I101 messages were not suggesting the correct
order.
* Extended test harness to be able to check error messages as well
as codes.
- changes from version 0.6:
* Refactor Google style to fix #34
* Add xmlrpclib to list of stdlib modules
* Add macurl2path and nturl2path to the stdlib list
* Added a MANIFEST
* Added a long description to setup.py
* Fix line length
* Add the noqa test case
* Add pep8 to install_requires
* Filter out # noqa lines.
* Add posixpath to stdlib list
Wed Jan 14 13:00:00 2015 arunAATTgmx.de
- specfile: update copyright year
- update to version 0.5.3:
* Fix long line that fails pep8 /py3pep8 tox tests
* Add installation of python 3.4 to TOX_ENV switch
* Add Python 3.4 to tox and travis files; issue #25
* Fix #23 (again)
- changes from version 0.5.2:
* Fix #23. Sort relative imports correctly
* Fix error format for relative imports
- changes from version 0.5.1:
* Add xml to stdlib list
* Add importlib to stdlib list
- changes from version 0.5:
* Improve error messages a bit
* Avoid comparison of str and None.
- changes from version 0.4.2:
* Add asyncio to stdlib list
* Describe import-order-style configuration
Thu Jul 10 14:00:00 2014 toddrme2178AATTgmail.com
- Update to 0.4.1
- No upstream changelog
Mon Mar 24 13:00:00 2014 toddrme2178AATTgmail.com
- Initial version