From cae6d9db97154a3cc1a92730524f200b2801f6d5690235870d6be5a6d9b5ae95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 11 Jun 2019 09:58:36 +0000 Subject: [PATCH] Accepting request 709088 from home:mcalabkova:branches:devel:languages:python - update to version 2.1.0 * Relicensed under the more permissive MIT License. * fix inconsistencies with the inflect method * Improved unicode handling. * Fix capitalization issues in processes where more than one word is involved. * fix extraneous close parentheses. * Dropped support for Python 3.3. * Moved hosting to jazzband. OBS-URL: https://build.opensuse.org/request/show/709088 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=4 --- inflect-0.2.5.tar.gz | 3 --- inflect-2.1.0.tar.gz | 3 +++ python-inflect.changes | 13 +++++++++++++ python-inflect.spec | 21 ++++++++++----------- 4 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 inflect-0.2.5.tar.gz create mode 100644 inflect-2.1.0.tar.gz diff --git a/inflect-0.2.5.tar.gz b/inflect-0.2.5.tar.gz deleted file mode 100644 index eda43e6..0000000 --- a/inflect-0.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2014c8dcb2114ebae2941ba3f0fbd98a02c846792a7b72f2da31eb9aa431a818 -size 109756 diff --git a/inflect-2.1.0.tar.gz b/inflect-2.1.0.tar.gz new file mode 100644 index 0000000..90b5173 --- /dev/null +++ b/inflect-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ded1b2a6fcf0fc0397419c7727f131a93b67b80d899f2973be7758628e12b73 +size 98767 diff --git a/python-inflect.changes b/python-inflect.changes index 9427b06..77f221a 100644 --- a/python-inflect.changes +++ b/python-inflect.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jun 11 08:38:40 UTC 2019 - Marketa Calabkova + +- update to version 2.1.0 + * Relicensed under the more permissive MIT License. + * fix inconsistencies with the inflect method + * Improved unicode handling. + * Fix capitalization issues in processes where more than one word + is involved. + * fix extraneous close parentheses. + * Dropped support for Python 3.3. + * Moved hosting to jazzband. + ------------------------------------------------------------------- Tue Jul 4 18:37:00 UTC 2017 - aloisio@gmx.com diff --git a/python-inflect.spec b/python-inflect.spec index 22e2976..d8157af 100644 --- a/python-inflect.spec +++ b/python-inflect.spec @@ -1,7 +1,7 @@ # # spec file for package python-inflect # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,23 @@ # 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-%{**}} Name: python-inflect -Version: 0.2.5 +Version: 2.1.0 Release: 0 Summary: Methods for working on numbers and nouns -License: AGPL-3.0 +License: MIT Group: Development/Languages/Python -Url: https://github.com/pwdyson/inflect.py +URL: https://github.com/jazzband/inflect Source0: https://files.pythonhosted.org/packages/source/i/inflect/inflect-%{version}.tar.gz -BuildRequires: %{python_module base} BuildRequires: %{python_module nose} +BuildRequires: %{python_module setuptools_scm} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -45,14 +44,14 @@ rm -rf inflect.egg-info %install %python_install -%python_exec %fdupes -s %{buildroot}%{$python_sitelib} +%python_exec %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=build/lib %{_bindir}/nosetests +%python_expand nosetests-%{$python_bin_suffix} %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES.txt COPYING.txt README.rst +%license LICENSE +%doc CHANGES.txt README.rst %{python_sitelib}/* %changelog