commit python3-Markups for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package python3-Markups for openSUSE:Factory 
checked in at 2016-05-16 12:04:10

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  
2016-01-05 09:41:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes 
2016-05-16 12:04:11.0 +0200
@@ -1,0 +2,21 @@
+Sat May 14 14:22:10 UTC 2016 - mplus...@suse.com
+
+- Update to version 2.0.0:
+  * Changed the API of pymarkups to clearly separate the conversion 
+step from access to the various elements of the result. The old 
+API is deprecated and will be removed in a future release. 
+Please see the documentation for details on using the new API.
+  * The reStructuredText markup now includes document title and 
+subtitle in the HTML body.
+  * Added a ``markup2html.py`` reference script to show API usage.
+  * Improved support for specifying Markdown extensions in the 
+document.
+
+---
+Sun May  8 06:57:26 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---

Old:

  Markups-1.0.1.tar.gz

New:

  Markups-2.0.0.tar.gz



Other differences:
--
++ python3-Markups.spec ++
--- /var/tmp/diff_new_pack.IrwRUw/_old  2016-05-16 12:04:11.0 +0200
+++ /var/tmp/diff_new_pack.IrwRUw/_new  2016-05-16 12:04:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Markups
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python3-Markups
-Version:1.0.1
+Version:2.0.0
 Release:0
 Summary:A wrapper around various text markups
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/mitya57/pymarkups
-Source: 
https://pypi.python.org/packages/source/M/Markups/Markups-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/M/Markups/Markups-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose
 BuildRequires:  python3-setuptools

++ Markups-1.0.1.tar.gz -> Markups-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-1.0.1/.travis.yml 
new/Markups-2.0.0/.travis.yml
--- old/Markups-1.0.1/.travis.yml   2015-12-14 15:20:58.0 +0100
+++ new/Markups-2.0.0/.travis.yml   2016-04-02 21:31:12.0 +0200
@@ -7,5 +7,6 @@
   - "3.4"
   - "3.5"
   - "pypy"
+  - "pypy3"
 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.1/Markups.egg-info/PKG-INFO 
new/Markups-2.0.0/Markups.egg-info/PKG-INFO
--- old/Markups-1.0.1/Markups.egg-info/PKG-INFO 2015-12-22 15:37:40.0 
+0100
+++ new/Markups-2.0.0/Markups.egg-info/PKG-INFO 2016-05-09 21:32:11.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 1.0.1
+Version: 2.0.0
 Summary: A wrapper around various text markups
 Home-page: https://github.com/retext-project/pymarkups
 Author: Dmitry Shachnev
