Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ansel for openSUSE:Factory checked in at 2021-11-22 23:04:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ansel (Old) and /work/SRC/openSUSE:Factory/.python-ansel.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ansel" Mon Nov 22 23:04:02 2021 rev:3 rq:932839 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ansel/python-ansel.changes 2021-05-17 18:45:24.364600347 +0200 +++ /work/SRC/openSUSE:Factory/.python-ansel.new.1895/python-ansel.changes 2021-11-22 23:04:44.853818582 +0100 @@ -1,0 +2,10 @@ +Fri Nov 19 12:29:38 UTC 2021 - pgaj...@suse.com + +- version update to 0.2.0 + * Improve encoding (~50%) and decoding (~25%) performance. + * Fix handling of combining characters that occur at the end of a file or before + a control character. In those cases an implicit space (`U+0020`) is + introduced. +- do not require pytest-runner, it is not needed + +------------------------------------------------------------------- Old: ---- ansel-0.1.1.tar.gz New: ---- ansel-0.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ansel.spec ++++++ --- /var/tmp/diff_new_pack.4E1UCi/_old 2021-11-22 23:04:45.393816770 +0100 +++ /var/tmp/diff_new_pack.4E1UCi/_new 2021-11-22 23:04:45.397816756 +0100 @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ansel -Version: 0.1.1 +Version: 0.2.0 Release: 0 Summary: Codecs for reading/writing documents in the ANSEL character set License: MIT Group: Development/Languages/Python URL: https://github.com/haney/python-ansel Source: https://files.pythonhosted.org/packages/source/a/ansel/ansel-%{version}.tar.gz -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -43,6 +42,8 @@ %prep %setup -q -n ansel-%{version} +# https://github.com/haney/python-ansel/issues/109 +sed -i 's:.pytest-runner.::' setup.py %build %python_build ++++++ ansel-0.1.1.tar.gz -> ansel-0.2.0.tar.gz ++++++ ++++ 3457 lines of diff (skipped)