14
0
forked from pool/python-emoji

Accepting request 1203665 from home:theMarix:branches:devel:languages:python

- Update to 2.13.2
  * Read JSON files in binary mode to avoid UnicodeDecodeError
  * typing_extensions dependency not required on Python 3.9 and
    higher
- Drop dependency on python-typing_extensions as we are only
  packaging for Python versions higher than 3.9.

OBS-URL: https://build.opensuse.org/request/show/1203665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-emoji?expand=0&rev=63
This commit is contained in:
2024-09-27 09:36:06 +00:00
committed by Git OBS Bridge
parent 7f2ef16fca
commit 2d13628fca
4 changed files with 14 additions and 6 deletions

View File

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

3
emoji-2.13.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 25 19:00:44 UTC 2024 - Matthias Bach <marix@marix.org>
- Update to 2.13.2
* Read JSON files in binary mode to avoid UnicodeDecodeError
* typing_extensions dependency not required on Python 3.9 and
higher
- Drop dependency on python-typing_extensions as we are only
packaging for Python versions higher than 3.9.
-------------------------------------------------------------------
Thu Sep 19 19:54:48 UTC 2024 - Matthias Bach <marix@marix.org> - 2.13.0

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-emoji
Version: 2.13.0
Version: 2.13.2
Release: 0
Summary: Emoji for Python
License: BSD-3-Clause
@@ -29,11 +29,9 @@ Source: https://files.pythonhosted.org/packages/source/e/emoji/emoji-%{v
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module typing_extensions >= 4.7.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-typing_extensions >= 4.7.0
BuildArch: noarch
%python_subpackages