132 Commits

Author SHA256 Message Date
5ab9285979 Accepting request 1273976 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1273976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=47
2025-05-02 13:01:05 +00:00
2d2761fe58 - Raise suse_version to disable pymama tests to <= 1600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=123
2025-05-02 09:34:05 +00:00
8e320f4883 Accepting request 1267733 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1267733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=46
2025-04-07 16:56:01 +00:00
349ac22339 - Update to 6.0.1
- Update to 6.0.0
- drop support-pytest-8.patch, merged upstream
- change source url back to pypi, tests are now included
- update build-requirements
- add fix-typo.patch to fix tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=121
2025-04-07 16:12:39 +00:00
4f4540169d Accepting request 1218037 from devel:languages:python
- Remove not needed build dependencies

OBS-URL: https://build.opensuse.org/request/show/1218037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=45
2024-10-24 13:45:02 +00:00
fc9d94cbe2 - Remove not needed build dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=119
2024-10-24 11:57:01 +00:00
677959a307 Accepting request 1197676 from devel:languages:python
- Add patch support-pytest-8.patch:
  * Do not use the anti-pattern of pytest.warns(None).

OBS-URL: https://build.opensuse.org/request/show/1197676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=44
2024-08-30 11:32:42 +00:00
54e5e8fa82 - Add patch support-pytest-8.patch:
* Do not use the anti-pattern of pytest.warns(None).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=117
2024-08-30 02:58:04 +00:00
0a284ff1c1 Accepting request 1152081 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1152081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=43
2024-02-27 21:48:45 +00:00
8483a72c7d Accepting request 1152080 from home:bnavigator:branches:devel:languages:python
- Disable black output test: gh#PyCQA/isort#2233

OBS-URL: https://build.opensuse.org/request/show/1152080
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=115
2024-02-27 09:15:19 +00:00
2e17a83918 Accepting request 1140773 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1140773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=42
2024-01-23 21:56:19 +00:00
857e5d3d8d Accepting request 1140766 from home:alarrosa:branches:devel:languages:python
- Disable pylama tests in SLE since pylama adds too many
  dependencies.

