Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-unicode-display_width for
openSUSE:Factory checked in at 2023-10-17 20:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-unicode-display_width (Old)
and /work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.20540
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-unicode-display_width"
Tue Oct 17 20:24:46 2023 rev:9 rq:1118192 version:2.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-unicode-display_width/rubygem-unicode-display_width.changes
2023-10-10 21:01:01.859672317 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-unicode-display_width.new.20540/rubygem-unicode-display_width.changes
2023-10-17 20:24:54.823104266 +0200
@@ -1,0 +2,9 @@
+Fri Oct 13 19:56:36 UTC 2023 - Mykola Krachkovsky <[email protected]>
+
+- updated to version 2.5.0
+
+ ## 2.5.0
+
+ - Unicode 15.1
+
+-------------------------------------------------------------------
Old:
----
unicode-display_width-2.4.2.gem
New:
----
unicode-display_width-2.5.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-unicode-display_width.spec ++++++
--- /var/tmp/diff_new_pack.bzysuj/_old 2023-10-17 20:24:55.671133953 +0200
+++ /var/tmp/diff_new_pack.bzysuj/_new 2023-10-17 20:24:55.671133953 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-unicode-display_width
-Version: 2.4.2
+Version: 2.5.0
Release: 0
%define mod_name unicode-display_width
%define mod_full_name %{mod_name}-%{version}
++++++ unicode-display_width-2.4.2.gem -> unicode-display_width-2.5.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2023-01-04 12:17:21.000000000 +0100
+++ new/CHANGELOG.md 2023-10-01 20:42:44.000000000 +0200
@@ -1,5 +1,9 @@
# CHANGELOG
+## 2.5.0
+
+- Unicode 15.1
+
## 2.4.2
More performance improvements:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2023-01-04 12:17:21.000000000 +0100
+++ new/README.md 2023-10-01 20:42:44.000000000 +0200
@@ -2,9 +2,9 @@
Determines the monospace display width of a string in Ruby. Useful for all
kinds of terminal-based applications. Implementation based on
[EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt)
and other data, 100% in Ruby. It does not rely on the OS vendor (like
[wcwidth()](https://github.com/janlelis/wcswidth-ruby)) to provide an
up-to-date method for measuring string width.
-Unicode version: **15.0.0** (September 2022)
+Unicode version: **15.1.0** (September 2023)
-Supported Rubies: **3.1**, **3.0**, **2.7**
+Supported Rubies: **3.2**, **3.1**, **3.0**, **2.7**
Old Rubies which might still work: **2.6**, **2.5**, **2.4**
@@ -12,7 +12,7 @@
## Version 2.4.2 â Performance Updates
-**If you use this gem, you should really upgrade to 2.4.2. It's often 100x
faster, sometimes even 1000x and more!**
+**If you use this gem, you should really upgrade to 2.4.2 or newer. It's often
100x faster, sometimes even 1000x and more!**
This is possible because the gem now detects if you use very basic (and
common) characters, like ASCII characters. Furthermore, the charachter width
lookup code has been optimized, so even when full-width characters are
involved, the gem is much faster now.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/data/display_width.marshal.gz and
new/data/display_width.marshal.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/unicode/display_width/constants.rb
new/lib/unicode/display_width/constants.rb
--- old/lib/unicode/display_width/constants.rb 2023-01-04 12:17:21.000000000
+0100
+++ new/lib/unicode/display_width/constants.rb 2023-10-01 20:42:44.000000000
+0200
@@ -2,8 +2,8 @@
module Unicode
class DisplayWidth
- VERSION = "2.4.2"
- UNICODE_VERSION = "15.0.0"
+ VERSION = "2.5.0"
+ UNICODE_VERSION = "15.1.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) +
"/../../../data/")
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2023-01-04 12:17:21.000000000 +0100
+++ new/metadata 2023-10-01 20:42:44.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: unicode-display_width
version: !ruby/object:Gem::Version
- version: 2.4.2
+ version: 2.5.0
platform: ruby
authors:
- Jan Lelis
autorequire:
bindir: bin
cert_chain: []
-date: 2023-01-04 00:00:00.000000000 Z
+date: 2023-10-01 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rspec
@@ -38,7 +38,7 @@
- - "~>"
- !ruby/object:Gem::Version
version: '13.0'
-description: "[Unicode 15.0.0] Determines the monospace display width of a
string
+description: "[Unicode 15.1.0] Determines the monospace display width of a
string
using EastAsianWidth.txt, Unicode general category, and other data."
email:
- [email protected]
@@ -81,7 +81,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubygems_version: 3.4.1
+rubygems_version: 3.4.4
signing_key:
specification_version: 4
summary: Determines the monospace display width of a string in Ruby.