Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-Markups-3.0.0-bp153.1.15 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-Markups Distribution: SUSE Linux Enterprise 15 SP3
Version: 3.0.0 Vendor: openSUSE
Release: bp153.1.15 Build date: Sat Mar 6 10:28:10 2021
Group: Unspecified Build host: lamb23
Size: 67265 Source RPM: python-Markups-3.0.0-bp153.1.15.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mitya57/pymarkups
Summary: A wrapper around various text markups
This module provides a wrapper around the various text markup languages,
such as Markdown and reStructuredText (these two are supported by default).

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Nov 07 2019 Matej Cepl <mcepl@suse.com>
  - Run through spec-cleaner
* Wed Jan 02 2019 badshah400@gmail.com
  - Update to version 3.0.0:
    * The deprecated AbstractMarkup API has been removed.
    * Python 3.2 is no longer supported.
    * The output now uses HTML5 instead of HTML4.
    * The custom markups are now registered with entry points.
    * The ``get_custom_markups()`` method has been removed.
    * New required dependency: python-markdown-math.
    * Python-Markdown 3.x release is now supported.
  - Add python-markdown-math to Requires (new dependency).
  - Run fdupes to clean up duplicate files wasting space (add
    BuildRequires: fdupes).
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Thu Aug 31 2017 toddrme2178@gmail.com
  - update to Version 2.0.1
    * The new MathJax CDN is used, the old one will be shut down soon.
    * When using MathJax with Markdown, the AMSmath and AMSsymbols extensions are
      now enabled.
  - update to Version 2.0.0, 2016-05-09
    * Changed the API of pymarkups to clearly separate the conversion step from
      access to the various elements of the result. The old API is deprecated
      and will be removed in a future release. Please see the documentation for
      details on using the new API.
    * The reStructuredText markup now includes document title and subtitle in
      the HTML body.
    * Added a ``markup2html.py`` reference script to show API usage.
    * Improved support for specifying Markdown extensions in the document.
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
* Thu May 07 2015 benoit.monin@gmx.fr
  - update to version 0.6.1:
    * PyMarkups now uses warnings system instead of printing messages
      to stderr
    * Improvements to Markdown markup:
      + Fixed parsing math that contains nested environments
      + Fixed crash on extensions names starting with dot
    * Miscellaneous fixes
  - additional changes from version 0.6:
    * Custom markups are now normal Python modules
    * Web module no longer supports Python 2.x
    * Refactor the code related to Markdown extensions to make it
      work with upcoming Python-Markdown releases
    * MathJax extension is now in a separate module
  - additional changes from version 0.5.2:
    * Fixed loading of Markdown extensions with options
  - additional changes from version 0.5.1:
    * Fixed Markdown markup crash on empty files
    * Include documentation in the tarballs
    * Testsuite improvements
  - additional changes from version 0.5:
    * Improvements to Markdown markup:
      + All math delimeters except $...$ are now enabled by default
      + remove_extra extension now disables formulas support
      + It is now possible to specify required extensions in the
      first line of the file
    * Add Sphinx documentation
  - additional changes from version 0.4:
    * Add Textile markup
    * reStructuredText markup now supports file names and settings
      overrides
    * Web module now raises WebUpdateError when updating fails
  - additional changes from version 0.3:
    * MathJax support in Markdown has been improved and no longer
      relies on tex2jax extension
    * It is now possible to pass extensions list to MarkdownMarkup
      constructor
    * Pygments style is now configurable
    * Testsuite improvements
  - update project URL
  - add python-importlib as a dependency for SLE11
  - rename README to README.rst: changed upstream
* Wed Feb 06 2013 saschpe@suse.de
  - Completely redone spec file
* Sat Feb 02 2013 i@marguerite.su
  - initial version 0.2.4
    * no changelog for this version (yet).

Files

/usr/lib/python3.6/site-packages/Markups-3.0.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/Markups-3.0.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/Markups-3.0.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/Markups-3.0.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/Markups-3.0.0-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/Markups-3.0.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/Markups-3.0.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/markups
/usr/lib/python3.6/site-packages/markups/__init__.py
/usr/lib/python3.6/site-packages/markups/__pycache__
/usr/lib/python3.6/site-packages/markups/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/abstract.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/abstract.cpython-36.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/markdown.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/markdown.cpython-36.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/restructuredtext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/restructuredtext.cpython-36.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/textile.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/markups/__pycache__/textile.cpython-36.pyc
/usr/lib/python3.6/site-packages/markups/abstract.py
/usr/lib/python3.6/site-packages/markups/common.py
/usr/lib/python3.6/site-packages/markups/markdown.py
/usr/lib/python3.6/site-packages/markups/restructuredtext.py
/usr/lib/python3.6/site-packages/markups/textile.py
/usr/share/doc/packages/python3-Markups
/usr/share/doc/packages/python3-Markups/README.rst
/usr/share/doc/packages/python3-Markups/changelog
/usr/share/licenses/python3-Markups
/usr/share/licenses/python3-Markups/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024