diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 15:15:06 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:43 +0100 |
| commit | 35f7c54ecd047617444a37bf253201aa6aaa9e7a (patch) | |
| tree | d6ffc4866fafa6ba8fdc61e0ca3624a5cd159541 /gnu/packages/python-xyz.scm | |
| parent | 2b1aaea6b19212943c24e4ab6e90d664a2d032c3 (diff) | |
gnu: python-factory-boy: Update to 3.3.3.
* gnu/packages/python-xyz.scm (python-factory-boy): Update to 3.3.3.
[build-system]: Use pyproject.
[home-page]: Fix URL.
[native-inputs]: Add python-setuptools.
Change-Id: I585f6547e74e61236df80a75ea63f9606355611b
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e3fbae301d..6012aebfb1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -26629,19 +26629,20 @@ parts of the lines that were modified.") (define-public python-factory-boy (package (name "python-factory-boy") - (version "3.2.1") + (version "3.3.3") (source (origin (method url-fetch) (uri (pypi-uri "factory_boy" version)) (sha256 - (base32 "0pm5lbvnwm0kg5i6z611rg907yw1gy551f2advmpaz041ixjg3d9")))) - (build-system python-build-system) + (base32 "00rx3v5y5l03vlkq6xqj4r7zbnlrx23h45mlyb3zm38j4v964s46")))) + (build-system pyproject-build-system) (arguments ;; Tests are not included in the tarball. `(#:tests? #f)) + (native-inputs (list python-setuptools)) (propagated-inputs (list python-faker)) - (home-page "https://github.com/benhoyt/scandir") + (home-page "https://github.com/FactoryBoy/factory_boy") (synopsis "Versatile test fixtures replacement") (description "Factory_boy is a fixtures replacement based on thoughtbot’s factory_girl. As a fixtures replacement tool, it aims to replace static, hard |
