mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python312Packages.pydantic-yaml: rename from pydantic-yaml-0
This commit is contained in:
parent
451746aa12
commit
80056a63da
@ -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
|
||||
];
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -15,7 +15,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pydantic_yaml-0";
|
||||
pname = "pydantic-yaml";
|
||||
# nixpkgs-update: no auto update
|
||||
version = "0.11.2";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user