[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
363/474: gnu: python-qstylizer: Update to 0.2.4.
From: |
guix-commits |
Subject: |
363/474: gnu: python-qstylizer: Update to 0.2.4. |
Date: |
Sat, 30 Nov 2024 18:20:55 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 94d5e4da20e59a50631ef77ca95624ab3a96b741
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 22 11:44:09 2024 +0000
gnu: python-qstylizer: Update to 0.2.4.
* gnu/packages/python-xyz.scm (python-qstylizer): Update to 0.2.4.
[native-inputs]: Remove python-pytest-catchlog; add python-setuptools and
python-wheel.
Change-Id: I09ef64e0cd5a2f4336b4ff6a78f4f9eca0eae7b6
---
gnu/packages/python-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b4fc58e7d5..348a63aa3f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18925,7 +18925,7 @@ for atomic file system operations.")
(define-public python-qstylizer
(package
(name "python-qstylizer")
- (version "0.2.3")
+ (version "0.2.4")
(source
(origin
(method git-fetch)
@@ -18934,7 +18934,7 @@ for atomic file system operations.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1n11f63pbqzmb7sj9cj0jq9kv8sfinjqhg7fs0mnfsrici8435br"))))
+ (base32 "0413msw23kv87fgs14ajp9wb2qxkcw6ydvwjzabz7xcp8iif9kr2"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -18946,10 +18946,12 @@ for atomic file system operations.")
(native-inputs
(list python-pbr
python-pytest
- python-pytest-catchlog
- python-pytest-mock))
+ python-pytest-mock
+ python-setuptools
+ python-wheel))
(propagated-inputs
- (list python-inflection python-tinycss2))
+ (list python-inflection
+ python-tinycss2))
(home-page "https://github.com/blambright/qstylizer")
(synopsis "Qt stylesheet generation utility for PyQt/PySide")
(description "@code{qstylizer} is a Python package designed to help with
- 382/474: gnu: python-stack-data: Update to 0.6.3., (continued)
- 382/474: gnu: python-stack-data: Update to 0.6.3., guix-commits, 2024/11/30
- 342/474: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/30
- 374/474: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/30
- 371/474: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/30
- 345/474: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/30
- 383/474: gnu: python-ipython: Update to 8.29.0., guix-commits, 2024/11/30
- 341/474: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/30
- 357/474: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/30
- 369/474: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/30
- 375/474: gnu: python-pylint: Update to 3.3.1., guix-commits, 2024/11/30
- 363/474: gnu: python-qstylizer: Update to 0.2.4.,
guix-commits <=
- 356/474: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/30
- 367/474: gnu: python-pytest-flask: Update to 1.3.0., guix-commits, 2024/11/30
- 365/474: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/30
- 343/474: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/30
- 361/474: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/30
- 347/474: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/30
- 355/474: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/30
- 362/474: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/30
- 366/474: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/30
- 377/474: gnu: python-jupyter-core: Fix tests., guix-commits, 2024/11/30