Update to 2.5.
- Add BR on PyYAML.
This commit is contained in:
parent
d2e06493be
commit
1370f75399
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ Markdown-2.0.3.tar.gz
|
||||
/Markdown-2.3.1.tar.gz
|
||||
/Markdown-2.4.tar.gz
|
||||
/Markdown-2.4.1.tar.gz
|
||||
/Markdown-2.5.tar.gz
|
||||
|
@ -8,7 +8,7 @@
|
||||
%define srcname Markdown
|
||||
|
||||
Name: python-markdown
|
||||
Version: 2.4.1
|
||||
Version: 2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Markdown implementation in Python
|
||||
Group: Development/Languages
|
||||
@ -18,10 +18,12 @@ Source0: http://pypi.python.org/packages/source/M/%{srcname}/%{srcname}-%
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel >= 2.6
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: PyYAML
|
||||
Requires: python >= 2.6
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel >= 3.1
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-PyYAML
|
||||
%endif # with_python3
|
||||
|
||||
|
||||
@ -116,6 +118,10 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 25 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5-1
|
||||
- Update to 2.5.
|
||||
- Add BR on PyYAML.
|
||||
|
||||
* Wed Jun 4 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.4.1-1
|
||||
- Update to 2.4.1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user