Skip to content

Commit

Permalink
bump utf8proc version, support Unicode 13 (#35282)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Mar 30, 2020
1 parent 72d7341 commit b6c06dd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ New language features
`register_error_hint` function. Packages that define custom exception types
can support hints by calling `show_error_hints` from their `showerror` method. ([#35094])

* Support for Unicode 13.0.0 (via utf8proc 2.5) ([#35282]).

Language changes
----------------

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2e1fd70d1580d6a950bd30118c3cd1df
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
95d6dba2bbdfc5003f6d21fd02c926c7db9661895010041aacee55fa11dc2524bcffaa90965e2a9a8f2a9e49e93ec7572d6a4de6d5d9f9e075b787537864ea20

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions deps/utf8proc.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UTF8PROC_BRANCH=v2.4.0
UTF8PROC_SHA1=5c632c57426f2e4246e3b64dd2fd088d3920f9e5
UTF8PROC_BRANCH=v2.5.0
UTF8PROC_SHA1=0890a538bf8238cded9be0c81171f57e43f2c755
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DOCUMENTER_OPTIONS := linkcheck=$(linkcheck) doctest=$(doctest) buildroot=$(call

$(SRCCACHE)/UnicodeData.txt:
@mkdir -p "$(SRCCACHE)"
$(JLDOWNLOAD) "$@" http:https://www.unicode.org/Public/9.0.0/ucd/UnicodeData.txt
$(JLDOWNLOAD) "$@" http:https://www.unicode.org/Public/13.0.0/ucd/UnicodeData.txt

deps: $(SRCCACHE)/UnicodeData.txt
$(JLCHECKSUM) "$<"
Expand Down

0 comments on commit b6c06dd

Please sign in to comment.