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

python311-wheezy.template-3.2.5-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python311-wheezy.template Distribution: openSUSE Tumbleweed
Version: 3.2.5 Vendor: openSUSE
Release: 1.1 Build date: Tue Mar 24 06:41:09 2026
Group: Unspecified Build host: reproducible
Size: 3508663 Source RPM: python-wheezy.template-3.2.5-1.1.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

* Tue Mar 24 2026 Steve Kowalik <steven.kowalik@suse.com>
  - This is not a noarch package, install things to sitearch.
* Mon Mar 23 2026 Dirk Müller <dmueller@suse.com>
  - update to version 3.2.5:
    * Increase minimum Python version to 3.10 and add support for
      Python 3.14.
    * Modernize build system using pyproject.toml.
    * Refactor setup.py to improve Cython extension building and
      handle PEP 420 namespace packages correctly.
    * Remove explicit namespace package declarations in favor of
      implicit ones (PEP 420).
    * Update type hints to use built-in collection types.
* Wed Mar 26 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Normalize metadata directory name.
* Mon Dec 09 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 3.2.3
    * feat: cli contexts passed are available as the __args__ list variable.
  - Adjust upstream source name in spec file
  - Use Python 3.11 on SLE-15 by default
* 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.11
/usr/lib64/python3.11/site-packages/wheezy
/usr/lib64/python3.11/site-packages/wheezy/template
/usr/lib64/python3.11/site-packages/wheezy/template/__init__.py
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/builder.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/builder.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/comp.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/comp.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/compiler.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/compiler.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/console.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/console.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/engine.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/engine.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/lexer.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/lexer.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/loader.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/loader.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/parser.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/parser.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/preprocessor.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/preprocessor.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/typing.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/typing.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/__pycache__/utils.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/builder.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/builder.py
/usr/lib64/python3.11/site-packages/wheezy/template/comp.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/comp.py
/usr/lib64/python3.11/site-packages/wheezy/template/compiler.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/compiler.py
/usr/lib64/python3.11/site-packages/wheezy/template/console.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/console.py
/usr/lib64/python3.11/site-packages/wheezy/template/engine.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/engine.py
/usr/lib64/python3.11/site-packages/wheezy/template/ext
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__init__.py
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__/code.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__/code.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__/core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__/determined.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/ext/__pycache__/determined.cpython-311.pyc
/usr/lib64/python3.11/site-packages/wheezy/template/ext/code.c
/usr/lib64/python3.11/site-packages/wheezy/template/ext/code.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/ext/code.py
/usr/lib64/python3.11/site-packages/wheezy/template/ext/core.c
/usr/lib64/python3.11/site-packages/wheezy/template/ext/core.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/ext/core.py
/usr/lib64/python3.11/site-packages/wheezy/template/ext/determined.c
/usr/lib64/python3.11/site-packages/wheezy/template/ext/determined.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/ext/determined.py
/usr/lib64/python3.11/site-packages/wheezy/template/lexer.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/lexer.py
/usr/lib64/python3.11/site-packages/wheezy/template/loader.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/loader.py
/usr/lib64/python3.11/site-packages/wheezy/template/parser.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/parser.py
/usr/lib64/python3.11/site-packages/wheezy/template/preprocessor.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/preprocessor.py
/usr/lib64/python3.11/site-packages/wheezy/template/py.typed
/usr/lib64/python3.11/site-packages/wheezy/template/typing.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/typing.py
/usr/lib64/python3.11/site-packages/wheezy/template/utils.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/wheezy/template/utils.py
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/METADATA
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/RECORD
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/REQUESTED
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/entry_points.txt
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/licenses
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/licenses/LICENSE
/usr/lib64/python3.11/site-packages/wheezy_template-3.2.5.dist-info/top_level.txt
/usr/share/doc/packages/python311-wheezy.template
/usr/share/doc/packages/python311-wheezy.template/README.md
/usr/share/licenses/python311-wheezy.template
/usr/share/licenses/python311-wheezy.template/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 25 22:32:13 2026