diff options
author | Mark H Weaver <mhw@netris.org> | 2016-07-29 14:18:07 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-07-29 14:18:07 -0400 |
commit | 0bab3af0786ffd4caec05a29d7281ac5e5c18b6b (patch) | |
tree | d83fd52d0cb72b3a9c21642583d804c8c1865646 /gnu/packages/python.scm | |
parent | 49d725a108dc33f4eb72faff7cf138c5dd8c64f4 (diff) | |
parent | 682a7d23385f709a680049a823bb84e45c922b3c (diff) | |
download | guix-0bab3af0786ffd4caec05a29d7281ac5e5c18b6b.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2b42a2c343..3753f9a1bf 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -4653,14 +4653,14 @@ libxml2 and libxslt.") (define-public python-beautifulsoup4 (package (name "python-beautifulsoup4") - (version "4.4.1") + (version "4.5.0") (source (origin (method url-fetch) (uri (pypi-uri "beautifulsoup4" version)) (sha256 (base32 - "1d36lc4pfkvl74fmzdib2nqnvknm0jddgf2n9yd7im150qyh3m47")))) + "1rf94360s8pmn37vxqjl0g74krq2p6nj3wbn6pj94ik6ny44q24f")))) (build-system python-build-system) (home-page "http://www.crummy.com/software/BeautifulSoup/bs4/") @@ -5023,7 +5023,7 @@ connection to each user.") (inputs `(("python-setuptools" ,python-setuptools))) (home-page "https://github.com/cython/backports_abc") - (synopsis "Backport of additions to the 'collections.abc' module.") + (synopsis "Backport of additions to the 'collections.abc' module") (description "Python-backports-abc provides a backport of additions to the 'collections.abc' module in Python-3.5.") @@ -5998,7 +5998,7 @@ responses, rather than doing any computation.") (native-inputs `(("python-setuptools" ,python-setuptools))) (home-page "https://github.com/pyca/cryptography") - (synopsis "Test vectors for the cryptography package.") + (synopsis "Test vectors for the cryptography package") (description "This package contains test vectors for the cryptography package.") ;; Distributed under either BSD-3 or ASL2.0 @@ -9297,7 +9297,7 @@ are optionally backed by a C extension built on librdkafka.") "02wjrpf001gjdjsaxxbzcwfg19crlk2dbddayrfc2v06f53yrcyw")))) (build-system python-build-system) (home-page "https://github.com/jquast/wcwidth") - (synopsis "Measure number of terminal column cells of wide-character codes.") + (synopsis "Measure number of terminal column cells of wide-character codes") (description "Wcwidth measures the number of terminal column cells of wide-character codes. It is useful for those implementing a terminal emulator, or programs that carefully produce output to be interpreted by one. It is a |