17
0

6 Commits

Author SHA256 Message Date
a8ea213ccc Accepting request 1301264 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1301264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-slugify?expand=0&rev=15
2025-08-25 18:36:28 +00:00
9b4bda263b - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-slugify?expand=0&rev=29
2025-08-25 12:29:54 +00:00
26be22fc49 Accepting request 1284654 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-slugify?expand=0&rev=14
2025-06-11 14:19:17 +00:00
358cb8069f - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-slugify?expand=0&rev=27
2025-06-11 06:27:20 +00:00
2f6b713c8d Accepting request 1234706 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1234706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-slugify?expand=0&rev=13
2025-01-05 14:30:11 +00:00
5844e7b32c Accepting request 1234702 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 8.0.4

OBS-URL: https://build.opensuse.org/request/show/1234702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-slugify?expand=0&rev=25
2025-01-03 09:55:27 +00:00
2 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 25 12:29:33 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems
-------------------------------------------------------------------
Wed Jun 11 05:49:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-slugify
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,13 @@
#
%{?sle15_python_module_pythons}
%define short_name python-slugify
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-%{short_name}
Version: 8.0.4
Release: 0
@@ -32,11 +37,16 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-text-unidecode >= 1.3
Requires(post): update-alternatives
Requires(postun): update-alternatives
Suggests: python-Unidecode >= 1.1.1
Conflicts: python-awesome-slugify
BuildArch: noarch
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
%endif
%python_subpackages
%description
@@ -62,6 +72,9 @@ A Python Slugify application that handles Unicode.
%postun
%python_uninstall_alternative slugify
%pre
%python_libalternatives_reset_alternative slugify
%files %{python_files}
%doc CHANGELOG.md README.md
%license LICENSE