[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928341: marked as done (ITP: golang-github-renekroon-ttlcache -- An in-memory string-interface{} map with various expiration options for golang)



Your message dated Mon, 06 May 2019 18:00:13 +0000
with message-id <E1hNhuP-0004x1-0R@fasolo.debian.org>
and subject line Bug#928341: fixed in golang-github-renekroon-ttlcache 1.4.0+git20190429.e7780e9-1
has caused the Debian Bug report #928341,
regarding ITP: golang-github-renekroon-ttlcache -- An in-memory string-interface{} map with various expiration options for golang
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
928341: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928341
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Sascha Steinbiss <satta@debian.org>

* Package name    : golang-github-renekroon-ttlcache
  Version         : 1.4.0+git20190429.e7780e9-1
  Upstream Author : Rene Kroon
* URL             : https://github.com/ReneKroon/ttlcache
* License         : MIT
  Programming Lang: Go
  Description     : An in-memory string-interface{} map with various
expiration options for golang

TTLCache is a simple key/value cache in golang with the following functions:

  - Thread-safe
  - Individual expiring time or global expiring time, you can choose
  - Auto-Extending expiration on Get
  - DNS style TTL
  - Fast and memory efficient
  - Can trigger callback on key expiration

Project TTLCache was forked from wunderlist/ttlcache to add extra
functions not available in the original scope. The main differences are:

  - An item can store any kind of object, previously, only strings could
    be saved
  - Optionally, you can add callbacks to: check if a value should
    expire, be notified if a value expires, and be notified when new
    values are added to the cache
  - The expiration can be either global or per item
  - Can exist items without expiration time
  - Expirations and callbacks are realtime

--- End Message ---
--- Begin Message ---
Source: golang-github-renekroon-ttlcache
Source-Version: 1.4.0+git20190429.e7780e9-1

We believe that the bug you reported is fixed in the latest version of
golang-github-renekroon-ttlcache, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 928341@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sascha Steinbiss <satta@debian.org> (supplier of updated golang-github-renekroon-ttlcache package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 02 May 2019 15:09:37 +0200
Source: golang-github-renekroon-ttlcache
Binary: golang-github-renekroon-ttlcache-dev
Architecture: source all
Version: 1.4.0+git20190429.e7780e9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By: Sascha Steinbiss <satta@debian.org>
Description:
 golang-github-renekroon-ttlcache-dev - In-memory string-interface{} map with expiration for Golang
Closes: 928341
Changes:
 golang-github-renekroon-ttlcache (1.4.0+git20190429.e7780e9-1) unstable; urgency=medium
 .
   * Initial release (Closes: #928341)
Checksums-Sha1:
 2f7e393e55e3c55d464ddd1c4cd95571387e42bc 2451 golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1.dsc
 65f194059b5caf15f80e0af9cabafb4f0c1059d5 6932 golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9.orig.tar.xz
 8b5156b8d47e48d2d567d68160c15ef58b18d0b3 2264 golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1.debian.tar.xz
 b0b5361a87ab1de18dbddcb9ad6e3440fae241ee 7960 golang-github-renekroon-ttlcache-dev_1.4.0+git20190429.e7780e9-1_all.deb
 f929c89e502562724d38d00a152931413b17f4ca 5949 golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1_amd64.buildinfo
Checksums-Sha256:
 068d8f094298daa37c425e496438d450f804ccc6edff2eb2d13b92da60936594 2451 golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1.dsc
 7624bd73971f8a8e4b99657880cf7845d7eedb214b6b71bc659be03b17d4d2c6 6932 golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9.orig.tar.xz
 6ba20851930e88808573f0f817b078878522e52b04f1e55def86e0b3e4be2d50 2264 golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1.debian.tar.xz
 0dfab2a3760c4fc14d5b89b143974f1d2e33fd4916f7950870d1274d8b9675d4 7960 golang-github-renekroon-ttlcache-dev_1.4.0+git20190429.e7780e9-1_all.deb
 2b7624191fd829e8d883b85976e322fc3aa81180099d29a575b5fa78243f1ec3 5949 golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1_amd64.buildinfo
Files:
 10977cf1d016b21cc8bbeaeb712ff6e4 2451 devel optional golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1.dsc
 574a2b361b873a023a241f2fdd6386c6 6932 devel optional golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9.orig.tar.xz
 30eecfec9f6637b9fdbacc8f583921dd 2264 devel optional golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1.debian.tar.xz
 73929d7ecd0a2ee7d4d345e9ab0f34e8 7960 devel optional golang-github-renekroon-ttlcache-dev_1.4.0+git20190429.e7780e9-1_all.deb
 aa8d3f929338295789819edb2cfdbbcf 5949 devel optional golang-github-renekroon-ttlcache_1.4.0+git20190429.e7780e9-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEWzS6WqtVB+kDQm6F6NN64vCfSHIFAlzK9P0ACgkQ6NN64vCf
SHKlcw/9GLmaV09NFT4WaPqaPk5P524WjfbCce/QFRdC1/pp2Es0LriDnnbAfzjA
gXM7cMWxQiI7JY5FDS+b7talZe9QKrN+Ya5zf4s/bibN2nd9x3iU1JRALnwwh+2k
dlXv0Mni7Jz9bm/isWkVx5gU2yU1TrfIOyJt+XHo2ubehTE05ZYQ5iNmUKfqs3eA
zZQVkJtzEy0mmEOMz0L/H29E88XeqbZM63OEhni2wbx9WOrCA04UKqWyS8WseGvo
uM7c9fKgXqPeJW/7KCwWbWdz9L+hCMdaYBhgcGdPM8DwNo8nNT4p0ysUzMcBJhx6
3sxs0EhKEdf+R/ZuGmNNJZbOGxJscXAl3o+AVzNWYz2/HHxj/cpGEULKoqv39B0W
v5okuclpI3Go9k3ZArvYCil/WedswR/bm+SKfa5AV0OwUOFukTbFzpuDnBhMFeJt
Gy8FYPgJjG5Sr+c3j4m9txQrlLbKTB3AkrGtNzABQU4FZAK03EVPtHyyg5os5yF3
BBptsY8fcZh6s+2cq1vqZfoN7il0YX8K5lSXrhk8JjZpdhyBGLSQBhDxeA4uSeWI
8l/ooesDkZkchr2LJmCiLmZsgZoV/PTtM9DEQEpGi95Lq+2AZZp9tfHlR/pnOTOK
cHGOE6fmm+iR6oVQwdb1n4/Ge2+dmxzDkYNGFJQrU/9nKeNbzmg=
=+Mov
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: