8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
b1caef0eab Accepting request 960194 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/960194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-Redis?expand=0&rev=7
2022-03-08 19:32:20 +00:00
9e70a306e7 Accepting request 958051 from devel:languages:perl:autoupdate
- updated to 3.29
   see /usr/share/doc/packages/perl-Mojo-Redis/Changes
  3.29 2022-02-23T14:56:18+0900
   - Fix use of "defined" in unit test
  3.28 2022-02-21T15:40:56+0900
   - Add channel to Mojo::Redis::PubSub::listen() callback

OBS-URL: https://build.opensuse.org/request/show/958051
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-Redis?expand=0&rev=13
2022-03-08 11:48:46 +00:00
42b9595468 Accepting request 934056 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/934056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-Redis?expand=0&rev=6
2021-11-26 23:51:41 +00:00
Stephan Kulow
ad714f7444 Accepting request 933110 from devel:languages:perl:autoupdate
- updated to 3.27
   see /usr/share/doc/packages/perl-Mojo-Redis/Changes
  3.27 2021-11-20T10:51:49+0900
   - Add experimental "subscribe" and "psubscribe" events to Mojo::Redis::PubSub
   - Fix examples for set and expire #62
   - Fix handling "psubscribe" response from Redis #63
   - Fix sending database requests after connecting to sentinel server #64
   - Fix only passing on (p)message messages to listen handlers #67
   - Remove experimental write_q() method, and replaced it with write()
   - Remove the ->multi_p(@promises) syntax #68 #70
     Contributor: Jan "Yenya" Kasprzak

OBS-URL: https://build.opensuse.org/request/show/933110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-Redis?expand=0&rev=12
2021-11-26 13:46:23 +00:00
279fea5a6d Accepting request 876528 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/876528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-Redis?expand=0&rev=5
2021-04-12 15:10:23 +00:00
9223161c76 Accepting request 876193 from devel:languages:perl:autoupdate
- updated to 3.26
   see /usr/share/doc/packages/perl-Mojo-Redis/Changes
  3.26 2021-03-01T09:01:51+0900
   - Avoid circular reference in redis response parser
     Contributor: Dan Book

OBS-URL: https://build.opensuse.org/request/show/876193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-Redis?expand=0&rev=10
2021-03-03 13:00:54 +00:00
0e3620e35d Accepting request 841494 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/841494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-Redis?expand=0&rev=4
2020-10-13 13:47:09 +00:00
f772b7f2b8 Accepting request 841466 from devel:languages:perl:autoupdate
- 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()

OBS-URL: https://build.opensuse.org/request/show/841466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-Redis?expand=0&rev=8
2020-10-13 11:01:32 +00:00
cb233d9aac Accepting request 709780 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/709780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-Redis?expand=0&rev=3
2019-06-14 18:42:19 +00:00
Stephan Kulow
244ea52ad7 Accepting request 709597 from devel:languages:perl:autoupdate
update

OBS-URL: https://build.opensuse.org/request/show/709597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-Redis?expand=0&rev=6
2019-06-13 16:51:38 +00:00
Stephan Kulow
207a6e83cf Accepting request 670633 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/670633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojo-Redis?expand=0&rev=2
2019-02-02 20:50:14 +00:00
4 changed files with 115 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4179bd3608638e53cfb822733427e2d214343d3c72d45bbb13e6ab28bc5f7e6
size 40201

3
Mojo-Redis-3.29.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a03319a45d2e613a6c7d2d59ac00fd4b0b47886562e62b21de91b4af89658082
size 41984

View File

@@ -1,3 +1,101 @@
-------------------------------------------------------------------
Thu Feb 24 03:08:29 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.29
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
3.29 2022-02-23T14:56:18+0900
- Fix use of "defined" in unit test
3.28 2022-02-21T15:40:56+0900
- Add channel to Mojo::Redis::PubSub::listen() callback
-------------------------------------------------------------------
Sat Nov 20 03:06:20 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.27
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
3.27 2021-11-20T10:51:49+0900
- Add experimental "subscribe" and "psubscribe" events to Mojo::Redis::PubSub
- Fix examples for set and expire #62
- Fix handling "psubscribe" response from Redis #63
- Fix sending database requests after connecting to sentinel server #64
- Fix only passing on (p)message messages to listen handlers #67
- Remove experimental write_q() method, and replaced it with write()
- Remove the ->multi_p(@promises) syntax #68 #70
Contributor: Jan "Yenya" Kasprzak
-------------------------------------------------------------------
Mon Mar 1 03:07:25 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.26
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
3.26 2021-03-01T09:01:51+0900
- Avoid circular reference in redis response parser
Contributor: Dan Book
-------------------------------------------------------------------
Sun Oct 4 03:19:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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()
-------------------------------------------------------------------
Wed May 8 05:14:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
- 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 <coolo@suse.com>
- 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 <coolo@suse.com>
- 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 <coolo@suse.com>
- 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 <coolo@suse.com>
- 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
-------------------------------------------------------------------
Thu Jan 31 06:16:20 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojo-Redis
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# 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
@@ -16,25 +16,23 @@
#
Name: perl-Mojo-Redis
Version: 3.19
Release: 0
%define cpan_name Mojo-Redis
Summary: Redis driver based on Mojo::IOLoop
Name: perl-Mojo-Redis
Version: 3.29
Release: 0
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: Redis driver based on Mojo::IOLoop
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Mojolicious) >= 7.80
BuildRequires: perl(Protocol::Redis) >= 1.0006
BuildRequires: perl(Mojolicious) >= 8.50
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(Mojolicious) >= 8.50
Requires: perl(Protocol::Redis::Faster) >= 0.002
%{perl_requires}
%description
@@ -44,9 +42,9 @@ integrate easily with the Mojolicious framework.
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
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.
'Mojo::Redis2' related to pubsub.
This module is currently EXPERIMENTAL, and bad design decisions will be
fixed without warning. Please report at
@@ -55,11 +53,11 @@ useful, annoying or if you simply find bugs. Feedback can also be sent to
'jhthorsen@cpan.org'.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -70,7 +68,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README.md
%changelog