[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/96: gnu: python-pathspec: Update to 0.11.1.
From: |
guix-commits |
Subject: |
03/96: gnu: python-pathspec: Update to 0.11.1. |
Date: |
Wed, 19 Apr 2023 21:41:04 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 19c178e35f40e4da0e4f86335bcc00c9a6d5f734
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 15 22:04:30 2023 -0400
gnu: python-pathspec: Update to 0.11.1.
* gnu/packages/python-build.scm (python-pathspec): Update to 0.11.1.
[home-page]: Update URL.
---
gnu/packages/python-build.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index f01a2b59ac..c5438b5e78 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -49,16 +49,16 @@
(define-public python-pathspec
(package
(name "python-pathspec")
- (version "0.9.0")
+ (version "0.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pathspec" version))
(sha256
(base32
- "1cdbdb3s6ldnjpwbi0bgl0xlmw4mbfxk08bbdxc3srx26na4jr75"))))
+ "11qnlcanr1mqcpqpq1hmnwrs26csbsa2bafc7biq09x91y0dx617"))))
(build-system python-build-system)
- (home-page "https://github.com/cpburnz/python-path-specification")
+ (home-page "https://github.com/cpburnz/python-pathspec")
(synopsis "Utility library for gitignore style pattern matching of file
paths")
(description
"This package provides a utility library for gitignore style pattern
- branch core-updates updated (1344c3388a -> c0ac055918), guix-commits, 2023/04/19
- 06/96: gnu: python-pip: Update to 23.1., guix-commits, 2023/04/19
- 04/96: gnu: python-tomli: Update to 2.0.1., guix-commits, 2023/04/19
- 09/96: gnu: python-pep517-bootstrap: Add TODO comment., guix-commits, 2023/04/19
- 11/96: gnu: python-flit-core-bootstrap: Update to 3.8.0., guix-commits, 2023/04/19
- 13/96: gnu: Remove python-typing-extensions-next., guix-commits, 2023/04/19
- 10/96: gnu: python-poetry-core: Update to 1.5.2., guix-commits, 2023/04/19
- 15/96: gnu: python-setuptools-scm: Update to 7.1.0., guix-commits, 2023/04/19
- 03/96: gnu: python-pathspec: Update to 0.11.1.,
guix-commits <=
- 07/96: gnu: python-setuptools: Update to 67.6.1., guix-commits, 2023/04/19
- 20/96: gnu: python-execnet: Update to 1.9.0-1.d6aa1a5., guix-commits, 2023/04/19
- 08/96: gnu: python-wheel: Update to 0.40.0., guix-commits, 2023/04/19
- 12/96: gnu: python-typing-extensions: Use pyproject-build-system., guix-commits, 2023/04/19
- 18/96: gnu: python-hatchling: Update to 1.14.0., guix-commits, 2023/04/19
- 21/96: gnu: python-pytest-benchmark: Update to 4.0.0., guix-commits, 2023/04/19
- 27/96: gnu: poetry: Update to 1.1.12., guix-commits, 2023/04/19
- 30/96: gnu: Add python-asynctest., guix-commits, 2023/04/19
- 33/96: gnu: python-pytest-asyncio: Update to 0.21.0., guix-commits, 2023/04/19
- 36/96: gnu: python-aiohttp: Update to 3.8.4., guix-commits, 2023/04/19