From 5a2b102103e4bfd3b326736f54bf296f29bd6a2e061c6a7a1dcf036959563ef3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 20:04:47 +0000 Subject: [PATCH] - update to 3.1.0: * Argument `should_rename_legacy` for legacy function `detect` and disregard any new arguments without errors (PR #262) * Removed Support for Python 3.6 (PR #260) * Optional speedup provided by mypy/c 1.0.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-charset-normalizer?expand=0&rev=35 --- charset_normalizer-3.0.1.tar.gz | 3 --- charset_normalizer-3.1.0.tar.gz | 3 +++ python-charset-normalizer.changes | 9 +++++++++ python-charset-normalizer.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 charset_normalizer-3.0.1.tar.gz create mode 100644 charset_normalizer-3.1.0.tar.gz diff --git a/charset_normalizer-3.0.1.tar.gz b/charset_normalizer-3.0.1.tar.gz deleted file mode 100644 index 3abb897..0000000 --- a/charset_normalizer-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e20e078e48e03b493674443bd005d360128a440394e2bc8cbb7a01610cb652d9 -size 89120 diff --git a/charset_normalizer-3.1.0.tar.gz b/charset_normalizer-3.1.0.tar.gz new file mode 100644 index 0000000..f1b177f --- /dev/null +++ b/charset_normalizer-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca96d2ffef13e7062c53df8619e97b910343d1e14b4b92ee71bc61d2d18ced4 +size 90246 diff --git a/python-charset-normalizer.changes b/python-charset-normalizer.changes index c5c2f5b..924a3a6 100644 --- a/python-charset-normalizer.changes +++ b/python-charset-normalizer.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 26 20:04:17 UTC 2023 - Dirk Müller + +- update to 3.1.0: + * Argument `should_rename_legacy` for legacy function `detect` + and disregard any new arguments without errors (PR #262) + * Removed Support for Python 3.6 (PR #260) + * Optional speedup provided by mypy/c 1.0.1 + ------------------------------------------------------------------- Sat Dec 3 04:13:46 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-charset-normalizer.spec b/python-charset-normalizer.spec index 7c6f53e..d9e4418 100644 --- a/python-charset-normalizer.spec +++ b/python-charset-normalizer.spec @@ -1,7 +1,7 @@ # # spec file for package python-charset-normalizer # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,13 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-charset-normalizer -Version: 3.0.1 +Version: 3.1.0 Release: 0 Summary: Python Universal Charset detector License: MIT URL: https://github.com/ousret/charset_normalizer Source: https://github.com/Ousret/charset_normalizer/archive/refs/tags/%{version}.tar.gz#/charset_normalizer-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros