15
0

Accepting request 505586 from home:dimstar:branches:REQUEST_504295

- Fix typo in Requires (pyython3 -> python3).

OBS-URL: https://build.opensuse.org/request/show/505586
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CommonMark?expand=0&rev=7
This commit is contained in:
Jan Matejek
2017-06-23 17:11:53 +00:00
committed by Git OBS Bridge
parent ba152d6d74
commit 5d87e31dc1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 21 22:11:08 UTC 2017 - dimstar@opensuse.org
- Fix typo in Requires (pyython3 -> python3).
-------------------------------------------------------------------
Fri Jun 9 13:22:57 UTC 2017 - jengelh@inai.de

View File

@@ -61,7 +61,7 @@ renderer for the CommonMark specification, using only native modules.
%package -n cmark-python
Summary: CommonMark parsing and rendering program in python
Group: Development/Languages/Python
Requires: pyython3-CommonMark = %{version}
Requires: python3-CommonMark = %{version}
Conflicts: cmark
%description -n cmark-python