15
0
forked from pool/python-ansel

Accepting request 932529 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/932529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansel?expand=0&rev=6
This commit is contained in:
2021-11-21 23:42:36 +00:00
committed by Git OBS Bridge
parent af7d658db4
commit e0762c48f5
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3cb2c6a726dcf674bcd1cbd1fc4f35b80167b1c090ea94f6bc60c70f4e615eab
size 29225

3
ansel-0.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:156d2f7b41c9a604bb6bb28ef9c779c182b183eb06a161b17aede3058f03693a
size 22980

View File

@@ -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

View File

@@ -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