[packages/python-commonmark] - up to 0.9.1
arekm
arekm at pld-linux.org
Thu Oct 31 12:17:35 CET 2019
commit 98f1f9d8427455f2a13c76b165c1f0910c3760e5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Oct 31 12:17:29 2019 +0100
- up to 0.9.1
python-commonmark-deps.patch | 19 ++++---------------
python-commonmark.spec | 6 +++---
2 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/python-commonmark.spec b/python-commonmark.spec
index 4362234..a3f5a2e 100644
--- a/python-commonmark.spec
+++ b/python-commonmark.spec
@@ -7,12 +7,12 @@
Summary: Python parser for the CommonMark Markdown spec
Summary(pl.UTF-8): Pythonowy parser specyfikacji CommonMark Markdown
Name: python-commonmark
-Version: 0.8.1
-Release: 3
+Version: 0.9.1
+Release: 1
License: BSD
Group: Libraries/Python
Source0: https://files.pythonhosted.org/packages/source/c/commonmark/commonmark-%{version}.tar.gz
-# Source0-md5: f0925dd4fe99e8e177dfac930ac1972d
+# Source0-md5: cd1dc70c4714d9ed4117a40490c25e00
Patch0: %{name}-deps.patch
URL: https://github.com/rtfd/CommonMark-py
%if %{with python2}
diff --git a/python-commonmark-deps.patch b/python-commonmark-deps.patch
index a7a692d..8f3ce56 100644
--- a/python-commonmark-deps.patch
+++ b/python-commonmark-deps.patch
@@ -1,23 +1,12 @@
---- commonmark-0.8.1/setup.py.orig 2018-09-06 19:15:16.000000000 +0200
-+++ commonmark-0.8.1/setup.py 2018-10-06 08:34:46.490706284 +0200
-@@ -21,10 +21,8 @@
+--- commonmark-0.9.1/setup.py~ 2019-10-04 17:35:41.000000000 +0200
++++ commonmark-0.9.1/setup.py 2019-10-31 12:16:50.113398626 +0100
+@@ -21,8 +21,7 @@ class Test(Command):
tests_require = [
-- 'flake8==3.5.0',
+- 'flake8==3.7.8',
- 'hypothesis==3.55.3',
+ 'hypothesis>=3.55.3',
- # For python 2.6
-- 'hypothesislegacysupport',
]
-@@ -55,7 +53,7 @@
- },
- cmdclass={'test': Test},
- install_requires=[
-- 'future',
-+ # 'future', # python2 only
- ],
- tests_require=tests_require,
- extras_require={'test': tests_require},
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-commonmark.git/commitdiff/98f1f9d8427455f2a13c76b165c1f0910c3760e5
More information about the pld-cvs-commit
mailing list