[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25809: [PATCH 4/8] gnu: python-setuptools-scm: Update to 1.15.0.
From: |
Marius Bakke |
Subject: |
bug#25809: [PATCH 4/8] gnu: python-setuptools-scm: Update to 1.15.0. |
Date: |
Mon, 06 Mar 2017 14:03:43 +0100 |
User-agent: |
Notmuch/0.23.7 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) |
Troy Sankey <address@hidden> writes:
> * gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.0.
I've pushed this patch. "python2-setuptools-scm" should also be
mentioned here, but I forgot to add it :(
> ---
> 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 4e87e3867..5e2da0b27 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -4588,13 +4588,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.11.1")
> + (version "1.15.0")
> (source (origin
> (method url-fetch)
> (uri (pypi-uri "setuptools_scm" version))
> (sha256
> (base32
> - "1gqr73i150yzj3mz32854vj93x07yr52kn8fdckwa41ll8wgficc"))))
> + "0bwyc5markib0i7i2qlyhdzxhiywzxbkfiapldma8m91m82jvwfs"))))
> (build-system python-build-system)
> (home-page "https://github.com/pypa/setuptools_scm/")
> (synopsis "Manage Python package versions in SCM metadata")
> --
> 2.11.1
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#25809: [PATCH 4/8] gnu: python-setuptools-scm: Update to 1.15.0.,
Marius Bakke <=