diff options
author | CoprDistGit <infra@openeuler.org> | 2024-12-02 06:51:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-12-02 06:51:56 +0000 |
commit | 2e063163ca116f2172b0e4191a876ed9f39e9b90 (patch) | |
tree | 52cb0abece933c1aaaa00e49f4afc1bbac33bf6b | |
parent | 220d97c3527e9f2bfefb4290433c3d4434477a83 (diff) |
automatic import of python-emojiopeneuler24.09
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-emoji.spec | 75 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 77 insertions, 0 deletions
@@ -0,0 +1 @@ +/emoji-2.14.0.tar.gz diff --git a/python-emoji.spec b/python-emoji.spec new file mode 100644 index 0000000..5a48970 --- /dev/null +++ b/python-emoji.spec @@ -0,0 +1,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 @@ -0,0 +1 @@ +c5e4a80355a0d0aa35a0e06fb49df3f2 emoji-2.14.0.tar.gz |