summaryrefslogtreecommitdiff
path: root/python-emoji.spec
blob: 5a48970dbfe37f73617c00aeedd901d87005f6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
%global pypi_name emoji

Name: python-%{pypi_name}
Version: 2.14.0
Release: 1

License: BSD
Summary: Full featured simple emoji library for python3
URL: https://pypi.python.org/pypi/%{pypi_name}
Source0: %{pypi_source %{pypi_name}}
BuildArch: noarch

BuildRequires: python3-devel python3-pip python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3dist(nose2)
BuildRequires: python3dist(coverage)

%description
Full featured simple emoji library for python3

%package -n python3-%{pypi_name}
Summary: Full featured simple emoji library for python3
%{?python_provide:%python_provide python3-%{pypi_name}}

%description -n python3-%{pypi_name}
Full featured simple emoji library for python3

%prep
%autosetup -n %{pypi_name}-%{version}

%build
%pyproject_build

%install
%pyproject_install

%check
%pytest

%files -n python3-%{pypi_name}
%license LICENSE.txt
%doc README.rst CHANGES.md
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-*.dist-info

%changelog
* Sun Dec 01 2024 sqfu <dev01203@linx-info.com> - 2.14.0-1
- Update package to version 2.14.0
- Fix getting UnicodeDecodeError on v2.13.0
- Fix cannot import name 'Match' from 'typing_extensions'
- Latest emoji package release resolves dependencies incorrectly
- Migrate project to pyproject.toml
- Readme Codeblocks
- Add support for Unicode Version 15.1
- Fix partially missing languages
- Fix deprecation warning legacy setup.py install method
- Fix malformed zero width joiner (\u200d) causes IndexError
- Fix attributeError: module 'emoji' has no attribute 'analyze'
- Fix issues with some emoji
- Fix Mypy giving error when using emojize
- DEPRECATION: emoji is being installed using the legacy 'setup.py install' method
- Always include release dates in changelog not a bug
- Add support for Unicode Version 15
- Persian/Farsi Lanuage emoji support
- Fix attributeError: module 'emoji' has no attribute 'UNICODE_EMOJI'
- module 'emoji' has attribute 'get_emoji_regexp'
- module 'emoji' has attribute 'UNICODE_EMOJI'
- module 'emoji' has attribute 'get_emoji_regexp'
- Fix emoji conversion failed when specifying delimiters
- Supported languages help wanted
- Replacement for emoji.get_emoji_regexp()
- Ability to change skin tone and gender of all emoji's in a text

* Wed Jun 23 2021 xuhe <xuhe@kylinos.cn> - 1.2.0-1
- Package init