emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44459: closed ([PATCH] gnu: python-peewee: Update to 3.13.3.)


From: GNU bug Tracking System
Subject: bug#44459: closed ([PATCH] gnu: python-peewee: Update to 3.13.3.)
Date: Sun, 08 Nov 2020 20:11:01 +0000

Your message dated Sun, 8 Nov 2020 22:09:38 +0200
with message-id <20201108200938.GB1287@E5400>
and subject line Re: [bug#44459] [PATCH] gnu: python-peewee: Update to 3.13.3.
has caused the debbugs.gnu.org bug report #44459,
regarding [PATCH] gnu: python-peewee: Update to 3.13.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44459: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44459
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-peewee: Update to 3.13.3. Date: Thu, 5 Nov 2020 02:55:49 +0100
* gnu/packages/databases.scm (python-peewee): Update to 3.13.3.
[inputs]: Add sqlite.
---
Added (optional) sqlite support, because I think
this pkg is much more useful then.

 gnu/packages/databases.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 0d8342b04a..e4e2675e08 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2256,17 +2256,19 @@ on another machine, accessed via TCP/IP.")
 (define-public python-peewee
   (package
     (name "python-peewee")
-    (version "3.9.6")
-      (source
-        (origin
-        (method url-fetch)
-        (uri (pypi-uri "peewee" version))
-        (sha256
-         (base32
-          "1j4sh946k0736m7pd54z0y6i2hjhgg3kdllx1pwq8xkzzcgrx1xw"))))
+    (version "3.13.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "peewee" version))
+       (sha256
+        (base32
+         "0sc376v6rxga4b7ic9kxw2pmf28rmcx016320pa2nlb5d1rsjs8j"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f)) ; Fails to import test data
+    (inputs
+     `(("sqlite" ,sqlite)))
     (native-inputs
      `(("python-cython" ,python-cython)))
     (home-page "https://github.com/coleifer/peewee/";)
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44459] [PATCH] gnu: python-peewee: Update to 3.13.3. Date: Sun, 8 Nov 2020 22:09:38 +0200
Looks good. Patch pushed!

-- 
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]