diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-20 07:50:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-20 07:56:36 +0200 |
commit | fd8ea1accb3327187b4884894cd24039fd30658e (patch) | |
tree | 30d0bf8cebef3db577491d9c74c22bdd53b1fe38 /dev-python/hatchling | |
parent | dev-python/jsonschema: Remove old (diff) | |
download | gentoo-fd8ea1accb3327187b4884894cd24039fd30658e.tar.gz gentoo-fd8ea1accb3327187b4884894cd24039fd30658e.tar.bz2 gentoo-fd8ea1accb3327187b4884894cd24039fd30658e.zip |
dev-python/hatchling: Fix pathspec dep
Closes: https://bugs.gentoo.org/871885
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatchling')
-rw-r--r-- | dev-python/hatchling/hatchling-1.10.0-r1.ebuild (renamed from dev-python/hatchling/hatchling-1.10.0.ebuild) | 2 | ||||
-rw-r--r-- | dev-python/hatchling/hatchling-1.9.0-r1.ebuild (renamed from dev-python/hatchling/hatchling-1.9.0.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hatchling/hatchling-1.10.0.ebuild b/dev-python/hatchling/hatchling-1.10.0-r1.ebuild index 868dd0172a97..df0b58619f54 100644 --- a/dev-python/hatchling/hatchling-1.10.0.ebuild +++ b/dev-python/hatchling/hatchling-1.10.0-r1.ebuild @@ -29,7 +29,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~ RDEPEND=" >=dev-python/editables-0.2[${PYTHON_USEDEP}] >=dev-python/packaging-21.3[${PYTHON_USEDEP}] - >=dev-python/pathspec-0.9[${PYTHON_USEDEP}] + >=dev-python/pathspec-0.10.1[${PYTHON_USEDEP}] >=dev-python/pluggy-1.0.0[${PYTHON_USEDEP}] >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}] " diff --git a/dev-python/hatchling/hatchling-1.9.0.ebuild b/dev-python/hatchling/hatchling-1.9.0-r1.ebuild index 868dd0172a97..df0b58619f54 100644 --- a/dev-python/hatchling/hatchling-1.9.0.ebuild +++ b/dev-python/hatchling/hatchling-1.9.0-r1.ebuild @@ -29,7 +29,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~ RDEPEND=" >=dev-python/editables-0.2[${PYTHON_USEDEP}] >=dev-python/packaging-21.3[${PYTHON_USEDEP}] - >=dev-python/pathspec-0.9[${PYTHON_USEDEP}] + >=dev-python/pathspec-0.10.1[${PYTHON_USEDEP}] >=dev-python/pluggy-1.0.0[${PYTHON_USEDEP}] >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}] " |