@@ -32,10 +32,14 @@
   ...
   ... This is an example **reStructuredText** document.
   ... """
-  >>> markup.get_document_title(text)
+  >>> result = markup.convert(text)
+  >>> result.get_document_title()
   'Hello, world!'
-  >>> markup.get_document_body(text)
-  'This is an example reStructuredText 
document.\n'
+  >>> print(result.get_document_body())  # doctest: 
+NORMALIZE_WHITESPACE
+  
+  Hello, world!
+  This is an example reStructuredText document.
+  
 
 .. _Markdown: http://daringfireball.net/projects/markdown/
 .. _reStructuredText: http://docutils.sourceforge.net/rst.html
@@ -44,9 +48,17 @@
 The release version can be downloaded from PyPI_. The source code is 
hosted on
 GitHub_.
 
-.. _PyPI: http://pypi.python.org/pypi/Markups
+.. _PyPI: https://pypi.python.org/pypi/Markups
 .. _GitHub: https://github.com/retext-project/pymarkups
 
+The 

commit python3-Markups for openSUSE:Factory

2016-01-05 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes 
2016-01-05 09:41:48.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 30 18:38:33 UTC 2015 - a...@gmx.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.a1EsSP/_new  2016-01-05 09:41:49.0 +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.0 +0100
+++ new/Markups-1.0.1/.travis.yml   2015-12-14 15:20:58.0 +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.0 +0200
+++ new/Markups-1.0.1/MANIFEST.in   2015-12-13 20:19:35.0 +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.0 
+0100
+++ new/Markups-1.0.1/Markups.egg-info/PKG-INFO 2015-12-22 15:37:40.0 
+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.0 +0100
+++ new/Markups-1.0.1/PKG-INFO  2015-12-22 15:37:41.0 +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.0 +0100
+++ new/Markups-1.0.1/changelog 2015-12-22 15:32:16.0 +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 

commit python3-Markups for openSUSE:Factory

2015-12-16 Thread h_root
Hello community,

here is the log from the commit of package python3-Markups for openSUSE:Factory 
checked in at 2015-12-16 17:43:20

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-06-23 11:57:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes 
2015-12-16 17:45:03.0 +0100
@@ -1,0 +2,13 @@
+Tue Dec 15 03:30:00 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * added requirement for setuptools
+
+- update to version 1.0.0:
+  * Web module removed, as ReText no longer needs it.
+  * Textile markup updated to work with the latest version of Python-Textile
+module.
+  * The setup script now uses setuptools when it is available.
+  * Testsuite and documentation improvements.
+
+---

Old:

  Markups-0.6.3.tar.gz

New:

  Markups-1.0.0.tar.gz



Other differences:
--
++ python3-Markups.spec ++
--- /var/tmp/diff_new_pack.fwMAdq/_old  2015-12-16 17:45:04.0 +0100
+++ /var/tmp/diff_new_pack.fwMAdq/_new  2015-12-16 17:45:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Markups
-Version:0.6.3
+Version:1.0.0
 Release:0
 Summary:A wrapper around various text markups
 License:BSD-3-Clause
@@ -26,6 +26,7 @@
 Source: 
https://pypi.python.org/packages/source/M/Markups/Markups-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose
+BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ Markups-0.6.3.tar.gz -> Markups-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.3/.gitignore new/Markups-1.0.0/.gitignore
--- old/Markups-0.6.3/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/Markups-1.0.0/.gitignore2015-08-07 20:37:13.0 +0200
@@ -0,0 +1,6 @@
+build
+dist
+MANIFEST
+Markups.egg-info
+__pycache__
+*.pyc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.3/.travis.yml 
new/Markups-1.0.0/.travis.yml
--- old/Markups-0.6.3/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/Markups-1.0.0/.travis.yml   2015-12-13 15:07:42.0 +0100
@@ -0,0 +1,10 @@
+sudo: false
+language: python
+python:
+  - "2.7"
+  - "3.2"
+  - "3.3"
+  - "3.4"
+  - "3.5"
+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-0.6.3/Markups.egg-info/PKG-INFO 
new/Markups-1.0.0/Markups.egg-info/PKG-INFO
--- old/Markups-0.6.3/Markups.egg-info/PKG-INFO 2015-06-16 20:38:51.0 
+0200
+++ new/Markups-1.0.0/Markups.egg-info/PKG-INFO 2015-12-13 17:23:25.0 
+0100
@@ -1,29 +1,51 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.6.3
+Version: 1.0.0
 Summary: A wrapper around various text markups
-Home-page: https://github.com/mitya57/pymarkups
+Home-page: https://github.com/retext-project/pymarkups
 Author: Dmitry Shachnev
 Author-email: mity...@gmail.com
 License: BSD
-Description: This module provides a wrapper around the various text markup 
languages,
-such as Markdown_ and reStructuredText_ (these two are supported by 
default).
+Description: 
+.. image:: https://api.travis-ci.org/retext-project/pymarkups.svg
+   :target: https://travis-ci.org/retext-project/pymarkups
+   :alt: Travis CI status
+
+This module provides a wrapper around various text markup languages.
+
+Available by default are Markdown_, reStructuredText_ and Textile_, 
but you
+can easily add your own markups.
 
 Usage example:
 
->>> markup = markups.get_markup_for_file_name("myfile.rst")
->>> markup.name
-'reStructuredText'
->>> markup.attributes[markups.SYNTAX_DOCUMENTATION]
-'http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html'
->>> text = "Hello, world!\n=\n\nThis is an example 
**reStructuredText** document."
->>> markup.get_document_title(text)
-'Hello, world!'
->>> markup.get_document_body(text)
-'This is an example reStructuredText 
document.\n'
+.. code:: python
+
+  >>> import markups
+  >>> markup = markups.get_markup_for_file_name("myfile.rst")
+  >>> markup.name
+  'reStructuredText'
+   

commit python3-Markups for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package python3-Markups for openSUSE:Factory 
checked in at 2015-06-23 11:57:40

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-04-25 21:51:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes 
2015-06-23 11:57:40.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 18 15:27:10 UTC 2015 - a...@gmx.de
+
+- update to version 0.6.3:
+  * No-change re-upload with fixed tarball and changelog.
+
+- changes from version 0.6.2
+  * Markdown markup: fixed detection of codehilite extension with
+options.
+  * Added a warning about deprecation of the markups.web module.
+
+---

Old:

  Markups-0.6.1.tar.gz

New:

  Markups-0.6.3.tar.gz



Other differences:
--
++ python3-Markups.spec ++
--- /var/tmp/diff_new_pack.ZK6pe9/_old  2015-06-23 11:57:41.0 +0200
+++ /var/tmp/diff_new_pack.ZK6pe9/_new  2015-06-23 11:57:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Markups
-Version:0.6.1
+Version:0.6.3
 Release:0
 Summary:A wrapper around various text markups
 License:BSD-3-Clause

++ Markups-0.6.1.tar.gz - Markups-0.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.1/Markups.egg-info/PKG-INFO 
new/Markups-0.6.3/Markups.egg-info/PKG-INFO
--- old/Markups-0.6.1/Markups.egg-info/PKG-INFO 2015-04-19 10:29:20.0 
+0200
+++ new/Markups-0.6.3/Markups.egg-info/PKG-INFO 2015-06-16 20:38:51.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.6.1
+Version: 0.6.3
 Summary: A wrapper around various text markups
 Home-page: https://github.com/mitya57/pymarkups
 Author: Dmitry Shachnev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.1/PKG-INFO new/Markups-0.6.3/PKG-INFO
--- old/Markups-0.6.1/PKG-INFO  2015-04-19 10:29:22.0 +0200
+++ new/Markups-0.6.3/PKG-INFO  2015-06-16 20:38:51.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.6.1
+Version: 0.6.3
 Summary: A wrapper around various text markups
 Home-page: https://github.com/mitya57/pymarkups
 Author: Dmitry Shachnev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.1/README.rst new/Markups-0.6.3/README.rst
--- old/Markups-0.6.1/README.rst2015-02-04 08:17:49.0 +0100
+++ new/Markups-0.6.3/README.rst2015-06-08 12:01:58.0 +0200
@@ -6,7 +6,7 @@
  markup = markups.get_markup_for_file_name(myfile.rst)
  markup.name
 'reStructuredText'
- markup.attributes[markups.SYNTAX_DOCUMENTATION]
+ markup.attributes[markups.common.SYNTAX_DOCUMENTATION]
 'http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html'
  text = Hello, world!\n=\n\nThis is an example 
  **reStructuredText** document.
  markup.get_document_title(text)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.1/changelog new/Markups-0.6.3/changelog
--- old/Markups-0.6.1/changelog 2015-04-19 10:26:37.0 +0200
+++ new/Markups-0.6.3/changelog 2015-06-16 20:37:45.0 +0200
@@ -1,12 +1,23 @@
+Version 0.6.3, 2015-06-16
+=
+
+* No-change re-upload with fixed tarball and changelog.
+
+Version 0.6.2, 2015-06-09
+=
+
+* Markdown markup: fixed detection of codehilite extension with options.
+* Added a warning about deprecation of the markups.web module.
+
 Version 0.6.1, 2015-04-19
 =
 
-* PyMarkups now uses warnings system instead of printing messages
-  to stderr.
+* PyMarkups now uses warnings system instead of printing messages to
+  stderr.
 * Improvements to Markdown markup:
 
-  + Fixed parsing math that contains nested environments
-(thanks to Gautam Iyer for the patch).
+  + Fixed parsing math that contains nested environments (thanks to Gautam
+Iyer for the patch).
   + Fixed crash on extensions names starting with dot.
 
 * Miscellaneous fixes.
@@ -21,8 +32,8 @@
 
 Other changes:
 
-* Refactor the code related to Markdown extensions to make it
-  work with upcoming Python-Markdown releases.
+* Refactor the code related to Markdown extensions to make it work with
+  upcoming Python-Markdown releases.
 * MathJax extension is now in a separate module.
 
 Version 0.5.2, 2014-11-05
@@ -42,53 +53,51 @@
 
 * Improvements to 

commit python3-Markups for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Markups for openSUSE:Factory 
checked in at 2015-04-25 21:51:13

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-01-30 06:12:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes 
2015-04-25 21:51:14.0 +0200
@@ -1,0 +2,16 @@
+Sat Apr 25 18:24:19 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updated url
+  * README - README.rst
+
+- update to version 0.6.1:
+  * PyMarkups now uses warnings system instead of printing messages
+to stderr.
+  * Improvements to Markdown markup:
++ Fixed parsing math that contains nested environments
+  (thanks to Gautam Iyer for the patch).
++ Fixed crash on extensions names starting with dot.
+  * Miscellaneous fixes.
+
+---

Old:

  Markups-0.6.0.tar.gz

New:

  Markups-0.6.1.tar.gz



Other differences:
--
++ python3-Markups.spec ++
--- /var/tmp/diff_new_pack.Y0k0eW/_old  2015-04-25 21:51:15.0 +0200
+++ /var/tmp/diff_new_pack.Y0k0eW/_new  2015-04-25 21:51:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Markups
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   python3-Markups
-Version:0.6.0
+Version:0.6.1
 Release:0
 Summary:A wrapper around various text markups
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://launchpad.net/python-markups
+Url:https://github.com/mitya57/pymarkups
 Source: 
https://pypi.python.org/packages/source/M/Markups/Markups-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose
@@ -44,7 +44,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README changelog LICENSE
+%doc README.rst changelog LICENSE
 %{python3_sitelib}/*
 
 %changelog

++ Markups-0.6.0.tar.gz - Markups-0.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/LICENSE new/Markups-0.6.1/LICENSE
--- old/Markups-0.6.0/LICENSE   2014-07-21 12:46:02.0 +0200
+++ new/Markups-0.6.1/LICENSE   2015-02-04 08:17:49.0 +0100
@@ -1,4 +1,4 @@
-Copyright 2012 Dmitry Shachnev mity...@gmail.com.
+Copyright 2012-2015 Dmitry Shachnev mity...@gmail.com.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/MANIFEST.in 
new/Markups-0.6.1/MANIFEST.in
--- old/Markups-0.6.0/MANIFEST.in   2014-07-25 21:09:34.0 +0200
+++ new/Markups-0.6.1/MANIFEST.in   2015-02-04 08:17:49.0 +0100
@@ -1,4 +1,5 @@
 include LICENSE
+include README.rst
 include changelog
 include examples/example-template.html
 recursive-include docs *.rst conf.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/Markups.egg-info/PKG-INFO 
new/Markups-0.6.1/Markups.egg-info/PKG-INFO
--- old/Markups-0.6.0/Markups.egg-info/PKG-INFO 2015-01-25 17:57:10.0 
+0100
+++ new/Markups-0.6.1/Markups.egg-info/PKG-INFO 2015-04-19 10:29:20.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.6.0
+Version: 0.6.1
 Summary: A wrapper around various text markups
 Home-page: https://github.com/mitya57/pymarkups
 Author: Dmitry Shachnev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/Markups.egg-info/SOURCES.txt 
new/Markups-0.6.1/Markups.egg-info/SOURCES.txt
--- old/Markups-0.6.0/Markups.egg-info/SOURCES.txt  2015-01-25 
17:57:11.0 +0100
+++ new/Markups-0.6.1/Markups.egg-info/SOURCES.txt  2015-04-19 
10:29:22.0 +0200
@@ -1,6 +1,6 @@
 LICENSE
 MANIFEST.in
-README
+README.rst
 changelog
 setup.py
 Markups.egg-info/PKG-INFO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/PKG-INFO new/Markups-0.6.1/PKG-INFO
--- old/Markups-0.6.0/PKG-INFO  2015-01-25 17:57:11.0 +0100
+++ new/Markups-0.6.1/PKG-INFO  2015-04-19 10:29:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.6.0
+Version: 0.6.1
 

commit python3-Markups for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package python3-Markups for openSUSE:Factory 
checked in at 2015-01-30 06:12:27

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-01-08 23:02:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes 
2015-01-30 06:12:29.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 28 17:23:18 UTC 2015 - a...@gmx.de
+
+- update to version 0.6.0:
+  * Custom markups are now normal Python modules.
+  * Web module no longer supports Python 2.x.
+  * Refactor the code related to Markdown extensions to make it
+work with upcoming Python-Markdown releases.
+  * MathJax extension is now in a separate module.
+
+---

Old:

  Markups-0.5.2.tar.gz

New:

  Markups-0.6.0.tar.gz



Other differences:
--
++ python3-Markups.spec ++
--- /var/tmp/diff_new_pack.bTZZg1/_old  2015-01-30 06:12:30.0 +0100
+++ /var/tmp/diff_new_pack.bTZZg1/_new  2015-01-30 06:12:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Markups
-Version:0.5.2
+Version:0.6.0
 Release:0
 Summary:A wrapper around various text markups
 License:BSD-3-Clause

++ Markups-0.5.2.tar.gz - Markups-0.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.5.2/Markups.egg-info/PKG-INFO 
new/Markups-0.6.0/Markups.egg-info/PKG-INFO
--- old/Markups-0.5.2/Markups.egg-info/PKG-INFO 2014-11-05 18:50:43.0 
+0100
+++ new/Markups-0.6.0/Markups.egg-info/PKG-INFO 2015-01-25 17:57:10.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.5.2
+Version: 0.6.0
 Summary: A wrapper around various text markups
 Home-page: https://github.com/mitya57/pymarkups
 Author: Dmitry Shachnev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.5.2/Markups.egg-info/SOURCES.txt 
new/Markups-0.6.0/Markups.egg-info/SOURCES.txt
--- old/Markups-0.5.2/Markups.egg-info/SOURCES.txt  2014-11-05 
18:50:44.0 +0100
+++ new/Markups-0.6.0/Markups.egg-info/SOURCES.txt  2015-01-25 
17:57:11.0 +0100
@@ -19,6 +19,7 @@
 markups/abstract.py
 markups/common.py
 markups/markdown.py
+markups/mdx_mathjax.py
 markups/restructuredtext.py
 markups/textile.py
 markups/web.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.5.2/PKG-INFO new/Markups-0.6.0/PKG-INFO
--- old/Markups-0.5.2/PKG-INFO  2014-11-05 18:50:44.0 +0100
+++ new/Markups-0.6.0/PKG-INFO  2015-01-25 17:57:11.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.5.2
+Version: 0.6.0
 Summary: A wrapper around various text markups
 Home-page: https://github.com/mitya57/pymarkups
 Author: Dmitry Shachnev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.5.2/changelog new/Markups-0.6.0/changelog
--- old/Markups-0.5.2/changelog 2014-11-05 18:47:59.0 +0100
+++ new/Markups-0.6.0/changelog 2015-01-25 17:35:19.0 +0100
@@ -1,3 +1,17 @@
+Version 0.6, 2015-01-25
+===
+
+Incompatible changes:
+
+* Custom markups are now normal Python modules.
+* Web module no longer supports Python 2.x.
+
+Other changes:
+
+* Refactor the code related to Markdown extensions to make it
+  work with upcoming Python-Markdown releases.
+* MathJax extension is now in a separate module.
+
 Version 0.5.2, 2014-11-05
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.5.2/docs/conf.py 
new/Markups-0.6.0/docs/conf.py
--- old/Markups-0.5.2/docs/conf.py  2014-09-10 13:26:49.0 +0200
+++ new/Markups-0.6.0/docs/conf.py  2015-01-25 12:10:11.0 +0100
@@ -47,7 +47,7 @@
 
 # General information about the project.
 project = u'Python-Markups'
-copyright = u'2014, Dmitry Shachnev'
+copyright = u'2015, Dmitry Shachnev'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.5.2/docs/custom_markups.rst 
new/Markups-0.6.0/docs/custom_markups.rst
--- old/Markups-0.5.2/docs/custom_markups.rst   2014-09-10 13:26:49.0 
+0200
+++ new/Markups-0.6.0/docs/custom_markups.rst   2015-01-25 17:15:00.0 

commit python3-Markups for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package python3-Markups for openSUSE:Factory 
checked in at 2015-01-08 23:02:58

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  
2014-07-04 17:18:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes 
2015-01-08 23:02:59.0 +0100
@@ -1,0 +2,22 @@
+Thu Jan  8 00:42:40 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- changes from Version 0.5.2:
+  * Fixed loading of Markdown extensions with options.
+
+- changes from Version 0.5.1:
+  * Fixed Markdown markup crash on empty files.
+  * Include documentation in the tarballs.
+  * Testsuite improvements.
+
+- changes from Version 0.5:
+  * Improvements to Markdown markup:
+ + All math delimeters except $...$ are now enabled by
+   default
+ + remove_extra extension now disables formulas support
+ + It is now possible to specify required extensions in the
+   first line of the file
+  * Add Sphinx documentation
+
+---

Old:

  Markups-0.4.tar.gz

New:

  Markups-0.5.2.tar.gz



Other differences:
--
++ python3-Markups.spec ++
--- /var/tmp/diff_new_pack.jVyjK0/_old  2015-01-08 23:03:00.0 +0100
+++ /var/tmp/diff_new_pack.jVyjK0/_new  2015-01-08 23:03:00.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-Markups
+# spec file for package python3-Markups
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python3-Markups
-Version:0.4
+Version:0.5.2
 Release:0
-License:BSD-3-Clause
 Summary:A wrapper around various text markups
-Url:http://launchpad.net/python-markups
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://launchpad.net/python-markups
 Source: 
https://pypi.python.org/packages/source/M/Markups/Markups-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose

++ Markups-0.4.tar.gz - Markups-0.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.4/MANIFEST.in new/Markups-0.5.2/MANIFEST.in
--- old/Markups-0.4/MANIFEST.in 1970-01-01 01:00:00.0 +0100
+++ new/Markups-0.5.2/MANIFEST.in   2014-09-10 13:26:49.0 +0200
@@ -0,0 +1,5 @@
+include LICENSE
+include changelog
+include examples/example-template.html
+recursive-include docs *.rst conf.py
+recursive-include tests *.py *.rst *.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.4/Markups.egg-info/PKG-INFO 
new/Markups-0.5.2/Markups.egg-info/PKG-INFO
--- old/Markups-0.4/Markups.egg-info/PKG-INFO   1970-01-01 01:00:00.0 
+0100
+++ new/Markups-0.5.2/Markups.egg-info/PKG-INFO 2014-11-05 18:50:43.0 
+0100
@@ -0,0 +1,44 @@
+Metadata-Version: 1.1
+Name: Markups
+Version: 0.5.2
+Summary: A wrapper around various text markups
+Home-page: https://github.com/mitya57/pymarkups
+Author: Dmitry Shachnev
+Author-email: mity...@gmail.com
+License: BSD
+Description: This module provides a wrapper around the various text markup 
languages,
+such as Markdown_ and reStructuredText_ (these two are supported by 
default).
+
+Usage example:
+
+ markup = markups.get_markup_for_file_name(myfile.rst)
+ markup.name
+'reStructuredText'
+ markup.attributes[markups.SYNTAX_DOCUMENTATION]
+'http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html'
+ text = Hello, world!\n=\n\nThis is an example 
**reStructuredText** document.
+ markup.get_document_title(text)
+'Hello, world!'
+ markup.get_document_body(text)
+'pThis is an example strongreStructuredText/strong 
document./p\n'
+
+.. _Markdown: http://daringfireball.net/projects/markdown/
+.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating