diff --git a/concurrent-ruby-1.1.10.gem b/concurrent-ruby-1.1.10.gem new file mode 100644 index 0000000000000000000000000000000000000000..c796701bee2610846a41c4e21adc0f9a9de8c852 Binary files /dev/null and b/concurrent-ruby-1.1.10.gem differ diff --git a/concurrent-ruby-1.1.9.gem b/concurrent-ruby-1.1.9.gem deleted file mode 100644 index 9ed64f26c74f41c368036dae52c4ea8d7580efe4..0000000000000000000000000000000000000000 Binary files a/concurrent-ruby-1.1.9.gem and /dev/null differ diff --git a/rubygem-concurrent-ruby.spec b/rubygem-concurrent-ruby.spec index 12b5dc56261ccff72edf761bf44f3db2f2ea1d3e..5ff8399b544aa3762084d6ed6f10c1dc420a9015 100644 --- a/rubygem-concurrent-ruby.spec +++ b/rubygem-concurrent-ruby.spec @@ -1,6 +1,6 @@ %global gem_name concurrent-ruby Name: rubygem-%{gem_name} -Version: 1.1.9 +Version: 1.1.10 Release: 1 Summary: Modern concurrency tools for Ruby License: MIT @@ -42,7 +42,7 @@ sed -i '/require.*concurrent-edge/ s/^/#/' spec/spec_helper.rb sed -i '/allow_c_extensions?/,/^ end/ s/^/#/' spec/concurrent/atomic/atomic_reference_spec.rb RUBYOPT=-Ilib/concurrent-ruby rspec -rspec_helper \ -fd \ - --exclude-pattern 'spec/concurrent/{actor_spec.rb,channel_spec.rb,lazy_register_spec.rb,channel/**/*,edge/**/*,promises_spec.rb,throttle_spec.rb,cancellation_spec.rb,scheduled_task_spec.rb,timer_task_spec.rb,executor/wrapping_executor_spec.rb}' \ + --exclude-pattern 'spec/concurrent/{actor_spec.rb,channel_spec.rb,lazy_register_spec.rb,channel/**/*,edge/**/*,promises_spec.rb,throttle_spec.rb,cancellation_spec.rb,scheduled_task_spec.rb,timer_task_spec.rb,executor/wrapping_executor_spec.rb,executor/safe_task_executor_spec.rb:113,executor/safe_task_executor_spec.rb:123,executor/safe_task_executor_spec.rb:115,executor/safe_task_executor_spec.rb:125}' \ spec popd @@ -63,6 +63,12 @@ popd %{gem_instdir}/Rakefile %changelog +* Fri Aug 22 2025 openeuler_bot - 1.1.10-1 +- The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads (version:1.1.10). +- You can now explicitly `prune_pool` a thread pool (Sylvain Joyeux) (version:1.1.10). +- We switched the Yahoo stock API for demos to Alpha Vantage (Gustavo Caso) (version:1.1.10). +- `monotonic_time` now accepts an optional unit parameter, as Ruby's `clock_gettime` (Jean Boussier) (version:1.1.10). + * Tue Jul 19 2022 liyanan - 1.1.9-1 - update to 1.1.9 @@ -70,4 +76,4 @@ popd - fix build fail * Tue Aug 18 2020 wanglin - 1.0.5-1 -- package init +- package init \ No newline at end of file diff --git a/v1.1.9.tar.gz b/v1.1.10.tar.gz similarity index 38% rename from v1.1.9.tar.gz rename to v1.1.10.tar.gz index 10d1a6d6a5c71d705c68f13fc4d849f4e836aa48..4ec1fd695be08cd51649a78645038dc29f82fab2 100644 Binary files a/v1.1.9.tar.gz and b/v1.1.10.tar.gz differ