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

python2-Mako-1.0.7-lp152.3.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python2-Mako Distribution: openSUSE Leap 15.2
Version: 1.0.7 Vendor: openSUSE
Release: lp152.3.3 Build date: Sun Mar 1 13:06:34 2020
Group: Development/Languages/Python Build host: lamb19
Size: 594346 Source RPM: python-Mako-1.0.7-lp152.3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.makotemplates.org/
Summary: A Python templating language
Mako is a template library written in Python. It provides a non-XML
syntax which compiles into Python modules for performance. Mako's
syntax and API borrows from Django templates, Cheetah, Myghty, and
Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
Page) language, which refines the ideas of componentized layout and
inheritance, while maintaining close ties to Python calling and
scoping semantics.

Provides

Requires

License

MIT

Changelog

* Mon Aug 21 2017 tbechtold@suse.com
  - update to 1.0.7:
    * Changed the "print" in the mako-render command to
      sys.stdout.write(), avoiding the extra newline at the end
      of the template output.
* Sat May 06 2017 toddrme2178@gmail.com
  - Don't provide python2-mako, singlespec packages should use
    correct name.
* Tue Apr 11 2017 jengelh@inai.de
  - Trim extreme wording of description
* Thu Apr 06 2017 jmatejek@suse.com
  - restore compatibility Provides
* Wed Mar 01 2017 aloisio@gmx.com
  - Converted to single-spec
  - Switched source URL to pypi.io
  - Removed update-alternative
* Fri Feb 10 2017 michael@stroeder.com
  - update to version 1.0.6
    * [feature] Added new parameter Template.include_error_handler .
      This works like Template.error_handler but indicates the
      handler should take place when this template is included within
      another template via the <%include> tag. Pull request courtesy
      Huayi Zhang.
    * [bug] Updated the Sphinx documentation builder to work with recent
      versions of Sphinx.
* Wed Nov 16 2016 tbechtold@suse.com
  - python-Beaker is only recommended, not required.
* Fri Sep 16 2016 toddrme2178@gmail.com
  - update to version 1.0.4:
    * [test] [feature] The default test runner is now py.test. Running
      “python setup.py test” will make use of py.test instead of
      nose. nose still works as a test runner as well, however.
    * [lexer] [bug] Major improvements to lexing of intricate Python
      sections which may contain complex backslash sequences, as well as
      support for the bitwise operator (e.g. pipe symbol) inside of
      expression sections distinct from the Mako “filter” operator,
      provided the operator is enclosed within parentheses or
      brackets. Pull request courtesy Daniel Martin.
    * [feature] Added new method Template.list_defs(). Pull request
      courtesy Jonathan Vanasco.
  - update to version 1.0.3:
    * Fixed an issue where the Babel plugin would not handle a
      translation symbol that contained non-ascii characters. Pull
      request courtesy Roman Imankulov.
  - Update to version 1.0.2
    * The "universal wheel" marker is removed from setup.cfg, because
      our setup.py currently makes use of conditional dependencies.
      In :ticket:`249`, the discussion is ongoing on how to correct our
      setup.cfg / setup.py fully so that we can handle the per-version
      dependency changes while still maintaining optimal wheel settings,
      so this issue is not yet fully resolved.
    * Repair some calls within the ast module that no longer work on Python3.5;
      additionally replace the use of ``inspect.getargspec()`` under
      Python 3 (seems to be called from the TG plugin) to avoid deprecation
      warnings.
    * Update the Lingua translation extraction plugin to correctly
      handle templates mixing Python control statements (such as if,
      for and while) with template fragments. Pull request courtesy
      Laurent Daverio.
    * Added ``STOP_RENDERING`` keyword for returning/exiting from a
      template early, which is a synonym for an empty string ``""``.
      Previously, the docs suggested a bare
      ``return``, but this could cause ``None`` to appear in the
      rendered template result.
  - Implement update-alternatives
* Fri Jul 24 2015 seife+obs@b1-systems.com
  - fix non-SUSE distro build by conditionalizing Suggests: tag
