summaryrefslogtreecommitdiff
path: root/python-emoji.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-emoji.spec')
-rw-r--r--python-emoji.spec75
1 files changed, 75 insertions, 0 deletions
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