python313Packages.iniconfig: 2.0.0 -> 2.1.0

https://github.com/pytest-dev/iniconfig/releases/tag/v2.1.0
This commit is contained in:
Martin Weinelt
2025-03-31 04:35:51 +02:00
parent e08c5cd19b
commit b9668a709b
2 changed files with 9 additions and 10 deletions

View File

@@ -8,15 +8,15 @@
buildPythonPackage rec {
pname = "iniconfig";
version = "2.0.0";
format = "pyproject";
version = "2.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-LZHhNb9y0xpBCxfBbaYQqCy1X2sEd9GpAhNLJKRVuLM=";
hash = "sha256-OrvS4ws2cz/uePnH9zCPLQBQ6I8Ah/0lwmRfY8dz4cc=";
};
nativeBuildInputs = [ hatchling ];
build-system = [ hatchling ];
patches = [
# Cannot use hatch-vcs, due to an infinite recursion

View File

@@ -1,5 +1,5 @@
diff --git a/pyproject.toml b/pyproject.toml
index 6eee6ef..263999f 100644
index 05cd96e..eb2000f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,12 +1,12 @@
@@ -7,7 +7,7 @@ index 6eee6ef..263999f 100644
build-backend = "hatchling.build"
requires = [
- "hatch-vcs",
"hatchling",
"hatchling>=1.26",
]
[project]
@@ -19,18 +19,17 @@ index 6eee6ef..263999f 100644
@@ -15,9 +15,6 @@ authors = [
{ name = "Holger Krekel", email = "holger.krekel@gmail.com" },
]
requires-python = ">=3.7"
requires-python = ">=3.8"
-dynamic = [
- "version",
-]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
@@ -38,13 +35,6 @@ classifiers = [
[project.urls]
@@ -40,12 +37,6 @@ classifiers = [
Homepage = "https://github.com/pytest-dev/iniconfig"
-
-[tool.hatch.version]
-source = "vcs"
-