diff --git a/ansel-0.1.1.tar.gz b/ansel-0.1.1.tar.gz deleted file mode 100644 index c99ed77..0000000 --- a/ansel-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cb2c6a726dcf674bcd1cbd1fc4f35b80167b1c090ea94f6bc60c70f4e615eab -size 29225 diff --git a/ansel-0.2.0.tar.gz b/ansel-0.2.0.tar.gz new file mode 100644 index 0000000..d3fca38 --- /dev/null +++ b/ansel-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156d2f7b41c9a604bb6bb28ef9c779c182b183eb06a161b17aede3058f03693a +size 22980 diff --git a/python-ansel.changes b/python-ansel.changes index 2d350fd..4a8c5c8 100644 --- a/python-ansel.changes +++ b/python-ansel.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Nov 19 12:29:38 UTC 2021 - pgajdos@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 + ------------------------------------------------------------------- Mon May 17 06:14:44 UTC 2021 - pgajdos@suse.com diff --git a/python-ansel.spec b/python-ansel.spec index 5fdad99..8434306 100644 --- a/python-ansel.spec +++ b/python-ansel.spec @@ -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 @@ Codecs for reading/writing documents in the ANSEL character set. %prep %setup -q -n ansel-%{version} +# https://github.com/haney/python-ansel/issues/109 +sed -i 's:.pytest-runner.::' setup.py %build %python_build