Hello community,

here is the log from the commit of package python-CommonMark for 
openSUSE:Factory checked in at 2017-06-24 08:34:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CommonMark (Old)
 and      /work/SRC/openSUSE:Factory/.python-CommonMark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CommonMark"

Sat Jun 24 08:34:46 2017 rev:3 rq:505951 version:0.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CommonMark/python-CommonMark.changes      
2017-05-06 18:31:14.661741282 +0200
+++ /work/SRC/openSUSE:Factory/.python-CommonMark.new/python-CommonMark.changes 
2017-06-24 08:35:02.267438470 +0200
@@ -1,0 +2,11 @@
+Wed Jun 21 22:11:08 UTC 2017 - [email protected]
+
+- Fix typo in Requires (pyython3 -> python3).
+
+-------------------------------------------------------------------
+Fri Jun  9 13:22:57 UTC 2017 - [email protected]
+
+- A roadmap does not belong into the description.
+- Resolve typographicly wrong apostrophe.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-CommonMark.spec ++++++
--- /var/tmp/diff_new_pack.90kQbQ/_old  2017-06-24 08:35:02.739371738 +0200
+++ /var/tmp/diff_new_pack.90kQbQ/_new  2017-06-24 08:35:02.743371172 +0200
@@ -26,11 +26,11 @@
 Group:          Development/Languages/Python
 Url:            https://pypi.python.org/pypi/CommonMark
 Source:         
https://files.pythonhosted.org/packages/source/C/CommonMark/CommonMark-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-future
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -46,41 +46,27 @@
 %python_subpackages
 
 %description
-Pure Python port of jgm’s stmd.js, a Markdown parser and renderer for the
-CommonMark specification, using only native modules. Once both this project and
-the CommonMark specification are stable we will release the first 1.0 version
-and attempt to keep up to date with changes in stmd.js.
-
-We are currently at the same development stage (actually a bit ahead because we
-have implemented HTML entity conversion and href URL escaping) as stmd.js. 
Since
-Python versions pre-3.4 use outdated (i.e. not HTML5 spec) entity conversion,
-I’ve converted the 3.4 implementation into a single file, entitytrans.py which
-so far seems to work (all tests pass on 2.7, 3.3, and 3.4).
+Pure Python port of jgm's stmd.js, a Markdown parser and renderer for the
+CommonMark specification, using only native modules.
 
 %package -n %{name}-doc
 Summary:        Documentation for CommonMark
+Group:          Documentation/HTML
 Provides:       %{python_module CommonMark-doc = %{version}}
 
 %description -n %{name}-doc
-Documentation for Pure Python port of jgm’s stmd.js, a Markdown parser and
+Documentation for Pure Python port of jgm's stmd.js, a Markdown parser and
 renderer for the CommonMark specification, using only native modules.
 
 %package -n cmark-python
 Summary:        CommonMark parsing and rendering program in python
-Requires:       pyython3-CommonMark = %{version}
+Group:          Development/Languages/Python
+Requires:       python3-CommonMark = %{version}
 Conflicts:      cmark
 
 %description -n cmark-python
-Pure Python port of jgm’s stmd.js, a Markdown parser and renderer for the
-CommonMark specification, using only native modules. Once both this project and
-the CommonMark specification are stable we will release the first 1.0 version
-and attempt to keep up to date with changes in stmd.js.
-
-We are currently at the same development stage (actually a bit ahead because we
-have implemented HTML entity conversion and href URL escaping) as stmd.js. 
Since
-Python versions pre-3.4 use outdated (i.e. not HTML5 spec) entity conversion,
-I’ve converted the 3.4 implementation into a single file, entitytrans.py which
-so far seems to work (all tests pass on 2.7, 3.3, and 3.4).
+Pure Python port of jgm's stmd.js, a Markdown parser and renderer for the
+CommonMark specification, using only native modules.
 
 This package provides the "cmark" executable, to avoid conflicts with other
 implementations.
@@ -101,14 +87,12 @@
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-
 # Test broken due to encoding issue
 # %check
 # export LANG=en_US.UTF-8
 # export PYTHONPATH=%{buildroot}%{python_sitelib}
 # python setup.py test
 
-
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst LICENSE


Reply via email to