15
0

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
This commit is contained in:
Tomáš Chvátal
2020-03-11 10:22:17 +00:00
committed by Git OBS Bridge
parent ac8d54d736
commit f99902e951
4 changed files with 20 additions and 9 deletions

View File

@@ -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 <jayvdb@gmail.com>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:715a8995f84482cd23c1b02fd254ff4da66589e9d5222de10f7efe49d7bea683
size 49751

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1180c1d906b78f2924787ea81bb068ed25323a6a29169917ce6085163f46915
size 50051