[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/242: gnu: python-factory-boy: Update to 3.2.1.
From: |
guix-commits |
Subject: |
60/242: gnu: python-factory-boy: Update to 3.2.1. |
Date: |
Wed, 11 May 2022 18:02:52 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit d4862bdada1711ee6dac0a9db5c29d463da40ace
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 15c452d783..e07fdf71a1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19994,30 +19994,26 @@ point is the point of maximum curvature.")
(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
- 36/242: gnu: Add python-types-toml., (continued)
- 36/242: gnu: Add python-types-toml., guix-commits, 2022/05/11
- 38/242: gnu: Add python-jaraco-context-bootstrap., guix-commits, 2022/05/11
- 49/242: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/05/11
- 63/242: gnu: Add psautohint-font-data., guix-commits, 2022/05/11
- 20/242: gnu: Add opentype-sanitizer., guix-commits, 2022/05/11
- 25/242: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/05/11
- 13/242: gnu: Add texlive-stix2-otf., guix-commits, 2022/05/11
- 54/242: gnu: Add python-jaraco-functools., guix-commits, 2022/05/11
- 56/242: gnu: Add python-path., guix-commits, 2022/05/11
- 48/242: gnu: python-pytest-black: Update to 0.3.12., guix-commits, 2022/05/11
- 60/242: gnu: python-factory-boy: Update to 3.2.1.,
guix-commits <=
- 82/242: gnu: Add python-ufolib2., guix-commits, 2022/05/11
- 01/242: gnu: python-ipython: Re-order fields., guix-commits, 2022/05/11
- 31/242: gnu: Add python-defcon., guix-commits, 2022/05/11
- 32/242: gnu: Add python-fontparts., guix-commits, 2022/05/11
- 39/242: gnu: Add python-jaraco-functools-bootstrap., guix-commits, 2022/05/11
- 44/242: gnu: Add python-pytest-enabler-bootstrap., guix-commits, 2022/05/11
- 50/242: gnu: Add python-types-docutils., guix-commits, 2022/05/11
- 59/242: gnu: Add python-pytest-perf., guix-commits, 2022/05/11
- 62/242: gnu: Add python-pytest-randomly., guix-commits, 2022/05/11
- 65/242: gnu: Add python-ordered-set., guix-commits, 2022/05/11