--- /srv/reproducible-results/rbuild-debian/r-b-build.gWzL2cdv/b1/python-polyfactory_2.20.0-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.gWzL2cdv/b2/python-polyfactory_2.20.0-1_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - cd2878cce65f54eb77144512e8b6f01c 186584 doc optional python-polyfactory-doc_2.20.0-1_all.deb │ + 33e090fd54b31587e3d968acf498a2c6 186552 doc optional python-polyfactory-doc_2.20.0-1_all.deb │ 855d8fcb1816e0b3971bb4b9e2670299 58160 python optional python3-polyfactory_2.20.0-1_all.deb ├── python-polyfactory-doc_2.20.0-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-03-25 15:00:13.000000 debian-binary │ │ -rw-r--r-- 0 0 0 5288 2025-03-25 15:00:13.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 181104 2025-03-25 15:00:13.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 181072 2025-03-25 15:00:13.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-polyfactory-doc/html/reference/factories/base.html │ │ │ │ @@ -189,15 +189,15 @@ │ │ │ │
A faker instance to use. Can be a user provided value.
│ │ │ │An instance of ‘random.Random’ to use.
│ │ │ │An integer to seed the factory’s Faker and Random instances with.
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -70,15 +70,15 @@
│ │ │ │ │ NNoonnee_
│ │ │ │ │ A base factory to override with this factory. If this value is set,
│ │ │ │ │ the given factory will replace the given base factory.
│ │ │ │ │ Note: this value can only be set when ‘__is_base_factory__’ is
│ │ │ │ │ ‘True’.
│ │ │ │ │ __faker__:: CCllaassssVVaarr[[''FFaakkeerr'']] == < A PydanticFieldMeta instance.
Create an instance from a pydantic model field. │ │ │ │ :param _sphinx_paramlinks_polyfactory.factories.pydantic_factory.PydanticFieldMeta.from_model_field.model_field: A pydantic ModelField. │ │ │ │ :param _sphinx_paramlinks_polyfactory.factories.pydantic_factory.PydanticFieldMeta.from_model_field.use_alias: Whether to use the field alias. │ │ │ │ :param _sphinx_paramlinks_polyfactory.factories.pydantic_factory.PydanticFieldMeta.from_model_field.randomize_collection_length: A boolean flag whether to randomize collections lengths │ │ │ │ :param _sphinx_paramlinks_polyfactory.factories.pydantic_factory.PydanticFieldMeta.from_model_field.min_collection_length: Minimum number of elements in randomized collection │ │ │ │ :param _sphinx_paramlinks_polyfactory.factories.pydantic_factory.PydanticFieldMeta.from_model_field.max_collection_length: Maximum number of elements in randomized collection │ │ │ │ :param _sphinx_paramlinks_polyfactory.factories.pydantic_factory.PydanticFieldMeta.from_model_field.random: An instance of random.Random.
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -61,15 +61,15 @@ │ │ │ │ │ * mmiinn__ccoolllleeccttiioonn__lleennggtthh_¶ – Minimum collection length. │ │ │ │ │ * mmaaxx__ccoolllleeccttiioonn__lleennggtthh_¶ – Maximum collection length. │ │ │ │ │ Returns: │ │ │ │ │ A PydanticFieldMeta instance. │ │ │ │ │ ccllaassssmmeetthhoodd from_model_field(mmooddeell__ffiieelldd:: MMooddeellFFiieelldd, uussee__aalliiaass:: bbooooll, │ │ │ │ │ rraannddoommiizzee__ccoolllleeccttiioonn__lleennggtthh:: bbooooll || NNoonnee == NNoonnee, mmiinn__ccoolllleeccttiioonn__lleennggtthh:: │ │ │ │ │ iinntt || NNoonnee == NNoonnee, mmaaxx__ccoolllleeccttiioonn__lleennggtthh:: iinntt || NNoonnee == NNoonnee, rraannddoomm:: │ │ │ │ │ - RRaannddoomm == <a tuple of types.
│ │ │ │Builder method to create a FieldMeta from a type annotation.
│ │ │ │annotation¶ – A type annotation.
random¶ – An instance of random.Random.
name¶ – Field name