unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69048] [PATCH 00/32] Add python-pydantic v2 and required rust and python packages
@ 2024-02-11 11:27 Hartmut Goebel
  2024-02-11 11:43 ` [bug#69048] [PATCH 01/32] gnu: rust-either-1: Update to 1.10.0 Hartmut Goebel
  2024-02-11 14:38 ` bug#69048: [PATCH 00/32] Add python-pydantic v2 and required rust and python packages Efraim Flashner
  0 siblings, 2 replies; 34+ messages in thread
From: Hartmut Goebel @ 2024-02-11 11:27 UTC (permalink / raw)
  To: 69048

This patchset add python-pydantic v2, which has a core implemented in rust.
Thus the patchset includes also the required rust packages and rust package
updates. And of course it also includes some required Python packages and
Python package updates.

Please not pydantic v2 has API changes as compared to version 1.x, which is
why this patchset keeps python-pydantic-1.

Packages are linted already.

Hartmut Goebel (32):
  gnu: rust-either-1: Update to 1.10.0.
  gnu: rust-ahash-0.8: Update to 0.8.7.
  gnu: rust-hashbrown-0.14: Update to 0.14.3.
  gnu: rust-heck-0.4: Update to 0.4.1.
  gnu: rust-lexical-core-0.8: Update to 0.8.5.
  gnu: rust-lexical-parse-float-0.8: Update to 0.8.5.
  gnu: rust-lexical-parse-integer-0.8: Update to 0.8.6.
  gnu: rust-lexical-util-0.8: Update to 0.8.5.
  gnu: rust-lexical-write-float-0.8: Update to 0.8.5.
  gnu: rust-lexical-write-integer-0.8: Update to 0.8.5.
  gnu: rust-python3-dll-a-0.2: Update to 0.2.9.
  gnu: Add rust-codspeed-2.
  gnu: Add rust-codspeed-bencher-compat-2.
  gnu: Add rust-elain-0.3.
  gnu: Add rust-idna-0.5.
  gnu: Add rust-iso8601-0.3.
  gnu: Add rust-jiter-0.0.6.
  gnu: Add rust-strum-0.25.
  gnu: Add rust-strum-macros-0.25.
  gnu: Add rust-speedate-0.13.
  gnu: Add rust-zerocopy-derive-0.7.
  gnu: Add rust-zerocopy-0.7.
  gnu: Add rust-pyo3-build-config-0.20.
  gnu: Add rust-pyo3-ffi-0.20.
  gnu: Add rust-pyo3-macros-backend-0.20.
  gnu: Add rust-pyo3-macros-0.20.
  gnu: Add rust-pyo3-0.20.
  gnu: Add python-annotated-types.
  gnu: Add python-pydantic-core.
  gnu: Add python-pydantic-2.
  gnu: python-typing-extensions: Update to 4.9.0.
  gnu: python-email-validator: Update to 2.1.0.post1.

 gnu/packages/crates-io.scm    | 523 ++++++++++++++++++++++++++++------
 gnu/packages/python-build.scm |   4 +-
 gnu/packages/python-xyz.scm   | 160 ++++++++++-
 3 files changed, 587 insertions(+), 100 deletions(-)


base-commit: a4464bd0975c811f18af98f69032b29bddda5b81
-- 
2.41.0





^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2024-02-11 14:38 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11 11:27 [bug#69048] [PATCH 00/32] Add python-pydantic v2 and required rust and python packages Hartmut Goebel
2024-02-11 11:43 ` [bug#69048] [PATCH 01/32] gnu: rust-either-1: Update to 1.10.0 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 02/32] gnu: rust-ahash-0.8: Update to 0.8.7 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 03/32] gnu: rust-hashbrown-0.14: Update to 0.14.3 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 04/32] gnu: rust-heck-0.4: Update to 0.4.1 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 05/32] gnu: rust-lexical-core-0.8: Update to 0.8.5 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 06/32] gnu: rust-lexical-parse-float-0.8: " Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 07/32] gnu: rust-lexical-parse-integer-0.8: Update to 0.8.6 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 08/32] gnu: rust-lexical-util-0.8: Update to 0.8.5 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 09/32] gnu: rust-lexical-write-float-0.8: " Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 10/32] gnu: rust-lexical-write-integer-0.8: " Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 11/32] gnu: rust-python3-dll-a-0.2: Update to 0.2.9 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 12/32] gnu: Add rust-codspeed-2 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 13/32] gnu: Add rust-codspeed-bencher-compat-2 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 14/32] gnu: Add rust-elain-0.3 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 15/32] gnu: Add rust-idna-0.5 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 16/32] gnu: Add rust-iso8601-0.3 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 17/32] gnu: Add rust-jiter-0.0.6 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 18/32] gnu: Add rust-strum-0.25 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 19/32] gnu: Add rust-strum-macros-0.25 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 20/32] gnu: Add rust-speedate-0.13 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 21/32] gnu: Add rust-zerocopy-derive-0.7 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 22/32] gnu: Add rust-zerocopy-0.7 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 23/32] gnu: Add rust-pyo3-build-config-0.20 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 24/32] gnu: Add rust-pyo3-ffi-0.20 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 25/32] gnu: Add rust-pyo3-macros-backend-0.20 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 26/32] gnu: Add rust-pyo3-macros-0.20 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 27/32] gnu: Add rust-pyo3-0.20 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 28/32] gnu: Add python-annotated-types Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 29/32] gnu: Add python-pydantic-core Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 30/32] gnu: Add python-pydantic-2 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 31/32] gnu: python-typing-extensions: Update to 4.9.0 Hartmut Goebel
2024-02-11 11:43   ` [bug#69048] [PATCH 32/32] gnu: python-email-validator: Update to 2.1.0.post1 Hartmut Goebel
2024-02-11 14:38 ` bug#69048: [PATCH 00/32] Add python-pydantic v2 and required rust and python packages Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).