From cd9c127ce4d13253b9f42d3de603bbd3629aec10400a0a8a2f8ed52b6082f992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 Jan 2019 11:15:31 +0000 Subject: [PATCH] Accepting request 662423 from home:badshah400:branches:devel:languages:python - Update to version 3.0.1: * Brought back the `version` and `version_info` variables (gh#Python-Markdown/markdown#709). * Added support for hexadecimal HTML entities (gh#Python-Markdown/markdown#712). OBS-URL: https://build.opensuse.org/request/show/662423 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=52 --- Markdown-3.0.1.tar.gz | 3 +++ Markdown-3.0.tar.gz | 3 --- python-Markdown.changes | 9 +++++++++ python-Markdown.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 Markdown-3.0.1.tar.gz delete mode 100644 Markdown-3.0.tar.gz diff --git a/Markdown-3.0.1.tar.gz b/Markdown-3.0.1.tar.gz new file mode 100644 index 0000000..dad1c63 --- /dev/null +++ b/Markdown-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02e0f9b04c500cde6637c11ad7c72671f359b87b9fe924b2383649d8841db7c +size 284084 diff --git a/Markdown-3.0.tar.gz b/Markdown-3.0.tar.gz deleted file mode 100644 index 2500460..0000000 --- a/Markdown-3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b853a125f03db3f2fdbcbc96fb738f2a7f2cdabc3f1262a4d89121c6ce1bd7e3 -size 283478 diff --git a/python-Markdown.changes b/python-Markdown.changes index 63b285b..93b48ca 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 2 11:04:33 UTC 2019 - badshah400@gmail.com + +- Update to version 3.0.1: + * Brought back the `version` and `version_info` variables + (gh#Python-Markdown/markdown#709). + * Added support for hexadecimal HTML entities + (gh#Python-Markdown/markdown#712). + ------------------------------------------------------------------- Mon Dec 10 14:41:37 UTC 2018 - Tomáš Chvátal diff --git a/python-Markdown.spec b/python-Markdown.spec index f052bf8..2af747e 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,7 +1,7 @@ # # spec file for package python-Markdown # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Markdown -Version: 3.0 +Version: 3.0.1 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause