Your message dated Tue, 13 Aug 2024 21:42:57 -0400
with message-id <[email protected]>
and subject line Re: Bug#1071444: ITP: python-fnvhash -- Pure Python FNV hash
implementation
has caused the Debian Bug report #1071444,
regarding ITP: python-fnvhash -- Pure Python FNV hash implementation
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 [email protected]
immediately.)
--
1071444: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071444
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Edward Betts <[email protected]>
X-Debbugs-Cc: [email protected], [email protected]
* Package name : python-fnvhash
Version : 0.1.0
Upstream Author : Lorenz Schori <[email protected]>
* URL : https://github.com/znerol/py-fnvhash
* License : MIT
Programming Lang: Python
Description : Pure Python FNV hash implementation
Pure Python implementation of the FNV (Fowler-Noll-Vo) hash family. Offers
100% test coverage and is suitable for applications where portability is
more important than performance.
.
FNV is a non-cryptographic hash function that is fast and has excellent
dispersion, making it suitable for hash tables and checksums.
.
Example usage:
.
>>> from fnvhash import fnv1a_32
>>> hex(fnv1a_32(b'foo'))
'0xa9f37ed7'
I plan to maintain this package as part of the Python team.
--- End Message ---
--- Begin Message ---
Hi,
Since package python-fnvhash is now present at
https://tracker.debian.org/pkg/python-fnvhash , I am closing this ITP report.
Thanks,
Boyuan Yang
signature.asc
Description: This is a digitally signed message part
--- End Message ---