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

python312-wheezy.template-3.2.2-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-wheezy.template Distribution: openSUSE:Factory:zSystems
Version: 3.2.2 Vendor: openSUSE
Release: 1.3 Build date: Wed Jan 3 11:37:27 2024
Group: Development/Languages/Python Build host: reproducible
Size: 185289 Source RPM: python-wheezy.template-3.2.2-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/akornatskyy/wheezy.template
Summary: A lightweight template library
A lightweight template library written in pure python.

Provides

Requires

License

MIT

Changelog

* Wed Jan 03 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.2.2:
    * fix: added none type to builder rule union for value
    * fix: updated build markup value type with union of str and
      none
* Fri Dec 29 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.2.1:
    * fix: typing issues with cython.
    * fix: test nocover pragma for conditional type definition.
* Tue May 30 2023 Mia Herkt <mia@0x0.st>
  - Update to 3.1.0
    * To determine if context is file or json string,
      use os.path.isfile rather than checking file extension
    * Eliminated unnecessary check for json module
    * Added ability to set line join in console script.
    * Added ability to escape line join by placing it twice.
* Wed Nov 04 2020 Benjamin Greiner <code@bnavigator.de>
  - Alternative entry points for multiple flavors
    gh#openSUSE/python-rpm-macros#66
* Thu Sep 10 2020 Antonio Larrosa <alarrosa@suse.com>
  - Initial release of python-wheezy.template 0.1.195

Files

/etc/alternatives/wheezy.template
/usr/bin/wheezy.template
/usr/bin/wheezy.template-3.12
/usr/lib/python3.12/site-packages/wheezy
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2-py3.10-nspkg.pth
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/LICENSE
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/METADATA
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/RECORD
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/WHEEL
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/namespace_packages.txt
/usr/lib/python3.12/site-packages/wheezy.template-3.2.2.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/wheezy/template
/usr/lib/python3.12/site-packages/wheezy/template/__init__.py
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/builder.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/builder.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/comp.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/comp.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/compiler.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/compiler.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/console.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/console.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/engine.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/engine.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/lexer.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/lexer.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/loader.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/loader.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/parser.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/parser.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/preprocessor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/preprocessor.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/typing.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/typing.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/builder.py
/usr/lib/python3.12/site-packages/wheezy/template/comp.py
/usr/lib/python3.12/site-packages/wheezy/template/compiler.py
/usr/lib/python3.12/site-packages/wheezy/template/console.py
/usr/lib/python3.12/site-packages/wheezy/template/engine.py
/usr/lib/python3.12/site-packages/wheezy/template/ext
/usr/lib/python3.12/site-packages/wheezy/template/ext/__init__.py
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__/code.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__/code.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__/core.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__/core.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__/determined.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/wheezy/template/ext/__pycache__/determined.cpython-312.pyc
/usr/lib/python3.12/site-packages/wheezy/template/ext/code.py
/usr/lib/python3.12/site-packages/wheezy/template/ext/core.py
/usr/lib/python3.12/site-packages/wheezy/template/ext/determined.py
/usr/lib/python3.12/site-packages/wheezy/template/lexer.py
/usr/lib/python3.12/site-packages/wheezy/template/loader.py
/usr/lib/python3.12/site-packages/wheezy/template/parser.py
/usr/lib/python3.12/site-packages/wheezy/template/preprocessor.py
/usr/lib/python3.12/site-packages/wheezy/template/py.typed
/usr/lib/python3.12/site-packages/wheezy/template/typing.py
/usr/lib/python3.12/site-packages/wheezy/template/utils.py
/usr/share/doc/packages/python312-wheezy.template
/usr/share/doc/packages/python312-wheezy.template/README.md
/usr/share/licenses/python312-wheezy.template
/usr/share/licenses/python312-wheezy.template/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024