commit python-Markdown for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2020-10-29 09:48:53

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new.3463 (New)


Package is "python-Markdown"

Thu Oct 29 09:48:53 2020 rev:34 rq:844039 version:3.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2020-05-12 22:27:51.379308951 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Markdown.new.3463/python-Markdown.changes
2020-10-29 09:48:59.444202455 +0100
@@ -1,0 +2,32 @@
+Sun Oct 25 21:47:36 UTC 2020 - Benoît Monin 
+
+- update to version 3.3.3: bug-fix release
+  * Unify all block-level tags (#1047).
+  * Fix issue where some empty elements would have text rendered
+as None when using md_in_html (#1049).
+  * Avoid catastrophic backtracking in hr regex (#1055).
+  * Fix hr HTML handling (#1053).
+
+---
+Tue Oct 20 18:31:38 UTC 2020 - Benoît Monin 
+
+- update to version 3.3.2: bug-fix release
+  * Properly parse inline HTML in md_in_html (#1040 & #1045).
+  * Avoid crashing when md_in_html fails (#1040).
+
+---
+Tue Oct 13 19:17:33 UTC 2020 - Benoît Monin 
+
+- update to version 3.3.1: bug-fix release
+  * Correctly parse raw script and style tags (#1036).
+  * Ensure consistent class handling by fenced_code and codehilite
+(#1032).
+
+---
+Wed Oct  7 18:52:36 UTC 2020 - Benoît Monin 
+
+- update to version 3.3: major release
+  see https://python-markdown.github.io/change_log/release-3.3/
+  for details
+
+---

Old:

  Markdown-3.2.2.tar.gz

New:

  Markdown-3.3.3.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.lUNVYX/_old  2020-10-29 09:49:00.124203035 +0100
+++ /var/tmp/diff_new_pack.lUNVYX/_new  2020-10-29 09:49:00.128203039 +0100
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:3.2.2
+Version:3.3.3
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
@@ -28,8 +28,8 @@
 URL:https://python-markdown.github.io/
 Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
 Patch0: markdown-3.0-python37.patch
-BuildRequires:  %{python_module importlib-metadata}
 BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module importlib-metadata}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes

++ Markdown-3.2.2.tar.gz -> Markdown-3.3.3.tar.gz ++
 10976 lines of diff (skipped)




commit python-Markdown for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2020-05-12 22:26:26

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new.2738 (New)


Package is "python-Markdown"

Tue May 12 22:26:26 2020 rev:33 rq:802549 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2020-02-19 12:39:51.583545982 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Markdown.new.2738/python-Markdown.changes
2020-05-12 22:27:51.379308951 +0200
@@ -1,0 +2,18 @@
+Sat May  9 18:45:23 UTC 2020 - Benoît Monin 
+
+- update to version 3.2.2:
+  * Add checklinks tox environment to ensure all links in
+documentation are good.
+  * Refactor extension API documentation (#729).
+  * Load entry_points (for extensions) only once using
+importlib.metadata.
+  * Do not double escape entities in TOC.
+  * Correctly report if an extension raises a TypeError (#939).
+  * Raise a KeyError when attempting to delete a nonexistent key
+from the extension registry (#939).
+  * Remove import of packaging (or pkg_resources fallback) entirely
+  * Remove setuptools as a run-time dependency (install_required).
+- add new requirement importlib-metadata for python < 3.8
+- remove setuptools from Requires: dependency dropped by upstream
+
+---

Old:

  Markdown-3.2.1.tar.gz

New:

  Markdown-3.2.2.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.1jZvf9/_old  2020-05-12 22:27:53.539313460 +0200
+++ /var/tmp/diff_new_pack.1jZvf9/_new  2020-05-12 22:27:53.539313460 +0200
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
@@ -28,12 +28,13 @@
 URL:https://python-markdown.github.io/
 Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
 Patch0: markdown-3.0-python37.patch
+BuildRequires:  %{python_module importlib-metadata}
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-setuptools
+Requires:   python-importlib-metadata
 Requires:   python-xml
 Requires(post): update-alternatives
 Requires(postun): update-alternatives

++ Markdown-3.2.1.tar.gz -> Markdown-3.2.2.tar.gz ++
 2246 lines of diff (skipped)




commit python-Markdown for openSUSE:Factory

2020-02-19 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2020-02-19 12:39:43

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new.26092 (New)


Package is "python-Markdown"

Wed Feb 19 12:39:43 2020 rev:32 rq:774239 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2019-05-22 10:53:21.751234850 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Markdown.new.26092/python-Markdown.changes   
2020-02-19 12:39:51.583545982 +0100
@@ -1,0 +2,28 @@
+Thu Feb 13 19:07:42 UTC 2020 - Benoît Monin 
+
+- update to version 3.2.1: bugfix release
+  * The name property in toc_tokens from the TOC extension now
+escapes HTML special characters (<, >, and &).
+- additional changes from version 3.2: major release
+  * Backwards-incompatible changes:
++ Drop support for Python 2.7
++ em and strong inline processor changes
++ CodeHilite now always wraps with  tags
++ markdown.util.etree deprecated
+  * New features:
++ Some new configuration options have been added to the toc
+  extension
++ Document thread safety (#812).
++ Markdown parsing in HTML has been exposed via a separate
+  extension called md_in_html.
++ Add support for Python 3.8.
+  * Bug fixes:
++ HTML tag placeholders are no longer included in .toc_tokens
+  (#899).
++ Unescape backslash-escaped characters in TOC ids (#864).
++ Refactor bold and italic logic in order to solve complex
+  nesting issues (#792).
++ Always wrap CodeHilite code in tags (#862).
+- disable python2 build: Markdown is python 3 only now
+
+---

Old:

  Markdown-3.1.1.tar.gz

New:

  Markdown-3.2.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.lr7HXu/_old  2020-02-19 12:39:52.427547608 +0100
+++ /var/tmp/diff_new_pack.lr7HXu/_new  2020-02-19 12:39:52.427547608 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markdown
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,16 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:3.1.1
+Version:3.2.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://python-markdown.github.io/
+URL:https://python-markdown.github.io/
 Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
 Patch0: markdown-3.0-python37.patch
 BuildRequires:  %{python_module PyYAML}
@@ -37,11 +38,6 @@
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
-%ifpython2
-# older python2 version provided the package in lowercase
-Provides:   %{oldpython}-markdown = %{version}
-Obsoletes:  %{oldpython}-markdown < %{version}
-%endif
 %python_subpackages
 
 %description

++ Markdown-3.1.1.tar.gz -> Markdown-3.2.1.tar.gz ++
 5104 lines of diff (skipped)




commit python-Markdown for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2019-05-22 10:53:20

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new.5148 (New)


Package is "python-Markdown"

Wed May 22 10:53:20 2019 rev:31 rq:704552 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2019-03-29 20:38:12.110663911 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Markdown.new.5148/python-Markdown.changes
2019-05-22 10:53:21.751234850 +0200
@@ -1,0 +2,9 @@
+Tue May 21 16:55:19 UTC 2019 - Benoît Monin 
+
+- update to version 3.1.1: bugfix release
+  * Fixed import failure in setup.py when the source directory is
+not on sys.path (#823).
+  * Prefer public packaging module to pkg_resources' private copy
+of it (#825).
+
+---

Old:

  Markdown-3.1.tar.gz

New:

  Markdown-3.1.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.6BmIDh/_old  2019-05-22 10:53:23.123233593 +0200
+++ /var/tmp/diff_new_pack.6BmIDh/_new  2019-05-22 10:53:23.155233564 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:3.1
+Version:3.1.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-3.1.tar.gz -> Markdown-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-3.1/Markdown.egg-info/PKG-INFO 
new/Markdown-3.1.1/Markdown.egg-info/PKG-INFO
--- old/Markdown-3.1/Markdown.egg-info/PKG-INFO 2019-03-26 01:20:03.0 
+0100
+++ new/Markdown-3.1.1/Markdown.egg-info/PKG-INFO   2019-05-21 
03:10:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Markdown
-Version: 3.1
+Version: 3.1.1
 Summary: Python implementation of Markdown.
 Home-page: https://Python-Markdown.github.io/
 Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
@@ -8,7 +8,7 @@
 Maintainer: Waylan Limberg
 Maintainer-email: waylan.limb...@icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-3.1-py2.py3-none-any.whl
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-3.1.1-py2.py3-none-any.whl
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-3.1/Markdown.egg-info/SOURCES.txt 
new/Markdown-3.1.1/Markdown.egg-info/SOURCES.txt
--- old/Markdown-3.1/Markdown.egg-info/SOURCES.txt  2019-03-26 
01:20:03.0 +0100
+++ new/Markdown-3.1.1/Markdown.egg-info/SOURCES.txt2019-05-21 
03:10:22.0 +0200
@@ -54,6 +54,7 @@
 docs/extensions/wikilinks.md
 markdown/__init__.py
 markdown/__main__.py
+markdown/__meta__.py
 markdown/blockparser.py
 markdown/blockprocessors.py
 markdown/core.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-3.1/PKG-INFO new/Markdown-3.1.1/PKG-INFO
--- old/Markdown-3.1/PKG-INFO   2019-03-26 01:20:03.0 +0100
+++ new/Markdown-3.1.1/PKG-INFO 2019-05-21 03:10:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Markdown
-Version: 3.1
+Version: 3.1.1
 Summary: Python implementation of Markdown.
 Home-page: https://Python-Markdown.github.io/
 Author: Manfred Stienstra, Yuri takhteyev and Waylan limberg
@@ -8,7 +8,7 @@
 Maintainer: Waylan Limberg
 Maintainer-email: waylan.limb...@icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-3.1-py2.py3-none-any.whl
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-3.1.1-py2.py3-none-any.whl
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-3.1/docs/change_log/index.md 
new/Markdown-3.1.1/docs/change_log/index.md
--- old/Markdown-3.1/docs/change_log/index.md   2019-03-26 01:18:17.0 
+0100
+++ new/Markdown-3.1.1/docs/change_log/index.md 2019-05-21 02:59:14.0 
+0200
@@ -3,6 +3,13 @@
 Python-Markdown Change Log
 =
 
+May 20, 2019: Released version 3.1.1 (a bug-fix release).
+
+* Fixed import failure in `setup.py` when the source 

commit python-Markdown for openSUSE:Factory

2019-03-29 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2019-03-29 20:38:09

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new.25356 (New)


Package is "python-Markdown"

Fri Mar 29 20:38:09 2019 rev:30 rq:688991 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2019-01-08 12:16:53.765014752 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Markdown.new.25356/python-Markdown.changes   
2019-03-29 20:38:12.110663911 +0100
@@ -1,0 +2,37 @@
+Tue Mar 26 19:34:04 UTC 2019 - Benoît Monin 
+
+- update to version 3.1:
+  * The following new features have been included in the release:
++ A Contributing Guide has been added (#732)
++ A new configuration option to set the footnote separator has
+  been added. Also, the rel and rev attributes have been
+  removed from footnotes as they are not valid in HTML5. The
+  refs and backrefs classes already exist and serve the same
+  purpose (#723).
++ A new option for toc_depth to set not only the bottom section
+level, but also the top section level. A string consisting of
+two digits separated by a hyphen in between ("2-5"), defines
+the top (t) and the bottom (b) (..). A single integer
+still defines the bottom section level (..) only.(#787)
+  * The following bug fixes are included in the 3.1 release:
++ Update CLI to support PyYAML 5.1.
++ Overlapping raw HTML matches no longer leave placeholders
+  behind (#458).
++ Emphasis patterns now recognize newline characters as
+  whitespace (#783).
++ Version format had been updated to be PEP 440 compliant
+  (#736).
++ Block level elements are defined per instance, not as class
+  attributes (#731).
++ Double escaping of block code has been eliminated (#725).
++ Problems with newlines in references has been fixed (#742).
++ Escaped # are now handled in header syntax (#762).
+- remove yaml5.patch: merged upstream
+
+---
+Fri Mar 15 12:20:56 UTC 2019 - Tomáš Chvátal 
+
+- Fix build with PyYAML > 5:
+  * yaml5.patch
+
+---

Old:

  Markdown-3.0.1.tar.gz

New:

  Markdown-3.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.B89Tuq/_old  2019-03-29 20:38:12.974664351 +0100
+++ /var/tmp/diff_new_pack.B89Tuq/_new  2019-03-29 20:38:12.978664354 +0100
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:3.0.1
+Version:3.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
@@ -53,7 +53,7 @@
 
 %prep
 %setup -q -n Markdown-%{version}
-%patch0 -p1
+%autopatch -p1
 
 %build
 %python_build

++ Markdown-3.0.1.tar.gz -> Markdown-3.1.tar.gz ++
 10105 lines of diff (skipped)




commit python-Markdown for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2019-01-08 12:16:52

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new.28833 (New)


Package is "python-Markdown"

Tue Jan  8 12:16:52 2019 rev:29 rq:662424 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2018-12-14 20:48:36.877408107 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Markdown.new.28833/python-Markdown.changes   
2019-01-08 12:16:53.765014752 +0100
@@ -1,0 +2,9 @@
+Wed Jan  2 11:04:33 UTC 2019 - badshah...@gmail.com
+
+- Update to version 3.0.1:
+  * Brought back the `version` and `version_info` variables
+(gh#Python-Markdown/markdown#709).
+  * Added support for hexadecimal HTML entities
+(gh#Python-Markdown/markdown#712).
+
+---

Old:

  Markdown-3.0.tar.gz

New:

  Markdown-3.0.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.4aoiuY/_old  2019-01-08 12:16:54.233014312 +0100
+++ /var/tmp/diff_new_pack.4aoiuY/_new  2019-01-08 12:16:54.237014308 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markdown
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:3.0
+Version:3.0.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-3.0.tar.gz -> Markdown-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-3.0/Markdown.egg-info/PKG-INFO 
new/Markdown-3.0.1/Markdown.egg-info/PKG-INFO
--- old/Markdown-3.0/Markdown.egg-info/PKG-INFO 2018-09-22 04:04:16.0 
+0200
+++ new/Markdown-3.0.1/Markdown.egg-info/PKG-INFO   2018-09-26 
18:34:30.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.2
 Name: Markdown
-Version: 3.0
+Version: 3.0.1
 Summary: Python implementation of Markdown.
 Home-page: https://Python-Markdown.github.io/
 Author: Waylan Limberg
 Author-email: waylan.limb...@icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-3.0-py2.py3-none-any.whl
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-3.0.1-py2.py3-none-any.whl
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-3.0/Markdown.egg-info/SOURCES.txt 
new/Markdown-3.0.1/Markdown.egg-info/SOURCES.txt
--- old/Markdown-3.0/Markdown.egg-info/SOURCES.txt  2018-09-22 
04:04:16.0 +0200
+++ new/Markdown-3.0.1/Markdown.egg-info/SOURCES.txt2018-09-26 
18:34:30.0 +0200
@@ -400,5 +400,6 @@
 tests/test_syntax/extensions/test_legacy_em.py
 tests/test_syntax/extensions/test_tables.py
 tests/test_syntax/inline/__init__.py
+tests/test_syntax/inline/test_entities.py
 tests/test_syntax/inline/test_images.py
 tests/test_syntax/inline/test_links.py
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-3.0/PKG-INFO new/Markdown-3.0.1/PKG-INFO
--- old/Markdown-3.0/PKG-INFO   2018-09-22 04:04:16.0 +0200
+++ new/Markdown-3.0.1/PKG-INFO 2018-09-26 18:34:31.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.2
 Name: Markdown
-Version: 3.0
+Version: 3.0.1
 Summary: Python implementation of Markdown.
 Home-page: https://Python-Markdown.github.io/
 Author: Waylan Limberg
 Author-email: waylan.limb...@icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-3.0-py2.py3-none-any.whl
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-3.0.1-py2.py3-none-any.whl
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,

commit python-Markdown for openSUSE:Factory

2018-12-14 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2018-12-14 20:48:25

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new.28833 (New)


Package is "python-Markdown"

Fri Dec 14 20:48:25 2018 rev:28 rq:656857 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2018-11-06 13:51:43.636469836 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Markdown.new.28833/python-Markdown.changes   
2018-12-14 20:48:36.877408107 +0100
@@ -1,0 +2,5 @@
+Mon Dec 10 14:41:37 UTC 2018 - Tomáš Chvátal 
+
+- Fix fdupes call
+
+---



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.BFOVh0/_old  2018-12-14 20:48:37.321407496 +0100
+++ /var/tmp/diff_new_pack.BFOVh0/_new  2018-12-14 20:48:37.325407490 +0100
@@ -60,7 +60,7 @@
 
 %install
 %python_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %python_clone -a %{buildroot}%{_bindir}/markdown_py
 




commit python-Markdown for openSUSE:Factory

2018-11-06 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2018-11-06 13:51:39

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Tue Nov  6 13:51:39 2018 rev:27 rq:643640 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2018-08-08 14:53:46.637577497 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2018-11-06 13:51:43.636469836 +0100
@@ -1,0 +2,38 @@
+Thu Oct 18 19:03:17 UTC 2018 - Benoît Monin 
+
+- update to version 3.0: major release
+  * backwards-incompatible changes:
++ enable_attributes keyword deprecated
++ smart_emphasis keyword and smart_strong extension deprecated
++ output_formats simplified to html and xhtml
++ safe_mode and html_replacement_text keywords deprecated
++ Positional arguments deprecated
++ Extension name behavior has changed
++ Extension configuration as part of extension name deprecated
++ HeaderId extension deprecated
++ Homegrown OrderedDict has been replaced with a purpose-built
+  Registry
++ Markdown class instance references
++ markdown.util.isBlockLevel deprecated
++ md_globals keyword deprecated from extension API
++ Added new, more flexible InlineProcessor class
+  * new features:
++ a new testing framework is included as a part of the Markdown
+  library, which can also be used by third party extensions
++ a new toc_depth parameter has been added to the Table of
+  Contents Extension
++  new toc_tokens attribute has been added to the Markdown class
+   by the Table of Contents Extension
++ when the Table of Contents Extension is used in conjunction
+  with the Attribute Lists Extension and a data-toc-label
+  attribute is defined on a header, the content of the
+  data-toc-label attribute is now used as the content of the
+  Table of Contents item for that header
++ additional CSS class names can be appended to Admonitions
+- update and adapt the patch for python-3.7:
+  * add markdown-3.0-python37.patch
+  * remove markdown-2.6.11-python37.patch
+- run the tests via unittest discover
+- remove nose from BuildRequires: not used anymore
+
+---

Old:

  Markdown-2.6.11.tar.gz
  markdown-2.6.11-python37.patch

New:

  Markdown-3.0.tar.gz
  markdown-3.0-python37.patch



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.IpESYT/_old  2018-11-06 13:51:44.316468912 +0100
+++ /var/tmp/diff_new_pack.IpESYT/_new  2018-11-06 13:51:44.320468907 +0100
@@ -12,23 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:2.6.11
+Version:3.0
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://python-markdown.github.io/
 Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
-Patch0: markdown-2.6.11-python37.patch
+Patch0: markdown-3.0-python37.patch
 BuildRequires:  %{python_module PyYAML}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
@@ -66,7 +65,7 @@
 %python_clone -a %{buildroot}%{_bindir}/markdown_py
 
 %check
-%python_exec run-tests.py
+%python_exec -m unittest discover
 
 %post
 %python_install_alternative markdown_py

++ Markdown-2.6.11.tar.gz -> Markdown-3.0.tar.gz ++
 13128 lines of diff (skipped)

++ markdown-2.6.11-python37.patch -> markdown-3.0-python37.patch ++
--- /work/SRC/openSUSE:Factory/python-Markdown/markdown-2.6.11-python37.patch   
2018-08-08 14:53:46.197576770 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/markdown-3.0-python37.patch 
2018-11-06 13:51:43.504470015 +0100
@@ -1,11 +1,10 @@
-diff -up Markdown-2.6.11/tests/__init__.py.orig markdown/tests/__init__.py
 Markdown-2.6.11/tests/__init__.py.orig 2018-06-03 10:51:55.518781537 
+
-+++ Markdown-2.6.11/tests/__init__.py  2018-06-03 10:59:34.088350325 +
-@@ -185,5 +185,7 @@ def run():
- # Except for the warnings that shouldn't
- 

commit python-Markdown for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2018-08-08 14:52:49

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Wed Aug  8 14:52:49 2018 rev:26 rq:627812 version:2.6.11

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2018-03-19 23:40:13.173367873 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2018-08-08 14:53:46.637577497 +0200
@@ -1,0 +2,6 @@
+Tue Aug  7 07:51:51 UTC 2018 - tchva...@suse.com
+
+- Add patch to build with python 3.7:
+  * markdown-2.6.11-python37.patch
+
+---

New:

  markdown-2.6.11-python37.patch



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.xZUy7I/_old  2018-08-08 14:53:48.565580678 +0200
+++ /var/tmp/diff_new_pack.xZUy7I/_new  2018-08-08 14:53:48.569580685 +0200
@@ -24,8 +24,9 @@
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://packages.python.org/Markdown/
+Url:https://python-markdown.github.io/
 Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
+Patch0: markdown-2.6.11-python37.patch
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q -n Markdown-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ markdown-2.6.11-python37.patch ++
diff -up Markdown-2.6.11/tests/__init__.py.orig markdown/tests/__init__.py
--- Markdown-2.6.11/tests/__init__.py.orig  2018-06-03 10:51:55.518781537 
+
+++ Markdown-2.6.11/tests/__init__.py   2018-06-03 10:59:34.088350325 +
@@ -185,5 +185,7 @@ def run():
 # Except for the warnings that shouldn't
 warnings.filterwarnings('default', category=PendingDeprecationWarning)
 warnings.filterwarnings('default', category=DeprecationWarning, 
module='markdown')
+warnings.filterwarnings('default', category=DeprecationWarning, 
module='yaml')
+warnings.filterwarnings('default', category=DeprecationWarning, 
module='nose')
 
 nose.main(addplugins=[HtmlOutput(), Markdown()])



commit python-Markdown for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2018-03-19 23:39:33

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Mon Mar 19 23:39:33 2018 rev:25 rq:588542 version:2.6.11

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2018-01-07 17:22:56.492864695 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2018-03-19 23:40:13.173367873 +0100
@@ -1,0 +2,6 @@
+Mon Mar 19 11:32:36 UTC 2018 - tchva...@suse.com
+
+- Add build/runtime dependency over setuptools wrt bsc#1079287
+- Remove python-devel dependency which is not really needed
+
+---



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.swoSzG/_old  2018-03-19 23:40:14.429322566 +0100
+++ /var/tmp/diff_new_pack.swoSzG/_new  2018-03-19 23:40:14.433322422 +0100
@@ -27,22 +27,21 @@
 Url:http://packages.python.org/Markdown/
 Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-setuptools
 Requires:   python-xml
 Requires(post):update-alternatives
 Requires(postun):  update-alternatives
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %ifpython2
 # older python2 version provided the package in lowercase
 Provides:   %{oldpython}-markdown = %{version}
 Obsoletes:  %{oldpython}-markdown < %{version}
 %endif
-
 %python_subpackages
 
 %description
@@ -74,8 +73,8 @@
 %python_uninstall_alternative markdown_py
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.md README.md docs/*
+%license LICENSE.md
+%doc README.md docs/*
 %python_alternative %{_bindir}/markdown_py
 %{python_sitelib}/Markdown-%{version}-py%{python_version}.egg-info
 %{python_sitelib}/markdown




commit python-Markdown for openSUSE:Factory

2018-01-07 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2018-01-07 17:22:53

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Sun Jan  7 17:22:53 2018 rev:24 rq:562153 version:2.6.11

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2017-08-19 10:56:40.118333210 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2018-01-07 17:22:56.492864695 +0100
@@ -1,0 +2,10 @@
+Fri Jan  5 21:47:29 UTC 2018 - benoit.mo...@gmx.fr
+
+- update to version 2.6.11: bugfix release
+  * Added a new BACKLINK-TITLE option to the footnote extension so
+that non-English users can provide a custom title to back links
+(see #610)
+- additional changes from version 2.6.10: documentation update
+- remove encoding conversion: fixed upstream
+
+---

Old:

  Markdown-2.6.9.tar.gz

New:

  Markdown-2.6.11.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.MNhwzy/_old  2018-01-07 17:22:57.056838260 +0100
+++ /var/tmp/diff_new_pack.MNhwzy/_new  2018-01-07 17:22:57.060838072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markdown
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:2.6.9
+Version:2.6.11
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
@@ -54,8 +54,6 @@
 
 %prep
 %setup -q -n Markdown-%{version}
-# Fix encoding
-sed -i "s|\r$||" docs/release-2.2.0.txt
 
 %build
 %python_build

++ Markdown-2.6.9.tar.gz -> Markdown-2.6.11.tar.gz ++
 12132 lines of diff (skipped)




commit python-Markdown for openSUSE:Factory

2017-08-19 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2017-08-19 10:56:37

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Sat Aug 19 10:56:37 2017 rev:23 rq:517620 version:2.6.9

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2017-05-22 10:48:45.954069046 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2017-08-19 10:56:40.118333210 +0200
@@ -1,0 +2,5 @@
+Fri Aug 18 19:10:35 UTC 2017 - benoit.mo...@gmx.fr
+
+- update to version 2.6.9: bugfix release
+
+---

Old:

  Markdown-2.6.8.tar.gz

New:

  Markdown-2.6.9.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.qMkJhK/_old  2017-08-19 10:56:41.330162351 +0200
+++ /var/tmp/diff_new_pack.qMkJhK/_new  2017-08-19 10:56:41.346160094 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Markdown
-Version:2.6.8
+Version:2.6.9
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.8.tar.gz -> Markdown-2.6.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.8/PKG-INFO new/Markdown-2.6.9/PKG-INFO
--- old/Markdown-2.6.8/PKG-INFO 2017-01-26 00:07:04.0 +0100
+++ new/Markdown-2.6.9/PKG-INFO 2017-08-18 02:07:22.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.8
+Version: 2.6.9
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
-Author-email: waylan.limberg [at] icloud.com
+Author-email: waylan.limb...@icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.8.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.9.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
@@ -25,7 +25,7 @@
 `mailing list`_ and report bugs on the `bug tracker`_.
 
 .. _`mailing list`: 
http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss
-.. _`bug tracker`: http://github.com/waylan/Python-Markdown/issues
+.. _`bug tracker`: http://github.com/Python-Markdown/markdown/issues
 
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.8/README.md new/Markdown-2.6.9/README.md
--- old/Markdown-2.6.8/README.md2016-11-11 23:41:48.0 +0100
+++ new/Markdown-2.6.9/README.md2017-08-18 01:05:53.0 +0200
@@ -1,12 +1,12 @@
 [Python-Markdown][]
 ===
 
-[![Build 
Status](http://img.shields.io/travis/waylan/Python-Markdown.svg)](https://travis-ci.org/waylan/Python-Markdown)
-[![Coverage 
Status](https://img.shields.io/coveralls/waylan/Python-Markdown.svg)](https://coveralls.io/r/waylan/Python-Markdown?branch=master)
-[![Downloads](http://img.shields.io/pypi/dm/Markdown.svg)](https://pypi.python.org/pypi/Markdown#downloads)
+[![Build 
Status](http://img.shields.io/travis/Python-Markdown/markdown.svg)](https://travis-ci.org/Python-Markdown/markdown)
+[![Coverage 
Status](https://img.shields.io/coveralls/Python-Markdown/markdown.svg)](https://coveralls.io/r/Python-Markdown/markdown?branch=master)
 [![Latest 
Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
+[![Python 
Versions](http://img.shields.io/pypi/pyversions/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
 [![BSD 
License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
-[![Issue 
Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown)
+[![Code of 
Conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square)][Code
 of Conduct]
 
 This is a Python implementation of John Gruber's [Markdown][]. 
 It is almost completely compliant with the reference implementation,
@@ -35,4 +35,11 @@
 You may ask for help and discuss various other issues on the [mailing list][] 
and report bugs on the [bug tracker][].
 
 [mailing list]: 

commit python-Markdown for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2017-05-22 10:47:41

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Mon May 22 10:47:41 2017 rev:22 rq:496783 version:2.6.8

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2017-02-03 18:57:00.088875348 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2017-05-22 10:48:45.954069046 +0200
@@ -1,0 +2,8 @@
+Sun May  7 13:22:13 UTC 2017 - benoit.mo...@gmx.fr
+
+- convert the package to singlespec
+- call fdupes to fix duplicated files
+- fix encoding of the single file with CR/LF:
+  avoid python-bytecode-inconsistent-mtime in every other files
+
+---



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.z1nvm5/_old  2017-05-22 10:48:46.605977162 +0200
+++ /var/tmp/diff_new_pack.z1nvm5/_new  2017-05-22 10:48:46.609976598 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-Markdown
 Version:2.6.8
 Release:0
@@ -24,22 +26,25 @@
 Group:  Development/Languages/Python
 Url:http://packages.python.org/Markdown/
 Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
-BuildRequires:  python-PyYAML
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-xml
+BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module xml}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-xml
 Requires(post):update-alternatives
 Requires(postun):  update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   python-markdown = %{version}
-Obsoletes:  python-markdown < %{version}
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
+%ifpython2
+# older python2 version provided the package in lowercase
+Provides:   %{oldpython}-markdown = %{version}
+Obsoletes:  %{oldpython}-markdown < %{version}
 %endif
 
+%python_subpackages
+
 %description
 This is a Python implementation of John Gruber's [Markdown][]. 
 It is almost completely compliant with the reference implementation,
@@ -50,41 +55,31 @@
 %prep
 %setup -q -n Markdown-%{version}
 # Fix encoding
-find . -type f -not -name py.png -print0 | xargs -0 sed -i "s|\r$||"
+sed -i "s|\r$||" docs/release-2.2.0.txt
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%fdupes %{buildroot}%{_prefix}
 
-# update-alternatives
-mv %{buildroot}%{_bindir}/markdown_py 
%{buildroot}%{_bindir}/markdown_py-%{py_ver}
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-touch %{buildroot}%{_sysconfdir}/alternatives/markdown_py
-ln -sf %{_sysconfdir}/alternatives/markdown_py 
%{buildroot}%{_bindir}/markdown_py
+%python_clone -a %{buildroot}%{_bindir}/markdown_py
 
-%if 0%{?suse_version} && 0%{?suse_version} > 1110
 %check
-python run-tests.py
-%endif
+%python_exec run-tests.py
 
 %post
-update-alternatives \
-   --install %{_bindir}/markdown_py markdown_py 
%{_bindir}/markdown_py-%{py_ver} 20
+%python_install_alternative markdown_py
 
 %postun
-if [ $1 -eq 0 ] ; then
-   update-alternatives --remove markdown_py 
%{_bindir}/markdown_py-%{py_ver}
-fi
+%python_uninstall_alternative markdown_py
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE.md README.md docs/*
-%ghost %{_sysconfdir}/alternatives/markdown_py
-%{_bindir}/markdown_py
-%{_bindir}/markdown_py-%{py_ver}
-%{python_sitelib}/Markdown-%{version}-py%{py_ver}.egg-info
+%python_alternative %{_bindir}/markdown_py
+%{python_sitelib}/Markdown-%{version}-py%{python_version}.egg-info
 %{python_sitelib}/markdown
 
 %changelog




commit python-Markdown for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2017-01-29 10:40:18

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2016-09-27 13:45:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2017-02-03 18:57:00.088875348 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 20:11:27 UTC 2017 - benoit.mo...@gmx.fr
+
+- update to version 2.6.8: bugfix release
+
+---

Old:

  Markdown-2.6.7.tar.gz

New:

  Markdown-2.6.8.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.kVhD8o/_old  2017-02-03 18:57:00.444825360 +0100
+++ /var/tmp/diff_new_pack.kVhD8o/_new  2017-02-03 18:57:00.444825360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markdown
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.6.7
+Version:2.6.8
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.7.tar.gz -> Markdown-2.6.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.7/PKG-INFO new/Markdown-2.6.8/PKG-INFO
--- old/Markdown-2.6.7/PKG-INFO 2016-09-24 02:08:27.0 +0200
+++ new/Markdown-2.6.8/PKG-INFO 2017-01-26 00:07:04.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.7
+Version: 2.6.8
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.7.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.8.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.7/docs/extensions/code_hilite.txt 
new/Markdown-2.6.8/docs/extensions/code_hilite.txt
--- old/Markdown-2.6.7/docs/extensions/code_hilite.txt  2016-09-24 
01:31:43.0 +0200
+++ new/Markdown-2.6.8/docs/extensions/code_hilite.txt  2017-01-04 
06:33:56.0 +0100
@@ -36,7 +36,7 @@
 HTML templates. Pygments can generate CSS rules for you. Just run the following
 command from the command line:
 
-pygmentize -S default -f html -a codehilite > styles.css
+pygmentize -S default -f html -a .codehilite > styles.css
 
 If you are using a different `css_class` (default: `codehilite`), then
 set the value of the `-a` option to that class name. The CSS rules will be
@@ -47,7 +47,7 @@
 theme. For a list of themes installed on your system (additional themes can be
 installed via Pygments plugins), run the following command:
 
-pygmetize -L style
+pygmentize -L style
 
 !!! see also
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.7/docs/reference.txt 
new/Markdown-2.6.8/docs/reference.txt
--- old/Markdown-2.6.7/docs/reference.txt   2016-04-12 01:37:21.0 
+0200
+++ new/Markdown-2.6.8/docs/reference.txt   2017-01-04 06:33:56.0 
+0100
@@ -128,16 +128,12 @@
 
 The dictionary of configuration settings must be in the following format:
 
-extension_configs = 
-{
-'extension_name_1':
-{
+extension_configs = {
+'extension_name_1': {
 'option_1': 'value_1',
 'option_2': 'value_2'
 },
-{
-'extension_name_2':
-{
+'extension_name_2': {
 'option_1': 'value_1'
 }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.7/markdown/__init__.py 
new/Markdown-2.6.8/markdown/__init__.py
--- old/Markdown-2.6.7/markdown/__init__.py 2016-06-13 03:12:58.0 
+0200
+++ new/Markdown-2.6.8/markdown/__init__.py 2017-01-25 23:05:42.0 
+0100
@@ -75,9 +75,6 @@
 'xhtml5': to_xhtml_string,
 }
 
-   

commit python-Markdown for openSUSE:Factory

2016-09-27 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2016-09-27 13:45:02

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2016-03-26 18:12:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2016-09-27 13:45:03.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 24 18:12:56 UTC 2016 - benoit.mo...@gmx.fr
+
+- update to version 2.6.7: bugfix release
+- change source url to files.pythonhosted.org
+
+---

Old:

  Markdown-2.6.6.tar.gz

New:

  Markdown-2.6.7.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.FXq77t/_old  2016-09-27 13:45:05.0 +0200
+++ /var/tmp/diff_new_pack.FXq77t/_new  2016-09-27 13:45:05.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-Markdown
-Version:2.6.6
+Version:2.6.7
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://packages.python.org/Markdown/
-Source: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
 BuildRequires:  python-PyYAML
 BuildRequires:  python-devel
 BuildRequires:  python-nose

++ Markdown-2.6.6.tar.gz -> Markdown-2.6.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.6/PKG-INFO new/Markdown-2.6.7/PKG-INFO
--- old/Markdown-2.6.6/PKG-INFO 2016-03-21 02:01:39.0 +0100
+++ new/Markdown-2.6.7/PKG-INFO 2016-09-24 02:08:27.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.6
+Version: 2.6.7
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.6.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.7.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.6/README.md new/Markdown-2.6.7/README.md
--- old/Markdown-2.6.6/README.md2016-03-11 23:52:18.0 +0100
+++ new/Markdown-2.6.7/README.md2016-06-13 03:12:58.0 +0200
@@ -27,6 +27,8 @@
 of the distribution and on the project website at 
 .
 
+See the change log at .
+
 Support
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.6/docs/change_log.txt 
new/Markdown-2.6.7/docs/change_log.txt
--- old/Markdown-2.6.6/docs/change_log.txt  2016-03-11 23:52:18.0 
+0100
+++ new/Markdown-2.6.7/docs/change_log.txt  2016-09-24 02:05:38.0 
+0200
@@ -7,6 +7,10 @@
 Python-Markdown Change Log
 =
 
+Sept 23, 2016: Released version 2.6.7 (a bug-fix release).
+
+Mar 20, 2016: Released version 2.6.6 (a bug-fix release).
+
 Nov 24, 2015: Released version 2.6.5 (a bug-fix release).
 
 Nov 6, 2015: Released version 2.6.4 (a bug-fix release).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.6/docs/extensions/code_hilite.txt 
new/Markdown-2.6.7/docs/extensions/code_hilite.txt
--- old/Markdown-2.6.6/docs/extensions/code_hilite.txt  2016-03-11 
23:52:18.0 +0100
+++ new/Markdown-2.6.7/docs/extensions/code_hilite.txt  2016-09-24 
01:31:43.0 +0200
@@ -20,20 +20,54 @@
 Setup
 -
 
+### Step 1: Download and Install Pygments ###
+
 You will also need to [download][dl] and install the Pygments package on your
-`PYTHONPATH`. You will need to determine the appropriate CSS classes and create
-appropriate rules for them, which are either defined in or linked from the
-header of your HTML templates. See the excellent [documentation][] for more
-details. If no language is defined, Pygments will attempt to guess the
-language. When that fails, the code block will not be highlighted.
+`PYTHONPATH`. The CodeHilite extension will produce HTML output without
+Pygments, but it 

commit python-Markdown for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2016-03-26 15:28:18

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2015-12-03 13:30:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2016-03-26 18:12:12.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 21:11:31 UTC 2016 - benoit.mo...@gmx.fr
+
+- update to version 2.6.6: no upstream changelog
+
+---

Old:

  Markdown-2.6.5.tar.gz

New:

  Markdown-2.6.6.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.htA5QR/_old  2016-03-26 18:12:13.0 +0100
+++ /var/tmp/diff_new_pack.htA5QR/_new  2016-03-26 18:12:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markdown
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.6.5
+Version:2.6.6
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.5.tar.gz -> Markdown-2.6.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/PKG-INFO new/Markdown-2.6.6/PKG-INFO
--- old/Markdown-2.6.5/PKG-INFO 2015-11-25 01:08:48.0 +0100
+++ new/Markdown-2.6.6/PKG-INFO 2016-03-21 02:01:39.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.5
+Version: 2.6.6
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.5.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.6.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/README.md new/Markdown-2.6.6/README.md
--- old/Markdown-2.6.5/README.md2015-08-28 05:42:04.0 +0200
+++ new/Markdown-2.6.6/README.md2016-03-11 23:52:18.0 +0100
@@ -6,6 +6,7 @@
 
[![Downloads](http://img.shields.io/pypi/dm/Markdown.svg)](https://pypi.python.org/pypi/Markdown#downloads)
 [![Latest 
Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
 [![BSD 
License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
+[![Issue 
Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown)
 
 This is a Python implementation of John Gruber's [Markdown][]. 
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/docs/change_log.txt 
new/Markdown-2.6.6/docs/change_log.txt
--- old/Markdown-2.6.5/docs/change_log.txt  2015-11-06 23:41:20.0 
+0100
+++ new/Markdown-2.6.6/docs/change_log.txt  2016-03-11 23:52:18.0 
+0100
@@ -7,6 +7,8 @@
 Python-Markdown Change Log
 =
 
+Nov 24, 2015: Released version 2.6.5 (a bug-fix release).
+
 Nov 6, 2015: Released version 2.6.4 (a bug-fix release).
 
 Oct 26, 2015: Released version 2.6.3 (a bug-fix release).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/markdown/__version__.py 
new/Markdown-2.6.6/markdown/__version__.py
--- old/Markdown-2.6.5/markdown/__version__.py  2015-11-25 01:00:04.0 
+0100
+++ new/Markdown-2.6.6/markdown/__version__.py  2016-03-21 01:59:12.0 
+0100
@@ -5,7 +5,7 @@
 # (major, minor, micro, alpha/beta/rc/final, #)
 # (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
 # (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 5, 'final', 0)
+version_info = (2, 6, 6, 'final', 0)
 
 
 def _get_version():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/markdown/extensions/toc.py 

commit python-Markdown for openSUSE:Factory

2015-12-03 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2015-12-03 13:30:10

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2015-11-22 11:00:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2015-12-03 13:30:11.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 25 19:45:00 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.6.5: bugfix release
+
+---

Old:

  Markdown-2.6.4.tar.gz

New:

  Markdown-2.6.5.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.LOf9cb/_old  2015-12-03 13:30:12.0 +0100
+++ /var/tmp/diff_new_pack.LOf9cb/_new  2015-12-03 13:30:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.6.4
+Version:2.6.5
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.4.tar.gz -> Markdown-2.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.4/PKG-INFO new/Markdown-2.6.5/PKG-INFO
--- old/Markdown-2.6.4/PKG-INFO 2015-11-06 23:43:43.0 +0100
+++ new/Markdown-2.6.5/PKG-INFO 2015-11-25 01:08:48.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.4
+Version: 2.6.5
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.4.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.5.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.4/markdown/__version__.py 
new/Markdown-2.6.5/markdown/__version__.py
--- old/Markdown-2.6.4/markdown/__version__.py  2015-11-06 23:40:31.0 
+0100
+++ new/Markdown-2.6.5/markdown/__version__.py  2015-11-25 01:00:04.0 
+0100
@@ -5,7 +5,7 @@
 # (major, minor, micro, alpha/beta/rc/final, #)
 # (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
 # (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 4, 'final', 0)
+version_info = (2, 6, 5, 'final', 0)
 
 
 def _get_version():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.4/markdown/extensions/tables.py 
new/Markdown-2.6.5/markdown/extensions/tables.py
--- old/Markdown-2.6.4/markdown/extensions/tables.py2015-10-27 
00:45:57.0 +0100
+++ new/Markdown-2.6.5/markdown/extensions/tables.py2015-11-18 
02:02:12.0 +0100
@@ -119,7 +119,7 @@
 groups = match.groups()
 delim = groups[1]  # the code block delimeter (ie 1 or 
more backticks)
 row_contents = groups[2]  # the text contained inside the 
code block
-i += match.start(4)  # jump pointer to the beginning of 
the rest of the text (group #4)
+i += match.start(4) - 1  # jump pointer to the beginning 
of the rest of the text (group #4)
 element = delim + row_contents + delim  # reinstert 
backticks
 current += element
 i += 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.4/tests/extensions/extra/tables.html 
new/Markdown-2.6.5/tests/extensions/extra/tables.html
--- old/Markdown-2.6.4/tests/extensions/extra/tables.html   2015-11-06 
23:29:30.0 +0100
+++ new/Markdown-2.6.5/tests/extensions/extra/tables.html   2015-11-18 
02:02:12.0 +0100
@@ -235,4 +235,19 @@
 more words
 
 
+
+A test for issue #440:
+
+
+
+foo
+bar
+
+
+
+
+foo
+(bar) and baz.
+
+
 
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.4/tests/extensions/extra/tables.txt 
new/Markdown-2.6.5/tests/extensions/extra/tables.txt
--- old/Markdown-2.6.4/tests/extensions/extra/tables.txt2015-10-27 
00:45:57.0 +0100
+++ new/Markdown-2.6.5/tests/extensions/extra/tables.txt2015-11-18 
02:02:12.0 +0100
@@ -68,4 +68,10 @@
 words| some | code  | more words
 words|`` some ` | ` 

commit python-Markdown for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2015-11-22 11:00:00

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2015-11-04 15:32:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2015-11-22 11:00:02.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov  7 17:32:32 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.6.4: bugfix release
+
+---

Old:

  Markdown-2.6.3.tar.gz

New:

  Markdown-2.6.4.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.NSXhmz/_old  2015-11-22 11:00:03.0 +0100
+++ /var/tmp/diff_new_pack.NSXhmz/_new  2015-11-22 11:00:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.6.3
+Version:2.6.4
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.3.tar.gz -> Markdown-2.6.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/PKG-INFO new/Markdown-2.6.4/PKG-INFO
--- old/Markdown-2.6.3/PKG-INFO 2015-10-27 00:51:24.0 +0100
+++ new/Markdown-2.6.4/PKG-INFO 2015-11-06 23:43:43.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.3
+Version: 2.6.4
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.3.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.4.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/docs/change_log.txt 
new/Markdown-2.6.4/docs/change_log.txt
--- old/Markdown-2.6.3/docs/change_log.txt  2015-10-27 00:48:49.0 
+0100
+++ new/Markdown-2.6.4/docs/change_log.txt  2015-11-06 23:41:20.0 
+0100
@@ -7,6 +7,8 @@
 Python-Markdown Change Log
 =
 
+Nov 6, 2015: Released version 2.6.4 (a bug-fix release).
+
 Oct 26, 2015: Released version 2.6.3 (a bug-fix release).
 
 Apr 20, 2015: Released version 2.6.2 (a bug-fix release).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/markdown/__version__.py 
new/Markdown-2.6.4/markdown/__version__.py
--- old/Markdown-2.6.3/markdown/__version__.py  2015-10-27 00:47:53.0 
+0100
+++ new/Markdown-2.6.4/markdown/__version__.py  2015-11-06 23:40:31.0 
+0100
@@ -5,7 +5,7 @@
 # (major, minor, micro, alpha/beta/rc/final, #)
 # (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
 # (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 3, 'final', 0)
+version_info = (2, 6, 4, 'final', 0)
 
 
 def _get_version():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/markdown/inlinepatterns.py 
new/Markdown-2.6.4/markdown/inlinepatterns.py
--- old/Markdown-2.6.3/markdown/inlinepatterns.py   2015-08-28 
05:42:04.0 +0200
+++ new/Markdown-2.6.4/markdown/inlinepatterns.py   2015-11-06 
23:26:43.0 +0100
@@ -198,7 +198,7 @@
 
 """
 self.pattern = pattern
-self.compiled_re = re.compile("^(.*?)%s(.*?)$" % pattern,
+self.compiled_re = re.compile("^(.*?)%s(.*)$" % pattern,
   re.DOTALL | re.UNICODE)
 
 # Api for Markdown to pass safe_mode into instance
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.3/tests/extensions/smarty.html 
new/Markdown-2.6.4/tests/extensions/smarty.html
--- old/Markdown-2.6.3/tests/extensions/smarty.html 2015-08-28 
05:42:04.0 +0200
+++ new/Markdown-2.6.4/tests/extensions/smarty.html 2015-11-06 
23:29:30.0 +0100
@@ -27,4 +27,6 @@
 Skip all "code" -- --- 'spans' 
 Also skip "code" 'blocks'
 foo -- bar --- baz ...
-
\ No newline at end of file
+
+A line that wraps with
+emphasis at the beginning of the next line.
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-Markdown for openSUSE:Factory

2015-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2015-11-04 15:32:56

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is "python-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2015-04-23 08:04:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2015-11-04 15:32:57.0 +0100
@@ -1,0 +2,5 @@
+Tue Oct 27 19:09:17 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.6.3: bugfix release
+
+---

Old:

  Markdown-2.6.2.tar.gz

New:

  Markdown-2.6.3.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.PCPIye/_old  2015-11-04 15:32:58.0 +0100
+++ /var/tmp/diff_new_pack.PCPIye/_new  2015-11-04 15:32:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.6.2
+Version:2.6.3
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.2.tar.gz -> Markdown-2.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.2/MANIFEST new/Markdown-2.6.3/MANIFEST
--- old/Markdown-2.6.2/MANIFEST 2015-04-21 01:21:22.0 +0200
+++ new/Markdown-2.6.3/MANIFEST 2015-10-27 00:51:24.0 +0100
@@ -170,6 +170,8 @@
 tests/extensions/extra/footnote_many_footnotes.txt
 tests/extensions/extra/footnote_placeholder.html
 tests/extensions/extra/footnote_placeholder.txt
+tests/extensions/extra/footnote_placeholder_depth.html
+tests/extensions/extra/footnote_placeholder_depth.txt
 tests/extensions/extra/loose_def_list.html
 tests/extensions/extra/loose_def_list.txt
 tests/extensions/extra/markdown-syntax.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.2/PKG-INFO new/Markdown-2.6.3/PKG-INFO
--- old/Markdown-2.6.2/PKG-INFO 2015-04-21 01:21:22.0 +0200
+++ new/Markdown-2.6.3/PKG-INFO 2015-10-27 00:51:24.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.2
+Version: 2.6.3
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.2.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.3.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.2/docs/change_log.txt 
new/Markdown-2.6.3/docs/change_log.txt
--- old/Markdown-2.6.2/docs/change_log.txt  2015-03-09 02:13:55.0 
+0100
+++ new/Markdown-2.6.3/docs/change_log.txt  2015-10-27 00:48:49.0 
+0100
@@ -7,6 +7,10 @@
 Python-Markdown Change Log
 =
 
+Oct 26, 2015: Released version 2.6.3 (a bug-fix release).
+
+Apr 20, 2015: Released version 2.6.2 (a bug-fix release).
+
 Mar 8, 2015: Released version 2.6.1 (a bug-fix release). The (new)
 `yaml` option has been removed from the Meta-Data Extension as it was buggy
 (see [#390](https://github.com/waylan/Python-Markdown/issues/390)).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.2/markdown/__version__.py 
new/Markdown-2.6.3/markdown/__version__.py
--- old/Markdown-2.6.2/markdown/__version__.py  2015-04-21 01:12:55.0 
+0200
+++ new/Markdown-2.6.3/markdown/__version__.py  2015-10-27 00:47:53.0 
+0100
@@ -5,7 +5,7 @@
 # (major, minor, micro, alpha/beta/rc/final, #)
 # (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
 # (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 2, 'final', 0)
+version_info = (2, 6, 3, 'final', 0)
 
 
 def _get_version():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.2/markdown/blockprocessors.py 
new/Markdown-2.6.3/markdown/blockprocessors.py
--- old/Markdown-2.6.2/markdown/blockprocessors.py  2015-02-19 
00:57:32.0 +0100
+++ new/Markdown-2.6.3/markdown/blockprocessors.py  2015-08-28 
05:42:04.0 +0200
@@ -38,7 +38,7 @@
 return parser
 
 
-class BlockProcessor:
+class BlockProcessor(object):
 """ Base class for block processors.
 
 Each subclass will provide the methods below to work with the 

commit python-Markdown for openSUSE:Factory

2015-04-23 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2015-04-23 08:04:19

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2015-03-12 16:38:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2015-04-23 08:04:20.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 21 16:58:37 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.6.2: bugfix release
+
+---

Old:

  Markdown-2.6.1.tar.gz

New:

  Markdown-2.6.2.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.IeDlZ6/_old  2015-04-23 08:04:20.0 +0200
+++ /var/tmp/diff_new_pack.IeDlZ6/_new  2015-04-23 08:04:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.6.1
+Version:2.6.2
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.1.tar.gz - Markdown-2.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.1/PKG-INFO new/Markdown-2.6.2/PKG-INFO
--- old/Markdown-2.6.1/PKG-INFO 2015-03-09 02:15:34.0 +0100
+++ new/Markdown-2.6.2/PKG-INFO 2015-04-21 01:21:22.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.1
+Version: 2.6.2
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.1.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.2.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.1/docs/extensions/smarty.txt 
new/Markdown-2.6.2/docs/extensions/smarty.txt
--- old/Markdown-2.6.1/docs/extensions/smarty.txt   2015-02-07 
17:23:24.0 +0100
+++ new/Markdown-2.6.2/docs/extensions/smarty.txt   2015-03-14 
22:16:50.0 +0100
@@ -29,15 +29,15 @@
 For example, one might use the following configuration to get correct quotes 
for 
 the German language:
 
-extensionConfigs = {
-'smarty': {
-   'substitutions': {
-   'left-single-quote': 'sbquo;', # sb is not a 
typo!
+extension_configs = {
+'markdown.extensions.smarty': {
+'substitutions': {
+'left-single-quote': 'sbquo;', # sb is not a typo!
 'right-single-quote': 'lsquo;',
 'left-double-quote': 'bdquo;',
 'right-double-quote': 'ldquo;'
 }
-   }
+}
 }
 
 !!! note
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.1/markdown/__init__.py 
new/Markdown-2.6.2/markdown/__init__.py
--- old/Markdown-2.6.1/markdown/__init__.py 2015-02-24 23:56:51.0 
+0100
+++ new/Markdown-2.6.2/markdown/__init__.py 2015-04-21 01:10:46.0 
+0200
@@ -88,7 +88,7 @@
If they are of type string, the module mdx_name.py will be loaded.
If they are a subclass of markdown.Extension, they will be used
as-is.
-* extension_configs: Configuration settingis for extensions.
+* extension_configs: Configuration settings for extensions.
 * output_format: Format of output. Supported formats are:
 * xhtml1: Outputs XHTML 1.x. Default.
 * xhtml5: Outputs XHTML style tags of HTML 5
@@ -400,7 +400,7 @@
 return output.strip()
 
 def convertFile(self, input=None, output=None, encoding=None):
-Converts a markdown file and returns the HTML as a unicode string.
+Converts a Markdown file and returns the HTML as a Unicode string.
 
 Decodes the file using the provided encoding (defaults to utf-8),
 passes the file content to markdown, and outputs the html to either
@@ -408,9 +408,9 @@
 encoding as the source file. The 'xmlcharrefreplace' error handler is
 used when encoding the output.
 
-**Note:** This is the only place that decoding and encoding of unicode
-takes place in Python-Markdown.  (All other code is unicode-in 

commit python-Markdown for openSUSE:Factory

2015-03-12 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2015-03-12 16:38:51

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2015-02-24 13:06:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2015-03-12 16:38:53.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 10 18:46:09 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.6.1: bugfix release
+  The (new) yaml option has been removed from the Meta-Data
+  Extension as it was buggy
+
+---

Old:

  Markdown-2.6.tar.gz

New:

  Markdown-2.6.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.31sOhJ/_old  2015-03-12 16:38:54.0 +0100
+++ /var/tmp/diff_new_pack.31sOhJ/_new  2015-03-12 16:38:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.6
+Version:2.6.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.tar.gz - Markdown-2.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6/PKG-INFO new/Markdown-2.6.1/PKG-INFO
--- old/Markdown-2.6/PKG-INFO   2015-02-20 01:47:58.0 +0100
+++ new/Markdown-2.6.1/PKG-INFO 2015-03-09 02:15:34.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6
+Version: 2.6.1
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.1.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6/docs/change_log.txt 
new/Markdown-2.6.1/docs/change_log.txt
--- old/Markdown-2.6/docs/change_log.txt2015-02-20 01:40:52.0 
+0100
+++ new/Markdown-2.6.1/docs/change_log.txt  2015-03-09 02:13:55.0 
+0100
@@ -7,6 +7,10 @@
 Python-Markdown Change Log
 =
 
+Mar 8, 2015: Released version 2.6.1 (a bug-fix release). The (new)
+`yaml` option has been removed from the Meta-Data Extension as it was buggy
+(see [#390](https://github.com/waylan/Python-Markdown/issues/390)).
+
 Feb 19, 2015: Released version 2.6 ([Notes](release-2.6.html)).
 
 Nov 19, 2014: Released version 2.5.2 (a bug-fix release).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6/docs/extensions/meta_data.txt 
new/Markdown-2.6.1/docs/extensions/meta_data.txt
--- old/Markdown-2.6/docs/extensions/meta_data.txt  2015-02-07 
18:41:18.0 +0100
+++ new/Markdown-2.6.1/docs/extensions/meta_data.txt2015-03-09 
01:49:59.0 +0100
@@ -47,10 +47,11 @@
 The first blank line ends all meta-data for the document. Therefore, the first
 line of a document must not be blank.
 
-Alternatively, if the first line in the document is `---`, a YAML document
-separator, then the meta-data is searched for between it and the next `---`
-(or `...`) line. Even though YAML deliminators are supported, meta-data is
-not parsed as YAML unless the `yaml` option is set (see below).
+Alternatively, You may use YAML style deliminators to mark the start and/or end
+of your meta-data. When doing so, the first line of your document must be 
`---`.
+The meta-data ends at the first blank line or the first line containing an end
+deliminator (either `---` or `...`), whichever comes first. Even though YAML
+deliminators are supported, meta-data is not parsed as YAML.
 
 All meta-data is stripped from the document prior to any further processing
 by Markdown.
@@ -61,16 +62,6 @@
 See [Extensions](index.html) for general extension usage, specify 
`markdown.extensions.meta`
 as the name of the extension.
 
-The following options are provided to configure the output:
-
-* **`yaml`**: Support meta-data specified in YAML format.
-
-Default: `False`
-
-If `yaml` is set to `True`, the lines between `---` separators are parsed
-as a full YAML object. PyYAML is required for this, and a warning is
-issued if PyYAML (or equivalent) is not 

commit python-Markdown for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2015-02-24 13:02:33

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2014-11-28 08:44:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2015-02-24 13:06:59.0 +0100
@@ -1,0 +2,16 @@
+Fri Feb 20 18:47:34 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.6:
+  * `safe_mode` Deprecated
+  * Positional Arguments Deprecated
+  * Shortened Extension Names Deprecated
+  * Extension Configuration as Part of Extension Name Deprecated
+  * HeaderId Extension Pending Deprecation
+  * The `configs` Keyword is Deprecated
+  * Official Support for PyPy
+  * YAML Style Meta-Data
+  * Table of Contents Extension Refactored
+  * Pygments can now be disabled
+  * Miscellaneous
+
+---

Old:

  Markdown-2.5.2.tar.gz

New:

  Markdown-2.6.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.W6p8Ax/_old  2015-02-24 13:07:01.0 +0100
+++ /var/tmp/diff_new_pack.W6p8Ax/_new  2015-02-24 13:07:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markdown
 #
-# Copyright (c) 2014 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,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.5.2
+Version:2.6
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.5.2.tar.gz - Markdown-2.6.tar.gz ++
 8655 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Markdown for openSUSE:Factory

2014-11-27 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-11-28 08:44:40

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2014-10-05 20:33:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2014-11-28 08:44:43.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 24 17:35:36 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to version 2.5.2: bugfix release
+
+---

Old:

  Markdown-2.5.1.tar.gz

New:

  Markdown-2.5.2.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.vOtF8Q/_old  2014-11-28 08:44:44.0 +0100
+++ /var/tmp/diff_new_pack.vOtF8Q/_new  2014-11-28 08:44:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.5.1
+Version:2.5.2
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.5.1.tar.gz - Markdown-2.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5.1/PKG-INFO new/Markdown-2.5.2/PKG-INFO
--- old/Markdown-2.5.1/PKG-INFO 2014-09-27 00:40:21.0 +0200
+++ new/Markdown-2.5.2/PKG-INFO 2014-11-20 03:13:55.0 +0100
@@ -1,12 +1,12 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: Markdown
-Version: 2.5.1
+Version: 2.5.2
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan [at] gmail.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.1.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.2.tar.gz
 Description: This is a Python implementation of John Gruber's Markdown_. 
 It is almost completely compliant with the reference implementation,
 though there are a few known issues. See Features_ for information 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5.1/docs/extensions/nl2br.txt 
new/Markdown-2.5.2/docs/extensions/nl2br.txt
--- old/Markdown-2.5.1/docs/extensions/nl2br.txt2014-09-13 
02:32:11.0 +0200
+++ new/Markdown-2.5.2/docs/extensions/nl2br.txt2014-11-03 
05:43:58.0 +0100
@@ -23,7 +23,7 @@
 ... Line 1
 ... Line 2
 ... 
- html = markdown.markdown(text, extensions=['nl2br'])
+ html = markdown.markdown(text, 
extensions=['markdown.extensions.nl2br'])
  print html
 pLine 1br /
 Line 2/p
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5.1/markdown/__init__.py 
new/Markdown-2.5.2/markdown/__init__.py
--- old/Markdown-2.5.1/markdown/__init__.py 2014-09-26 04:31:04.0 
+0200
+++ new/Markdown-2.5.2/markdown/__init__.py 2014-11-14 04:18:21.0 
+0100
@@ -180,7 +180,7 @@
 ext = self.build_extension(ext, configs.get(ext, {}))
 if isinstance(ext, Extension):
 ext.extendMarkdown(self, globals())
-logger.info('Successfully loaded extension %s.%s.' 
+logger.debug('Successfully loaded extension %s.%s.' 
 % (ext.__class__.__module__, 
ext.__class__.__name__))
 elif ext is not None:
 raise TypeError(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5.1/markdown/__version__.py 
new/Markdown-2.5.2/markdown/__version__.py
--- old/Markdown-2.5.1/markdown/__version__.py  2014-09-27 00:31:53.0 
+0200
+++ new/Markdown-2.5.2/markdown/__version__.py  2014-11-20 03:04:29.0 
+0100
@@ -5,7 +5,7 @@
 # (major, minor, micro, alpha/beta/rc/final, #)
 # (1, 1, 2, 'alpha', 0) = 1.1.2.dev
 # (1, 2, 0, 'beta', 2) = 1.2b2
-version_info = (2, 5, 1, 'final', 0)
+version_info = (2, 5, 2, 'final', 0)
 
 def _get_version():
  Returns a PEP 386-compliant version number from version_info. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5.1/markdown/extensions/codehilite.py 
new/Markdown-2.5.2/markdown/extensions/codehilite.py
--- old/Markdown-2.5.1/markdown/extensions/codehilite.py2014-08-26 
03:30:47.0 +0200
+++ new/Markdown-2.5.2/markdown/extensions/codehilite.py2014-11-03 
05:43:58.0 +0100
@@ -22,8 +22,8 @@
 import warnings
 try:
 

commit python-Markdown for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-10-05 20:31:52

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2014-09-19 15:45:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2014-10-05 20:33:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  3 14:25:27 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to version 2.5.1: bugfix release
+
+---

Old:

  Markdown-2.5.tar.gz

New:

  Markdown-2.5.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.rWM3zu/_old  2014-10-05 20:33:28.0 +0200
+++ /var/tmp/diff_new_pack.rWM3zu/_new  2014-10-05 20:33:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.5
+Version:2.5.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.5.tar.gz - Markdown-2.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/MANIFEST new/Markdown-2.5.1/MANIFEST
--- old/Markdown-2.5/MANIFEST   2014-09-13 02:40:56.0 +0200
+++ new/Markdown-2.5.1/MANIFEST 2014-09-27 00:40:18.0 +0200
@@ -238,6 +238,8 @@
 tests/misc/em-around-links.txt
 tests/misc/em_strong.html
 tests/misc/em_strong.txt
+tests/misc/em_strong_complex.html
+tests/misc/em_strong_complex.txt
 tests/misc/email.html
 tests/misc/email.txt
 tests/misc/escaped_chars_in_js.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/PKG-INFO new/Markdown-2.5.1/PKG-INFO
--- old/Markdown-2.5/PKG-INFO   2014-09-13 02:40:59.0 +0200
+++ new/Markdown-2.5.1/PKG-INFO 2014-09-27 00:40:21.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.0
 Name: Markdown
-Version: 2.5
+Version: 2.5.1
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan [at] gmail.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.5.1.tar.gz
 Description: This is a Python implementation of John Gruber's Markdown_. 
 It is almost completely compliant with the reference implementation,
 though there are a few known issues. See Features_ for information 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/docs/change_log.txt 
new/Markdown-2.5.1/docs/change_log.txt
--- old/Markdown-2.5/docs/change_log.txt2014-08-26 03:30:47.0 
+0200
+++ new/Markdown-2.5.1/docs/change_log.txt  2014-09-27 00:33:46.0 
+0200
@@ -7,9 +7,11 @@
 Python-Markdown Changelog
 =
 
-[TBD]: Released version 2.5.0 ([Notes](release-2.5.html))
+Sept 26, 2014: Released version 2.5.1 (a bugfix release).
 
-Feb 16, 2014: Released version 2.4.0 ([Notes](release-2.4.html))
+Sept 12, 2014: Released version 2.5.0 ([Notes](release-2.5.html)).
+
+Feb 16, 2014: Released version 2.4.0 ([Notes](release-2.4.html)).
 
 Mar 22, 2013: Released version 2.3.1 (a bugfix release).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.5/docs/release-2.5.txt 
new/Markdown-2.5.1/docs/release-2.5.txt
--- old/Markdown-2.5/docs/release-2.5.txt   2014-09-13 02:32:11.0 
+0200
+++ new/Markdown-2.5.1/docs/release-2.5.txt 2014-09-27 00:35:06.0 
+0200
@@ -16,10 +16,7 @@
 --
 
 * Python-Markdown no longer supports Python version 2.6. You must be using 
Python 
-  versions 2.7, 3.2, 3.3, or 3.4. While Python-Markdown is no longer tested 
against
-  Python 2.6, you may be able to get it working if you install a copy of 
[importlib] 
-  which has been backported for Python 2.6. However, the developers of 
Python-Markdown 
-  offer no guarentees in that situation.
+  versions 2.7, 3.2, 3.3, or 3.4.
 
 [importlib]: https://pypi.python.org/pypi/importlib
 
@@ -177,7 +174,7 @@
 [JSON]: http://json.org/
 [PyYAML]: http://pyyaml.org/
 
-*   The [amonition extension][ae] is no longer considered experimental.
+*   The [admonition extension][ae] is no longer considered experimental.
 
 [ae]: extensions/admonition.html
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-Markdown for openSUSE:Factory

2014-09-19 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-09-19 13:56:19

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2014-07-12 17:14:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2014-09-19 15:45:24.0 +0200
@@ -1,0 +2,26 @@
+Tue Sep 16 18:54:18 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to version 2.5:
+  * The force_linenos config key on the CodeHilite extension has
+been deprecated.
+  * Both safe_mode and the associated html_replacement_text
+keywords will be deprecated in version 2.6.
+  * Positional arguments on the markdown.Markdown() function are
+pending deprecation.
+  * The builtin extensions did not require the full path to be
+provided. This behavior will be deprecated in version 2.6.
+  * The previously documented method of appending the extension
+configs as a string to the extension name will be deprecated in
+version 2.6.
+  * The Smarty extension has had a number of additional
+configuration settings added.
+  * Named extensions can now point to any module and/or Class on
+your PYTHONPATH.
+  * The extension configuration code has been refactored.
+  * The command line interface now accepts a --extensions_config
+(or -c).
+  * The amonition extension is no longer considered experimental.
+  * Various bug fixes have been made.
+- add python-PyYAML to BuildRequires: needed for tests
+
+---

Old:

  Markdown-2.4.tar.gz

New:

  Markdown-2.5.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.ZNch2d/_old  2014-09-19 15:45:26.0 +0200
+++ /var/tmp/diff_new_pack.ZNch2d/_new  2014-09-19 15:45:26.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   python-Markdown
-Version:2.4
+Version:2.5
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://packages.python.org/Markdown/
 Source: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
+BuildRequires:  python-PyYAML
 BuildRequires:  python-devel
 BuildRequires:  python-nose
 BuildRequires:  python-xml

++ Markdown-2.4.tar.gz - Markdown-2.5.tar.gz ++
 74407 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Markdown for openSUSE:Factory

2014-07-12 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-07-12 17:14:50

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2014-06-04 18:39:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2014-07-12 17:14:51.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  9 18:12:04 UTC 2014 - i...@marguerite.su
+
+- fix conflicts with python3-Markdown
+  * both use update-alternatives
+
+---



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.CAD513/_old  2014-07-12 17:14:52.0 +0200
+++ /var/tmp/diff_new_pack.CAD513/_new  2014-07-12 17:14:52.0 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  python-nose
 BuildRequires:  python-xml
 Requires:   python-xml
+Requires(post):update-alternatives
+Requires(postun):  update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   python-markdown = %{version}
 Obsoletes:  python-markdown  %{version}
@@ -55,15 +57,33 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# update-alternatives
+mv %{buildroot}%{_bindir}/markdown_py 
%{buildroot}%{_bindir}/markdown_py-%{py_ver}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/markdown_py
+ln -sf %{_sysconfdir}/alternatives/markdown_py 
%{buildroot}%{_bindir}/markdown_py
+
 %if 0%{?suse_version}  0%{?suse_version}  1110
 %check
 python run-tests.py
 %endif
 
+%post
+update-alternatives \
+   --install %{_bindir}/markdown_py markdown_py 
%{_bindir}/markdown_py-%{py_ver} 20
+
+%postun
+if [ $1 -eq 0 ] ; then
+   update-alternatives --remove markdown_py 
%{_bindir}/markdown_py-%{py_ver}
+fi
+
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.md README.md docs/*
+%ghost %{_sysconfdir}/alternatives/markdown_py
 %{_bindir}/markdown_py
-%{python_sitelib}/*
+%{_bindir}/markdown_py-%{py_ver}
+%{python_sitelib}/Markdown-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/markdown
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Markdown for openSUSE:Factory

2014-06-04 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-06-04 18:39:23

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2014-02-22 18:16:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2014-06-04 18:39:31.0 +0200
@@ -1,0 +2,5 @@
+Mon May 26 21:40:35 UTC 2014 - h...@urpla.net
+
+- disable tests for 11.1 and SLES 10 builds
+
+---



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.9rgORJ/_old  2014-06-04 18:39:33.0 +0200
+++ /var/tmp/diff_new_pack.9rgORJ/_new  2014-06-04 18:39:33.0 +0200
@@ -55,8 +55,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%if 0%{?suse_version}  0%{?suse_version}  1110
 %check
 python run-tests.py
+%endif
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Markdown for openSUSE:Factory

2014-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-02-22 18:16:33

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2014-01-16 15:12:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2014-02-22 18:16:35.0 +0100
@@ -1,0 +2,17 @@
+Mon Feb 17 20:35:51 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to version 2.4:
+  * the force_linenos config setting of the CodeHilite extension
+has been marked as Deprecated.
+  * URLs are no longer percent-encoded.
+  * the Smarty Extension has been added, which implements
+SmartyPants.
+  * the Table of Contents Extension now supports new permalink
+option for creating Sphinx-style anchor links.
+  * it is now possible to enable Markdown formatting inside HTML
+blocks by appending `markdown=1` to opening tag attributes.
+  * The code blocks now support emphasizing some of the code lines.
+  * Various bug fixes have been made.
+- fix CRLF in all files: upstream converted to DOS encoding
+
+---

Old:

  Markdown-2.3.1.tar.gz

New:

  Markdown-2.4.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.RNRvPp/_old  2014-02-22 18:16:36.0 +0100
+++ /var/tmp/diff_new_pack.RNRvPp/_new  2014-02-22 18:16:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.3.1
+Version:2.4
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
@@ -47,7 +47,7 @@
 %prep
 %setup -q -n Markdown-%{version}
 # Fix encoding
-sed -i s|\r|| docs/release-2.2.0.txt
+find . -type f -not -name py.png -print0 | xargs -0 sed -i s|\r$||
 
 %build
 python setup.py build

++ Markdown-2.3.1.tar.gz - Markdown-2.4.tar.gz ++
 72082 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Markdown for openSUSE:Factory

2014-01-16 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2014-01-16 15:12:32

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2012-11-25 13:43:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2014-01-16 15:12:33.0 +0100
@@ -1,0 +2,23 @@
+Wed Jan 15 21:36:39 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to version 2.3.1:
+  no changelog
+- additional changes from version 2.3.0:
+  * Support has been dropped for Python 2.5.
+  * All classes are now new-style classes.
+  * safe_mode has been further restricted.
+  * The ids assigned to footnotes now contain a dash (`-`) rather
+than a colon (`:`) when `output_format` it set to html5 or
+xhtml5.
+  * The force_linenos config setting of the CodeHilite extension
+has been marked as Pending Deprecation and a new setting
+linenums has been added to replace it.
+  * The RSS extension has been removed.
+  * The HTML Tidy Extension has been removed.
+  * The entire code base now universally runs in Python 2 and
+Python 3 without any need for running the 2to3 conversion tool.
+  * The Admonition Extension has been added.
+  * Various bug fixes have been made.
+- drop sed call to remove shebangs: fixed upstream
+
+---

Old:

  Markdown-2.2.1.tar.gz

New:

  Markdown-2.3.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.M9Oe3p/_old  2014-01-16 15:12:33.0 +0100
+++ /var/tmp/diff_new_pack.M9Oe3p/_new  2014-01-16 15:12:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markdown
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.2.1
+Version:2.3.1
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause
@@ -46,9 +46,8 @@
 
 %prep
 %setup -q -n Markdown-%{version}
+# Fix encoding
 sed -i s|\r|| docs/release-2.2.0.txt
-# Fix non-executable script warning:
-sed -i s|^#!.*|| 
markdown/extensions/{sane_lists,html_tidy,extra,def_list,tables,codehilite,wikilinks,fenced_code,headerid}.py
 
 
 %build
 python setup.py build

++ Markdown-2.2.1.tar.gz - Markdown-2.3.1.tar.gz ++
 5129 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Markdown for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2012-11-25 13:43:02

Comparing /work/SRC/openSUSE:Factory/python-Markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-Markdown.new (New)


Package is python-Markdown, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2012-07-30 09:38:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2012-11-25 13:43:04.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 22 14:26:33 UTC 2012 - sasc...@suse.de
+
+- Update to version 2.2.1:
+  + Python-Markdown 2.2.1 is a bug-fix release. No new features have been 
added.
+However, at least one bug fix does not work in Python 2.4 so that version 
of
+Python is no longer supported. For a full list of changes, see the git log.
+
+---

Old:

  Markdown-2.2.0.tar.gz

New:

  Markdown-2.2.1.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.LErRCE/_old  2012-11-25 13:43:05.0 +0100
+++ /var/tmp/diff_new_pack.LErRCE/_new  2012-11-25 13:43:05.0 +0100
@@ -13,28 +13,29 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-Markdown
-Version:2.2.0
+Version:2.2.1
 Release:0
-License:BSD-3-Clause
 Summary:Python implementation of Markdown
-Url:http://packages.python.org/Markdown/
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://packages.python.org/Markdown/
 Source: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-nose
 BuildRequires:  python-xml
 Requires:   python-xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   python-markdown = %{version}
+Obsoletes:  python-markdown  %{version}
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch
 %endif
-Provides:   python-markdown = %{version}
-Obsoletes:  python-markdown  %{version}
 
 %description
 This is a Python implementation of John Gruber's [Markdown][]. 
@@ -45,6 +46,9 @@
 
 %prep
 %setup -q -n Markdown-%{version}
+sed -i s|\r|| docs/release-2.2.0.txt
+# Fix non-executable script warning:
+sed -i s|^#!.*|| 
markdown/extensions/{sane_lists,html_tidy,extra,def_list,tables,codehilite,wikilinks,fenced_code,headerid}.py
 
 
 %build
 python setup.py build
@@ -52,8 +56,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#%%check
-#python run-tests.py
+%check
+python run-tests.py
 
 %files
 %defattr(-,root,root,-)

++ Markdown-2.2.0.tar.gz - Markdown-2.2.1.tar.gz ++
 8960 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-markdown for openSUSE:Factory

2011-11-28 Thread h_root
Hello community,

here is the log from the commit of package python-markdown for openSUSE:Factory 
checked in at 2011-11-28 12:56:29

Comparing /work/SRC/openSUSE:Factory/python-markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-markdown.new (New)


Package is python-markdown, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-markdown/python-markdown.changes  
2011-09-23 12:42:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-markdown.new/python-markdown.changes 
2011-11-28 12:56:30.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 26 00:11:46 UTC 2011 - g...@opensuse.org
+
+- update to version 2.1.0
+  - three new extensions: Attribute Lists, Newline to Break,
+Smart Strong
+  - HTML5 support
+  - a XHTML searializer has been added
+  - the Markdown class was refactored so that a subclass could
+define it's own build_parser method which would build a
+completely different parser
+  - the markdown library can now be embedded into third party
+libraries
+  - added support for Python's -m command line option
+  - the commandline script name was changed to markdown_py
+  - various bug fixes
+- cleanup specfile
+  - tweak description
+  - remove unnecessary dependencies on python-devel
+  - edit extensions and remove shebang
+
+---

Old:

  markdown-2.0.3.tar.bz2

New:

  Markdown-2.1.0.tar.gz



Other differences:
--
++ python-markdown.spec ++
--- /var/tmp/diff_new_pack.4ZGrS2/_old  2011-11-28 12:56:34.0 +0100
+++ /var/tmp/diff_new_pack.4ZGrS2/_new  2011-11-28 12:56:34.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-markdown (Version 2.0.3)
+# spec file for package python-markdown
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -16,18 +16,18 @@
 #
 
 
-Summary:Python Markdown Implementation
 
 Name:   python-markdown
-Version:2.0.3
+Version:2.1.0
 Release:1
 License:BSD
+Summary:Python Markdown Implementation
 Group:  Development/Libraries/Python
 Url:http://freewisdom.org/projects/python-markdown/
-Source: markdown-%{version}.tar.bz2
+Source: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
-BuildRequires:  python-devel
+BuildRequires:  ed
 %if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
 BuildArch:  noarch
 %endif
@@ -42,18 +42,22 @@
 %description
 This is a Python implementation of John Gruber's Markdown. It is almost
 completely compliant with the reference implementation, though there are a few
-known issues.
-
-Authors:
-
-Waylan Limberg waylan [at] gmail.com
+known issues. Additional features are supported through extensions.
 
 %prep
-%setup -q -n markdown-%{version}
+%setup -q -n Markdown-%{version}
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
-python setup.py build
+(
+cd markdown/extensions
+for ext in *.py; do
+ed $ext EOF
+1g/^#!/d
+w
+EOF
+done
+)
+%{__python} setup.py build
 
 %install
 %{__python} setup.py install \
@@ -67,6 +71,5 @@
 %files -f INSTALLED_FILES
 %defattr(-, root, root, 0755)
 %doc docs/*
-/usr/bin/markdown
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org