File python3-autopep8.changes of Package python3-autopep8
-------------------------------------------------------------------
Sun Aug 9 00:13:00 UTC 2015 - arun@gmx.de
- specfile: add AUTHORS.rst file
- update to version 1.2:
* exec update_readme.py
* Expose "argv"
* Use new pep8 URL
* Clean up
* Generalize to handle dots in E712 and E713
* Document limitations
* Remove unused tests
* Use actual parameter name
* Strip whitespace in error codes
* Support multiprocessing on Windows
* Avoid issue #175 for now
* Make this work on Python 2.6
* Remove unnecessary check
* Disable for now
* Add failing example
* Use same version of Python throughout
* Indent
* Fix #183
* Fix some of #195
* Clean up import
* Clean up variable names
* Add "--line-range" for consistent naming
* Check for bad options
* Update for dictionary-option change
* Support dictionary options
* Add test for issue #175
* Narrow down the bug avoidance
* Avoid buggy "--range" case for now
* Separate W391 from global fix
* Avoid breaking lambda at awkward location
* Generalize
* Avoid breaking after unary operator
* Move the "rstrip()" to a better place
* Avoid add trailing in double aggressive mode
* Avoid growing the line length
* Remove redundant option
* Put code in main function
* Support Python 3 in Vim usage example
* Set for bb81d1922970c485edd5dd75f279120c709dc1fe
* Modify E309 to reflect change in PEP 257
* Update with latest pep8
-------------------------------------------------------------------
Thu Feb 26 16:53:50 UTC 2015 - arun@gmx.de
- update to version 1.1.1:
* fix fail test when use sdist files
* ignore coverage data
* Update due to change in "pep8"
* Suppress false positive
* Test against "LANG="
* Fall back to "sys.getdefaultencoding()"
* Increment copyright date
- changes from version 1.1:
* Add note
* Add for 5edb790ee5555e42992cb38885c9c72ad70a5918
* Fix exclude in recursive mode
* fix fix_e265 comment
* Clean up
* Add suppressions for Python 2
* Format
* Add future imports
* Remove untested code
* Remove broken and untested code
* Put "and" in the right place
* Format
* Add missing "r"
* Mention pep8
* cln expand long test to multiline string
* Add note
* pep8 failure (E501 not picked up by autopep8?)
* fix multi-line docstrings over range
* cln remove comment indentation first
* TST additional range comment test for comment followed by new line
* FIX comments in line range are indented to match subsequent line
* Simplify
* Format
* Use parentheses uniformly
* Remove user-dependent test
* Read configuration after filename normalization
* Find configuration file correctly
* Clean up
* Clean up
* Make tests safer
* Clean up
* Undo home directory expansion in documentation
* Allowing leading "--" in configuration
* Clean up
* Add back Python 2.6 support
* Add missing usage of "GLOBAL_CONFIG"
* Set development version
* Handle more errors
* Use non-deprecated import
* Document new options
* Format
* Remove unnecessary method
* Revert 1f782659f13adf63969fb3d41bdbdf6cb56d148a
* CLN remove _main
* CLN remove pragma: no cover as not needed with coveralls cc @myint
* CLN parse args twice, no manual arguments checking
* FIX autocomplete for --global-config arg and with space sep
* Use lowercase
* Generalize
* Remove bad backslash
* Avoid getting into bad state due to E901
* Remove flaky lib2to3 "import" fixer
* API use --global-config and --ignore-local-config arguments
* TST check passing arg overrides default/config
* ENH add --config argument
* Mention pep8 repository
* Remove bad-syntax inducing code
* Format
* Clean up
* Clean up
* Remove no-longer-working script
* include spaces in the 'class' or 'def' checks
* improve e302 fix code
* fix suite tests
* fix infinite loop in e501 experimental_decorator unit test
* extend E302 fix (comments before class definition)
* fix #145
* fix #161
-------------------------------------------------------------------
Thu Dec 11 05:38:47 UTC 2014 - arun@gmx.de
- update to version 1.0.4:
* Avoid extended E301 false positive
* Avoid E309 false positive
* Support W293
* Support selecting E111
* Handle trailing commas gracefully in "--ignore"
* Clean up
* Move "ws_comma" fixer to global fixes
* Format
* Pass in filename to lib2to3
* Simplify
* Simplify
* Write to "sys.stdout" with desired encoding
* Use '--experimental' for experimental tests.
* Normalize 'for' and 'while' constructs so that they can be reformatted properly.
* Document
* Switch to development mode
* Document "encoding" parameter
* Give credit for patch
* Fix whitespace
* Fixed issue where the encoding was not correct when the contents of the file were passed directly a
* ignore idea(for pycharm)
-------------------------------------------------------------------
Sat Nov 08 21:00:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in pre script
-------------------------------------------------------------------
Thu Jul 10 12:42:02 UTC 2014 - toddrme2178@gmail.com
- Update to 1.0.3
+ Upstream provides no changelog
-------------------------------------------------------------------
Fri May 9 09:43:05 UTC 2014 - toddrme2178@gmail.com
- Update to 1.0.2:
+ Upstream provides no changelog
- Update to 1.0.1
- Update to 1.0.0
- Update to 0.9.7
- Update to 0.9.6
- Fix UnicodeDecodeError in unittests
- Only ghost /etc/alternatives on 12.3 or newer
-------------------------------------------------------------------
Tue Nov 5 16:23:01 UTC 2013 - speilicke@suse.com
- Update to version 0.9.5:
+ Upstream provides no changelog
- Run testsuite
- Implement update-alternatives
-------------------------------------------------------------------
Thu Sep 6 09:28:27 UTC 2012 - toddrme2178@gmail.com
- Restore BuildRequires: python3 This package depends on hash
algorithms that are only available if python3 is installed,
python3-devel will not pull them in. Building will fail if
BuildRequires: python3 is removed.
-------------------------------------------------------------------
Tue Aug 21 06:09:35 UTC 2012 - highwaystar.ru@gmail.com
- python3 package added