Compare commits

1 Commits
1.1 ... main

4 changed files with 45 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
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>
- update to 24.1.0:
The last release [broke
_scikit-build-core_](https://github.com/scikit-build/scikit-build-core/issues/592)
so this one adds a default argument value. No user-visible
changes.
* Added a default to an internal API that is used by
*scikit-build-core*.
-------------------------------------------------------------------
Sun Jan 7 18:15:38 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 23.2.0:
There's only one change but I think it's really cool: you can now
add the package version into your PyPI readme by adding the
string `$HFPR_VERSION` to it!
* `$HFPR_VERSION` is now replaced by the package version in the
PyPI readme. The version is not available in CLI mode, therefore
it's replaced by the dummy value of `42.0`.
-------------------------------------------------------------------
Mon May 22 07:30:03 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-hatch-fancy-pypi-readme
#
# Copyright (c) 2023 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: 23.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}