--- /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 @@ │ │ │ │
│ │ │ │ __faker__: ClassVar['Faker'] = <faker.proxy.Faker object>
│ │ │ │

A faker instance to use. Can be a user provided value.

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -__random__: ClassVar['Random'] = <random.Random object at 0x9189b20>
│ │ │ │ +__random__: ClassVar['Random'] = <random.Random object at 0x2db0190> │ │ │ │

An instance of ‘random.Random’ to use.

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ __random_seed__: ClassVar[int]
│ │ │ │

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 faker instance to use. Can be a user provided value. │ │ │ │ │ - __random__:: CCllaassssVVaarr[[''RRaannddoomm'']] == <>_ │ │ │ │ │ + __random__:: CCllaassssVVaarr[[''RRaannddoomm'']] == <>_ │ │ │ │ │ An instance of ‘random.Random’ to use. │ │ │ │ │ __random_seed__:: CCllaassssVVaarr[[_ii_nn_tt]]_ │ │ │ │ │ An integer to seed the factory’s Faker and Random instances with. │ │ │ │ │ This attribute can be used to control random generation. │ │ │ │ │ __randomize_collection_length__:: CCllaassssVVaarr[[_bb_oo_oo_ll]] == FFaallssee_ │ │ │ │ │ Flag dictating whether to randomize collections lengths. │ │ │ │ │ __min_collection_length__:: CCllaassssVVaarr[[_ii_nn_tt]] == 00_ │ │ │ ├── ./usr/share/doc/python-polyfactory-doc/html/reference/factories/pydantic_factory.html │ │ │ │ @@ -164,15 +164,15 @@ │ │ │ │

A PydanticFieldMeta instance.

│ │ │ │
│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -classmethod from_model_field(model_field: ModelField, use_alias: bool, randomize_collection_length: bool | None = None, min_collection_length: int | None = None, max_collection_length: int | None = None, random: Random = <random.Random object at 0x9189b20>) PydanticFieldMeta[source]
│ │ │ │ +classmethod from_model_field(model_field: ModelField, use_alias: bool, randomize_collection_length: bool | None = None, min_collection_length: int | None = None, max_collection_length: int | None = None, random: Random = <random.Random object at 0x2db0190>) PydanticFieldMeta[source] │ │ │ │

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 == <>) → _P_y_d_a_n_t_i_c_F_i_e_l_d_M_e_t_a │ │ │ │ │ + RRaannddoomm == <>) → _P_y_d_a_n_t_i_c_F_i_e_l_d_M_e_t_a │ │ │ │ │ _[_s_o_u_r_c_e_]_ │ │ │ │ │ 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: │ │ │ ├── ./usr/share/doc/python-polyfactory-doc/html/reference/field_meta.html │ │ │ │ @@ -148,15 +148,15 @@ │ │ │ │

a tuple of types.

│ │ │ │
│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │
│ │ │ │ -classmethod from_type(annotation: Any, random: Random = <random.Random object at 0x9189b20>, name: str = '', default: Any = <class 'polyfactory.field_meta.Null'>, constraints: Constraints | None = None, randomize_collection_length: bool | None = None, min_collection_length: int | None = None, max_collection_length: int | None = None, children: list[FieldMeta] | None = None) Self[source]
│ │ │ │ +classmethod from_type(annotation: Any, random: Random = <random.Random object at 0x2db0190>, name: str = '', default: Any = <class 'polyfactory.field_meta.Null'>, constraints: Constraints | None = None, randomize_collection_length: bool | None = None, min_collection_length: int | None = None, max_collection_length: int | None = None, children: list[FieldMeta] | None = None) Self[source] │ │ │ │

Builder method to create a FieldMeta from a type annotation.

│ │ │ │
│ │ │ │
Parameters:
│ │ │ │
    │ │ │ │
  • annotation – A type annotation.

  • │ │ │ │
  • random – An instance of random.Random.

  • │ │ │ │
  • name – Field name

  • │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -42,15 +42,15 @@ │ │ │ │ │ _N_o_n_e_[_s_o_u_r_c_e_]_ │ │ │ │ │ Create a factory field metadata instance. │ │ │ │ │ pprrooppeerrttyy type_args:: _tt_uu_pp_ll_ee[[_AA_nn_yy,, ......]]_ │ │ │ │ │ Return the normalized type args of the annotation, if any. │ │ │ │ │ Returns: │ │ │ │ │ a tuple of types. │ │ │ │ │ ccllaassssmmeetthhoodd from_type(aannnnoottaattiioonn:: AAnnyy, rraannddoomm:: RRaannddoomm == <>, nnaammee:: ssttrr == '''', ddeeffaauulltt:: AAnnyy == <>, nnaammee:: ssttrr == '''', ddeeffaauulltt:: AAnnyy == <>, ccoonnssttrraaiinnttss:: CCoonnssttrraaiinnttss || NNoonnee == NNoonnee, │ │ │ │ │ rraannddoommiizzee__ccoolllleeccttiioonn__lleennggtthh:: bbooooll || NNoonnee == NNoonnee, mmiinn__ccoolllleeccttiioonn__lleennggtthh:: │ │ │ │ │ iinntt || NNoonnee == NNoonnee, mmaaxx__ccoolllleeccttiioonn__lleennggtthh:: iinntt || NNoonnee == NNoonnee, cchhiillddrreenn:: │ │ │ │ │ lliisstt[[FFiieellddMMeettaa]] || NNoonnee == NNoonnee) → Self_[_s_o_u_r_c_e_]_ │ │ │ │ │ Builder method to create a FieldMeta from a type annotation. │ │ │ │ │ Parameters: │ │ │ │ │ * aannnnoottaattiioonn_¶ – A type annotation. │ │ │ ├── ./usr/share/doc/python-polyfactory-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -1847,15 +1847,15 @@ │ │ │ │ │ "0b5df15": 0, │ │ │ │ │ "0beta1": 29, │ │ │ │ │ "0bfa3b4": 0, │ │ │ │ │ "0c0ed22": 0, │ │ │ │ │ "0e2f824": 0, │ │ │ │ │ "0f8f9e8": 0, │ │ │ │ │ "0rc1": 29, │ │ │ │ │ - "0x9189b20": [8, 14, 17], │ │ │ │ │ + "0x2db0190": [8, 14, 17], │ │ │ │ │ "1": [21, 29, 30, 33, 38, 39], │ │ │ │ │ "10": 30, │ │ │ │ │ "1078230": 0, │ │ │ │ │ "11f234c": 0, │ │ │ │ │ "13": 31, │ │ │ │ │ "135bbc0": 0, │ │ │ │ │ "135d7fe": 0,