forked from pool/python-markdown2
[pull #282] Add TOC depth option [pull #283] Fix to add TOC html to output via CLI [pull #284] Do not remove anchors in safe_mode [pull #288] fixing cuddled-lists with a single list item [pull #292] Fix Wrong rendering of last list element [pull #295] link-patterns fix [pull #300] Replace a deprecated method [pull #301] DeprecationWarning: invalid escape sequence [pull #302] Fix "make test" in Python 3 [pull #303] Fix CVE-2018-5773 [pull #306] Drop support for legacy Python versions [pull #307] Fix syntax highlighting test cases that depend on Pygments output [pull #308] Add support for Python 3.7 [pull #304] Add Wheel package support [pull #312] Fix toc_depth initialization regression [pull #315] XSS fix - Drop merged patch: * disable-failing-tests.patch - Add patch from upstream to fix build command: * fix-build.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-markdown2?expand=0&rev=7
22 lines
560 B
Diff
22 lines
560 B
Diff
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
|
|
|