Your message dated Sat, 15 Feb 2025 18:00:14 +0000
with message-id <e1tjmsc-007l67...@fasolo.debian.org>
and subject line Bug#1093249: fixed in golang-github-wk8-go-ordered-map 2.1.8-1
has caused the Debian Bug report #1093249,
regarding ITP: golang-github-wk8-go-ordered-map -- Optimal implementation of 
ordered maps 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 ow...@bugs.debian.org
immediately.)


-- 
1093249: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093249
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson <si...@josefsson.org>

* Package name    : golang-github-wk8-go-ordered-map
  Version         : 2.1.8-1
  Upstream Author : Jean Rougé
* URL             : https://github.com/wk8/go-ordered-map
* License         : Apache-2.0
  Programming Lang: Go
  Description     : Optimal implementation of ordered maps for Golang

 Golang Ordered Maps
 .
 Same as regular maps, but also remembers the order in which keys were
 inserted, akin to Python's collections.OrderedDicts
 (https://docs.python.org/3.7/library/collections.html#ordereddict-
 objects).
 .
 It offers the following features:
 .
  * optimal runtime performance (all operations are constant time)
  * optimal memory usage (only one copy of values, no unnecessary memory
    allocation)
  * allows iterating from newest or oldest keys indifferently, without
    memory copy, allowing to break the iteration, and in time linear to the
    number of keys iterated over rather than the total length of the
    ordered map
  * supports any generic types for both keys and values. If you're
    running go < 1.18, you can use version 1 (https://github.com/wk8/go-
    ordered-map/tree/v1) that takes and returns generic interface{}s instead
    of using generics
  * idiomatic API, akin to that of container/list
    (https://golang.org/pkg/container/list)
  * support for JSON and YAML marshalling
 .
 Documentation
 .
 The full documentation is available on pkg.go.dev
 (https://pkg.go.dev/github.com/wk8/go-ordered-map/v2).

This packages is a build dependency of github.com/invopop/jsonschema
which is a build dependency of github.com/in-toto/witness that I'm
packaging.

https://salsa.debian.org/go-team/packages/golang-github-wk8-go-ordered-map
https://salsa.debian.org/jas/golang-github-wk8-go-ordered-map/-/pipelines

/Simon

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: golang-github-wk8-go-ordered-map
Source-Version: 2.1.8-1
Done: Simon Josefsson <si...@josefsson.org>

We believe that the bug you reported is fixed in the latest version of
golang-github-wk8-go-ordered-map, 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 1093...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Josefsson <si...@josefsson.org> (supplier of updated 
golang-github-wk8-go-ordered-map 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Thu, 16 Jan 2025 22:52:50 +0100
Source: golang-github-wk8-go-ordered-map
Binary: golang-github-wk8-go-ordered-map-dev
Architecture: source all
Version: 2.1.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Simon Josefsson <si...@josefsson.org>
Description:
 golang-github-wk8-go-ordered-map-dev - Optimal implementation of ordered maps 
for Golang (Go library)
Closes: 1093249
Changes:
 golang-github-wk8-go-ordered-map (2.1.8-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1093249)
Checksums-Sha1:
 ce22880e1687167418d1f8e4d158027aa4fa5eeb 2891 
golang-github-wk8-go-ordered-map_2.1.8-1.dsc
 facea34dc521b4ac6fb34a343afe7be23b3f8033 20796 
golang-github-wk8-go-ordered-map_2.1.8.orig.tar.gz
 cb2042e24d908f312b65fa906f7f22cf33cbd4c3 2804 
golang-github-wk8-go-ordered-map_2.1.8-1.debian.tar.xz
 4d7efafb133c6d5ec43a9ad62768a5c39ee0327a 14780 
golang-github-wk8-go-ordered-map-dev_2.1.8-1_all.deb
 e3125a01b8cb42349082c0bcb4f01fc88c43c24e 6980 
golang-github-wk8-go-ordered-map_2.1.8-1_amd64.buildinfo
Checksums-Sha256:
 fce2bce411ab5aff78c4423852dc9d4cea78f52dd12609bab1396d408743fe47 2891 
golang-github-wk8-go-ordered-map_2.1.8-1.dsc
 de9c9c67b7907d7a0714b4773585144aa0b4fdf7f36ab42d103cd2edc500eb20 20796 
golang-github-wk8-go-ordered-map_2.1.8.orig.tar.gz
 2493f205dd5a480db8e30c2a308832c1ac52583470e710bf7e751c2dd7b92306 2804 
golang-github-wk8-go-ordered-map_2.1.8-1.debian.tar.xz
 cb62a2e13c45476c1b6141ff598373d27241b62b9ef3367f3f678966f4c8520b 14780 
golang-github-wk8-go-ordered-map-dev_2.1.8-1_all.deb
 be875a4688d32d715009425091b9ef000f8b3dd0f26a3fc9604c1f677df5ef9d 6980 
golang-github-wk8-go-ordered-map_2.1.8-1_amd64.buildinfo
Files:
 fe6e1930f96c01090f202a5af8d088df 2891 golang optional 
golang-github-wk8-go-ordered-map_2.1.8-1.dsc
 a0d1f3bbaf2bfdaaf5010c84bfb6f155 20796 golang optional 
golang-github-wk8-go-ordered-map_2.1.8.orig.tar.gz
 2f84cd9ada89c7dfce60544e88e31893 2804 golang optional 
golang-github-wk8-go-ordered-map_2.1.8-1.debian.tar.xz
 b205ae262a4f7157fd9abe34f0360c34 14780 golang optional 
golang-github-wk8-go-ordered-map-dev_2.1.8-1_all.deb
 c8a463bae8a511701f7f6aeae260cba6 6980 golang optional 
golang-github-wk8-go-ordered-map_2.1.8-1_amd64.buildinfo

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

iQNoBAEWCgMQFiEEo8ychwudMQq61M8vUXIrCP5HRaIFAmeXTc4UHHNpbW9uQGpv
c2Vmc3Nvbi5vcmfCHCYAmDMEXJLOtBYJKwYBBAHaRw8BAQdACIcrZIvhrxDBkK9f
V+QlTmXxo2naObDuGtw58YaxlOu0JVNpbW9uIEpvc2Vmc3NvbiA8c2ltb25Aam9z
ZWZzc29uLm9yZz6IlgQTFggAPgIbAwULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgBYh
BLHSvRN1vst4TPT4xNc89jjFPAa+BQJl/YgIBQkLehFUAAoJENc89jjFPAa+CboA
+wUa06RD5e5VTCxvSWtPS75Wq2qBeYGZnf0jvUMxa2n4AP4xkUeAPPnNuMsTm2fs
FCDIGaEM2Yn6Vb2huzzT1Fw/BLgzBFySz4EWCSsGAQQB2kcPAQEHQOxTCIOaeXAx
I2hIX4HK9bQTpNVei708oNr1Klm8qCGKiPUEGBYIACYCGwIWIQSx0r0Tdb7LeEz0
+MTXPPY4xTwGvgUCZf2IKwUJC3oQqgCBdiAEGRYIAB0WIQSjzJyHC50xCrrUzy9R
cisI/kdFogUCXJLPgQAKCRBRcisI/kdFoqdMAQCgH45aseZgIrwKOvUOA9QfsmeE
8GZHYNuFHmM9FEQS6AD6A4x5aYvoY6lo98pgtw2HPDhmcCXFItjXCrV4A0GmJA4J
ENc89jjFPAa+GcYA/26YQY05bLtnXiIjTiAzrGQrRXxTHPA8Av7TDFHvIetWAP9s
HSoU8OfTwmTiEnGwLlsV7QJclZg3YNz/Ypcp9TqQBrg4BFySz2oSCisGAQQBl1UB
BQEBB0AxlRumDW6nZY7A+VCfek9VpEx6PJmdJyYPt3lNHMd6HAMBCAeIfgQYFggA
JgIbDBYhBLHSvRN1vst4TPT4xNc89jjFPAa+BQJl/YgwBQkLehDGAAoJENc89jjF
PAa+phoA/jrDqIrl/55vUMBhIQv+TP635d2iCTEnyFmbUcP9+gh6APoDsXalVd2c
OGxQtSC+TF8PkZMn1TLkJKAjVxr+xx40AgAKCRBRcisI/kdFoocCAQD2OSu/h7jB
5kO0wIkT6NaDOTCP5mXcjEG1/tK76F5q2QD9H7gRsTvQ9G2C6LKtN0RR3kPVKdfV
OjKHUyr069psago=
=w/zQ
-----END PGP SIGNATURE-----

Attachment: pgp9u3Tjg5bAj.pgp
Description: PGP signature


--- End Message ---

Reply via email to