python312Packages.pydantic-yaml: rename from pydantic-yaml-0

This commit is contained in:
Robert Schütz 2024-07-24 07:22:38 -07:00
parent 451746aa12
commit 80056a63da
5 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
craft-cli,
craft-parts,
craft-providers,
pydantic-yaml-0,
pydantic-yaml,
pyyaml,
setuptools,
setuptools-scm,
@ -46,7 +46,7 @@ buildPythonPackage rec {
craft-cli
craft-parts
craft-providers
pydantic-yaml-0
pydantic-yaml
pyyaml
];

View File

@ -11,7 +11,7 @@
git,
hypothesis,
nix-update-script,
pydantic-yaml-0,
pydantic-yaml,
pyfakefs,
pygit2,
pytest-check,
@ -54,7 +54,7 @@ buildPythonPackage rec {
craft-grammar
craft-parts
craft-providers
pydantic-yaml-0
pydantic-yaml
pygit2
pyyaml
snap-helpers

View File

@ -5,7 +5,7 @@
nix-update-script,
overrides,
pydantic_1,
pydantic-yaml-0,
pydantic-yaml,
pyxdg,
pyyaml,
requests,
@ -49,7 +49,7 @@ buildPythonPackage rec {
dependencies = [
overrides
pydantic_1
pydantic-yaml-0
pydantic-yaml
pyxdg
pyyaml
requests

View File

@ -15,7 +15,7 @@
}:
buildPythonPackage rec {
pname = "pydantic_yaml-0";
pname = "pydantic-yaml";
# nixpkgs-update: no auto update
version = "0.11.2";

View File

@ -11112,7 +11112,7 @@ self: super: with self; {
pydantic-settings = callPackage ../development/python-modules/pydantic-settings { };
pydantic-yaml-0 = callPackage ../development/python-modules/pydantic-yaml-0 { };
pydantic-yaml = callPackage ../development/python-modules/pydantic-yaml { };
pydash = callPackage ../development/python-modules/pydash { };