Sync from SUSE:SLFO:Main python-hatch-fancy-pypi-readme revision 22b5451e2a36d0e8ac6a7ba1a696142f

This commit is contained in:
2025-06-27 15:40:17 +02:00
parent b54a3ed71b
commit b60f3dfecf
4 changed files with 22 additions and 8 deletions

BIN
hatch_fancy_pypi_readme-24.1.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
hatch_fancy_pypi_readme-25.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri May 2 04:56:24 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 25.1.0:
* Highlights
- $HFPR_PACKAGE_NAME is now replaced by the package name
(analogously to $HFPR_VERSION)!
* Added
- $HFPR_PACKAGE_NAME is now replaced by the package name in the
PyPI readme. The version is not available in CLI mode, therefore
it's replaced by the dummy value of your-package. #64
* Removed
- Support for Python 3.7.
-------------------------------------------------------------------
Sun Jan 7 18:17:04 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-hatch-fancy-pypi-readme
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,13 +26,13 @@
%endif
%{?sle15_python_module_pythons}
Name: python-hatch-fancy-pypi-readme%{psuffix}
Version: 24.1.0
Version: 25.1.0
Release: 0
Summary: Fancy PyPI READMEs with Hatch
License: MIT
URL: https://github.com/hynek/hatch-fancy-pypi-readme
Source: https://files.pythonhosted.org/packages/source/h/hatch-fancy-pypi-readme/hatch_fancy_pypi_readme-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
@@ -45,7 +45,7 @@ BuildRequires: %{python_module pytest}
# /SECTION
%endif
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Provides: python-hatch_fancy_pypi_readme = %{version}-%{release}
BuildArch: noarch
%{?python_enable_dependency_generator}