forked from pool/python-CommonMark
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:
committed by
Git OBS Bridge
parent
ba152d6d74
commit
5d87e31dc1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user