./devel/py-rstr, Generate random strings in Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.2nb1, Package name: py311-rstr-3.2.2nb1, Maintainer: pkgsrc-users

rstr is a helper module for easily generating random strings of various types.
It could be useful for fuzz testing, generating dummy data, or other
applications.


Master sites:

Filesize: 13.242 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-10-20 13:25:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rstr: updated to 3.2.2

3.2.2

- Removes type stubs for `random` to fix type-checking failures
  under Python 3.11.
   2023-04-19 07:23:36 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rstr: updated to 3.2.1

3.2.1
- Fixes import failure under Python 3.11
   2022-11-14 15:36:22 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-rstr: add missing tool dependency
   2022-11-09 23:59:49 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-rstr: python 3.x only
   2022-11-09 23:20:47 by Pierre Pronchery | Files touched by this commit (4)
Log message:
py-rstr: import version 3.2.0

rstr is a helper module for easily generating random strings of various types.
It could be useful for fuzz testing, generating dummy data, or other
applications.