From 1fdd4197d8bdaf81eb7c9e27f3d33eb0a8cdf31e48f63bfe75e94c8af809df75 Mon Sep 17 00:00:00 2001 From: Manuel Schnitzer Date: Sun, 15 May 2022 15:37:25 +0000 Subject: [PATCH] Accepting request 977354 from home:mschnitzer:ruby:extensions update OBS-URL: https://build.opensuse.org/request/show/977354 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-concurrent-ruby?expand=0&rev=27 --- concurrent-ruby-1.1.10.gem | 3 +++ concurrent-ruby-1.1.9.gem | 3 --- rubygem-concurrent-ruby.changes | 15 +++++++++++++++ rubygem-concurrent-ruby.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 concurrent-ruby-1.1.10.gem delete mode 100644 concurrent-ruby-1.1.9.gem diff --git a/concurrent-ruby-1.1.10.gem b/concurrent-ruby-1.1.10.gem new file mode 100644 index 0000000..114cb41 --- /dev/null +++ b/concurrent-ruby-1.1.10.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244cb1ca0d91ec2c15ca2209507c39fb163336994428e16fbd3f465c87bd8e68 +size 360448 diff --git a/concurrent-ruby-1.1.9.gem b/concurrent-ruby-1.1.9.gem deleted file mode 100644 index 6f0e3fc..0000000 --- a/concurrent-ruby-1.1.9.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ec0846d991c38f355b4228ad8ea77aa69c3fdaa320cd574dafedc10c4688a5b -size 358400 diff --git a/rubygem-concurrent-ruby.changes b/rubygem-concurrent-ruby.changes index f349a52..223fcca 100644 --- a/rubygem-concurrent-ruby.changes +++ b/rubygem-concurrent-ruby.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun May 15 15:28:32 UTC 2022 - Manuel Schnitzer + +- updated to version 1.1.10 + + * (#951) Set the Ruby compatibility version at 2.2 + * (#939, #933) The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads + * (#938, #761, #652) You can now explicitly `prune_pool` a thread pool (Sylvain Joyeux) + * (#937, #757, #670) We switched the Yahoo stock API for demos to Alpha Vantage (Gustavo Caso) + * (#932, #931) We changed how `SafeTaskExecutor` handles local jump errors (Aaron Jensen) + * (#927) You can use keyword arguments in your initialize when using `Async` (Matt Larraz) + * (#926, #639) We removed timeout from `TimerTask` because it wasn't sound, and now it's a no-op with a warning (Jacob Atzen) + * (#919) If you double-lock a re-entrant read-write lock, we promote to locked for writing (zp yuan) + * (#915) `monotonic_time` now accepts an optional unit parameter, as Ruby's `clock_gettime` (Jean Boussier) + ------------------------------------------------------------------- Thu Jun 24 17:12:01 UTC 2021 - Stephan Kulow diff --git a/rubygem-concurrent-ruby.spec b/rubygem-concurrent-ruby.spec index 553ef55..7b10b1c 100644 --- a/rubygem-concurrent-ruby.spec +++ b/rubygem-concurrent-ruby.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-concurrent-ruby # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,12 +24,12 @@ # Name: rubygem-concurrent-ruby -Version: 1.1.9 +Version: 1.1.10 Release: 0 %define mod_name concurrent-ruby %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{ruby >= 1.9.3} +BuildRequires: %{ruby >= 2.2} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 URL: http://www.concurrent-ruby.com