1
0

Commit Graph

  • a0eba4f83e Accepting request 1199458 from devel:languages:python factory Ana Guerrero 2024-09-09 12:44:34 +0000
  • 66a6ca619d - update to 2.4.0: * Drop 3.9 support * Add 3.13 support - update to 2.3.0: * Add module name rewrite configuration option - update to 2.2.3: * Fix mypy errors due to unneeded type ignores * Fix rendering when docstring starst with a directive devel Dirk Mueller 2024-09-08 13:21:35 +0000
  • 2b7689169f Accepting request 1183919 from devel:languages:python Ana Guerrero 2024-07-03 18:30:02 +0000
  • c0de5a2303 - update to 2.2.2: * Fix for Issue #384: typehints_defaults = "braces-after" fails for a multiline :param: entry * Support autodoc_type_aliases configuration * Support Sphinx 7.3 and drop 3.8 support * Return injection fix * Add option to force unions (and options) to be rendered with bars Dirk Mueller 2024-06-29 05:38:25 +0000
  • b0677940fb Accepting request 1143500 from devel:languages:python Ana Guerrero 2024-02-02 14:47:06 +0000
  • 2ffa7078c7 - update to 1.25.3: * dependency bumps Dirk Mueller 2024-02-01 20:56:11 +0000
  • c802b7a700 Accepting request 1140272 from devel:languages:python Ana Guerrero 2024-01-21 22:09:57 +0000
  • 11e9016533 - update to 1.25.2: * Allow Sphinx explicitly to write in parallel. * Fixed crash when documenting ParamSpecArgs * Fixed a bug where if a class has an attribute and a constructor argument with the same name, the constructor argument type would be rendered incorrectly (issue 308) * Fixed napoleon handling of numpy docstrings with no specified return type. * Fix a Field list ends without a blank line warning (issue 305). * More robust determination of rtype location / fix issue 302 * Improvements to the location of the return type * Use format_annotation to render class attribute type annotations * Fix overloads support * Fix spacing between :rtype: and directives * Handle types from types module * If module is \_io, use io instead * Put rtype before examples or usage section * Remove redundant return type for attributes * Handle collections.abc.Callable as well as typing.Callable * Put Literal args in code blocks * Fix Optional role to be data. * Fixed default options not displaying for parameters without type hints. * Use hatchling instead of setuptools * Add support for typing.ParamSpec * Allow star prefixes for parameter names in docstring - Update to version 1.19.2 python-sphinx-autodoc-typehints-system-object.inv.patch Dirk Mueller 2024-01-14 10:22:38 +0000
  • 1a76b25efa Accepting request 1099932 from devel:languages:python Ana Guerrero 2023-07-24 16:26:11 +0000
  • 11b7716f72 Accepting request 1099902 from home:ojkastl_buildservice:Branch_devel_languages_python Matej Cepl 2023-07-21 16:10:02 +0000
  • 932d03e072 Accepting request 1008878 from devel:languages:python Richard Brown 2022-10-07 23:26:16 +0000
  • 2512fecbbf changes Markéta Machová 2022-10-07 19:16:01 +0000
  • 6ebbf9d64b Accepting request 1008848 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-10-07 19:14:17 +0000
  • 2cbd81c53e Accepting request 989341 from devel:languages:python Dominique Leuenberger 2022-08-08 06:44:48 +0000
  • 63a962a79d Accepting request 989231 from home:bnavigator:branches:devel:languages:python Markéta Machová 2022-07-15 07:13:41 +0000
  • c938722f1c Accepting request 981057 from devel:languages:python Dominique Leuenberger 2022-06-08 12:24:05 +0000
  • 42fab2d8e3 Adjust SPEC Matej Cepl 2022-06-06 23:19:48 +0000
  • 43e903f39e Adjust SPEC Matej Cepl 2022-06-06 23:11:04 +0000
  • 2311043ace Adjust SPEC Matej Cepl 2022-06-06 23:04:59 +0000
  • 5a1ec36786 - Update to 1.18.2: - [pre-commit.ci] pre-commit autoupdate - Support and require nptyping 2.1.1 Matej Cepl 2022-06-06 23:04:29 +0000
  • 61a130ee30 Accepting request 976276 from devel:languages:python Dominique Leuenberger 2022-05-12 20:58:13 +0000
  • a8c2cd2e2d Too much Matej Cepl 2022-05-11 10:10:34 +0000
  • fe370c2707 - Switch to multibuild to break build cycles. Matej Cepl 2022-05-11 10:08:49 +0000
  • aa4b62857e Fix SPEC Matej Cepl 2022-05-09 14:09:48 +0000
  • ce57ddbe08 Fix SPEC Matej Cepl 2022-05-09 14:05:14 +0000
  • 36e1105890 Accepting request 975167 from home:mcepl:branches:devel:languages:python Matej Cepl 2022-05-05 10:40:05 +0000
  • 0819434c44 Accepting request 943000 from devel:languages:python Dominique Leuenberger 2021-12-30 14:55:23 +0000
  • 39a190e5d5 Accepting request 942819 from home:bnavigator:py310 Matej Cepl 2021-12-29 00:37:48 +0000
  • 81d9abbcb6 Accepting request 909938 from devel:languages:python Dominique Leuenberger 2021-08-03 20:48:56 +0000
  • ab323f08fc Accepting request 909937 from home:mcepl:branches:devel:languages:python Matej Cepl 2021-08-03 09:50:38 +0000
  • 780d0ced6a Accepting request 888210 from devel:languages:python Dominique Leuenberger 2021-04-24 21:09:03 +0000
  • 2ba6c18315 Fix changes Matej Cepl 2021-04-24 14:13:21 +0000
  • 78bb76820f - Remove no-net-tests.patch as adding the fixed python-sphinx-autodoc-typehints-system-object.inv.patch makes tests requiring network working (gh#agronholm/sphinx-autodoc-typehints#174). - Add no-net-tests.patch which marks tests requiring network Matej Cepl 2021-04-24 14:12:45 +0000
  • 8b8a7243f8 - Readd fixed python-sphinx-autodoc-typehints-system-object.inv.patch which makes tests requiring network working Matej Cepl 2021-04-23 16:21:14 +0000
  • 1991b5b765 Accepting request 888061 from devel:languages:python Dominique Leuenberger 2021-04-23 15:50:50 +0000
  • 96d010c0f2 - Add no-net-tests.patch which marks tests requiring network (gh#agronholm/sphinx-autodoc-typehints#174). Matej Cepl 2021-04-23 14:24:54 +0000
  • 278aec5722 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=16 Dirk Mueller 2020-09-23 13:44:38 +0000
  • 619846cf17 - remove python-sphinx-autodoc-typehints-system-object.inv.patch (breaks the build) Dirk Mueller 2020-09-23 13:44:30 +0000
  • 2e49cccc20 - update to 1.11.0: * Dropped support for Sphinx < 3.0 * Added support for alternative parameter names (`arg, argument, parameter) * Fixed import path for Signature (PR by Matthew Treinish) * Fixed TypeError when formatting a parametrized typing.IO annotation * Fixed data class displaying a return type in its __init__()` method Dirk Mueller 2020-09-23 13:42:57 +0000
  • f12d1eaa03 Accepting request 782837 from devel:languages:python Dominique Leuenberger 2020-03-10 13:05:52 +0000
  • 1b523451b8 Accepting request 782143 from home:pgajdos:python Tomáš Chvátal 2020-03-09 08:51:39 +0000
  • 0c987f4f15 Accepting request 731298 from devel:languages:python Yuchen Lin 2019-09-17 11:39:12 +0000
  • 657748ea33 - Update to 1.8.0: * Fixed regression which caused TypeError or OSError when trying to set annotations due to PR #87 * Fixed unintentional mangling of annotation type names * Added proper :py:data targets for NoReturn, ClassVar and Tuple * Added support for inline type comments (like (int, str) -> None) (PR by Bernát Gábor) * Use the native AST parser for type comment support on Python 3.8+ Tomáš Chvátal 2019-09-16 13:39:29 +0000
  • 48d2b3f60e Accepting request 729759 from devel:languages:python Dominique Leuenberger 2019-09-11 08:35:14 +0000
  • 052fcc22a2 - Update to 1.7.0: * Fixed unwrapped local functions causing errors (PR by Kimiyuki Onaka) * Fixed AttributeError when documenting the __init__() method of a data class * Added support for type hint comments (PR by Markus Unterwaditzer) * Added flag for rendering classes with their fully qualified names (PR by Holly Becker) - Remove merged patch sphinx21.patch Tomáš Chvátal 2019-09-10 10:06:41 +0000
  • c5758390b2 Accepting request 713192 from devel:languages:python Dominique Leuenberger 2019-07-04 13:43:28 +0000
  • 7f7d27d3b7 - Add patch to fix build with new sphinx: * sphinx21.patch Tomáš Chvátal 2019-07-03 09:20:15 +0000
  • 88d4a5acf0 - Add patch to fix build with new sphinx Tomáš Chvátal 2019-07-03 09:14:31 +0000
  • a093b1d73a - Drop not really needed devel dependency Tomáš Chvátal 2019-06-06 13:41:15 +0000
  • 4f6cc02cb7 Accepting request 687908 from devel:languages:python Dominique Leuenberger 2019-03-24 14:01:35 +0000
  • 56ff328a60 Accepting request 687903 from home:sebix:branches:devel:languages:python Tomáš Chvátal 2019-03-23 15:56:31 +0000
  • 5ee444f032 Accepting request 687459 from home:sebix Thomas Bechtold 2019-03-22 10:14:22 +0000