* Fri Mar 13 2015 p.drouand@gmail.com
  - update to version 1.0.1:
    * [feature] Added support for Lingua, a translation extraction
      system as an alternative to Babel. Pull request courtesy Wichert
      Akkerman.
    * [bug] [py3k] Modernized the examples/wsgi/run_wsgi.py file for
      Py3k. Pull requset courtesy Cody Taylor.
  - Disable temporary tests for non-Factory systems because of failures

Files

/usr/lib/python2.7/site-packages/Mako-1.0.7-py2.7.egg-info
/usr/lib/python2.7/site-packages/Mako-1.0.7-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/Mako-1.0.7-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/Mako-1.0.7-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/Mako-1.0.7-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/Mako-1.0.7-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/Mako-1.0.7-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/Mako-1.0.7-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/mako
/usr/lib/python2.7/site-packages/mako/__init__.py
/usr/lib/python2.7/site-packages/mako/__init__.pyc
/usr/lib/python2.7/site-packages/mako/__init__.pyo
/usr/lib/python2.7/site-packages/mako/_ast_util.py
/usr/lib/python2.7/site-packages/mako/_ast_util.pyc
/usr/lib/python2.7/site-packages/mako/_ast_util.pyo
/usr/lib/python2.7/site-packages/mako/ast.py
/usr/lib/python2.7/site-packages/mako/ast.pyc
/usr/lib/python2.7/site-packages/mako/ast.pyo
/usr/lib/python2.7/site-packages/mako/cache.py
/usr/lib/python2.7/site-packages/mako/cache.pyc
/usr/lib/python2.7/site-packages/mako/cache.pyo
/usr/lib/python2.7/site-packages/mako/cmd.py
/usr/lib/python2.7/site-packages/mako/cmd.pyc
/usr/lib/python2.7/site-packages/mako/cmd.pyo
/usr/lib/python2.7/site-packages/mako/codegen.py
/usr/lib/python2.7/site-packages/mako/codegen.pyc
/usr/lib/python2.7/site-packages/mako/codegen.pyo
/usr/lib/python2.7/site-packages/mako/compat.py
/usr/lib/python2.7/site-packages/mako/compat.pyc
/usr/lib/python2.7/site-packages/mako/compat.pyo
/usr/lib/python2.7/site-packages/mako/exceptions.py
/usr/lib/python2.7/site-packages/mako/exceptions.pyc
/usr/lib/python2.7/site-packages/mako/exceptions.pyo
/usr/lib/python2.7/site-packages/mako/ext
/usr/lib/python2.7/site-packages/mako/ext/__init__.py
/usr/lib/python2.7/site-packages/mako/ext/__init__.pyc
/usr/lib/python2.7/site-packages/mako/ext/__init__.pyo
/usr/lib/python2.7/site-packages/mako/ext/autohandler.py
/usr/lib/python2.7/site-packages/mako/ext/autohandler.pyc
/usr/lib/python2.7/site-packages/mako/ext/autohandler.pyo
/usr/lib/python2.7/site-packages/mako/ext/babelplugin.py
/usr/lib/python2.7/site-packages/mako/ext/babelplugin.pyc
/usr/lib/python2.7/site-packages/mako/ext/babelplugin.pyo
/usr/lib/python2.7/site-packages/mako/ext/beaker_cache.py
/usr/lib/python2.7/site-packages/mako/ext/beaker_cache.pyc
/usr/lib/python2.7/site-packages/mako/ext/beaker_cache.pyo
/usr/lib/python2.7/site-packages/mako/ext/extract.py
/usr/lib/python2.7/site-packages/mako/ext/extract.pyc
/usr/lib/python2.7/site-packages/mako/ext/extract.pyo
/usr/lib/python2.7/site-packages/mako/ext/linguaplugin.py
/usr/lib/python2.7/site-packages/mako/ext/linguaplugin.pyc
/usr/lib/python2.7/site-packages/mako/ext/linguaplugin.pyo
/usr/lib/python2.7/site-packages/mako/ext/preprocessors.py
/usr/lib/python2.7/site-packages/mako/ext/preprocessors.pyc
/usr/lib/python2.7/site-packages/mako/ext/preprocessors.pyo
/usr/lib/python2.7/site-packages/mako/ext/pygmentplugin.py
/usr/lib/python2.7/site-packages/mako/ext/pygmentplugin.pyc
/usr/lib/python2.7/site-packages/mako/ext/pygmentplugin.pyo
/usr/lib/python2.7/site-packages/mako/ext/turbogears.py
/usr/lib/python2.7/site-packages/mako/ext/turbogears.pyc
/usr/lib/python2.7/site-packages/mako/ext/turbogears.pyo
/usr/lib/python2.7/site-packages/mako/filters.py
/usr/lib/python2.7/site-packages/mako/filters.pyc
/usr/lib/python2.7/site-packages/mako/filters.pyo
/usr/lib/python2.7/site-packages/mako/lexer.py
/usr/lib/python2.7/site-packages/mako/lexer.pyc
/usr/lib/python2.7/site-packages/mako/lexer.pyo
/usr/lib/python2.7/site-packages/mako/lookup.py
/usr/lib/python2.7/site-packages/mako/lookup.pyc
/usr/lib/python2.7/site-packages/mako/lookup.pyo
/usr/lib/python2.7/site-packages/mako/parsetree.py
/usr/lib/python2.7/site-packages/mako/parsetree.pyc
/usr/lib/python2.7/site-packages/mako/parsetree.pyo
/usr/lib/python2.7/site-packages/mako/pygen.py
/usr/lib/python2.7/site-packages/mako/pygen.pyc
/usr/lib/python2.7/site-packages/mako/pygen.pyo
/usr/lib/python2.7/site-packages/mako/pyparser.py
/usr/lib/python2.7/site-packages/mako/pyparser.pyc
/usr/lib/python2.7/site-packages/mako/pyparser.pyo
/usr/lib/python2.7/site-packages/mako/runtime.py
/usr/lib/python2.7/site-packages/mako/runtime.pyc
/usr/lib/python2.7/site-packages/mako/runtime.pyo
/usr/lib/python2.7/site-packages/mako/template.py
/usr/lib/python2.7/site-packages/mako/template.pyc
/usr/lib/python2.7/site-packages/mako/template.pyo
/usr/lib/python2.7/site-packages/mako/util.py
/usr/lib/python2.7/site-packages/mako/util.pyc
/usr/lib/python2.7/site-packages/mako/util.pyo
/usr/share/doc/packages/python2-Mako
/usr/share/doc/packages/python2-Mako/CHANGES
/usr/share/doc/packages/python2-Mako/LICENSE
/usr/share/doc/packages/python2-Mako/README.rst
/usr/share/doc/packages/python2-Mako/examples
/usr/share/doc/packages/python2-Mako/examples/bench
/usr/share/doc/packages/python2-Mako/examples/bench/basic.py
/usr/share/doc/packages/python2-Mako/examples/bench/cheetah
/usr/share/doc/packages/python2-Mako/examples/bench/cheetah/footer.tmpl
/usr/share/doc/packages/python2-Mako/examples/bench/cheetah/header.tmpl
/usr/share/doc/packages/python2-Mako/examples/bench/cheetah/template.tmpl
/usr/share/doc/packages/python2-Mako/examples/bench/django
/usr/share/doc/packages/python2-Mako/examples/bench/django/templatetags
/usr/share/doc/packages/python2-Mako/examples/bench/django/templatetags/__init__.py
/usr/share/doc/packages/python2-Mako/examples/bench/django/templatetags/bench.py
/usr/share/doc/packages/python2-Mako/examples/bench/kid
/usr/share/doc/packages/python2-Mako/examples/bench/kid/base.kid
/usr/share/doc/packages/python2-Mako/examples/bench/kid/template.kid
/usr/share/doc/packages/python2-Mako/examples/bench/myghty
/usr/share/doc/packages/python2-Mako/examples/bench/myghty/base.myt
/usr/share/doc/packages/python2-Mako/examples/bench/myghty/template.myt
/usr/share/doc/packages/python2-Mako/examples/wsgi
/usr/share/doc/packages/python2-Mako/examples/wsgi/run_wsgi.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024