gpo.zugaina.org

Search Portage & Overlays:

dev-python/faker

A Python package that generates fake data for you

Screenshots

  • Faker-24.9.0
    ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
    test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: MIT   
    Overlay: gentoo
  • Faker-24.8.0
    ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
    test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: MIT   
    Overlay: gentoo
  • Faker-24.4.0
    amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86
    test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: MIT   
    Overlay: gentoo
  • faker-11.3.0
    ~amd64 ~x86
    test python_targets_pypy3 python_targets_python3_9 python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: MIT   

ChangeLog

commit 92a4a02dbc551c262208d39db7e99abb3ba032c1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Apr 8 18:47:44 2023 -0700

dev-python: compat for 3.11 and some vbumps

commit 21083b39f883a5a88342315a6e2f3e5fdd9e21d8
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jan 16 18:01:11 2023 -0500

dev-python compat drop 3_8

dropped for old ebuilds as well, many of those will be cleaned up

commit d1512577e13cba9a38ea5f0c715b6a49335d9fc6
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Nov 30 15:37:50 2022 -0800

dev-python/faker: fix overly restrictive dep

commit 72d8bb8403fcdfa726c6d3b06c6efad69b392877
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 18:14:55 2022 -0500

dev-python more ebuild cleanup and fixes

commit 95b62bd06e440b6c1a378e771a2804281b682492
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 17:24:29 2022 -0500

first pass at cleanup to remove old ebuilds along with some other fixes

commit dc4467c9693f925277ec835ac9ed0b8d88601c99
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 13:54:50 2022 -0500

dev-python/{faker,text-unidecode}: update compat

commit ddf58cf16ded6d29c39e5ba0dab28f4eaa66729b
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jun 29 23:39:12 2020 -0700

dev-python/{faker,factory_boy}: add 3_8 drop 2_7 support

commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800

rewrite copyright headers part 2

update all Manifests

for a fun time

_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}

export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}

remanp

commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800

rewrite copyright headers part 1

conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=

there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)

commit 621ff4151938bdc1eeede5e32bc029be1d98c207
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Nov 12 00:46:32 2019 -0800

dev-python/hyputils test deps updated faker, and text-unidecode