[packages/python3-linkify-it-py] - updated to 2.0.3
qboosh
qboosh at pld-linux.org
Mon Jun 23 18:43:08 CEST 2025
commit 4aa16d78178d35c3ea915a319417d62dc56bd154
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Jun 23 18:44:30 2025 +0200
- updated to 2.0.3
python3-linkify-it-py.spec | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/python3-linkify-it-py.spec b/python3-linkify-it-py.spec
index 9fb9a6e..8ad0d8a 100644
--- a/python3-linkify-it-py.spec
+++ b/python3-linkify-it-py.spec
@@ -1,19 +1,21 @@
#
# Conditional build:
-%bcond_with tests # unit tests (not included in sdist)
+%bcond_without tests # unit tests
Summary: Python port of linkify-it: links recognition library with full Unicode support
Summary(pl.UTF-8): Pythonowy port linkify-it: biblioteka dozpoznająca odnośniki z pełną obsługą Unicode
Name: python3-linkify-it-py
-Version: 2.0.0
-Release: 3
+Version: 2.0.3
+Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/linkify-it-py/
Source0: https://files.pythonhosted.org/packages/source/l/linkify-it-py/linkify-it-py-%{version}.tar.gz
-# Source0-md5: 35863cdbd1267332b7a4df500a9ab4e4
+# Source0-md5: 77789d84906609eb68246a43e9e3f626
URL: https://pypi.org/project/linkify-it-py/
-BuildRequires: python3-modules >= 1:3.6
+BuildRequires: python3-build
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.7
BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: python3-pytest
@@ -21,9 +23,9 @@ BuildRequires: python3-pytest-cov
BuildRequires: python3-uc-micro-py
%endif
BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: rpmbuild(macros) >= 2.044
BuildRequires: sed >= 4.0
-Requires: python3-modules >= 1:3.6
+Requires: python3-modules >= 1:3.7
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,7 +44,7 @@ Ten pakiet to pythonowy port projektu linkify-it:
%setup -q -n linkify-it-py-%{version}
%build
-%py3_build
+%py3_build_pyproject
%if %{with tests}
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
@@ -52,7 +54,7 @@ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%install
rm -rf $RPM_BUILD_ROOT
-%py3_install
+%py3_install_pyproject
%clean
rm -rf $RPM_BUILD_ROOT
@@ -61,4 +63,4 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc CHANGELOG.md LICENSE README.md
%{py3_sitescriptdir}/linkify_it
-%{py3_sitescriptdir}/linkify_it_py-%{version}-py*.egg-info
+%{py3_sitescriptdir}/linkify_it_py-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-linkify-it-py.git/commitdiff/4aa16d78178d35c3ea915a319417d62dc56bd154
More information about the pld-cvs-commit
mailing list