diff --git a/commonmark-0.9.0.tar.gz b/commonmark-0.9.0.tar.gz deleted file mode 100644 index 2920d8a..0000000 --- a/commonmark-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:867fc5db078ede373ab811e16b6789e9d033b15ccd7296f370ca52d1ee792ce0 -size 94507 diff --git a/commonmark-0.9.1.tar.gz b/commonmark-0.9.1.tar.gz new file mode 100644 index 0000000..4f8060a --- /dev/null +++ b/commonmark-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60 +size 95764 diff --git a/python-CommonMark.changes b/python-CommonMark.changes index ca9b4a4..1c0317f 100644 --- a/python-CommonMark.changes +++ b/python-CommonMark.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 7 13:31:14 UTC 2019 - Tomáš Chvátal + +- Update to 0.9.1: + * Require newer future package + * minor fixes + ------------------------------------------------------------------- Thu May 23 08:13:19 UTC 2019 - pgajdos@suse.com diff --git a/python-CommonMark.spec b/python-CommonMark.spec index 99b178d..85db6b8 100644 --- a/python-CommonMark.spec +++ b/python-CommonMark.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-CommonMark -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: Python parser for the CommonMark Markdown spec License: BSD-3-Clause @@ -28,14 +28,14 @@ URL: https://github.com/rtfd/CommonMark-py Source: https://files.pythonhosted.org/packages/source/c/commonmark/commonmark-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-future +BuildRequires: python-future >= 0.14.0 BuildRequires: python-rpm-macros Requires: python-setuptools Provides: python-commonmark = %{version} Obsoletes: python-commonmark < %{version} BuildArch: noarch %ifpython2 -Requires: python-future +Requires: python-future >= 0.14.0 Obsoletes: %{oldpython}-commonmark < %{version} Provides: %{oldpython}-commonmark = %{version} %endif