[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: python-attrs: Update to 17.4.0.
From: |
Nicolas Goaziou |
Subject: |
01/13: gnu: python-attrs: Update to 17.4.0. |
Date: |
Fri, 11 May 2018 05:54:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9c4ff532f9303f4f793f27a58d0a90949628d72e
Author: Nicolas Goaziou <address@hidden>
Date: Sun Apr 22 23:57:14 2018 +0200
gnu: python-attrs: Update to 17.4.0.
* gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0.
[native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
---
gnu/packages/python.scm | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e2e74d7..10d3d59 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10729,19 +10729,22 @@ and bit flag values.")
(define-public python-attrs
(package
(name "python-attrs")
- (version "17.2.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "attrs" version))
- (sha256
- (base32
- "04gx08ikpk26wnq22f7l42gapcvk8iz1512r927k6sadz6cinkax"))))
+ (version "17.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "attrs" version))
+ (sha256
+ (base32
+ "1jafnn1kzd6qhxgprhx6y6ik1r5m2rilx25syzcmq03azp660y8w"))))
(build-system python-build-system)
(native-inputs
- `(("python-pytest" ,python-pytest)
+ `(("python-coverage" ,python-coverage)
("python-hypothesis" ,python-hypothesis)
- ("python-zope-interface" ,python-zope-interface)
- ("python-six" ,python-six)))
+ ("python-pytest" ,python-pytest)
+ ("python-six" ,python-six)
+ ("python-sphinx" ,python-sphinx)
+ ("python-zope-interface" ,python-zope-interface)))
(home-page "https://github.com/python-attrs/attrs/")
(synopsis "Attributes without boilerplate")
(description "@code{attrs} is a Python package with class decorators that
- branch master updated (ef6a484 -> cb91f6a), Nicolas Goaziou, 2018/05/11
- 01/13: gnu: python-attrs: Update to 17.4.0.,
Nicolas Goaziou <=
- 03/13: gnu: Add python-pycares., Nicolas Goaziou, 2018/05/11
- 04/13: gnu: Add python-async-timeout., Nicolas Goaziou, 2018/05/11
- 09/13: gnu: Add python-aiodns., Nicolas Goaziou, 2018/05/11
- 07/13: gnu: Add python-pylibscrypt., Nicolas Goaziou, 2018/05/11
- 08/13: gnu: Add python-multidict., Nicolas Goaziou, 2018/05/11
- 10/13: gnu: Add python-yarl., Nicolas Goaziou, 2018/05/11
- 11/13: gnu: Add python-libnacl., Nicolas Goaziou, 2018/05/11
- 12/13: gnu: Add python-aiohttp., Nicolas Goaziou, 2018/05/11
- 13/13: gnu: Add python-duniterpy., Nicolas Goaziou, 2018/05/11
- 06/13: gnu: Add python-base58., Nicolas Goaziou, 2018/05/11