forked from pool/python-CommonMark
- Update to 0.9.1:
* Require newer future package * minor fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CommonMark?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
8995d45fd8
commit
fbbbbe08f3
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:867fc5db078ede373ab811e16b6789e9d033b15ccd7296f370ca52d1ee792ce0
|
||||
size 94507
|
||||
3
commonmark-0.9.1.tar.gz
Normal file
3
commonmark-0.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60
|
||||
size 95764
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 13:31:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.9.1:
|
||||
* Require newer future package
|
||||
* minor fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 23 08:13:19 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user