commit perl-Mojo-Redis for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Mojo-Redis for openSUSE:Factory
checked in at 2020-10-13 15:47:09
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-Redis (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojo-Redis.new.3486 (New)
Package is "perl-Mojo-Redis"
Tue Oct 13 15:47:09 2020 rev:4 rq:841494 version:3.25
Changes:
--- /work/SRC/openSUSE:Factory/perl-Mojo-Redis/perl-Mojo-Redis.changes
2019-06-14 20:42:21.774396667 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Mojo-Redis.new.3486/perl-Mojo-Redis.changes
2020-10-13 15:47:48.397505673 +0200
@@ -1,0 +2,11 @@
+Sun Oct 4 03:19:11 UTC 2020 - Tina Müller
+
+- updated to 3.25
+ see /usr/share/doc/packages/perl-Mojo-Redis/Changes
+
+ 3.25 2020-10-02T10:21:30+0900
+ - Fix handling undef() in _process_...() methods #56
+ - Fix some leaks in Mojo::Redis::PubSub
+ - Add Mojo::Redis::PubSub->notify_p()
+
+---
Old:
Mojo-Redis-3.24.tar.gz
New:
Mojo-Redis-3.25.tar.gz
Other differences:
--
++ perl-Mojo-Redis.spec ++
--- /var/tmp/diff_new_pack.vXavO0/_old 2020-10-13 15:47:49.169506006 +0200
+++ /var/tmp/diff_new_pack.vXavO0/_new 2020-10-13 15:47:49.169506006 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojo-Redis
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: perl-Mojo-Redis
-Version:3.24
+Version:3.25
Release:0
%define cpan_name Mojo-Redis
Summary:Redis driver based on Mojo::IOLoop
License:Artistic-2.0
Group: Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
Source1:cpanspec.yml
BuildArch: noarch
++ Mojo-Redis-3.24.tar.gz -> Mojo-Redis-3.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojo-Redis-3.24/.github/workflows/ci-ubuntu.yml
new/Mojo-Redis-3.25/.github/workflows/ci-ubuntu.yml
--- old/Mojo-Redis-3.24/.github/workflows/ci-ubuntu.yml 1970-01-01
01:00:00.0 +0100
+++ new/Mojo-Redis-3.25/.github/workflows/ci-ubuntu.yml 2020-08-11
01:59:06.0 +0200
@@ -0,0 +1,37 @@
+name: ci-ubuntu
+on: [push, pull_request]
+jobs:
+ perl:
+runs-on: ubuntu-latest
+services:
+ redis:
+image: redis
+options: >-
+ --health-cmd "redis-cli ping"
+ --health-interval 10s
+ --health-timeout 5s
+ --health-retries 5
+strategy:
+ matrix:
+perl-version:
+ - '5.16'
+ - '5.24'
+ - '5.30'
+container:
+ image: perl:${{matrix.perl-version}}
+steps:
+ - uses: actions/checkout@v2
+ - name: perl -V
+run: perl -V
+ - name: Fix ExtUtils::MakeMaker (for Perl 5.16 and 5.18)
+run: cpanm -n App::cpanminus ExtUtils::MakeMaker
+ - name: Install dependencies
+run: |
+ cpanm -n --installdeps .
+ cpanm -n Test::Pod Test::Pod::Coverage
+ - name: Run tests
+run: prove -l t/*.t
+env:
+ HARNESS_OPTIONS: j3
+ TEST_ONLINE: redis://redis
+ TEST_POD: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojo-Redis-3.24/.vstags new/Mojo-Redis-3.25/.vstags
--- old/Mojo-Redis-3.24/.vstags 2019-04-09 04:16:28.0 +0200
+++ new/Mojo-Redis-3.25/.vstags 2019-08-08 23:20:36.0 +0200
@@ -12,19 +12,19 @@
DESTROYlib/Mojo/Redis/Database.pm 209;" s
Mojo::Redislib/Mojo/Redis.pm 1;" p
Mojo::Redis::Cache lib/Mojo/Redis/Cache.pm 1;" p
-Mojo::Redis::Cache::OFFLINElib/Mojo/Redis/Cache.pm 10;"c
-Mojo::Redis::Cache::_compute_p lib/Mojo/Redis/Cache.pm 48;"s
-Mojo::Redis::Cache::_maybe_compute_p lib/Mojo/Redis/Cache.pm 64;"s
-Mojo::Redis::Cache::_offline_connectionlib/Mojo/Redis/Cache.pm 87;"
s
-Mojo::Redis::Cache::compute_p lib/Mojo/Redis/Cache.pm 24;"s
-Mojo::Redis::Cache::memoize_p lib/Mojo/Redis/Cache.pm 39;"s
+Mojo::Redis::Cache::OFFLINElib/Mojo/Redis/Cache.pm 9;" c
+Mojo::Redis::Cache::_compute_p lib/Mojo/Redis/Cache.pm 45;"s
+Mojo::Redis::Cache::_maybe_compute_p lib/Mojo/Redis/Cache.pm 61;"s
+Mojo::Redis::Cache::_offline_connectionlib/Mojo/Redis/Cache.pm 84;"
s
+Mojo::Redis::Cach
commit perl-Mojo-Redis for openSUSE:Factory
Hello community,
here is the log from the commit of package perl-Mojo-Redis for openSUSE:Factory
checked in at 2019-06-14 20:42:19
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-Redis (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojo-Redis.new.4811 (New)
Package is "perl-Mojo-Redis"
Fri Jun 14 20:42:19 2019 rev:3 rq:709780 version:3.24
Changes:
--- /work/SRC/openSUSE:Factory/perl-Mojo-Redis/perl-Mojo-Redis.changes
2019-02-02 21:50:16.835927213 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Mojo-Redis.new.4811/perl-Mojo-Redis.changes
2019-06-14 20:42:21.774396667 +0200
@@ -1,0 +2,49 @@
+Wed May 8 05:14:29 UTC 2019 - Stephan Kulow
+
+- updated to 3.24
+ see /usr/share/doc/packages/perl-Mojo-Redis/Changes
+
+ 3.24 2019-05-07T22:25:50+0700
+ - Fix PubSub->keyspace_listen() #42
+
+---
+Sun May 5 05:18:11 UTC 2019 - Stephan Kulow
+
+- updated to 3.23
+ see /usr/share/doc/packages/perl-Mojo-Redis/Changes
+
+ 3.23 2019-05-04T21:12:25+0700
+ - Fix compatibility with Mojolicious 8.15 #46
+
+---
+Thu Apr 25 05:16:45 UTC 2019 - Stephan Kulow
+
+- updated to 3.22
+ see /usr/share/doc/packages/perl-Mojo-Redis/Changes
+
+ 3.22 2019-04-24T12:32:18+0700
+ - Forgot to update protocol parser for Mojo::Redis::Cache after 3.21 #43
+ - Fix broken link in Mojo::Redis::Connection #44
+ Contributor: Mohammad S Anwar
+
+---
+Tue Apr 16 05:15:50 UTC 2019 - Stephan Kulow
+
+- updated to 3.21
+ see /usr/share/doc/packages/perl-Mojo-Redis/Changes
+
+ 3.21 2019-04-16T09:58:44+0700
+ - Changed default protocol parser to Protocol::Redis::XS #43
+
+---
+Thu Apr 4 05:14:51 UTC 2019 - Stephan Kulow
+
+- updated to 3.20
+ see /usr/share/doc/packages/perl-Mojo-Redis/Changes
+
+ 3.20 2019-04-04T10:31:03+0700
+ - Use Protocol::Redis::Faster instead of Protocol::Redis #38
+ - Only decode data from bulk string responses #40
+ - Fix allowing custom URL object with userinfo in constructor #41
+
+---
Old:
Mojo-Redis-3.19.tar.gz
New:
Mojo-Redis-3.24.tar.gz
Other differences:
--
++ perl-Mojo-Redis.spec ++
--- /var/tmp/diff_new_pack.X0JJmc/_old 2019-06-14 20:42:22.406395595 +0200
+++ /var/tmp/diff_new_pack.X0JJmc/_new 2019-06-14 20:42:22.410395588 +0200
@@ -17,7 +17,7 @@
Name: perl-Mojo-Redis
-Version:3.19
+Version:3.24
Release:0
%define cpan_name Mojo-Redis
Summary:Redis driver based on Mojo::IOLoop
@@ -31,10 +31,10 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Mojolicious) >= 7.80
-BuildRequires: perl(Protocol::Redis) >= 1.0006
+BuildRequires: perl(Protocol::Redis::Faster) >= 0.002
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(Mojolicious) >= 7.80
-Requires: perl(Protocol::Redis) >= 1.0006
+Requires: perl(Protocol::Redis::Faster) >= 0.002
%{perl_requires}
%description
++ Mojo-Redis-3.19.tar.gz -> Mojo-Redis-3.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojo-Redis-3.19/.vstags new/Mojo-Redis-3.24/.vstags
--- old/Mojo-Redis-3.19/.vstags 1970-01-01 01:00:00.0 +0100
+++ new/Mojo-Redis-3.24/.vstags 2019-04-09 04:16:28.0 +0200
@@ -0,0 +1,188 @@
+!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;"
to lines/
+!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
+!_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/
+!_TAG_PROGRAM_NAME Exuberant Ctags //
+!_TAG_PROGRAM_URL http://ctags.sourceforge.net/official site/
+!_TAG_PROGRAM_VERSION 5.8 //
+CONNECT_TIMEOUTlib/Mojo/Redis/Connection.pm9;" c
+DEBUG lib/Mojo/Redis/Connection.pm8;" c
+DEBUG lib/Mojo/Redis/PubSub.pm6;" c
+DESTROYlib/Mojo/Redis/Connection.pm17;"s
+DESTROYlib/Mojo/Redis/Cursor.pm129;" s
+DESTROYlib/Mojo/Redis/Database.pm 209;" s
+Mojo::Redislib/Mojo/Redis.pm 1;" p
+Mojo::Redis::Cache lib/Mojo/Redis/Cache.pm 1;" p
+Mojo::Redis::Cache::OFFLINElib/Mojo/Redis/Cache.pm 10;"c
+Mojo::Redis::Cache::_compute_p lib/Mojo/Redis/Cache.pm 48;"s
+Mojo::Redis::Cache::_maybe_compute_p lib/Mojo/Redis/Cache.pm 64;"s
+Mojo::Redis::Cache::_offline_connectionlib/Mojo/Redis/Cache.pm 87;"
s
+Mojo::Redis::Cache::compute_p lib/Mojo/Redis/Cache.pm 24;"s
+Mojo::Redis:
commit perl-Mojo-Redis for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Mojo-Redis for openSUSE:Factory checked in at 2019-02-02 21:50:14 Comparing /work/SRC/openSUSE:Factory/perl-Mojo-Redis (Old) and /work/SRC/openSUSE:Factory/.perl-Mojo-Redis.new.28833 (New) Package is "perl-Mojo-Redis" Sat Feb 2 21:50:14 2019 rev:2 rq:670633 version:3.19 Changes: --- /work/SRC/openSUSE:Factory/perl-Mojo-Redis/perl-Mojo-Redis.changes 2019-02-01 11:46:10.572507452 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Mojo-Redis.new.28833/perl-Mojo-Redis.changes 2019-02-02 21:50:16.835927213 +0100 @@ -1,0 +2,15 @@ +Thu Jan 31 06:16:20 UTC 2019 - Stephan Kulow + +- updated to 3.19 + see /usr/share/doc/packages/perl-Mojo-Redis/Changes + + 3.19 2019-01-31T13:03:11+0900 + - Add support for encoding and decoding of JSON messages in Mojo::Redis::PubSub + + 3.18 2019-01-31T12:39:46+0900 + - Add reconnect logic for Mojo::Redis::PubSub #37 + - Add CAVEATS for Protocol::Redis::XS #38 + - Changed default protocol to Protocol::Redis #38 + - Updated documentation to use nicer variable names + +--- Old: Mojo-Redis-3.17.tar.gz New: Mojo-Redis-3.19.tar.gz Other differences: -- ++ perl-Mojo-Redis.spec ++ --- /var/tmp/diff_new_pack.WwcQjm/_old 2019-02-02 21:50:17.343926773 +0100 +++ /var/tmp/diff_new_pack.WwcQjm/_new 2019-02-02 21:50:17.347926769 +0100 @@ -17,7 +17,7 @@ Name: perl-Mojo-Redis -Version:3.17 +Version:3.19 Release:0 %define cpan_name Mojo-Redis Summary:Redis driver based on Mojo::IOLoop @@ -44,6 +44,16 @@ It tries to mimic the same interface as Mojo::Pg, Mojo::mysql and Mojo::SQLite, but the methods for talking to the database vary. +This module is in no way compatible with the 1.xx version of Mojo::Redis +and this version also tries to fix a lot of the confusing methods in +Mojo::Redis2 related to pubsub. + +This module is currently EXPERIMENTAL, and bad design decisions will be +fixed without warning. Please report at +https://github.com/jhthorsen/mojo-redis/issues if you find this module +useful, annoying or if you simply find bugs. Feedback can also be sent to +'[email protected]'. + %prep %setup -q -n %{cpan_name}-%{version} ++ Mojo-Redis-3.17.tar.gz -> Mojo-Redis-3.19.tar.gz ++ 3203 lines of diff (skipped)
