Hello community, here is the log from the commit of package python-translitcodec for openSUSE:Leap:15.2 checked in at 2020-02-22 17:50:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-translitcodec (Old) and /work/SRC/openSUSE:Leap:15.2/.python-translitcodec.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-translitcodec" Sat Feb 22 17:50:24 2020 rev:1 rq:775793 version:0.4.0 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-translitcodec.new.26092/python-translitcodec.changes 2020-02-22 17:50:24.485524808 +0100 @@ -0,0 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 18 15:51:20 UTC 2019 - John Vandenberg <[email protected]> + +- Convert to single spec +- Add %license +- Update to v0.4.0 + * Added Python 3 compatibility + +------------------------------------------------------------------- +Mon Jul 23 11:10:34 UTC 2012 - [email protected] + +- Initial version for v0.3 + New: ---- python-translitcodec.changes python-translitcodec.spec translitcodec-0.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-translitcodec.spec ++++++ # # spec file for package python-translitcodec # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-translitcodec Version: 0.4.0 Release: 0 License: MIT Summary: Unicode to 8-bit charset transliteration codec Url: https://github.com/claudep/translitcodec Group: Development/Languages/Python 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 BuildArch: noarch %python_subpackages %description This package contains codecs for transliterating ISO 10646 texts into best-effort representations using smaller coded character sets (ASCII, ISO 8859, etc.). The translation tables used by the codecs are from the ``transtab`` collection by Markus Kuhn. %prep %setup -q -n translitcodec-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} %doc AUTHORS CHANGES README %license LICENSE %{python_sitelib}/* %changelog
