Accepting request 1039709 from home:yarunachalam:branches:devel:languages:python

- Update to 3.0.1 
  Fixed
  Multi-bytes cutter/chunk generator did not always cut correctly (PR #233)
  Changed
  Speedup provided by mypy/c 0.990 on Python >= 3.7

OBS-URL: https://build.opensuse.org/request/show/1039709
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=33
This commit is contained in:
Dirk Mueller 2022-12-03 07:29:01 +00:00 committed by Git OBS Bridge
parent fa191726b9
commit 20637d8d7f
4 changed files with 13 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 3 04:13:46 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.0.1
Fixed
Multi-bytes cutter/chunk generator did not always cut correctly (PR #233)
Changed
Speedup provided by mypy/c 0.990 on Python >= 3.7
-------------------------------------------------------------------
Thu Oct 27 22:18:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-charset-normalizer
Version: 3.0.0
Version: 3.0.1
Release: 0
Summary: Python Universal Charset detector
License: MIT