Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump emoji from 2.5.0 to 2.14.0 #553

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps emoji from 2.5.0 to 2.14.0.

Release notes

Sourced from emoji's releases.

v2.14.0

  • Change the update script so that it creates JSON files instead of the EMOJI_DATA
  • Update to Unicode 16.0

v2.13.2

  • typing_extensions dependency not required on Python 3.9 and higher

v2.13.1

  • Read JSON files in binary mode to avoid UnicodeDecodeError

v2.13.0

  • Use JSON files to store the database of emoji
  • Load a language into emoji.EMOJI_DATA with emoji.config.load_language("zh")

v2.12.1

  • typing-extensions requires at least version 4.7.0

v2.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
  • Add type hints to tests
  • Remove obsolete dev dependency coveralls

v2.11.1

  • Add missing stubs for purely_emoji

v2.11.0

  • Update to Unicode v15.1

v2.10.1

  • Fix slow import when debugging in Python 3.12

v2.10.0

  • Added Arabic and Turkish translations

v2.9.0

  • Added Russian translation

v2.8.0

  • Update translations to unicode release-43-1
  • Include "derived annotations"-translations from unicode CLDR
  • Fix translations for emoji that have multiple forms with/out \uFE0F (Fixes Partially missing languages #272 )
  • Remove multiple underscore __, ___, ____ and - from translations

v2.7.0

  • Extract aliases from cheat sheet and youtube
  • Fix extracting translations from emojiterra
  • Update EMOJI_DATA with new aliases and translations

... (truncated)

Changelog

Sourced from emoji's changelog.

v2.14.0 (2024-10-02)

  • Update to Unicode 16.0

v2.13.2 (2024-09-23)

  • typing_extensions dependency not required on Python 3.9 and higher #303

v2.13.1 (2024-09-21)

  • Read JSON files in binary mode to avoid UnicodeDecodeError #305

v2.13.0 (2024-09-19)

  • Use JSON files to store the database of emoji
  • Load a language into emoji.EMOJI_DATA with emoji.config.load_language("zh")

v2.12.1 (2024-05-20)

  • typing-extensions requires at least version 4.7.0 #297

v2.12.0 (2024-05-19)

  • 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
  • Add type hints to tests
  • Remove obsolete dev dependency coveralls

v2.11.1 (2024-04-21)

  • Add missing stubs for purely_emoji

v2.11.0 (2024-03-26)

  • Update to Unicode v15.1

v2.10.1 (2024-01-31)

  • Fix slow import when debugging in Python 3.12 #280

v2.10.0 (2024-01-18)

  • Added Arabic and Turkish translations

v2.9.0 (2023-12-05)

  • Added Russian translation

v2.8.0 (2023-08-16)

... (truncated)

Commits
  • 3209717 Merge pull request #309 from cvzi/unicode-16-0
  • ed7facc Fix test
  • 960ebe7 Version bump 2.14.0
  • 48baa01 Update JSON files to Unicode 16.0
  • ad49ee6 Adapt documentation to the new utility scripts
  • 8f3005a Utility scripts to create JSON files from Unicode.org data
  • fb04264 Update init.py
  • c8e2749 Update CHANGES.md
  • 824fed5 Merge pull request #307 from cvzi/typing_extensions
  • 92e0d8c Update changelog v2.13.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner November 8, 2024 00:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip Pull requests that update pip mod dependencies labels Nov 8, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/emoji-2.14.0 branch 2 times, most recently from c3a861a to e157731 Compare November 12, 2024 16:44
@rustydb
Copy link
Contributor

rustydb commented Nov 12, 2024

This is failing during Pyinstaller, there is some file that is new in the newer emoji that is not included, or something we're referencing that is no longer included.

Error:

+ rm pyinstaller.spec
+ chown -R --reference=. ./dist/linux
+ mkdir -p /home/jenkins/workspace/canu_dependabot_pip_emoji-2.14.0/dist/rpmbuild/x86_64/3.10/BUILDROOT/canu-1.9.6.dev36+ge157731-1.x86_64/usr/bin
+ install -m 755 dist/linux/canu /home/jenkins/workspace/canu_dependabot_pip_emoji-2.14.0/dist/rpmbuild/x86_64/3.10/BUILDROOT/canu-1.9.6.dev36+ge157731-1.x86_64/usr/bin/canu
+ /home/jenkins/workspace/canu_dependabot_pip_emoji-2.14.0/dist/rpmbuild/x86_64/3.10/BUILDROOT/canu-1.9.6.dev36+ge157731-1.x86_64/usr/bin/canu --version
Traceback (most recent call last):
File "cli.py", line 39, in <module>
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
File "report/report.py", line 25, in <module>
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
File "report/network/network.py", line 26, in <module>
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
File "report/network/firmware/firmware.py", line 35, in <module>
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
File "emoji/__init__.py", line 60, in <module>
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
File "emoji/core.py", line 19, in <module>
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 384, in exec_module
File "emoji/unicode_codes/__init__.py", line 105, in <module>
File "emoji/unicode_codes/__init__.py", line 83, in _load_default_from_json
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIoyKtlg/emoji/unicode_codes/emoji.json'
[PYI-1681:ERROR] Failed to execute script 'cli' due to unhandled exception!
error: Bad exit status from /var/tmp/rpm-tmp.QMCssq (%install)

@dependabot dependabot bot force-pushed the dependabot/pip/emoji-2.14.0 branch 3 times, most recently from d057a48 to 937eaef Compare November 14, 2024 22:34
Bumps [emoji](https://github.com/carpedm20/emoji) from 2.5.0 to 2.14.0.
- [Release notes](https://github.com/carpedm20/emoji/releases)
- [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md)
- [Commits](carpedm20/emoji@v2.5.0...v2.14.0)

---
updated-dependencies:
- dependency-name: emoji
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/emoji-2.14.0 branch from 937eaef to 6fbafc4 Compare November 25, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pip Pull requests that update pip mod dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant