python-rstr 2.2.6-3 source package in Ubuntu
Changelog
python-rstr (2.2.6-3) unstable; urgency=medium * Team upload. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Emmanuel Arias ] * d/control: Bump debhelper-compat to 13. * d/control: Bump Standards-Version to 4.6.0. * Update homepage URL moved (Closes: #992562). - d/watch: Update URL to the new repository. - d/copyright: Update Source url. - d/control: Update homepage. * d/salsa-ci.yml: enable salsa-ci. * d/copyright: fix reference to deprecated BSD license file. [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Contact, Repository, Repository-Browse. * Set field Upstream-Contact in debian/copyright. * Remove obsolete field Contact from debian/upstream/metadata (already present in machine-readable debian/copyright). -- Emmanuel Arias <email address hidden> Mon, 20 Sep 2021 22:28:14 -0300
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-rstr_2.2.6-3.dsc | 1.4 KiB | 20a202821f9bdcee7662770c1ee42d759381a46311d36161c3f98a23876d6838 |
python-rstr_2.2.6.orig.tar.bz2 | 9.2 KiB | 1a15d2ab4d6e1939377bbd0ba01265d172965223ac1c83618f0205c119a5ccfc |
python-rstr_2.2.6-3.debian.tar.xz | 2.9 KiB | d17db563861227afa1d323064cc4ab5f143eb3e6972abacc0062e061e2624373 |
Available diffs
- diff from 2.2.6-2 to 2.2.6-3 (2.3 KiB)
No changes file available.
Binary packages built by this source
- python3-rstr: Easily generate random strings of various types (Python 3)
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. It has no dependencies outside the standard library,
and is compatible with Python 3.
.
The basic method of rstr is rstr(). At a minimum, it requires one
argument, an alphabet of characters from which to create a string.
.
Inspired by the Java library of the same name, the xeger() method allows
users to create a random string from a regular expression.
.
You can combine rstr with Python's built-in string formatting to produce
strings that fit a variety of templates.
.
This package installs the library for Python 3.