[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/20: gnu: python-setuptools-scm: Update to 1.15.6.
From: |
Marius Bakke |
Subject: |
08/20: gnu: python-setuptools-scm: Update to 1.15.6. |
Date: |
Wed, 18 Oct 2017 18:19:41 -0400 (EDT) |
mbakke pushed a commit to branch python-updates
in repository guix.
commit cf659519c940aab133d65adf1e385d2b48cc7dec
Author: Marius Bakke <address@hidden>
Date: Mon Jul 31 00:12:38 2017 +0200
gnu: python-setuptools-scm: Update to 1.15.6.
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.6.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 30b23c4..d65bd79 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5443,13 +5443,13 @@ child application and control it as if a human were
typing commands.")
(define-public python-setuptools-scm
(package
(name "python-setuptools-scm")
- (version "1.15.0")
+ (version "1.15.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "setuptools_scm" version))
(sha256
(base32
- "0bwyc5markib0i7i2qlyhdzxhiywzxbkfiapldma8m91m82jvwfs"))))
+ "0pzvfmx8s20yrgkgwfbxaspz2x1g38qv61jpm0ns91lrb22ldas9"))))
(build-system python-build-system)
(home-page "https://github.com/pypa/setuptools_scm/")
(synopsis "Manage Python package versions in SCM metadata")
- branch python-updates created (now 71d9f56), Marius Bakke, 2017/10/18
- 04/20: gnu: python-six: Really enable tests., Marius Bakke, 2017/10/18
- 03/20: gnu: python-py: Update to 1.4.34., Marius Bakke, 2017/10/18
- 05/20: gnu: python-six: Update to 1.11.0., Marius Bakke, 2017/10/18
- 07/20: gnu: python-pytest: Add a minimal variant for bootstrapping., Marius Bakke, 2017/10/18
- 10/20: gnu: python-pyflakes: Update to 1.5.0., Marius Bakke, 2017/10/18
- 09/20: gnu: python-pytest: Update to 3.2.3., Marius Bakke, 2017/10/18
- 17/20: gnu: Remove address@hidden, Marius Bakke, 2017/10/18
- 08/20: gnu: python-setuptools-scm: Update to 1.15.6.,
Marius Bakke <=
- 18/20: gnu: python-jinja2: Remove workaround for < Python 3.6., Marius Bakke, 2017/10/18
- 15/20: gnu: python-flake8: Update to 3.4.1., Marius Bakke, 2017/10/18
- 06/20: gnu: Remove address@hidden, Marius Bakke, 2017/10/18
- 12/20: gnu: address@hidden: Add dependency on python-six., Marius Bakke, 2017/10/18
- 11/20: gnu: python-mccabe: Update to 0.6.1., Marius Bakke, 2017/10/18
- 01/20: gnu: address@hidden: Update to 2.7.14., Marius Bakke, 2017/10/18
- 20/20: gnu: python-coverage: Update to 4.4.1., Marius Bakke, 2017/10/18
- 16/20: gnu: Add python2-funcsigs., Marius Bakke, 2017/10/18
- 13/20: gnu: Fix pytest dependency cycle., Marius Bakke, 2017/10/18
- 14/20: gnu: Add python2-enum., Marius Bakke, 2017/10/18