[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/232: gnu: python-factory-boy: Update to 3.2.1.
From: |
guix-commits |
Subject: |
60/232: gnu: python-factory-boy: Update to 3.2.1. |
Date: |
Sun, 24 Apr 2022 23:58:34 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 08be5b90c66c3a2146cb016822b8d56b08d006d2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 6 08:46:56 2022 -0400
gnu: python-factory-boy: Update to 3.2.1.
* gnu/packages/python-xyz.scm (python-factory-boy): Update to 3.2.1.
[propagated-inputs]: Use new style.
[description]: Fix indentation and remove blank lines.
---
gnu/packages/python-xyz.scm | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 179f5a6c1e..31dcf40933 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19941,30 +19941,26 @@ builds partial trees by inspecting living objects.")
(define-public python-factory-boy
(package
(name "python-factory-boy")
- (version "2.8.1")
+ (version "3.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "factory_boy" version))
(sha256
- (base32 "1fvin6san5xsjh2c4y18caj2lnmwxlylyqm8mh1yc6rp38wlwr56"))))
+ (base32 "0pm5lbvnwm0kg5i6z611rg907yw1gy551f2advmpaz041ixjg3d9"))))
(build-system python-build-system)
(arguments
;; Tests are not included in the tarball.
`(#:tests? #f))
- (propagated-inputs
- `(("faker" ,python-faker)))
+ (propagated-inputs (list python-faker))
(home-page "https://github.com/benhoyt/scandir")
(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 to
maintain
- fixtures with easy-to-use factories for complex object.
-
- Instead of building an exhaustive test setup with every possible
combination
- of corner cases, factory_boy allows you to use objects customized for the
- current test, while only declaring the test-specific fields")
+ (description "Factory_boy is a fixtures replacement based on thoughtbot’s
+factory_girl. As a fixtures replacement tool, it aims to replace static, hard
+to maintain fixtures with easy-to-use factories for complex object. Instead
+of building an exhaustive test setup with every possible combination of corner
+cases, factory_boy allows you to use objects customized for the current test,
+while only declaring the test-specific fields.")
(license license:expat)))
(define-public python-translate-toolkit
- 43/232: gnu: Add python-pytest-freezegun., (continued)
- 43/232: gnu: Add python-pytest-freezegun., guix-commits, 2022/04/24
- 48/232: gnu: python-pytest-black: Update to 0.3.12., guix-commits, 2022/04/24
- 51/232: gnu: python-pytest-checkdocs: Update to 2.7.1., guix-commits, 2022/04/24
- 23/232: gnu: Add python-fontmath., guix-commits, 2022/04/24
- 28/232: gnu: Add python-booleanoperations., guix-commits, 2022/04/24
- 33/232: gnu: Add python-cu2qu., guix-commits, 2022/04/24
- 55/232: gnu: Add python-pytest-enabler., guix-commits, 2022/04/24
- 56/232: gnu: Add python-path., guix-commits, 2022/04/24
- 58/232: gnu: Add python-tempora., guix-commits, 2022/04/24
- 61/232: gnu: python-faker: Update to 13.3.4 and honor TESTS?., guix-commits, 2022/04/24
- 60/232: gnu: python-factory-boy: Update to 3.2.1.,
guix-commits <=
- 62/232: gnu: Add python-pytest-randomly., guix-commits, 2022/04/24
- 71/232: gnu: python-pytest-cov: Update to 3.0.0., guix-commits, 2022/04/24
- 64/232: gnu: Add psautohint., guix-commits, 2022/04/24
- 73/232: gnu: python-jupyter-packaging: Update to 0.12.0, run test suite., guix-commits, 2022/04/24
- 81/232: gnu: Add python-skia-pathops., guix-commits, 2022/04/24
- 79/232: gnu: Add python-cffsubr., guix-commits, 2022/04/24
- 83/232: gnu: Add python-compreffor., guix-commits, 2022/04/24
- 82/232: gnu: Add python-ufolib2., guix-commits, 2022/04/24
- 84/232: gnu: Add python-ufo2ft., guix-commits, 2022/04/24
- 94/232: gnu: pylint: Run tests in parallel., guix-commits, 2022/04/24