udata 9.2.5.dev32112__py2.py3-none-any.whl → 9.2.5.dev32143__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of udata might be problematic. Click here for more details.

@@ -10,4 +10,4 @@ class ContactPointFactory(ModelFactory):
10
10
  model = ContactPoint
11
11
 
12
12
  name = factory.Faker("name")
13
- email = factory.Faker("email")
13
+ email = factory.Sequence(lambda n: "contact_point{}@example.com".format(n))
@@ -12,7 +12,7 @@ class UserFactory(ModelFactory):
12
12
 
13
13
  first_name = factory.Faker("first_name")
14
14
  last_name = factory.Faker("last_name")
15
- email = factory.Faker("email")
15
+ email = factory.Sequence(lambda n: "user{}@example.com".format(n))
16
16
  fs_uniquifier = factory.Faker("uuid4")
17
17
  active = True
18
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: udata
3
- Version: 9.2.5.dev32112
3
+ Version: 9.2.5.dev32143
4
4
  Summary: Open data portal
5
5
  Home-page: https://github.com/opendatateam/udata
6
6
  Author: Opendata Team
@@ -142,6 +142,8 @@ It is collectively taken care of by members of the
142
142
 
143
143
  - Add contact_form in ContactPoint api fields [#3175](https://github.com/opendatateam/udata/pull/3175)
144
144
  - Use trailing slashes for the upload files URLs [#3177](https://github.com/opendatateam/udata/pull/3177)
145
+ - Use hydra's RESTful endpoint URLs [#3146](https://github.com/opendatateam/udata/pull/3146)
146
+ - Fix flaky "duplicated email" importing fixtures tests [#3176](https://github.com/opendatateam/udata/pull/3176)
145
147
 
146
148
  ## 9.2.4 (2024-10-22)
147
149
 
@@ -177,7 +179,6 @@ It is collectively taken care of by members of the
177
179
  - Fix the boolean filters in the API for the "new system" endpoints [#3139](https://github.com/opendatateam/udata/pull/3139)
178
180
  - Update authlib dependency from 0.14.3 to 1.3.1 [#3135](https://github.com/opendatateam/udata/pull/3135)
179
181
  - Add CORS on resource redirect [#3145](https://github.com/opendatateam/udata/pull/3145)
180
- - Use hydra's RESTful endpoint URLs [#3142](https://github.com/opendatateam/udata/pull/3142)
181
182
 
182
183
  ## 9.1.4 (2024-08-26)
183
184
 
@@ -76,7 +76,7 @@ udata/core/badges/tests/test_model.py,sha256=05bG0CLqOhedYNeqgI8oCBm7mnGMQUf1Z10
76
76
  udata/core/contact_point/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
77
77
  udata/core/contact_point/api.py,sha256=hK5fanw-QZvenqu2XQW5xKmhPNPGK6xplUWqaMy_Il4,1951
78
78
  udata/core/contact_point/api_fields.py,sha256=IECdDFG9OzbQP8USXhUKAbEdVWiA6xO4ffcEB4zTTWQ,1073
79
- udata/core/contact_point/factories.py,sha256=MWu3fbE6G84e-7_gtsM5OifZPxHFRWDjw__qjd5fwDc,248
79
+ udata/core/contact_point/factories.py,sha256=7dPRieCmwu1C5vem5nyPi1mzk2pZ6M7wh0YWgHKqfXw,293
80
80
  udata/core/contact_point/forms.py,sha256=ykdnfLPrY2awIis2Ms57Wj0zuhws7dNPFkLpnkq7sas,688
81
81
  udata/core/contact_point/models.py,sha256=ABhfig9ldaHrMSbvWwdkGmijlevCOYDlpzDebbfQaHM,644
82
82
  udata/core/dataservices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -237,7 +237,7 @@ udata/core/user/api_fields.py,sha256=9aUdaYPUON-cFhTA10Mch5gYK9zkrFBLe4rrTxnQXoE
237
237
  udata/core/user/apiv2.py,sha256=4eNsvJjb4ChJQFrXtVbkOtAvXEcQcQpZf8vkEbriXRA,1125
238
238
  udata/core/user/commands.py,sha256=d33hjgUi8WLA8YFvoq__FJJ_E-fk8f4tWo1iuT8jJvM,3156
239
239
  udata/core/user/constants.py,sha256=aTluhTR2RGZ_cdG7-mkEoT5Ndbg8BNUwwzCOld0aLMY,77
240
- udata/core/user/factories.py,sha256=O9QHItNG2NXm_dxojMieJyc-kZta5WSFesoOJImvzwg,789
240
+ udata/core/user/factories.py,sha256=kkwaojciLzfuAOeRnL1E7XCcGPo8waAal_G2eeuVc0k,825
241
241
  udata/core/user/forms.py,sha256=yotqZozH9ViKuNI8SwdKocDEi7NXVs_XUMpdr_bIe5s,966
242
242
  udata/core/user/metrics.py,sha256=-3KQU3jHyVhL3kDL-gVw0dtN-8WZk4QubTfH-L9PyyI,922
243
243
  udata/core/user/models.py,sha256=KVDUx9fP_7TFshgosNaJ5MTUBbVd54PVxeQL_BIjlns,9752
@@ -701,9 +701,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=TpMlhwj07t7CPkzXn-qmHG4aTq6ZT7
701
701
  udata/translations/pt/LC_MESSAGES/udata.po,sha256=vRqSEt9Jds--Wic-hYMkdjYaWzeHFnUn3wD5XvQL-qE,44877
702
702
  udata/translations/sr/LC_MESSAGES/udata.mo,sha256=bc-BmgT91ZJJB9DKc5YDsHqyxBhOjDJdbOy-UPo-NjA,28163
703
703
  udata/translations/sr/LC_MESSAGES/udata.po,sha256=BKVmr4M88pfgZMU4sHIyDObV5M9E8ezZ9m7jviy2PE4,51369
704
- udata-9.2.5.dev32112.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
705
- udata-9.2.5.dev32112.dist-info/METADATA,sha256=T433fpJCt3yXt5uUHS7YUqbwmyCCQZWjtl2Vb5ZhPQo,132741
706
- udata-9.2.5.dev32112.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
707
- udata-9.2.5.dev32112.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
708
- udata-9.2.5.dev32112.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
709
- udata-9.2.5.dev32112.dist-info/RECORD,,
704
+ udata-9.2.5.dev32143.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
705
+ udata-9.2.5.dev32143.dist-info/METADATA,sha256=Pb4MfMY29S1Udh_0rgbRtWg8lwTtX46ahfpE8MDHVF4,132854
706
+ udata-9.2.5.dev32143.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
707
+ udata-9.2.5.dev32143.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
708
+ udata-9.2.5.dev32143.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
709
+ udata-9.2.5.dev32143.dist-info/RECORD,,