forked from pool/python-hatch-fancy-pypi-readme
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
e3d5c57d42 | |||
7df4d26e02 | |||
0bf61e1267 | |||
e10f54c4fd |
BIN
hatch_fancy_pypi_readme-24.1.0.tar.gz
(Stored with Git LFS)
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
BIN
hatch_fancy_pypi_readme-25.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 10 12:36:07 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to libalternatives
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
@@ -24,31 +24,32 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_without libalternatives
|
||||||
%{?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: alts
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-generators
|
BuildRequires: python-rpm-generators
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: alts
|
||||||
|
Provides: python-hatch_fancy_pypi_readme = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
%{?python_enable_dependency_generator}
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
# SECTION test
|
# SECTION test
|
||||||
BuildRequires: %{python_module hatch-fancy-pypi-readme >= %version}
|
BuildRequires: %{python_module hatch-fancy-pypi-readme >= %version}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%endif
|
%endif
|
||||||
Requires(post): update-alternatives
|
|
||||||
Requires(postun):update-alternatives
|
|
||||||
Provides: python-hatch_fancy_pypi_readme = %{version}-%{release}
|
|
||||||
BuildArch: noarch
|
|
||||||
%{?python_enable_dependency_generator}
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -85,11 +86,8 @@ release? You've come to the right place!
|
|||||||
%pytest --ignore tests/test_end_to_end.py
|
%pytest --ignore tests/test_end_to_end.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%pre
|
||||||
%python_install_alternative hatch-fancy-pypi-readme
|
%python_libalternatives_reset_alternative hatch-fancy-pypi-readme
|
||||||
|
|
||||||
%postun
|
|
||||||
%python_uninstall_alternative hatch-fancy-pypi-readme
|
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Reference in New Issue
Block a user