From e154ac8fec21b979c14fd613c4ccfde779ee2ec9baab3378f1ee74cb48ecc8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 8 Apr 2018 06:44:45 +0000 Subject: [PATCH] Accepting request 594554 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/594554 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CommonMark?expand=0&rev=11 --- CommonMark-0.7.4.tar.gz | 3 --- CommonMark-0.7.5.tar.gz | 3 +++ python-CommonMark.changes | 9 +++++++++ python-CommonMark.spec | 18 ++++++++---------- 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 CommonMark-0.7.4.tar.gz create mode 100644 CommonMark-0.7.5.tar.gz diff --git a/CommonMark-0.7.4.tar.gz b/CommonMark-0.7.4.tar.gz deleted file mode 100644 index d785699..0000000 --- a/CommonMark-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24678b72094398df96312fb927e274ccaf5148f25e47aca9f7fc062693ae7577 -size 87841 diff --git a/CommonMark-0.7.5.tar.gz b/CommonMark-0.7.5.tar.gz new file mode 100644 index 0000000..3427a07 --- /dev/null +++ b/CommonMark-0.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfbbd1dbc669a9b71a015032b2bbe5c4b019ca8b6ca410d89cf7020de46d2c0 +size 88702 diff --git a/python-CommonMark.changes b/python-CommonMark.changes index 160973d..aefc892 100644 --- a/python-CommonMark.changes +++ b/python-CommonMark.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 7 21:30:12 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 0.7.5: + * Fixed smart dashes bug in Python 3 (from @alvra) + ------------------------------------------------------------------- Mon Oct 30 01:51:43 UTC 2017 - arun@gmx.de diff --git a/python-CommonMark.spec b/python-CommonMark.spec index ffe15c5..bddf390 100644 --- a/python-CommonMark.spec +++ b/python-CommonMark.spec @@ -1,7 +1,7 @@ # # spec file for package python-CommonMark # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-CommonMark -Version: 0.7.4 +Version: 0.7.5 Release: 0 Summary: Python parser for the CommonMark Markdown spec License: BSD-3-Clause @@ -32,7 +32,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-future -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %ifpython2 Obsoletes: %{oldpython}-commonmark < %{version} @@ -42,7 +41,6 @@ Provides: %{oldpython}-commonmark = %{version} Provides: python3-commonmark = %{version} Obsoletes: python3-commonmark < %{version} %endif - %python_subpackages %description @@ -94,18 +92,18 @@ find CommonMark -name "*.py" | xargs sed -i '1 {/^#!/ d}' # python setup.py test %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE +%license LICENSE +%doc README.rst %{python_sitelib}/CommonMark/ %{python_sitelib}/CommonMark-%{version}-py*.egg-info %files -n %{name}-doc -%defattr(-,root,root,-) -%doc spec.txt LICENSE +%license LICENSE +%doc spec.txt %files -n cmark-python -%defattr(-,root,root,-) -%doc spec.txt LICENSE +%license LICENSE +%doc spec.txt %{_bindir}/cmark %changelog