From 22989efff5056a1d02937aaf4cd5d9ea2c2243697549ed9d73c31192e90920d9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 19:11:07 +0000 Subject: [PATCH] - 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 --- docstring-to-markdown-0.13-gh.tar.gz | 3 --- docstring-to-markdown-0.15-gh.tar.gz | 3 +++ python-docstring-to-markdown.changes | 8 ++++++++ python-docstring-to-markdown.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 docstring-to-markdown-0.13-gh.tar.gz create mode 100644 docstring-to-markdown-0.15-gh.tar.gz diff --git a/docstring-to-markdown-0.13-gh.tar.gz b/docstring-to-markdown-0.13-gh.tar.gz deleted file mode 100644 index dc2b797..0000000 --- a/docstring-to-markdown-0.13-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65fa9c6b34498e034ed9659a4d051ceff6eb259b198f800db0fa0aace3fd922d -size 27375 diff --git a/docstring-to-markdown-0.15-gh.tar.gz b/docstring-to-markdown-0.15-gh.tar.gz new file mode 100644 index 0000000..ea2abd2 --- /dev/null +++ b/docstring-to-markdown-0.15-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9ff1dd1f45ca09e61100bf5ec6cb1e4cff0f76b4c4ab2cb5c189b39b5948fd +size 29806 diff --git a/python-docstring-to-markdown.changes b/python-docstring-to-markdown.changes index 9a1317e..6f0a3d7 100644 --- a/python-docstring-to-markdown.changes +++ b/python-docstring-to-markdown.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Apr 6 19:10:13 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-docstring-to-markdown.spec b/python-docstring-to-markdown.spec index e667d98..49c4d13 100644 --- a/python-docstring-to-markdown.spec +++ b/python-docstring-to-markdown.spec @@ -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