15
0

Accepting request 938241 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/938241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dragonmapper?expand=0&rev=2
This commit is contained in:
2021-12-12 20:27:01 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 9 09:04:21 UTC 2021 - pgajdos@suse.com
- do not require pytest-runner for build, not required
-------------------------------------------------------------------
Tue Aug 27 06:38:17 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dragonmapper
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
# 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-%{**}}
@@ -21,12 +22,12 @@ Version: 0.2.6
Release: 0
License: MIT
Summary: Identification and conversion functions for Chinese text processing
Url: https://github.com/tsroten/dragonmapper
URL: https://github.com/tsroten/dragonmapper
Group: Development/Languages/Python
Source: https://github.com/tsroten/dragonmapper/archive/v%{version}.tar.gz#/dragonmapper-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module hanzidentifier >= 1.0.2}
BuildRequires: %{python_module zhon >= 1.1.3}