diff --git a/hatch_fancy_pypi_readme-24.1.0.tar.gz b/hatch_fancy_pypi_readme-24.1.0.tar.gz deleted file mode 100644 index c000c73..0000000 --- a/hatch_fancy_pypi_readme-24.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8 -size 28683 diff --git a/hatch_fancy_pypi_readme-25.1.0.tar.gz b/hatch_fancy_pypi_readme-25.1.0.tar.gz new file mode 100644 index 0000000..e02bd99 --- /dev/null +++ b/hatch_fancy_pypi_readme-25.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045 +size 29701 diff --git a/python-hatch-fancy-pypi-readme.changes b/python-hatch-fancy-pypi-readme.changes index 4f1346a..71b58c1 100644 --- a/python-hatch-fancy-pypi-readme.changes +++ b/python-hatch-fancy-pypi-readme.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri May 2 04:56:24 UTC 2025 - Johannes Kastl + +- 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 diff --git a/python-hatch-fancy-pypi-readme.spec b/python-hatch-fancy-pypi-readme.spec index af75906..b260336 100644 --- a/python-hatch-fancy-pypi-readme.spec +++ b/python-hatch-fancy-pypi-readme.spec @@ -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}