python313Packages.attrs: 24.2.0 -> 24.3.0

https://github.com/python-attrs/attrs/releases/tag/24.3.0

Changed files
+7 -8
pkgs
development
+2 -2
pkgs/development/python-modules/attrs/default.nix
···
buildPythonPackage rec {
pname = "attrs";
-
version = "24.2.0";
+
version = "24.3.0";
disabled = pythonOlder "3.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-XPsbkUi1sIZWm67APyDXtr87ysyaQr6/h/+qyjYvY0Y=";
+
hash = "sha256-j1wHMz1UMQNUG6e+Dizhbu7oEwyws/kjirkEzh6Fuv8=";
};
patches = [
+5 -6
pkgs/development/python-modules/attrs/remove-hatch-plugins.patch
···
diff --git a/pyproject.toml b/pyproject.toml
-
index 93b3f40..e34ff5d 100644
+
index 0b59809..8811148 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
···
build-backend = "hatchling.build"
-
@@ -27,7 +27,8 @@ classifiers = [
+
@@ -26,7 +26,8 @@ classifiers = [
"Typing :: Typed",
]
-
dependencies = ["importlib_metadata;python_version<'3.8'"]
+
dependencies = []
-dynamic = ["version", "readme"]
+dynamic = ["readme"]
+version = "@version@"
[project.optional-dependencies]
tests-mypy = [
-
@@ -76,54 +77,9 @@ GitHub = "https://github.com/python-attrs/attrs"
-
Funding = "https://github.com/sponsors/hynek"
+
@@ -72,53 +73,9 @@ Funding = "https://github.com/sponsors/hynek"
Tidelift = "https://tidelift.com/subscription/pkg/pypi-attrs?utm_source=pypi-attrs&utm_medium=pypi"
-
-
+
-[tool.hatch.version]
-source = "vcs"
-raw-options = { local_scheme = "no-local-version" }