Path to this page:
./
devel/py-isort,
Python utility / library to sort imports
Branch: CURRENT,
Version: 4.3.21,
Package name: py37-isort-4.3.21,
Maintainer: pkgsrc-usersisort is a Python utility / library to sort imports alphabetically,
and automatically separated into sections. It provides a command
line utility, Python library and plugins for various editors to
quickly sort all your imports.
Required to run:[
devel/py-setuptools] [
devel/py-lama] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 039126857536033900c81923af241a963d891654
RMD160: f3905a2005ed7df9127161d1561f786addcde7fc
Filesize: 67.916 KB
Version history: (Expand)
- (2019-07-01) Updated to version: py37-isort-4.3.21
- (2019-05-15) Updated to version: py37-isort-4.3.20
- (2019-05-14) Updated to version: py37-isort-4.3.19
- (2019-05-02) Updated to version: py37-isort-4.3.18
- (2019-04-08) Updated to version: py27-isort-4.3.17
- (2019-03-25) Updated to version: py27-isort-4.3.16
CVS history: (Expand)
2020-05-16 19:13:41 by Adam Ciarcinski | Files touched by this commit (9) |
Log message:
pytest from versioned deps.
|
2019-07-01 09:15:00 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-isort: updated to 4.3.21
4.3.21:
- Fixed - Long aliases and use_parentheses generates invalid syntax
|
2019-05-15 11:13:03 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-isort: updated to 4.3.20
4.3.20:
- Fixed - Pipe redirection broken on Python2.7
|
2019-05-14 09:34:50 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-isort: updated to 4.3.19
4.3.19:
- Fixed - correctly handle pyi (Python Template Files) to match `black` output
|
2019-05-02 10:31:03 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-isort: updated to 4.3.18
4.3.18:
- Fixed an issue with parsing files that contain unicode characters in Python 2
- Fixed issue 924 - Pulling in pip internals causes depreciation warning
- Fixed issue 938 - Providing a way to filter explicitly passed in files via \
configuration settings (`--filter-files`)
- Improved interoperability with toml configuration files
|
2019-04-08 12:33:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-isort: updated to 4.3.17
4.3.17:
- Fixed issue 905 & 919: Import section headers behaving strangely
|
2019-03-25 09:54:24 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-isort: updated to 4.3.16
4.3.16:
- Fixed - skip and skip-glob are not enforced when using settings-path.
- Fixed - appdirs optional requirement does not correctly specify version
- Fixed - Too broad warning about missing toml package
- Fixed - remove `user` from known standard library as it's no longer in any \
supported Python version.
|
2019-03-13 09:56:47 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-isort: updated to 4.3.15
4.3.15:
- Fixed a regression with handling streaming input from pipes
- Fixed handling of \x0c whitespace character
- Improved CLI documentation
|