[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8.
From: |
Tanguy Le Carrour |
Subject: |
[bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8. |
Date: |
Mon, 14 Oct 2019 17:15:36 +0200 |
User-agent: |
NeoMutt/20180716 |
>From f745b3263099cace66a49b54b8fd96e87bcb2572 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <address@hidden>
Date: Wed, 9 Oct 2019 09:24:05 +0200
Subject: [PATCH 1/9] gnu: python-cleo: Update to 0.6.8.
* gnu/packages/python-xyz.scm (python-cleo): Update to 0.6.8.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8137d665fd..e53ad59986 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10490,16 +10490,16 @@ Wikipedia code samples at
(define-public python-cleo
(package
(name "python-cleo")
- (version "0.6.1")
+ (version "0.6.8")
(source (origin
(method url-fetch)
(uri (pypi-uri "cleo" version))
(sha256
(base32
- "0q1cf0szr0d54am4pypzwdnm74zpladdsinad94c2fz5i06fdpf7"))))
+ "06zp695hq835rkaq6irr1ds1dp2qfzyf32v60vxpd8rcnxv319l5"))))
(build-system python-build-system)
(native-inputs
- `(;; For testing
+ `( ;; For testing
("python-mock" ,python-mock)
("python-pytest-mock" ,python-pytest-mock)
("python-pytest" ,python-pytest)))
--
2.23.0
- [bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8., (continued)
- [bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8., Tanguy Le Carrour, 2019/10/11
- [bug#37704] [PATCH 2/9] gnu: Add python-tomlkit., Tanguy Le Carrour, 2019/10/11
- [bug#37704] [PATCH 3/9] gnu: Add python-shellingham., Tanguy Le Carrour, 2019/10/11
- [bug#37704] [PATCH 4/9] gnu: Add python-memcached., Tanguy Le Carrour, 2019/10/11
- [bug#37704] [PATCH 5/9] gnu: Add python-clikit., Tanguy Le Carrour, 2019/10/11
- [bug#37704] [PATCH 6/9] gnu: Add python-msgpack-python., Tanguy Le Carrour, 2019/10/11
- [bug#37704] [PATCH 7/9] gnu: Add python-cachy., Tanguy Le Carrour, 2019/10/11
- [bug#37704] [PATCH 8/9] gnu: python-cachecontrol: Update to 0.12.5., Tanguy Le Carrour, 2019/10/11
- [bug#37704] [PATCH 9/9] gnu: Add python-poetry., Tanguy Le Carrour, 2019/10/11
- [bug#37704] Updating commit messages, Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8.,
Tanguy Le Carrour <=
- [bug#37704] [PATCH 2/9] gnu: Add python-tomlkit., Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH 3/9] gnu: Add python-shellingham., Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH 4/9] gnu: Add python-memcached., Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH 6/9] gnu: Add python-msgpack-python., Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH 5/9] gnu: Add python-clikit., Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH 7/9] gnu: Add python-cachy., Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH 8/9] gnu: python-cachecontrol: Update to 0.12.5., Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH 9/9] gnu: Add python-poetry., Tanguy Le Carrour, 2019/10/14
- [bug#37704] [PATCH v2 9/9] gnu: Add python-poetry., Tanguy Le Carrour, 2019/10/18
- [bug#37704] [PATCH v3 0/9] gnu: Add poetry., Tanguy Le Carrour, 2019/10/28