GNU bug report logs -
#71738
[PATCH 0/2] gnu: python-geoip2: Update to 4.8.0.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Sun, 23 Jun 2024 21:59:01 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71738 in the body.
You can then email your comments to 71738 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#71738
; Package
guix-patches
.
(Sun, 23 Jun 2024 21:59:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
New bug report received and forwarded. Copy sent to
andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 23 Jun 2024 21:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Guix,
Noticed python-geoip2 as well as its dependency on python-maxminddb was
outdated, so I updated both to their respective latest version.
Wilko Meyer (2):
gnu: python-maxminddb: Update to 2.6.2.
gnu: python-geoip2: Update to 4.8.0.
gnu/packages/geo.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
base-commit: a0eccc02ed1b86f12513df6dd66aea60c29ad95f
--
2.41.0
Information forwarded
to
andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#71738
; Package
guix-patches
.
(Sun, 23 Jun 2024 22:03:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71738 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/geo.scm (python-maxminddb): Update to 2.6.2.
[build-system]: Change to pyproject-build-system.
Change-Id: I824468160fef695a8fb9e517b9d91c90da9a2897
---
gnu/packages/geo.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 69e7b58677..0fad220f1c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2375,15 +2375,15 @@ (define-public libmaxminddb
(define-public python-maxminddb
(package
(name "python-maxminddb")
- (version "2.2.0")
+ (version "2.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "maxminddb" version))
(sha256
(base32
- "1rc4a403r3b4vhmhb03gidd0fmsbvfpbf3qfcw25h4db9zn0fxz3"))))
- (build-system python-build-system)
+ "0r7jcqzr3hy9jims0ygjdhndysbs02hsaybx9f4vq2k2w8r2v13x"))))
+ (build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ;; Tests require a copy of the maxmind database
(inputs
--
2.41.0
Information forwarded
to
andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#71738
; Package
guix-patches
.
(Sun, 23 Jun 2024 22:03:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71738 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/geo.scm (python-geoip2): Update to 4.8.0.
[build-system]: Change to pyproject-build-system.
[inputs]: Add python-aiohttp.
Change-Id: Ie5f4a6f99a8cb1bef562c6d2401391f6467a715d
---
gnu/packages/geo.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0fad220f1c..1146939408 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2398,19 +2398,21 @@ (define-public python-maxminddb
(define-public python-geoip2
(package
(name "python-geoip2")
- (version "2.9.0")
+ (version "4.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "geoip2" version))
(sha256
(base32
- "1w7cay5q6zawjzivqbwz5cqx1qbdjw6kbriccb7l46p7b39fkzzp"))))
- (build-system python-build-system)
+ "0ddcm6a0f5xr66r84hpn6jr6b7hl77axb0d41qj285ylny0c376x"))))
+ (build-system pyproject-build-system)
(arguments
`(#:tests? #f)) ;; Tests require a copy of the maxmind database
(inputs
- (list python-maxminddb python-requests))
+ (list python-maxminddb
+ python-requests
+ python-aiohttp))
(home-page "https://www.maxmind.com/")
(synopsis "MaxMind GeoIP2 API")
(description "Provides an API for the GeoIP2 web services and databases.
--
2.41.0
Reply sent
to
"jgart" <jgart <at> dismail.de>
:
You have taken responsibility.
(Mon, 24 Jun 2024 20:47:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
bug acknowledged by developer.
(Mon, 24 Jun 2024 20:47:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 71738-done <at> debbugs.gnu.org (full text, mbox):
Applied!
Thanks,
jgart
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 23 Jul 2024 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 59 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.