15
0

Accepting request 1113713 from home:benoit_monin:branches:devel:languages:python

- update to version 1.3.7
- remove python_module macro definition
- declare a more specific file list to avoid packaging unwanted files

OBS-URL: https://build.opensuse.org/request/show/1113713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Unidecode?expand=0&rev=41
This commit is contained in:
2023-09-28 07:42:26 +00:00
committed by Git OBS Bridge
parent 6af4ff9713
commit 57eb6f41ea
4 changed files with 24 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Unidecode
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,8 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Unidecode
Version: 1.3.6
Version: 1.3.7
Release: 0
Summary: ASCII transliterations of Unicode text
License: GPL-2.0-or-later
@@ -97,7 +96,8 @@ export LANG=en_US.UTF-8
%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst
%{python_sitelib}/*
%{python_sitelib}/Unidecode-%{version}*-info
%{python_sitelib}/unidecode
%python_alternative %{_bindir}/unidecode
%changelog