OBS-URL: https://build.opensuse.org/request/show/1140766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=113
2024-01-23 07:17:16 +00:00
6cd4788ead Accepting request 1133685 from devel:languages:python
- update to 5.13.2:
  * Apply the bracket fix from issue #471 only for
    use_parentheses=True
  * Confine pre-commit to stages
  * Fixed colors extras
  * Fixed integration tests
  * Fixed normalizing imports from more than one level of parent
    modules
  * Remove optional dependencies without extras
  * Cleanup deprecated extras
  * Fixed #1989: settings lookup when working in stream based
    mode
  * Fixed 80 line length for wemake linter
  * Add support for Python 3.12
  * Fixed assertions in test_git_hook
  * Removed check for include_trailing_comma for the Hanging
    Indent wrap mode
  * Use the standard library tomllib on sufficiently new python
  * Fixed safety sept 2023
  * chore: move configurations to pyproject.toml (#2115)
  * Fixed typo in README
  * Update version in pre-commit setup to avoid installation
    issue with poetry
  * Skip .pytype directory by default.
  * Fixed a tip block styling in the Config Files section (#2097)

  * Fixed #1556: Empty line added between imports that should be
  * Improved packaging of test files alongside source distribution
  * Fixed #1548: On rare occasions an unecessary empty line can be
  * Fixed #1542: Bug in VERTICAL_PREFIX_FROM_MODULE_IMPORT wrap

OBS-URL: https://build.opensuse.org/request/show/1133685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=41
2023-12-17 20:33:19 +00:00
02c9ad66ff - update to 5.13.2:
* Apply the bracket fix from issue #471 only for
    use_parentheses=True
  * Confine pre-commit to stages
  * Fixed colors extras
  * Fixed integration tests
  * Fixed normalizing imports from more than one level of parent
    modules
  * Remove optional dependencies without extras
  * Cleanup deprecated extras
  * Fixed #1989: settings lookup when working in stream based
    mode
  * Fixed 80 line length for wemake linter
  * Add support for Python 3.12
  * Fixed assertions in test_git_hook
  * Removed check for include_trailing_comma for the Hanging
    Indent wrap mode
  * Use the standard library tomllib on sufficiently new python
  * Fixed safety sept 2023
  * chore: move configurations to pyproject.toml (#2115)
  * Fixed typo in README
  * Update version in pre-commit setup to avoid installation
    issue with poetry
  * Skip .pytype directory by default.
  * Fixed a tip block styling in the Config Files section (#2097)
  * Fixed #1556: Empty line added between imports that should be
  * Improved packaging of test files alongside source distribution
  * Fixed #1548: On rare occasions an unecessary empty line can be
  * Fixed #1542: Bug in VERTICAL_PREFIX_FROM_MODULE_IMPORT wrap
  * Goal Zero: (Tickets related to aspirational goal of achieving 0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=111
2023-12-17 02:11:43 +00:00
97d5232974 Accepting request 1108059 from devel:languages:python
- Skip failing test with hypothesis gh#PyCQA/isort#2171 (forwarded request 1108058 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1108059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=40
2023-08-31 11:45:38 +00:00
fabc13f91e Accepting request 1108058 from home:bnavigator:branches:devel:languages:python
- Skip failing test with hypothesis gh#PyCQA/isort#2171

OBS-URL: https://build.opensuse.org/request/show/1108058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=109
2023-08-30 08:23:34 +00:00
6649c48596 Accepting request 1085634 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=39
2023-05-09 11:09:08 +00:00
16ba63d623 Accepting request 1085600 from home:ojkastl_buildservice:Branch_devel_languages_python
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=107
2023-05-09 06:41:59 +00:00
bd34a66d56 Accepting request 1083099 from devel:languages:python
- Update to 5.12.0
  * Add the ability to restrict which directories isort works
    against (#1967) @vkomarov-r7
  * updated format strings to fstrings (#2076) @marksmayo
  * Simplify typeshed integration test (#2075) @AlexWaygood
  * Fix re-export sorter (#2065) @parafoxia
  * Removal Python 3.7 (#2064) @staticdev
  * Added test case and fix for cython pure python import (#2063)
    @jtoledo1974 (forwarded request 1083098 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1083099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=38
2023-04-27 18:00:58 +00:00
4dc8f95f1c Accepting request 1083098 from home:bnavigator:branches:devel:languages:python
- Update to 5.12.0
  * Add the ability to restrict which directories isort works
    against (#1967) @vkomarov-r7
  * updated format strings to fstrings (#2076) @marksmayo
  * Simplify typeshed integration test (#2075) @AlexWaygood
  * Fix re-export sorter (#2065) @parafoxia
  * Removal Python 3.7 (#2064) @staticdev
  * Added test case and fix for cython pure python import (#2063)
    @jtoledo1974

OBS-URL: https://build.opensuse.org/request/show/1083098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=105
2023-04-26 19:47:15 +00:00
ea342b79d6 Accepting request 1059601 from devel:languages:python
- Update to 5.11.4
  * No user relevant changes
- Release 5.11.3
  * Renable portray (#2043) @timothycrosley
  * Fix packaging pypoetry (#2042) @staticdev
  * Fix settings for py3.11 (#2040) @staticdev
- Release 5.11.2
  * Hotfix for --version. (#2035) @felixxm
- Release 5.11.1
  * Only call colorama.init if colorama is available (#2032)
    @tomaarsen
- Release 5.11.0
  * Add support to Python 3.11 support (#2024) @staticdev
  * Remove support to Python 3.6 (#2020) @barrelful
  * Fix Rich compatibility (#1961) @ofek
  * Add magic trailing comma option (#1876) @legau
  * Add missing space in unrecoverable exception message (#1933)
    @andersk
  * skip-gitignore: use allow list, not deny list (#1900)
    @bmalehorn
  * Infinite loop for unmatched parenthesis (#1919) @anirudnits
  * Split long cython import lines (#1931) @davidcollins001
  * Update plone profile: copy of black, plus three settings.
    (#1926) @mauritsvanrees
  * Add a command-line flag to sort all re-exports (#1862) (#1863)
    @parafoxia
  * Fix lines_before_imports appending lines after comments (#1861)
    @legau
  * Remove redundant multi_line_output = 3 from "Compatibility with
    black" (#1858) @jdufresne (forwarded request 1059600 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1059601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=37
2023-01-19 15:44:33 +00:00
9dbaabf48c Accepting request 1059600 from home:bnavigator:branches:devel:languages:python
- Update to 5.11.4
  * No user relevant changes
- Release 5.11.3
  * Renable portray (#2043) @timothycrosley
  * Fix packaging pypoetry (#2042) @staticdev
  * Fix settings for py3.11 (#2040) @staticdev
- Release 5.11.2
  * Hotfix for --version. (#2035) @felixxm
- Release 5.11.1
  * Only call colorama.init if colorama is available (#2032)
    @tomaarsen
- Release 5.11.0
  * Add support to Python 3.11 support (#2024) @staticdev
  * Remove support to Python 3.6 (#2020) @barrelful
  * Fix Rich compatibility (#1961) @ofek
  * Add magic trailing comma option (#1876) @legau
  * Add missing space in unrecoverable exception message (#1933)
    @andersk
  * skip-gitignore: use allow list, not deny list (#1900)
    @bmalehorn
  * Infinite loop for unmatched parenthesis (#1919) @anirudnits
  * Split long cython import lines (#1931) @davidcollins001
  * Update plone profile: copy of black, plus three settings.
    (#1926) @mauritsvanrees
  * Add a command-line flag to sort all re-exports (#1862) (#1863)
    @parafoxia
  * Fix lines_before_imports appending lines after comments (#1861)
    @legau
  * Remove redundant multi_line_output = 3 from "Compatibility with
    black" (#1858) @jdufresne

OBS-URL: https://build.opensuse.org/request/show/1059600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=103
2023-01-19 13:41:32 +00:00
44a2fb17db Accepting request 999112 from devel:languages:python
- Revert removal of pylama tests, we drop out of Ring1 instead

OBS-URL: https://build.opensuse.org/request/show/999112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=36
2022-08-25 13:09:19 +00:00
574e39555b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=101 2022-08-19 09:44:57 +00:00
d618ed2adb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=100 2022-08-19 09:43:52 +00:00
3db7aca33f Accepting request 994358 from devel:languages:python
- remove unnecessary pylama buildrequires

OBS-URL: https://build.opensuse.org/request/show/994358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=35
2022-08-12 15:46:15 +00:00
d799dc108b .
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=98
2022-08-10 15:09:31 +00:00
a6eb6f18ec remove pylama test import
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=97
2022-08-10 15:09:00 +00:00
6cb1b0e192 osc copypac from project:openSUSE:Factory package:python-isort revision:34, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=96
2022-08-10 14:46:26 +00:00
774f2a0c4b ignore pylaman tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=95
2022-08-10 14:45:07 +00:00
17a0d14a63 - remove unnecessary pylama buildrequires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=94
2022-08-10 14:37:09 +00:00
7e4644a35b Accepting request 965465 from devel:languages:python
- Tests require toml explicitly. Not pulled in anymore
  automatically since many packages (setuptools_scm, pytest, ...)
  switch to tomli. (forwarded request 965464 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/965465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=34
2022-04-02 16:20:05 +00:00
2a2855e643 Accepting request 965464 from home:bnavigator:branches:devel:languages:python
- Tests require toml explicitly. Not pulled in anymore
  automatically since many packages (setuptools_scm, pytest, ...)
  switch to tomli.

OBS-URL: https://build.opensuse.org/request/show/965464
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=92
2022-03-28 17:59:31 +00:00
21d3504b60 Accepting request 946838 from devel:languages:python
- Unpin black for example project (forwarded request 946837 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/946838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=33
2022-01-19 23:11:55 +00:00
11ffa02d06 Accepting request 946837 from home:bnavigator:branches:devel:languages:python
- Unpin black for example project

OBS-URL: https://build.opensuse.org/request/show/946837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=91
2022-01-16 20:00:53 +00:00
230bc418b8 Accepting request 942830 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/942830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=32
2021-12-28 11:26:15 +00:00
7d10f9f672 Accepting request 942829 from home:bnavigator:branches:devel:languages:python
- Unpin natsort for example project

OBS-URL: https://build.opensuse.org/request/show/942829
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=90
2021-12-27 17:58:34 +00:00
7f821f2b29 Accepting request 942268 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/942268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=31
2021-12-24 19:23:02 +00:00
700adb2394 Accepting request 942267 from home:bnavigator:branches:devel:languages:python
- Remove hypothesis-auto test requirement. It is actually not used
  anymore.

OBS-URL: https://build.opensuse.org/request/show/942267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=89
2021-12-23 18:08:56 +00:00
84f7ded599 Accepting request 941539 from devel:languages:python
- Skip deprecated requirementslib for all flavors
- Skip the requirementslib tests on python310 too

OBS-URL: https://build.opensuse.org/request/show/941539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=30
2021-12-22 19:17:40 +00:00
4b602977a4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=88 2021-12-19 20:19:59 +00:00
fecedaab51 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=87 2021-12-19 20:18:00 +00:00
729fb80108 - Skip the requirementslib tests on python310 too
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=86
2021-12-19 18:10:33 +00:00
34b2b21e41 Accepting request 932831 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/932831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=29
2021-11-23 21:10:20 +00:00
b5fef4efae - update to version 5.10.1:
- Fixed #1819: Occasional inconsistency with multiple src paths.
    - Fixed #1840: skip_file ignored when on the first docstring line
- update to version 5.10.0:
    - Implemented #1796: Switch to `tomli` for pyproject.toml configuration loader.
    - Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending).
    - Fixed #1802: respect PATH customization in nested calls to git.
    - Fixed #1838: Append only with certain code snippets incorrectly adds imports.
    - Added official support for Python 3.10
 - Potentially breaking changes:
    - Fixed #1785: `_ast` module incorrectly excluded from stdlib definition.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=85
2021-11-14 21:10:09 +00:00
9deeb853b4 Accepting request 928403 from devel:languages:python
- Use custom hypothesis profile obs in order to suppress failing
  health checks (forwarded request 928402 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/928403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=28
2021-11-03 16:25:17 +00:00
b338b31734 Accepting request 928402 from home:bnavigator:branches:devel:languages:python
- Use custom hypothesis profile obs in order to suppress failing
  health checks

OBS-URL: https://build.opensuse.org/request/show/928402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=84
2021-10-31 16:51:27 +00:00
Richard Brown
77da3fc842 Accepting request 910472 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/910472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=27
2021-08-11 09:47:05 +00:00
1da55503b3 - update to version 5.9.3:
- Improved text of skipped file message to mention gitignore feature.
    - Made all exceptions pickleable.
    - Fixed #1779: Pylama integration ignores pylama specific isort config overrides.
    - Fixed #1781: `--from-first` CLI flag shouldn't take any arguments.
    - Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file.
    - Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=83
2021-07-30 08:32:28 +00:00
841e2c27bb Accepting request 905345 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/905345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=26
2021-07-13 20:36:54 +00:00