15
0

- update to 0.15:

* Fix multi-line links and incorrect dunder escapes in code
- update to 0.14:
  * Add plain text and cPython docstring support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docstring-to-markdown?expand=0&rev=11
This commit is contained in:
2024-04-06 19:11:07 +00:00
committed by Git OBS Bridge
parent 89e85a01b3
commit 22989efff5
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65fa9c6b34498e034ed9659a4d051ceff6eb259b198f800db0fa0aace3fd922d
size 27375

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b9ff1dd1f45ca09e61100bf5ec6cb1e4cff0f76b4c4ab2cb5c189b39b5948fd
size 29806

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Apr 6 19:10:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.15:
* Fix multi-line links and incorrect dunder escapes in code
- update to 0.14:
* Add plain text and cPython docstring support
-------------------------------------------------------------------
Sat Nov 25 13:06:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-docstring-to-markdown
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-docstring-to-markdown
Version: 0.13
Version: 0.15
Release: 0
Summary: On the fly conversion of Python docstrings to markdown
License: LGPL-2.1-only