[PATCH] gnu: python-pytooling: Update to 8.2.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Cayetano Santos
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal

Debbugs page

Cayetano Santos wrote 1 weeks ago
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
753eda0dd7d734902ef560a7aca16afba88c77a4.1740995762.git.csantosb@inventati.org
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.2.0.

Change-Id: Ieb92914fc7737d6cda73a50b1938b97c9a0620b6
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 268510f3e2..2a83280d72 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2626,7 +2626,7 @@ (define-public python-pytoolconfig
(define-public python-pytooling
(package
(name "python-pytooling")
- (version "8.1.0")
+ (version "8.2.0")
(source
(origin
(method git-fetch)
@@ -2635,10 +2635,10 @@ (define-public python-pytooling
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "07mca75d2zd6xl0isf0vrcblsc2niyqi7941dgjpiafnsgiygfzf"))))
+ (base32 "1w4am69n07dhim6ddxm9k30hr5zjbxd84rgqp54mppp8fmh7iyq9"))))
(build-system pyproject-build-system)
(arguments
- `(#:tests? #f)) ; requires recent versions of mypy and lxml
+ `(#:tests? #f)) ;requires recent versions of mypy and lxml
(native-inputs (list python-setuptools python-wheel))
(home-page "https://pytooling.github.io/pyTooling/")
(synopsis "Miscellaneous Python tools")

base-commit: c991c49f09d6fd2764e1f7bdae54c097c748524f
--
2.48.1
Cayetano Santos wrote 6 days ago
(address . 76709-done@debbugs.gnu.org)
87cyetz3kk.fsf@inventati.org
Merged in 20f00058d7.
-----BEGIN PGP SIGNATURE-----

iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCZ8qkKxccY3NhbnRvc2JA
aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgmpfAP0UImCevoghqn/xWGQrDqEwKwqx
eTDO8j9owwdXFWPQrgD/Th9LDM73925/aLQ0kgGJGZQv8aoaCb4ZeZ4jKcX4lQA=
=atnl
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76709@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76709
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help