| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-cogapp | Distribution: openSUSE Tumbleweed |
| Version: 3.6.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sat Apr 11 18:38:38 2026 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 509457 | Source RPM: python-cogapp-3.6.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://nedbatchelder.com/code/cog | |
| Summary: A code generator for executing Python snippets in source files | |
Cog is a file generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever text you need.
MIT
* Sat Apr 11 2026 Dirk Müller <dmueller@suse.com>
- update to 3.6.0:
* Added a --check-fail-msg option for providing a message as
part of the output of a --check failure.
* Added support for Python 3.14.
* Updated documentation to remove confusing terminology.
* Added a --diff option to show the diff of what changed to
fail a --check run.
* Embedded code can change the current directory, cog will
change back to the original directory when the code is done.
* Changed the checksum format to use shorter base64 encoding
instead of hex, making checksums less visually distracting.
The old hex format will still be accepted, but will be
updated to the new format automatically when writing.
* Added --help option as an alias for -h.
* Dropped support for Python 3.7 and 3.8, and added 3.13.
* Dropped support for Python 2.7, 3.5, and 3.6, and added 3.11
and 3.12.
* Removed the cog.py installed file. Use the cog command, or
python -m cogapp to run cog.
* Processing long files has been made much faster. Thanks,
Panayiotis Gavriil.
* Files listing other files to process can now be specified as
&files_to_cog.txt to interpret the file names relative to the
location of the list file. The existing @files_to_cog.txt
syntax interprets file names relative to the current working
directory. Thanks, Phil Kirkpatrick.
* Support FIPS mode computers by marking our MD5 use as not
related to security. Thanks, Ryan Santos.
* Docs have moved to https://cog.readthedocs.io
* Tue Dec 05 2023 Joan Torres <joan.torres@suse.com>
- Add .py suffix to avoid conflicts with the cog browser package.
* Mon May 29 2023 Daniel Garcia <daniel.garcia@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
- Use pyproject to build the package
* Tue Sep 27 2022 Daniel Garcia <daniel.garcia@suse.com>
- Remove not needed patch in prep section
- Change preun to postun to run python_uninstall_alternatives to remove rpmlint
errors
* Mon Sep 26 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.3.0:
Added the --check option to check whether files would change if run again, for use in continuous integration scenarios.
- Update to 3.2.0:
Added the -P option to use print() instead of cog.outl() for code output.
- Update to 3.1.0:
* Fix a problem with Python 3.8.10 and 3.9.5 that require absolute paths in sys.path
https://github.com/nedbat/cog/issues/16
Python 3.9 and 3.10 are supported.
* Fri May 07 2021 Ben Greiner <code@bnavigator.de>
- always use absoulte import paths for -I parameter: mitigate
failure due to bpo-43105 fix.
* Fri Apr 05 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.0.0:
* Use pytest for testing
* Many many changes in git but no readable changelog
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Fri Apr 14 2017 toddrme2178@gmail.com
- Initial version
/etc/alternatives/cog /usr/bin/cog /usr/bin/cog-3.13 /usr/lib/python3.13/site-packages/cogapp /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/METADATA /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/RECORD /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/licenses /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/licenses/AUTHORS.txt /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/licenses/LICENSE.txt /usr/lib/python3.13/site-packages/cogapp-3.6.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/cogapp/__init__.py /usr/lib/python3.13/site-packages/cogapp/__main__.py /usr/lib/python3.13/site-packages/cogapp/__pycache__ /usr/lib/python3.13/site-packages/cogapp/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/__main__.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/cogapp.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/cogapp.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/hashhandler.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/hashhandler.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/makefiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/makefiles.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/test_cogapp.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/test_cogapp.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/test_makefiles.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/test_makefiles.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/test_whiteutils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/test_whiteutils.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/whiteutils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/cogapp/__pycache__/whiteutils.cpython-313.pyc /usr/lib/python3.13/site-packages/cogapp/cogapp.py /usr/lib/python3.13/site-packages/cogapp/hashhandler.py /usr/lib/python3.13/site-packages/cogapp/makefiles.py /usr/lib/python3.13/site-packages/cogapp/test_cogapp.py /usr/lib/python3.13/site-packages/cogapp/test_makefiles.py /usr/lib/python3.13/site-packages/cogapp/test_whiteutils.py /usr/lib/python3.13/site-packages/cogapp/utils.py /usr/lib/python3.13/site-packages/cogapp/whiteutils.py /usr/share/doc/packages/python313-cogapp /usr/share/doc/packages/python313-cogapp/CHANGELOG.rst /usr/share/doc/packages/python313-cogapp/README.rst /usr/share/licenses/python313-cogapp /usr/share/licenses/python313-cogapp/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Apr 15 22:19:30 2026