Hello community,
here is the log from the commit of package python-CommonMark for
openSUSE:Factory checked in at 2019-11-04 17:04:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CommonMark (Old)
and /work/SRC/openSUSE:Factory/.python-CommonMark.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-CommonMark"
Mon Nov 4 17:04:15 2019 rev:9 rq:735863 version:0.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CommonMark/python-CommonMark.changes
2019-05-27 08:35:51.231130187 +0200
+++
/work/SRC/openSUSE:Factory/.python-CommonMark.new.2990/python-CommonMark.changes
2019-11-04 17:04:16.656124672 +0100
@@ -1,0 +2,7 @@
+Mon Oct 7 13:31:14 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.9.1:
+ * Require newer future package
+ * minor fixes
+
+-------------------------------------------------------------------
Old:
----
commonmark-0.9.0.tar.gz
New:
----
commonmark-0.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-CommonMark.spec ++++++
--- /var/tmp/diff_new_pack.894ikR/_old 2019-11-04 17:04:17.264125322 +0100
+++ /var/tmp/diff_new_pack.894ikR/_new 2019-11-04 17:04:17.276125335 +0100
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-CommonMark
-Version: 0.9.0
+Version: 0.9.1
Release: 0
Summary: Python parser for the CommonMark Markdown spec
License: BSD-3-Clause
@@ -28,14 +28,14 @@
Source:
https://files.pythonhosted.org/packages/source/c/commonmark/commonmark-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: python-future
+BuildRequires: python-future >= 0.14.0
BuildRequires: python-rpm-macros
Requires: python-setuptools
Provides: python-commonmark = %{version}
Obsoletes: python-commonmark < %{version}
BuildArch: noarch
%ifpython2
-Requires: python-future
+Requires: python-future >= 0.14.0
Obsoletes: %{oldpython}-commonmark < %{version}
Provides: %{oldpython}-commonmark = %{version}
%endif
++++++ commonmark-0.9.0.tar.gz -> commonmark-0.9.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/CHANGELOG.md
new/commonmark-0.9.1/CHANGELOG.md
--- old/commonmark-0.9.0/CHANGELOG.md 1970-01-01 01:00:00.000000000 +0100
+++ new/commonmark-0.9.1/CHANGELOG.md 2019-10-04 17:35:41.000000000 +0200
@@ -0,0 +1,74 @@
+## x.y.z (unreleased)
+
+## 0.9.1 (2019-10-04)
+- commonmark.py now requires `future >= 0.14.0` on Python 2, for uniform
`builtins` imports in Python 2/3
+- Added CHANGELOG.md to the manifest file.
+
+## 0.9.0 (2019-05-02)
+- The CommonMark spec has been updated to 0.29. Completed by @iamahuman.
+
+## 0.8.1 (2018-09-06)
+- Removed `CommonMark` symlink. So, as of this version, you need to replace
all instances of `CommonMark` with `commonmark` in your code.
+
+## 0.8.0 (2018-09-03)
+- Added the `Node.normalize()` method. (from @lez)
+- Renamed package name to `commonmark` for PEP8 compliance. You can now do
`import commonmark` as well as `import CommonMark`. Closes
[#60](https://github.com/rtfd/commonmark.py/issues/60)
+- Added testing on Python 3.7.
+
+## 0.7.5 (2018-03-13)
+- Fixed smart dashes bug in Python 3. (from @alvra)
+
+## 0.7.4 (2017-08-05)
+- The CommonMark spec has been updated to 0.28.
+
+## 0.7.3 (2017-01-05)
+- The CommonMark spec has been updated to 0.27.
+
+## 0.7.2 (2016-08-10)
+- Removed outdated files from distributed packages, reported by @hyperknot
+
+## 0.7.1 (2016-07-20)
+- Updated CommonMark spec to 0.26.
+- Fixed JSON output invoked by `cmark -aj somefile.md`, reported by @rplCloud
+- Fixed a bug with `dumpAST()` on ordered lists, from @rflynn
+
+## 0.7.0 (2016-06-07)
+- The `cmark.py` script is now just called `cmark`.
+- Fixed a bug where the `cmark.py` script contained a bogus path, reported
+ by @yuhui-lin.
+- Fixed a bug where a TypeError could occur, reported by @civalin.
+
+## 0.6.4 (2016-05-09)
+- The CommonMark spec has been updated to 0.25.
+- The HtmlRenderer has been refactored based on upstream changes in
commonmark.js.
+- Python 2 fixes from @eric-wieser
+- Contributions from @funkybob and @hyperknot
+
+## 0.6.3 (2016-01-19)
+- commonmark.py now supports Python 2.6.
+- The CommonMark spec has been updated to 0.24.
+
+## 0.6.2 (2016-01-08)
+- Fixed a UnicodeEncodeError when parsing unicode entities on
+ Python 2. As a result, commonmark.py now relies on the "future"
+ module in Python 2, as documented in setup.py. This can be found on
+ pypi: https://pypi.python.org/pypi/future
+
+## 0.6.1 (2016-01-05)
+- Fixed an IndexError exception that occurred when input string
+ was empty.
+
+## 0.6.0 (2016-01-04)
+- commonmark.py now complies to the 0.23 CommonMark spec
+ http://spec.commonmark.org/0.23/
+- The ExtensionBlock has been removed in this release, since
+ the parser has been rewritten.
+- Added a compatibility fix for Python 2.6, but this version
+ of Python still isn't really supported.
+- `HTMLRenderer` has been renamed to `HtmlRenderer`.
+- `DocParser` has been renamed to `Parser`.
+
+## 0.5.5 (2015-12-18)
+- Random bug fixes
+- Internal code structure changes
+- Compatibility fixes for Python 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/MANIFEST.in
new/commonmark-0.9.1/MANIFEST.in
--- old/commonmark-0.9.0/MANIFEST.in 2018-09-06 19:06:14.000000000 +0200
+++ new/commonmark-0.9.1/MANIFEST.in 2019-10-04 17:28:58.000000000 +0200
@@ -1,4 +1,5 @@
include README.rst
+include CHANGELOG.md
include LICENSE
include .gitignore
include spec.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/PKG-INFO
new/commonmark-0.9.1/PKG-INFO
--- old/commonmark-0.9.0/PKG-INFO 2019-05-02 21:00:08.000000000 +0200
+++ new/commonmark-0.9.1/PKG-INFO 2019-10-04 17:35:55.000000000 +0200
@@ -1,8 +1,8 @@
Metadata-Version: 2.1
Name: commonmark
-Version: 0.9.0
+Version: 0.9.1
Summary: Python parser for the CommonMark Markdown spec
-Home-page: https://github.com/rtfd/CommonMark-py
+Home-page: https://github.com/rtfd/commonmark.py
Author: Bibek Kafle <[email protected]>, Roland Shoemaker
<[email protected]>
Author-email: [email protected]
Maintainer: Nikolas Nyby
@@ -22,7 +22,7 @@
commonmark.py is tested against the CommonMark spec with Python
versions
2.7, 3.4, 3.5, 3.6, and 3.7.
- **Current version:** 0.9.0
+ **Current version:** 0.9.1
|Pypi Link| |Build Status| |Doc Link|
@@ -139,11 +139,11 @@
.. |Pypi Link| image:: https://img.shields.io/pypi/v/commonmark.svg
:target: https://pypi.org/project/commonmark/
- .. |Build Status| image::
https://travis-ci.org/rtfd/CommonMark-py.svg?branch=master
- :target: https://travis-ci.org/rtfd/CommonMark-py
+ .. |Build Status| image::
https://travis-ci.org/rtfd/commonmark.py.svg?branch=master
+ :target: https://travis-ci.org/rtfd/commonmark.py
- .. |Doc Link| image::
https://readthedocs.org/projects/commonmark-py/badge/?version=latest
- :target:
https://commonmark-py.readthedocs.io/en/latest/?badge=latest
+ .. |Doc Link| image::
https://readthedocs.org/projects/commonmarkpy/badge/?version=latest
+ :target: https://commonmarkpy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Keywords: markup,markdown,commonmark
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/README.rst
new/commonmark-0.9.1/README.rst
--- old/commonmark-0.9.0/README.rst 2019-05-02 20:58:45.000000000 +0200
+++ new/commonmark-0.9.1/README.rst 2019-10-04 17:35:41.000000000 +0200
@@ -12,7 +12,7 @@
commonmark.py is tested against the CommonMark spec with Python versions
2.7, 3.4, 3.5, 3.6, and 3.7.
-**Current version:** 0.9.0
+**Current version:** 0.9.1
|Pypi Link| |Build Status| |Doc Link|
@@ -129,9 +129,9 @@
.. |Pypi Link| image:: https://img.shields.io/pypi/v/commonmark.svg
:target: https://pypi.org/project/commonmark/
-.. |Build Status| image::
https://travis-ci.org/rtfd/CommonMark-py.svg?branch=master
- :target: https://travis-ci.org/rtfd/CommonMark-py
+.. |Build Status| image::
https://travis-ci.org/rtfd/commonmark.py.svg?branch=master
+ :target: https://travis-ci.org/rtfd/commonmark.py
-.. |Doc Link| image::
https://readthedocs.org/projects/commonmark-py/badge/?version=latest
- :target: https://commonmark-py.readthedocs.io/en/latest/?badge=latest
+.. |Doc Link| image::
https://readthedocs.org/projects/commonmarkpy/badge/?version=latest
+ :target: https://commonmarkpy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/commonmark/tests/run_spec_tests.py
new/commonmark-0.9.1/commonmark/tests/run_spec_tests.py
--- old/commonmark-0.9.0/commonmark/tests/run_spec_tests.py 2019-05-02
16:17:04.000000000 +0200
+++ new/commonmark-0.9.1/commonmark/tests/run_spec_tests.py 2019-10-04
17:28:58.000000000 +0200
@@ -93,10 +93,10 @@
nbspChar = '\u00A0'
def showSpaces(t):
- t = re.sub("\\t", tabChar, t)
- t = re.sub(" ", spaceChar, t)
- t = re.sub(nbspChar, spaceChar, t)
- return t
+ t = re.sub("\\t", tabChar, t)
+ t = re.sub(" ", spaceChar, t)
+ t = re.sub(nbspChar, spaceChar, t)
+ return t
t = re.sub("\r\n", "\n", data)
@@ -104,10 +104,10 @@
re.compile("^<!-- END TESTS -->(.|[\n])*", flags=re.M), '', t)
testMatch = re.findall(
re.compile(
- "^`{32} example\n"
- "([\s\S]*?)^\.\n([\s\S]*?)"
- "^`{32}$"
- "|^#{1,6} *(.*)$",
+ r'^`{32} example\n'
+ r'([\s\S]*?)^\.\n([\s\S]*?)'
+ r'^`{32}$'
+ r'|^#{1,6} *(.*)$',
re.M),
tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/commonmark.egg-info/PKG-INFO
new/commonmark-0.9.1/commonmark.egg-info/PKG-INFO
--- old/commonmark-0.9.0/commonmark.egg-info/PKG-INFO 2019-05-02
21:00:08.000000000 +0200
+++ new/commonmark-0.9.1/commonmark.egg-info/PKG-INFO 2019-10-04
17:35:55.000000000 +0200
@@ -1,8 +1,8 @@
Metadata-Version: 2.1
Name: commonmark
-Version: 0.9.0
+Version: 0.9.1
Summary: Python parser for the CommonMark Markdown spec
-Home-page: https://github.com/rtfd/CommonMark-py
+Home-page: https://github.com/rtfd/commonmark.py
Author: Bibek Kafle <[email protected]>, Roland Shoemaker
<[email protected]>
Author-email: [email protected]
Maintainer: Nikolas Nyby
@@ -22,7 +22,7 @@
commonmark.py is tested against the CommonMark spec with Python
versions
2.7, 3.4, 3.5, 3.6, and 3.7.
- **Current version:** 0.9.0
+ **Current version:** 0.9.1
|Pypi Link| |Build Status| |Doc Link|
@@ -139,11 +139,11 @@
.. |Pypi Link| image:: https://img.shields.io/pypi/v/commonmark.svg
:target: https://pypi.org/project/commonmark/
- .. |Build Status| image::
https://travis-ci.org/rtfd/CommonMark-py.svg?branch=master
- :target: https://travis-ci.org/rtfd/CommonMark-py
+ .. |Build Status| image::
https://travis-ci.org/rtfd/commonmark.py.svg?branch=master
+ :target: https://travis-ci.org/rtfd/commonmark.py
- .. |Doc Link| image::
https://readthedocs.org/projects/commonmark-py/badge/?version=latest
- :target:
https://commonmark-py.readthedocs.io/en/latest/?badge=latest
+ .. |Doc Link| image::
https://readthedocs.org/projects/commonmarkpy/badge/?version=latest
+ :target: https://commonmarkpy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Keywords: markup,markdown,commonmark
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/commonmark.egg-info/SOURCES.txt
new/commonmark-0.9.1/commonmark.egg-info/SOURCES.txt
--- old/commonmark-0.9.0/commonmark.egg-info/SOURCES.txt 2019-05-02
21:00:08.000000000 +0200
+++ new/commonmark-0.9.1/commonmark.egg-info/SOURCES.txt 2019-10-04
17:35:55.000000000 +0200
@@ -1,4 +1,5 @@
.gitignore
+CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/commonmark.egg-info/requires.txt
new/commonmark-0.9.1/commonmark.egg-info/requires.txt
--- old/commonmark-0.9.0/commonmark.egg-info/requires.txt 2019-05-02
21:00:08.000000000 +0200
+++ new/commonmark-0.9.1/commonmark.egg-info/requires.txt 2019-10-04
17:35:55.000000000 +0200
@@ -1,5 +1,7 @@
-future
+
+[:python_version < "3"]
+future>=0.14.0
[test]
-flake8==3.5.0
+flake8==3.7.8
hypothesis==3.55.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/commonmark-0.9.0/setup.py
new/commonmark-0.9.1/setup.py
--- old/commonmark-0.9.0/setup.py 2019-05-02 20:58:31.000000000 +0200
+++ new/commonmark-0.9.1/setup.py 2019-10-04 17:35:41.000000000 +0200
@@ -21,7 +21,7 @@
tests_require = [
- 'flake8==3.5.0',
+ 'flake8==3.7.8',
'hypothesis==3.55.3',
]
@@ -34,7 +34,7 @@
setup(
name="commonmark",
packages=find_packages(exclude=['tests']),
- version="0.9.0",
+ version="0.9.1",
license="BSD-3-Clause",
description="Python parser for the CommonMark Markdown spec",
long_description=long_description,
@@ -44,7 +44,7 @@
author_email="[email protected]",
maintainer="Nikolas Nyby",
maintainer_email="[email protected]",
- url="https://github.com/rtfd/CommonMark-py",
+ url="https://github.com/rtfd/commonmark.py",
keywords=["markup", "markdown", "commonmark"],
entry_points={
'console_scripts': [
@@ -53,7 +53,7 @@
},
cmdclass={'test': Test},
install_requires=[
- 'future',
+ 'future>=0.14.0;python_version<"3"',
],
tests_require=tests_require,
extras_require={'test': tests_require},