* [bug#45096] [PATCH] gnu: python-arrow: Update to 0.17.0.
@ 2020-12-07 10:09 Tanguy Le Carrour
2020-12-13 7:51 ` bug#45096: " Efraim Flashner
0 siblings, 1 reply; 3+ messages in thread
From: Tanguy Le Carrour @ 2020-12-07 10:09 UTC (permalink / raw)
To: 45096; +Cc: Tanguy Le Carrour
* gnu/packages/time.scm (python-arrow): Update to 0.17.0.
[arguments]: Replace check phase to invoke pytest.
[native-inputs]: Add python-pytest, python-pytest-cov and
python-pytest-mock.
[propagated-inputs]: Add python-pytz.
[home-page]: Update.
---
gnu/packages/time.scm | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index d9ea0e12c2..e10258b6db 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -399,21 +399,30 @@ timestamps.")
(define-public python-arrow
(package
(name "python-arrow")
- (version "0.10.0")
+ (version "0.17.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "arrow" version))
(sha256
(base32
- "08n7q2l69hlainds1byd4lxhwrq7zsw7s640zkqc3bs5jkq0cnc0"))))
+ "1m3fpz96w3g08i9x9cpqh3cr795y9zbj1bfnay3ccdhxv86d227z"))))
(build-system python-build-system)
+ (arguments
+ `(#:phases (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "pytest" "-vv" "tests"))))))
(native-inputs
`(;; For testing
("python-chai" ,python-chai)
+ ("python-pytest" ,python-pytest)
+ ("python-pytest-cov" ,python-pytest-cov)
+ ("python-pytest-mock" ,python-pytest-mock)
("python-simplejson" ,python-simplejson)))
(propagated-inputs
- `(("python-dateutil" ,python-dateutil)))
- (home-page "https://github.com/crsmithdev/arrow/")
+ `(("python-dateutil" ,python-dateutil)
+ ("python-pytz" ,python-pytz)))
+ (home-page "https://github.com/arrow-py/arrow")
(synopsis "Dates and times for Python")
(description
"Arrow is a Python library to creating, manipulating, formatting and
--
2.29.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#45096: [PATCH] gnu: python-arrow: Update to 0.17.0.
2020-12-07 10:09 [bug#45096] [PATCH] gnu: python-arrow: Update to 0.17.0 Tanguy Le Carrour
@ 2020-12-13 7:51 ` Efraim Flashner
2020-12-13 14:10 ` [bug#45096] " Tanguy LE CARROUR
0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2020-12-13 7:51 UTC (permalink / raw)
To: Tanguy Le Carrour; +Cc: 45096-done
[-- Attachment #1: Type: text/plain, Size: 267 bytes --]
I added a copyright line for you and pushed. Thanks!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#45096] [PATCH] gnu: python-arrow: Update to 0.17.0.
2020-12-13 7:51 ` bug#45096: " Efraim Flashner
@ 2020-12-13 14:10 ` Tanguy LE CARROUR
0 siblings, 0 replies; 3+ messages in thread
From: Tanguy LE CARROUR @ 2020-12-13 14:10 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 45096-done
Excerpts from Efraim Flashner's message of December 13, 2020 8:51 am:
> I added a copyright line for you and pushed. Thanks!
Sorry for the omission!
Thanks!
--
Tanguy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-13 14:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 10:09 [bug#45096] [PATCH] gnu: python-arrow: Update to 0.17.0 Tanguy Le Carrour
2020-12-13 7:51 ` bug#45096: " Efraim Flashner
2020-12-13 14:10 ` [bug#45096] " Tanguy LE CARROUR
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).