forked from pool/python-markdown2
- Update to 2.3.8:
* [pull #317] Temporary fix to issue #150 * [pull #319] Stop XML escaping the body of a link * [pull #322] Don't auto link patterns surrounded by triple quotes * [pull #324] Add class configurability to the enclosing tag * [pull #328] Accept [X] as marked task - Drop merged patch fix-build.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
e38053d528
commit
7479dc61fb
@@ -1,21 +0,0 @@
|
||||
From 7f8a48b504fc20fa5bc5016f9bc96f5cc06cf891 Mon Sep 17 00:00:00 2001
|
||||
From: Nicholas Serra <nickserra@gmail.com>
|
||||
Date: Tue, 5 Mar 2019 14:45:01 -0500
|
||||
Subject: [PATCH] Remove build alias fixes #323
|
||||
|
||||
---
|
||||
setup.cfg | 3 ---
|
||||
tools/cutarelease.py | 2 +-
|
||||
2 files changed, 1 insertion(+), 4 deletions(-)
|
||||
|
||||
Index: markdown2-2.3.7/setup.cfg
|
||||
===================================================================
|
||||
--- markdown2-2.3.7.orig/setup.cfg
|
||||
+++ markdown2-2.3.7/setup.cfg
|
||||
@@ -1,6 +1,3 @@
|
||||
-[aliases]
|
||||
-build = sdist bdist_wheel
|
||||
-
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e65d653173f754f616e0a9ccd4496e38e0fe7def285dd8b495a035b75974aa98
|
||||
size 85941
|
||||
3
markdown2-2.3.8.tar.gz
Normal file
3
markdown2-2.3.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ff88e00b396c02c8e1ecd8d176cfa418fb01fe81234dcea77803e7ce4f05dbe
|
||||
size 86850
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:02:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2.3.8:
|
||||
* [pull #317] Temporary fix to issue #150
|
||||
* [pull #319] Stop XML escaping the body of a link
|
||||
* [pull #322] Don't auto link patterns surrounded by triple quotes
|
||||
* [pull #324] Add class configurability to the enclosing tag
|
||||
* [pull #328] Accept [X] as marked task
|
||||
- Drop merged patch fix-build.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 12:17:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -17,16 +17,14 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-markdown2
|
||||
Version: 2.3.7
|
||||
Version: 2.3.8
|
||||
Release: 0
|
||||
Summary: A Python implementation of Markdown
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/trentm/python-markdown2
|
||||
Source: https://files.pythonhosted.org/packages/source/m/markdown2/markdown2-%{version}.tar.gz
|
||||
Patch0: fix-build.patch
|
||||
BuildRequires: %{python_module pygments}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -46,7 +44,6 @@ header-ids.
|
||||
|
||||
%prep
|
||||
%setup -q -n markdown2-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user