[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25808: [PATCH 7/8] gnu: python-twisted: Update to 17.1.0.
From: |
Marius Bakke |
Subject: |
bug#25808: [PATCH 7/8] gnu: python-twisted: Update to 17.1.0. |
Date: |
Mon, 06 Mar 2017 14:07:03 +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-twisted): Update to 17.1.0.
> [propagated-inputs]: Add python-incremental, python-constantly,
> python-automat.
LGTM!
> ---
> gnu/packages/python.scm | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 575ac67a8..af67ccff5 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -10376,16 +10376,19 @@ to provide a high-level synchronous API on top of
> the libev event loop.")
> (define-public python-twisted
> (package
> (name "python-twisted")
> - (version "16.2.0")
> + (version "17.1.0")
> (source (origin
> (method url-fetch)
> (uri (pypi-uri "Twisted" version ".tar.bz2"))
> (sha256
> (base32
> - "0ydxrp9myw1mvsz3qfzx5579y5llmqa82pxvqchgp5syczffi450"))))
> + "1p245mg15hkxp7hy5cyq2fgvlgjkb4cg0gwkwd148nzy1bbi3wnv"))))
> (build-system python-build-system)
> (propagated-inputs
> - `(("python-zope-interface" ,python-zope-interface)))
> + `(("python-zope-interface" ,python-zope-interface)
> + ("python-incremental" ,python-incremental)
> + ("python-constantly" ,python-constantly)
> + ("python-automat" ,python-automat)))
> (home-page "https://twistedmatrix.com/")
> (synopsis "Asynchronous networking framework written in Python")
> (description
> --
> 2.11.1
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#25808: [PATCH 7/8] gnu: python-twisted: Update to 17.1.0.,
Marius Bakke <=