forked from pool/python-docstring-to-markdown
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65fa9c6b34498e034ed9659a4d051ceff6eb259b198f800db0fa0aace3fd922d
|
||||
size 27375
|
||||
3
docstring-to-markdown-0.15-gh.tar.gz
Normal file
3
docstring-to-markdown-0.15-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b9ff1dd1f45ca09e61100bf5ec6cb1e4cff0f76b4c4ab2cb5c189b39b5948fd
|
||||
size 29806
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user