Update to 2.6.

- Update the upstream URL.
This commit is contained in:
Thomas Moschny 2015-02-22 23:04:01 +01:00
parent 40275fda55
commit fd25aa98e2
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ Markdown-2.0.3.tar.gz
/Markdown-2.5.tar.gz /Markdown-2.5.tar.gz
/Markdown-2.5.1.tar.gz /Markdown-2.5.1.tar.gz
/Markdown-2.5.2.tar.gz /Markdown-2.5.2.tar.gz
/Markdown-2.6.tar.gz

View File

@ -8,12 +8,12 @@
%define srcname Markdown %define srcname Markdown
Name: python-markdown Name: python-markdown
Version: 2.5.2 Version: 2.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Markdown implementation in Python Summary: Markdown implementation in Python
Group: Development/Languages Group: Development/Languages
License: BSD License: BSD
URL: http://packages.python.org/%{srcname}/ URL: https://pythonhosted.org/%{srcname}/
Source0: http://pypi.python.org/packages/source/M/%{srcname}/%{srcname}-%{version}.tar.gz Source0: http://pypi.python.org/packages/source/M/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python-devel >= 2.6 BuildRequires: python-devel >= 2.6
@ -118,6 +118,10 @@ popd
%changelog %changelog
* Sun Feb 22 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.6-1
- Update to 2.6.
- Update the upstream URL.
* Sun Nov 23 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.2-1 * Sun Nov 23 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.2-1
- Update to 2.5.2. - Update to 2.5.2.

View File

@ -1 +1 @@
db9e3175f4638bfd1574996bf471ea96 Markdown-2.5.2.tar.gz 8667532c78fc3b411be979447ea21be2 Markdown-2.6.tar.gz