[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/23: gnu: python-flake8-quotes: Update to 3.4.0.
From: |
guix-commits |
Subject: |
08/23: gnu: python-flake8-quotes: Update to 3.4.0. |
Date: |
Sun, 1 Dec 2024 19:48:42 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 1025e6fa7e470631842f88889c90cdb0bceda957
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 1 10:02:41 2024 +0000
gnu: python-flake8-quotes: Update to 3.4.0.
* gnu/packages/python-xyz.scm (python-flake8-quotes): Update to 3.4.0.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
Change-Id: I37446ade937f2f0cc0ea1c12acf3e176971964ad
---
gnu/packages/python-xyz.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8bd6249c3f..0d87eb92bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15503,15 +15503,18 @@ lints.")
(define-public python-flake8-quotes
(package
(name "python-flake8-quotes")
- (version "3.2.0")
+ (version "3.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "flake8-quotes" version))
(sha256
- (base32
- "0ph5s6lxgpzz4an0ax6s5xjqypqmngwr5b1i0h9pqhzghplic49z"))))
- (build-system python-build-system)
+ (base32 "0v1762x0819xqha7w4l4hh66bpi82imgiib8pvmd78hhnwplkn5a"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-flake8))
(home-page "https://github.com/zheller/flake8-quotes/")
- branch python-team updated (864747d220 -> f47b84af15), guix-commits, 2024/12/01
- 03/23: gnu: python-flake8-bugbear: Update to 24.10.31., guix-commits, 2024/12/01
- 07/23: gnu: python-flake8-pie: Update to 24.9.0., guix-commits, 2024/12/01
- 04/23: gnu: python-flake8-implicit-str-concat: Update to 0.5.0., guix-commits, 2024/12/01
- 06/23: gnu: python-flake8-pyi: Update to 24.9.0., guix-commits, 2024/12/01
- 11/23: gnu: python-sphinx-5: Adjust inputs., guix-commits, 2024/12/01
- 01/23: gnu: python-stdio-mgr: Fix build., guix-commits, 2024/12/01
- 10/23: gnu: python-sphinx: Adjust inputs., guix-commits, 2024/12/01
- 13/23: gnu: python-py-partiql-parser: Update to 0.5.6., guix-commits, 2024/12/01
- 08/23: gnu: python-flake8-quotes: Update to 3.4.0.,
guix-commits <=
- 15/23: gnu: python-utils: Update to 3.9.1., guix-commits, 2024/12/01
- 17/23: gnu: python-codespell: Update to 2.3.0., guix-commits, 2024/12/01
- 18/23: gnu: python-diff-cover: Update to 9.2.0., guix-commits, 2024/12/01
- 19/23: gnu: python-marshmallow: Update to 3.22.0., guix-commits, 2024/12/01
- 20/23: gnu: python-faker: Update to 33.1.0., guix-commits, 2024/12/01
- 14/23: gnu: python-pep8-naming: Update to 0.14.1., guix-commits, 2024/12/01
- 09/23: gnu: python-flake8-isort: Update to 6.1.1., guix-commits, 2024/12/01
- 05/23: gnu: python-flake8-print: Update to 5.0.0., guix-commits, 2024/12/01
- 02/23: gnu: python-termcolor: Update to 2.5.0., guix-commits, 2024/12/01
- 16/23: gnu: python-progressbar2: Update to 4.5.0., guix-commits, 2024/12/01