forked from pool/python-emoji
Accepting request 1175388 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1175388 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-emoji?expand=0&rev=29
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:062ff0b3154b6219143f8b9f4b3e5c64c35bc2b146e6e2349ab5f29e218ce1ee
|
||||
size 441576
|
||||
3
emoji-2.12.0.tar.gz
Normal file
3
emoji-2.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f0a3907f1235810a3e9f0880230d6c519f3c0e649a9285867e19a2feec3721e
|
||||
size 441960
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 08:35:37 UTC 2024 - Matthias Bach <marix@marix.org> - 2.12.0
|
||||
|
||||
- Update to 2.12.0
|
||||
* Move type annotations inline
|
||||
* Use functools.lru_cache for looking up emoji by name with
|
||||
get_emoji_by_name()
|
||||
* Move internal functions get_emoji_unicode_dict(),
|
||||
get_aliases_unicode_dict(), _EMOJI_UNICODE and _ALIASES_UNICODE
|
||||
to testutils
|
||||
* Drop support for Python 3.6
|
||||
- Added new dependency on python-typing_extensions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 18:45:12 UTC 2024 - Matthias Bach <marix@marix.org> - 2.11.1
|
||||
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15allpythons}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-emoji
|
||||
Version: 2.11.1
|
||||
Version: 2.12.0
|
||||
Release: 0
|
||||
Summary: Emoji for Python
|
||||
License: BSD-3-Clause
|
||||
@@ -29,9 +29,11 @@ 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}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-typing_extensions
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user