From f37df08ca8c5449e71037a717f55b9a65f0e79b8ad2909e85680283e2e139e1e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 29 Oct 2022 11:50:52 +0000 Subject: [PATCH] Accepting request 1032007 from home:yarunachalam:branches:devel:languages:python - Update to version v1.1.0 (2020-10-15) * New function: count_chinese(). Thanks to ramwin. * Drop Python 2 OBS-URL: https://build.opensuse.org/request/show/1032007 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hanzidentifier?expand=0&rev=5 --- hanzidentifier-1.0.2.tar.gz | 3 --- hanzidentifier-1.1.0.tar.gz | 3 +++ python-hanzidentifier.changes | 7 +++++++ python-hanzidentifier.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 hanzidentifier-1.0.2.tar.gz create mode 100644 hanzidentifier-1.1.0.tar.gz diff --git a/hanzidentifier-1.0.2.tar.gz b/hanzidentifier-1.0.2.tar.gz deleted file mode 100644 index f3d5584..0000000 --- a/hanzidentifier-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0bad67163c1b0cfd62a74da5dad6e692983ed9e4777e8ffc9081cb7a894ead6 -size 4130 diff --git a/hanzidentifier-1.1.0.tar.gz b/hanzidentifier-1.1.0.tar.gz new file mode 100644 index 0000000..cb75283 --- /dev/null +++ b/hanzidentifier-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72abcf9c8be3d43ee54c5a4491aec87c2c7488e3ea5a721e8ea663731211de50 +size 4708 diff --git a/python-hanzidentifier.changes b/python-hanzidentifier.changes index 0cc7e14..dfb48ad 100644 --- a/python-hanzidentifier.changes +++ b/python-hanzidentifier.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 28 17:32:02 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version v1.1.0 (2020-10-15) + * New function: count_chinese(). Thanks to ramwin. + * Drop Python 2 + ------------------------------------------------------------------- Mon May 31 06:51:49 UTC 2021 - pgajdos@suse.com diff --git a/python-hanzidentifier.spec b/python-hanzidentifier.spec index 77cf6f2..9051bb1 100644 --- a/python-hanzidentifier.spec +++ b/python-hanzidentifier.spec @@ -1,7 +1,7 @@ # # spec file for package python-hanzidentifier # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hanzidentifier -Version: 1.0.2 +Version: 1.1.0 Release: 0 License: MIT Summary: Python module that identifies Chinese text as Simplified or Traditional