From 4338d3f8a15cb90cc15543a8bbf94ff5d27d56ed Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 25 Dec 2017 00:26:30 +0000 Subject: gnu: python-freezegun: Update to 0.3.9. * gnu/packages/check.scm (python-freezegun): Update to 0.3.9. --- gnu/packages/check.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 5a926eb596..f459b0c5db 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1684,14 +1684,14 @@ create data based on random numbers and yet remain repeatable.") (define-public python-freezegun (package (name "python-freezegun") - (version "0.3.8") + (version "0.3.9") (source (origin (method url-fetch) (uri (pypi-uri "freezegun" version)) (sha256 (base32 - "1sf38d3ibv1jhhvr52x7dhrsiyqk1hm165dfv8w8wh0fhmgxg151")))) + "1vhf3kgdy7gpy70n3bxa3y1n6aza316137md97z8p5k0gz6wqg3q")))) (build-system python-build-system) (native-inputs `(("python-mock" ,python-mock) -- cgit 1.4.1 From 8c2781f005a725c60a4be36094fc79e3bd6de492 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 25 Dec 2017 00:42:09 +0000 Subject: gnu: python-lit: Update to 0.5.1. * gnu/packages/check.scm (python-lit): Update to 0.5.1. --- gnu/packages/check.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index f459b0c5db..f8e7e53ec5 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1204,14 +1204,14 @@ seamlessly into your existing Python unit testing work flow.") (define-public python-lit (package (name "python-lit") - (version "0.5.0") + (version "0.5.1") (source (origin (method url-fetch) (uri (pypi-uri "lit" version)) (sha256 (base32 - "135m2b9cwih85g66rjggavck328z7lj37srgpq3jxszbg0g2b91y")))) + "0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97")))) (build-system python-build-system) (home-page "http://llvm.org/") (synopsis "LLVM Software Testing Tool") -- cgit 1.4.1 From a431b035008e5fe1ea844f743ff993cb56c7795e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 25 Dec 2017 00:41:08 +0000 Subject: gnu: python-rednose: Update to 1.2.3. * gnu/packages/check.scm (python-rednose): Update to 1.2.3. --- gnu/packages/check.scm | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index f8e7e53ec5..3c971ad839 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1591,24 +1591,15 @@ JSON APIs with Behave.") (define-public python-rednose (package (name "python-rednose") - (version "1.2.1") + (version "1.2.3") (source (origin (method url-fetch) (uri (pypi-uri "rednose" version)) (sha256 (base32 - "0b0bsna217lr1nykyhl5fgjly15zhdvqd4prg4wy1zrgfv7al6m0")))) + "11x5nx5b4wdq04s7vj1gcdl07jvvkfb37p0r5lg773gr5rr8mj6h")))) (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-deps - (lambda _ - ;; See - (substitute* "setup.py" - (("python-termstyle") "termstyle")) - #t))))) (propagated-inputs `(("python-colorama" ,python-colorama) ("python-termstyle" ,python-termstyle))) -- cgit 1.4.1 From ac97dce1d24e3c986c580a76148deafdf52fccdb Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 25 Dec 2017 00:39:14 +0000 Subject: gnu: check, llvm: Use HTTPS for llvm.org home pages. * gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS. * gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise. --- gnu/packages/check.scm | 2 +- gnu/packages/llvm.scm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 3c971ad839..e1e90b6668 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1213,7 +1213,7 @@ seamlessly into your existing Python unit testing work flow.") (base32 "0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97")))) (build-system python-build-system) - (home-page "http://llvm.org/") + (home-page "https://llvm.org/") (synopsis "LLVM Software Testing Tool") (description "@code{lit} is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 4702a342a0..b13a33ff1f 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -76,7 +76,7 @@ (setenv "LD_LIBRARY_PATH" (string-append (getcwd) "/lib")) #t))))) - (home-page "http://www.llvm.org") + (home-page "https://www.llvm.org") (synopsis "Optimizing compiler infrastructure") (description "LLVM is a compiler infrastructure designed for compile-time, link-time, @@ -116,7 +116,7 @@ of programming tools as well as libraries with equivalent functionality.") `(;; Don't use '-g' during the build to save space. #:build-type "Release" #:tests? #f)) ; Tests require gtest - (home-page "http://compiler-rt.llvm.org") + (home-page "https://compiler-rt.llvm.org") (synopsis "Runtime library for Clang/LLVM") (description "The \"clang-runtime\" library provides the implementations of run-time @@ -125,7 +125,7 @@ and C++ source code to interface with the \"sanitization\" passes of the clang compiler. In LLVM this library is called \"compiler-rt\".") (license license:ncsa) - ;; doesn't list MIPS as supported. + ;; doesn't list MIPS as supported. (supported-systems (delete "mips64el-linux" %supported-systems)))) (define* (clang-from-llvm llvm clang-runtime hash @@ -200,7 +200,7 @@ compiler. In LLVM this library is called \"compiler-rt\".") (variable "LIBRARY_PATH") (files '("lib" "lib64"))))) - (home-page "http://clang.llvm.org") + (home-page "https://clang.llvm.org") (synopsis "C language family frontend for LLVM") (description "Clang is a compiler front end for the C, C++, Objective-C and -- cgit 1.4.1 From a7f27da7f2a55867cdfea9d63ef953b85699f1a9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 26 Dec 2017 01:14:13 +0000 Subject: gnu: check, databases: Use HTTPS for bitbucket.org. * gnu/packages/check.scm (python-pytest-capturelog)[home-page]: Likewise. * gnu/packages/databases.scm (python-alembic)[home-page]: Likewise. --- gnu/packages/check.scm | 2 +- gnu/packages/databases.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index e1e90b6668..71588109c8 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1442,7 +1442,7 @@ pytest report.") (build-system python-build-system) (propagated-inputs `(("pytest" ,python-pytest-3.0))) - (home-page "http://bitbucket.org/memedough/pytest-capturelog/overview") + (home-page "https://bitbucket.org/memedough/pytest-capturelog/overview") (synopsis "Pytest plugin to catch log messages") (description "Python-pytest-catchlog is a pytest plugin to catch log messages.") diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index d1e98cf291..86ee56a645 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2163,7 +2163,7 @@ You might also want to install the following optional dependencies: ("python-sqlalchemy" ,python-sqlalchemy) ("python-mako" ,python-mako) ("python-editor" ,python-editor))) - (home-page "http://bitbucket.org/zzzeek/alembic") + (home-page "https://bitbucket.org/zzzeek/alembic") (synopsis "Database migration tool for SQLAlchemy") (description -- cgit 1.4.1 From 39afd2a8ce4ad1cac7ca02fbfee67540bc0b4c31 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 30 Dec 2017 12:00:31 +0100 Subject: gnu: python-lit: Fix tests. * gnu/packages/check.scm (python-lit)[native-inputs]: Add python-pytest. --- gnu/packages/check.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gnu/packages/check.scm') diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 71588109c8..05ed3eea32 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1213,6 +1213,14 @@ seamlessly into your existing Python unit testing work flow.") (base32 "0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97")))) (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda _ + (invoke "py.test")))))) + (native-inputs + `(("python-pytest" ,python-pytest))) (home-page "https://llvm.org/") (synopsis "LLVM Software Testing Tool") (description "@code{lit} is a portable tool for executing LLVM and Clang -- cgit 1.4.1