Hello community,

here is the log from the commit of package python3-Markups for openSUSE:Factory 
checked in at 2016-01-05 09:41:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Markups (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Markups.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Markups"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Markups/python3-Markups.changes  
2015-12-16 17:45:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes     
2016-01-05 09:41:48.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Dec 30 18:38:33 UTC 2015 - [email protected]
+
+- update to version 1.0.1:
+  * The Textile markup now uses the recommended python-textile API.
+  * Fixed warnings during installation.
+  * Python-Markdown Math extension updated to the latest version.
+
+-------------------------------------------------------------------

Old:
----
  Markups-1.0.0.tar.gz

New:
----
  Markups-1.0.1.tar.gz

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

Other differences:
------------------
++++++ python3-Markups.spec ++++++
--- /var/tmp/diff_new_pack.a1EsSP/_old  2016-01-05 09:41:49.000000000 +0100
+++ /var/tmp/diff_new_pack.a1EsSP/_new  2016-01-05 09:41:49.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python3-Markups
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        A wrapper around various text markups
 License:        BSD-3-Clause

++++++ Markups-1.0.0.tar.gz -> Markups-1.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/.travis.yml 
new/Markups-1.0.1/.travis.yml
--- old/Markups-1.0.0/.travis.yml       2015-12-13 15:07:42.000000000 +0100
+++ new/Markups-1.0.1/.travis.yml       2015-12-14 15:20:58.000000000 +0100
@@ -6,5 +6,6 @@
   - "3.3"
   - "3.4"
   - "3.5"
+  - "pypy"
 install: pip install Markdown docutils textile
 script: python -m unittest discover -s tests -v
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/MANIFEST.in 
new/Markups-1.0.1/MANIFEST.in
--- old/Markups-1.0.0/MANIFEST.in       2015-08-07 20:37:13.000000000 +0200
+++ new/Markups-1.0.1/MANIFEST.in       2015-12-13 20:19:35.000000000 +0100
@@ -1,6 +1,5 @@
 include LICENSE
 include README.rst
 include changelog
-include examples/example-template.html
 recursive-include docs *.rst conf.py
-recursive-include tests *.py *.rst *.html
+recursive-include tests *.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/Markups.egg-info/PKG-INFO 
new/Markups-1.0.1/Markups.egg-info/PKG-INFO
--- old/Markups-1.0.0/Markups.egg-info/PKG-INFO 2015-12-13 17:23:25.000000000 
+0100
+++ new/Markups-1.0.1/Markups.egg-info/PKG-INFO 2015-12-22 15:37:40.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 1.0.0
+Version: 1.0.1
 Summary: A wrapper around various text markups
 Home-page: https://github.com/retext-project/pymarkups
 Author: Dmitry Shachnev
@@ -48,7 +48,7 @@
         .. _GitHub: https://github.com/retext-project/pymarkups
         
 Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/PKG-INFO new/Markups-1.0.1/PKG-INFO
--- old/Markups-1.0.0/PKG-INFO  2015-12-13 17:23:25.000000000 +0100
+++ new/Markups-1.0.1/PKG-INFO  2015-12-22 15:37:41.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 1.0.0
+Version: 1.0.1
 Summary: A wrapper around various text markups
 Home-page: https://github.com/retext-project/pymarkups
 Author: Dmitry Shachnev
@@ -48,7 +48,7 @@
         .. _GitHub: https://github.com/retext-project/pymarkups
         
 Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/changelog new/Markups-1.0.1/changelog
--- old/Markups-1.0.0/changelog 2015-12-13 17:22:27.000000000 +0100
+++ new/Markups-1.0.1/changelog 2015-12-22 15:32:16.000000000 +0100
@@ -1,3 +1,10 @@
+Version 1.0.1, 2015-12-22
+=========================
+
+* The Textile markup now uses the recommended python-textile API.
+* Fixed warnings during installation.
+* Python-Markdown Math extension updated to the latest version.
+
 Version 1.0, 2015-12-13
 =======================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/markups/__init__.py 
new/Markups-1.0.1/markups/__init__.py
--- old/Markups-1.0.0/markups/__init__.py       2015-12-13 17:22:27.000000000 
+0100
+++ new/Markups-1.0.1/markups/__init__.py       2015-12-22 13:58:08.000000000 
+0100
@@ -10,7 +10,7 @@
 from markups.restructuredtext import ReStructuredTextMarkup
 from markups.textile import TextileMarkup
 
-__version_tuple__ = (1, 0, 0)
+__version_tuple__ = (1, 0, 1)
 __version__ = '.'.join(map(str, __version_tuple__))
 
 builtin_markups = [MarkdownMarkup, ReStructuredTextMarkup, TextileMarkup]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/markups/mdx_mathjax.py 
new/Markups-1.0.1/markups/mdx_mathjax.py
--- old/Markups-1.0.0/markups/mdx_mathjax.py    2015-08-07 20:37:13.000000000 
+0200
+++ new/Markups-1.0.1/markups/mdx_mathjax.py    2015-12-13 19:48:30.000000000 
+0100
@@ -40,7 +40,6 @@
                 node.text = markdown.util.AtomicString(m.group(3))
             return node
 
-        configs = self.getConfigs()
         inlinemathpatterns = (
             markdown.inlinepatterns.Pattern(r'(?<!\\|\$)(\$)([^\$]+)(\$)'),  # 
 $...$
             markdown.inlinepatterns.Pattern(r'(?<!\\)(\\\()(.+?)(\\\))')     # 
\(...\)
@@ -50,7 +49,7 @@
             markdown.inlinepatterns.Pattern(r'(?<!\\)(\\\[)(.+?)(\\\])'),    # 
\[...\]
             
markdown.inlinepatterns.Pattern(r'(?<!\\)(\\begin{([a-z]+?\*?)})(.+?)(\\end{\3})')
         )
-        if not configs['enable_dollar_delimiter']:
+        if not self.getConfig('enable_dollar_delimiter'):
             inlinemathpatterns = inlinemathpatterns[1:]
         for i, pattern in enumerate(inlinemathpatterns):
             pattern.handleMatch = handle_match_inline
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/markups/textile.py 
new/Markups-1.0.1/markups/textile.py
--- old/Markups-1.0.0/markups/textile.py        2015-12-13 14:02:42.000000000 
+0100
+++ new/Markups-1.0.1/markups/textile.py        2015-12-22 15:28:11.000000000 
+0100
@@ -31,8 +31,8 @@
 
        def __init__(self, filename=None):
                AbstractMarkup.__init__(self, filename)
-               from textile.core import Textile
-               self.parser = Textile()
+               from textile import textile
+               self.textile = textile
 
        def get_document_body(self, text):
-               return self.parser.parse(text)
+               return self.textile(text)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/setup.cfg new/Markups-1.0.1/setup.cfg
--- old/Markups-1.0.0/setup.cfg 2015-12-13 17:23:25.000000000 +0100
+++ new/Markups-1.0.1/setup.cfg 2015-12-22 15:37:41.000000000 +0100
@@ -1,5 +1,5 @@
 [egg_info]
-tag_date = 0
-tag_build = 
 tag_svn_revision = 0
+tag_build = 
+tag_date = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.0/setup.py new/Markups-1.0.1/setup.py
--- old/Markups-1.0.0/setup.py  2015-12-13 17:16:09.000000000 +0100
+++ new/Markups-1.0.1/setup.py  2015-12-13 17:25:33.000000000 +0100
@@ -11,7 +11,8 @@
 with open(join(dirname(__file__), 'README.rst')) as readme_file:
        long_description = '\n' + readme_file.read()
 
-classifiers = ['Development Status :: 4 - Beta',
+classifiers = [
+       'Development Status :: 5 - Production/Stable',
        'License :: OSI Approved :: BSD License',
        'Operating System :: OS Independent',
        'Programming Language :: Python',


Reply via email to