From 2e063163ca116f2172b0e4191a876ed9f39e9b90 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 2 Dec 2024 06:51:56 +0000 Subject: automatic import of python-emoji --- .gitignore | 1 + python-emoji.spec | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 77 insertions(+) create mode 100644 python-emoji.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..6f77aa1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 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 - 1.2.0-1 +- Package init diff --git a/sources b/sources new file mode 100644 index 0000000..8269f20 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +c5e4a80355a0d0aa35a0e06fb49df3f2 emoji-2.14.0.tar.gz -- cgit v1.2.3