11
0

6 Commits
devel ... main

Author SHA256 Message Date
a80ada4e24 - Updated to 0.33.
* https://github.com/openresty/lua-resty-redis/compare/v0.32...v0.33
2025-07-09 22:49:44 +03:00
e70e1dc20b Accepting request 1249431 from devel:languages:lua
- Updated to 0.32.
  * https://github.com/openresty/lua-resty-redis/compare/v0.31...v0.32

OBS-URL: https://build.opensuse.org/request/show/1249431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-resty-redis?expand=0&rev=3
2025-03-02 11:20:38 +00:00
d7481f150f Accepting request 1196400 from devel:languages:lua
- Updated to 0.31.
  * Upstream doesn't provide a ChangeLog.

OBS-URL: https://build.opensuse.org/request/show/1196400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-resty-redis?expand=0&rev=2
2024-08-28 19:30:47 +00:00
e0915ff3e5 - Updated to 0.31.
* Upstream doesn't provide a ChangeLog.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-resty-redis?expand=0&rev=3
2024-08-28 06:20:12 +00:00
4c953fe2c3 Accepting request 1173222 from devel:languages:lua
Using with nginx-module-lua.

OBS-URL: https://build.opensuse.org/request/show/1173222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-resty-redis?expand=0&rev=1
2024-05-13 15:57:10 +00:00
f898981d07 Accepting request 1171864 from home:13ilya
Even after creating the perl-Test-Nginx package, the tests still don't run.
You can run the pm file from the t directory as I did before, but it doesn't run the tests, it just does NOT return errors at the end of initialization.

The make file specifies the following

OPENRESTY_PREFIX=/usr/local/openresty
....
test: all
	PATH=$(OPENRESTY_PREFIX)/nginx/sbin:$$PATH prove -I../test-nginx/lib -r t

That is, I can NOT even override OPENRESTY_PREFIX, which is hardcoded and I have no idea where to get the test-nginx directory from.

Apparently these tests are for internal testing only.
If upstream writes how to run the tests properly, I'll add them, but it's better not to run them at all than to create the appearance of testing!

In any case, tests for noarch with empty %build section are not necessary.
I test them in a real environment with nginx-module-lua and I have lua-resty libraries working.

OBS-URL: https://build.opensuse.org/request/show/1171864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-resty-redis?expand=0&rev=1
2024-05-10 15:32:33 +00:00
6 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

BIN
lua-resty-redis-0.33.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 9 19:47:55 UTC 2025 - Илья Индиго <ilya@ilya.top>
- Updated to 0.33.
* https://github.com/openresty/lua-resty-redis/compare/v0.32...v0.33
-------------------------------------------------------------------
Sat Mar 1 20:52:17 UTC 2025 - Илья Индиго <ilya@ilya.top>

View File

@ -18,7 +18,7 @@
%define lua_version 5.1
Name: lua-resty-redis
Version: 0.32
Version: 0.33
Release: 0
Summary: Lua redis client driver for the ngx_lua based on the cosocket API
License: BSD-2-Clause