From f99902e9515d98de79d4030409a358548e4d5fdfb522db11dcf3177bed778f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Mar 2020 10:22:17 +0000 Subject: [PATCH] Accepting request 783732 from home:pgajdos:python - version update to 0.5.2 - Install package with setuptools - Add python_requires to prevent installation with Python 2 packages - Complete coverage of the Vietnamese alphabet - Removed Python 2 support OBS-URL: https://build.opensuse.org/request/show/783732 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-translitcodec?expand=0&rev=3 --- python-translitcodec.changes | 9 +++++++++ python-translitcodec.spec | 14 ++++++++------ translitcodec-0.4.0.tar.gz | 3 --- translitcodec-0.5.2.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 translitcodec-0.4.0.tar.gz create mode 100644 translitcodec-0.5.2.tar.gz diff --git a/python-translitcodec.changes b/python-translitcodec.changes index bfd4d37..3a9c516 100644 --- a/python-translitcodec.changes +++ b/python-translitcodec.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 11 10:05:10 UTC 2020 - pgajdos@suse.com + +- version update to 0.5.2 + - Install package with setuptools + - Add python_requires to prevent installation with Python 2 packages + - Complete coverage of the Vietnamese alphabet + - Removed Python 2 support + ------------------------------------------------------------------- Thu Apr 18 15:51:20 UTC 2019 - John Vandenberg diff --git a/python-translitcodec.spec b/python-translitcodec.spec index b287fb4..871344a 100644 --- a/python-translitcodec.spec +++ b/python-translitcodec.spec @@ -1,7 +1,7 @@ # # spec file for package python-translitcodec # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-translitcodec -Version: 0.4.0 +Version: 0.5.2 Release: 0 -License: MIT Summary: Unicode to 8-bit charset transliteration codec -Url: https://github.com/claudep/translitcodec +License: MIT Group: Development/Languages/Python +URL: https://github.com/claudep/translitcodec Source: https://files.pythonhosted.org/packages/source/t/translitcodec/translitcodec-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages diff --git a/translitcodec-0.4.0.tar.gz b/translitcodec-0.4.0.tar.gz deleted file mode 100644 index 57016ca..0000000 --- a/translitcodec-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:715a8995f84482cd23c1b02fd254ff4da66589e9d5222de10f7efe49d7bea683 -size 49751 diff --git a/translitcodec-0.5.2.tar.gz b/translitcodec-0.5.2.tar.gz new file mode 100644 index 0000000..53f9c89 --- /dev/null +++ b/translitcodec-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1180c1d906b78f2924787ea81bb068ed25323a6a29169917ce6085163f46915 +size 50051