Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-hatch-fancy-pypi-readme | Distribution: SUSE Linux Enterprise 15 |
Version: 23.1.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150400.9.3.10 | Build date: Tue Oct 10 18:41:30 2023 |
Group: Unspecified | Build host: h01-ch2c |
Size: 55263 | Source RPM: python-hatch-fancy-pypi-readme-23.1.0-150400.9.3.10.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/hynek/hatch-fancy-pypi-readme | |
Summary: Fancy PyPI READMEs with Hatch |
hatch_fancy_pypi_readme is a Hatch metadata plugin for everyone who cares about the first impression of their project's PyPI landing page. It allows you to define your PyPI project description in terms of concatenated fragments that are based on static strings, files, and most importantly: parts of files defined using cut-off points or regular expressions. Once you've assembled your readme, you can additionally run regular expression-based substitutions over it. For instance to make relative links absolute or to linkify users and issue numbers in your changelog. Do you want your PyPI readme to be the project readme, but without badges, followed by the license file, and the changelog section for only the last release? You've come to the right place!
MIT
* Mon May 22 2023 [email protected] - update to 23.1.0 (there is no 23.0.0): The only change is that our CLI now also takes the presence of an hatch.toml file into account. The packaging side always supported it. * Tue May 16 2023 [email protected] - break dependency cycle between attrs (pulled by pytest) and pytest-hatch-fancy-pypi-readme * Fri Apr 21 2023 [email protected] - add sle15_python_module_pythons (jsc#PED-68) * Thu Apr 13 2023 [email protected] - Make calling of %{sle15modernpython} optional. * Tue Oct 11 2022 [email protected] - Clean up specfile: remove hatch from BuildRequires footprint - Enable testsuite except for end-to-end which would need extra wheelfiles * Tue Oct 04 2022 [email protected] - update to 22.8.0: * The only change is a new feature for file fragments: start-at which behaves like start-after, but preserves the string that is searched for. Here's a real-world example of how it can simplify your configuration. * Mon Sep 26 2022 [email protected] - new package python-hatch-fancy-pypi-readme
/etc/alternatives/hatch-fancy-pypi-readme /usr/bin/hatch-fancy-pypi-readme /usr/bin/hatch-fancy-pypi-readme-3.11 /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/METADATA /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/RECORD /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/licenses /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/licenses/AUTHORS.md /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme-23.1.0.dist-info/licenses/LICENSE.txt /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__init__.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__main__.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__ /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_builder.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_builder.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_cli.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_cli.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_config.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_config.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_fragments.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_fragments.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_substitutions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/_substitutions.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/exceptions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/exceptions.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/hooks.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/__pycache__/hooks.cpython-311.pyc /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/_builder.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/_cli.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/_config.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/_fragments.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/_substitutions.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/exceptions.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/hooks.py /usr/lib/python3.11/site-packages/hatch_fancy_pypi_readme/py.typed /usr/share/doc/packages/python311-hatch-fancy-pypi-readme /usr/share/doc/packages/python311-hatch-fancy-pypi-readme/README.md /usr/share/licenses/python311-hatch-fancy-pypi-readme /usr/share/licenses/python311-hatch-fancy-pypi-readme/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024