GNU bug report logs -
#77698
[PATCH 0/7] Updates for a bunch of Python libraries
Previous Next
Full log
View this message in rfc822 format
---
gnu/packages/python-xyz.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0cec18b823..a78bd02d93 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17416,16 +17416,18 @@ (define-public python-msgpack-transitional
(define-public python-netaddr
(package
(name "python-netaddr")
- (version "0.8.0")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "netaddr" version))
(sha256
- (base32
- "0hx2npi0wnhwlcybilgwlddw6qffx1mb7a3sj4p9s7bvl33mgk6n"))))
- (build-system python-build-system)
+ (base32 "12p4ysgawhgkka0sz1dkwgwc2za80dxdp9wvfxivfldmjnc3sg2w"))))
+ (build-system pyproject-build-system)
(arguments `(#:tests? #f)) ;; No tests.
+ (native-inputs (list python-poetry-core
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/drkjam/netaddr/")
(synopsis "Pythonic manipulation of network addresses")
(description
--
2.49.0
This bug report was last modified 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.