Skip to content

Releases: omaciel/fauxfactory

v3.1.1

26 Mar 23:08
0a7995c
Compare
Choose a tag to compare

What's Changed

  • Dropping support for Python 3.6, 3.7; added 3.11, 3.12.
  • Several code linting and smell checks.
  • Improve execution time of some key methods
  • Better selection for CJK characters.

Full Changelog: v3.1.0...v3.1.1

v3.1.0

06 Nov 19:13
fc1445a
Compare
Choose a tag to compare

CI Updated to run on Python 3.6, 3.7, and 3.8. Python 3.5 is no longer actively tested for contributions as of this release.

@JaryN Improved support for static analysis tools and type annotation

@mayurilahane cleaned up documentation

v3.0.6

30 Jul 21:46
8290368
Compare
Choose a tag to compare
Merge pull request #111 from mshriver/pypi-token

try another syntax...

v3.0.5

30 Jul 21:28
f8d43a5
Compare
Choose a tag to compare

Updated versioning, using setuptools-scm to auto-version on build.

v3.0.4

30 Jul 20:28
ba2bcbd
Compare
Choose a tag to compare

Resolve flake failures in CI

v3.0.3

30 Jul 18:50
Compare
Choose a tag to compare

Fixes for warnings for file resources

v3.0.2

10 Apr 17:44
Compare
Choose a tag to compare

Brown paper bag release to make sure that facts.json file is included with the distribution.

thank you sir may i have another 1

v3.0.0

10 Apr 14:47
Compare
Choose a tag to compare
  • Make gen_utf8 return optionally only BMP characters
    (6201b63)
  • Don't install tests into the binary distribution
    (b291873, @evgeni)
  • Use floor division operator in base_repr for Python 3
    compatibility (914178a, @gshefer)
  • New gen_octagonal and gen_hexadecimal methods added
    (57f5d17, @gshefer)

v2.1.2

20 Feb 19:10
Compare
Choose a tag to compare

Remove tests, docs and contrib from binary distribution.

v2.1.1

29 Jun 15:28
b5117f0
Compare
Choose a tag to compare

New gen_special method added by Pavel Zagalsky generates random punctuation strings.
fauxfactory-2.1.1.tar.gz