Commit Graph

  • 43e2c794ba Convert to libalternatives, bsc#1245883 slfo-main Daniel Garcia Moreno 2025-10-23 11:49:10 +02:00
  • 60da4c83b3 Accepting request 1302389 from devel:languages:python factory Ana Guerrero 2025-09-03 19:06:53 +00:00
  • 31a58f8bc0 - Convert to libalternatives on SLE-16-based and newer systems Markéta Machová 2025-08-26 09:51:45 +00:00
  • 7e65042034 Accepting request 1225352 from devel:languages:python slfo-1.2 Ana Guerrero 2024-11-21 14:13:24 +00:00
  • 2992615c27 - update to 0.43.0: * New DISABLE_SPLIT_LIST_WITH_COMMENT flag. DISABLE_SPLIT_LIST_WITH_COMMENT is a new knob that changes the behavior of splitting a list when a comment is present inside the list. Note the behavioral change above; if you set DISABLE_ENDING_COMMA_HEURISTIC=true and want to keep the old behavior, you now also need to set DISABLE_SPLIT_LIST_WITH_COMMENT=true. * Remove dependency on importlib-metadata * Remove dependency on tomli when using >= py311 * Format '.pyi' type sub files. * Fix SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED for one-item named argument lists by taking precedence over SPLIT_BEFORE_NAMED_ASSIGNS. * Fix SPLIT_ALL_COMMA_SEPARATED_VALUES and SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES being too agressive for lambdas and unpacking. - Add missing {Build,}Requires on tomli and importlib-metadata. Dirk Mueller 2024-11-20 17:02:19 +00:00
  • 652778ccc5 Accepting request 1156824 from devel:languages:python Ana Guerrero 2024-03-14 16:42:16 +00:00
  • f54a70f2a1 - Add missing {Build,}Requires on tomli and importlib-metadata. Steve Kowalik 2024-03-11 05:48:00 +00:00
  • 4cbed27462 Accepting request 1129242 from devel:languages:python Ana Guerrero 2023-11-28 21:18:55 +00:00
  • 3b46c5fcd0 - update to 0.40.2: * The verification module has been removed. NOTE: this changes the public APIs by removing the "verify" parameter. * Changed FORCE_MULTILINE_DICT to override SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES. * Adopt pyproject.toml (PEP 517) for build system * Do not treat variables named match as the match keyword. * Fix SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED for one-item argument lists. * Fix trailing backslash-newline on Windows when using stdin. Dirk Mueller 2023-11-27 20:13:51 +00:00
  • 7144f8fbc1 Accepting request 1109517 from devel:languages:python Ana Guerrero 2023-09-08 19:15:01 +00:00
  • 4f841e73f8 - update to 0.40.1: * Corrected bad distribution v0.40.0 package. * Support for Python 3.11 * Add the --print-modified flag to print out file names of modified files when running in in-place mode. * Replace the outdated and no-longer-supported lib2to3 with a fork of blib2to3 * Support for Python versions < 3.7 are no longer supported. Dirk Mueller 2023-09-07 11:15:55 +00:00
  • 07fd3219de Accepting request 1084863 from devel:languages:python Dominique Leuenberger 2023-05-09 11:06:02 +00:00
  • 04d92759e2 - update to 0.33.0: * Add a new Python parser to generate logical lines. * Added support for # fmt: on and # fmt: off pragmas. * Moved 'pytree' parsing tools into its own subdirectory. * Add support for Python 3.10. * Format generated dicts with respect to same rules as regular dicts * Generalized the ending comma heuristic to subscripts. * Supports "pyproject.toml" by default. * Split line before all comparison operators. Dirk Mueller 2023-05-04 20:04:44 +00:00
  • 704df53f3b Accepting request 1081719 from devel:languages:python Dominique Leuenberger 2023-04-22 19:58:04 +00:00
  • d2c2b2b3aa Accepting request 1081702 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 13:27:40 +00:00
  • a49d438ef7 Accepting request 980752 from devel:languages:python Dominique Leuenberger 2022-06-06 09:10:19 +00:00
  • 97f68fc19f - Fix update-alternatives use. Matej Cepl 2022-06-04 11:50:10 +00:00
  • b30211b28e - Update to 0.32.0: - Look at the 'pyproject.toml' file to see if it contains ignore file information for YAPF. - New entry point yapf_api.FormatTree for formatting lib2to3 concrete syntax trees. - Change tests to support "pytest". - Reformat so that "flake8" is happy. - Clean up the FormatToken interface to limit how much it relies upon the pytree node object. - Rename "unwrapped_line" module to "logical_line." - Rename "UnwrappedLine" class to "LogicalLine." - Added pyproject extra to install toml package as an optional dependency. - Enable BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF knob for "pep8" style, so method definitions inside a class are surrounded by a single blank line as prescribed by PEP8. - Fixed the '...' token to be spaced after a colon. Matej Cepl 2022-06-04 11:48:13 +00:00
  • 172f62f7b6 Accepting request 906775 from devel:languages:python Dominique Leuenberger 2021-07-21 17:05:31 +00:00
  • 5b6ff8d07b - update to 0.31.0: - Add 'BLANK_LINES_BETWEEN_TOP_LEVEL_IMPORTS_AND_VARIABLES' to support setting a custom number of blank lines between top-level imports and variable definitions. - Ignore end of line # copybara: directives when checking line length. - Do not scan exlcuded directories. Prior versions would scan an exluded folder then exclude its contents on a file by file basis. Preventing the folder being scanned is faster. Dirk Mueller 2021-07-17 06:46:24 +00:00
  • 2bee84f188 Accepting request 810185 from devel:languages:python Dominique Leuenberger 2020-06-02 12:36:00 +00:00
  • 87b943793a Accepting request 810164 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-05-29 11:00:49 +00:00
  • 3d6da9e23f Accepting request 770065 from devel:languages:python Dominique Leuenberger 2020-02-05 18:41:48 +00:00
  • 705d1f9fe9 Accepting request 770029 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-02-04 18:26:12 +00:00
  • 0c8ac50371 Accepting request 717549 from devel:languages:python Dominique Leuenberger 2019-07-22 15:19:12 +00:00
  • 9d16c81074 - Update to 0.28.0: * Bugfix release, see CHANGELOG Tomáš Chvátal 2019-07-22 11:28:58 +00:00
  • 22ba7c075d Accepting request 692780 from devel:languages:python Dominique Leuenberger 2019-04-14 10:22:04 +00:00
  • a02e1e0169 Accepting request 692597 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-04-10 06:29:00 +00:00
  • 076004dc4b Accepting request 674884 from devel:languages:python Dominique Leuenberger 2019-02-27 16:28:01 +00:00
  • 4b0acf56ca Accepting request 674779 from home:jayvdb:coala:python3-bears Tomáš Chvátal 2019-02-14 08:32:53 +00:00
  • 15df9e600e Accepting request 644316 from devel:languages:python Dominique Leuenberger 2018-10-26 09:08:25 +00:00
  • 72e392777a - Version update to 0.24.0: * Support for python 3.7 Tomáš Chvátal 2018-10-24 13:24:49 +00:00
  • 12861e14a3 Accepting request 632145 from devel:languages:python Dominique Leuenberger 2018-08-31 08:46:24 +00:00
  • 5395c2346c - Version update to 0.23.0: * Many changes to behaviour based on CHANGELOG * Add various documents/license to distributed tarball Tomáš Chvátal 2018-08-29 11:40:45 +00:00
  • 7075395123 Accepting request 603215 from devel:languages:python Dominique Leuenberger 2018-05-04 09:30:14 +00:00
  • 84a20ed3dc Accepting request 582349 from home:jengelh:branches:devel:languages:python Tomáš Chvátal 2018-03-04 11:10:46 +00:00
  • 6789e7c807 Accepting request 580907 from devel:languages:python Dominique Leuenberger 2018-03-05 12:37:59 +00:00
  • 789d7f7685 Accepting request 539615 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-11-07 16:19:02 +00:00