Accepting request 1273901 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 25.1.0

OBS-URL: https://build.opensuse.org/request/show/1273901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch-fancy-pypi-readme?expand=0&rev=14
This commit is contained in:
2025-05-02 07:45:15 +00:00
committed by Git OBS Bridge
parent ed9d591955
commit e4357c03ec
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> 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -26,13 +26,13 @@
%endif %endif
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-hatch-fancy-pypi-readme%{psuffix} Name: python-hatch-fancy-pypi-readme%{psuffix}
Version: 24.1.0 Version: 25.1.0
Release: 0 Release: 0
Summary: Fancy PyPI READMEs with Hatch Summary: Fancy PyPI READMEs with Hatch
License: MIT License: MIT
URL: https://github.com/hynek/hatch-fancy-pypi-readme 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 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 hatchling}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: fdupes BuildRequires: fdupes