me
/
guix
Archived
1
0
Fork 0

gnu: python-tortoise-orm: Update to 0.16.7 [security fixes].

* gnu/packages/databases.scm (python-tortoise-orm)[source]: Update to 0.16.7.
[propagated-inputs]: Propagate python-ciso8601, which is required in setup.py.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Lars-Dominik Braun 2020-04-21 10:36:29 +02:00 committed by Leo Famulari
parent 510472f865
commit b9d96ed773
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 4 deletions

View File

@ -2197,24 +2197,24 @@ can autogenerate peewee models using @code{pwiz}, a model generator.")
(define-public python-tortoise-orm (define-public python-tortoise-orm
(package (package
(name "python-tortoise-orm") (name "python-tortoise-orm")
(version "0.16.3") (version "0.16.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tortoise-orm" version)) (uri (pypi-uri "tortoise-orm" version))
(sha256 (sha256
(base32 (base32
"01hbvfyxs2qd1mjc96aipwsdxxhydw8ww686r4gsf87bl6f98dvz")))) "0wr7p4v0b16ypm9fcpwpl99kf491m6w3jkd13xcsgq13fy73fbqc"))))
(build-system python-build-system) (build-system python-build-system)
;; Disable tests for now. They pull in a lot of dependencies. ;; Disable tests for now. They pull in a lot of dependencies.
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(native-inputs (native-inputs
`(("python-ciso8601" ,python-ciso8601) `(("python-asynctest" ,python-asynctest)
("python-asynctest" ,python-asynctest)
("python-nose2" ,python-nose2))) ("python-nose2" ,python-nose2)))
(propagated-inputs (propagated-inputs
`(("python-aiosqlite" ,python-aiosqlite) `(("python-aiosqlite" ,python-aiosqlite)
("python-pypika" ,python-pypika) ("python-pypika" ,python-pypika)
("python-ciso8601" ,python-ciso8601)
("python-typing-extensions" ("python-typing-extensions"
,python-typing-extensions))) ,python-typing-extensions)))
(home-page (home-page