udata 9.1.4.dev31099__py2.py3-none-any.whl → 9.1.4.dev31123__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.

tasks/__init__.py CHANGED
@@ -194,10 +194,10 @@ def qa(ctx):
194
194
 
195
195
 
196
196
  @task
197
- def serve(ctx, host="localhost"):
197
+ def serve(ctx, host="localhost", port="7000"):
198
198
  """Run a development server"""
199
199
  with ctx.cd(ROOT):
200
- ctx.run("python manage.py serve -d -r -h %s" % host)
200
+ ctx.run(f"python manage.py serve -d -r -h {host} -p {port}")
201
201
 
202
202
 
203
203
  @task
udata/commands/purge.py CHANGED
@@ -3,8 +3,9 @@ import logging
3
3
  import click
4
4
 
5
5
  from udata.commands import cli, success
6
+
7
+ from udata.core.dataset.tasks import purge_datasets # isort: skip
6
8
  from udata.core.dataservices.tasks import purge_dataservices
7
- from udata.core.dataset.tasks import purge_datasets
8
9
  from udata.core.organization.tasks import purge_organizations
9
10
  from udata.core.reuse.tasks import purge_reuses
10
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: udata
3
- Version: 9.1.4.dev31099
3
+ Version: 9.1.4.dev31123
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
  - Fix many linting issues reported by ruff [#3118](https://github.com/opendatateam/udata/pull/3118)
144
144
  - Import the dataservice's organization from the fixtures [#3121](https://github.com/opendatateam/udata/pull/3121)
145
+ - Fix circular import error [#3128](https://github.com/opendatateam/udata/pull/3128)
146
+ - Add an option to specify the port when using `inv serve` [#3123](https://github.com/opendatateam/udata/pull/3123)
145
147
 
146
148
  ## 9.1.3 (2024-08-01)
147
149
 
@@ -1,4 +1,4 @@
1
- tasks/__init__.py,sha256=oZ9yTY3eyOXRbN18_83l1b4BpqjIBVqw-FqD1LFWGxo,8122
1
+ tasks/__init__.py,sha256=jKwrWhJecOzLqFj2SjOt7yxA4HUB9mD1HMjkKpCnow0,8143
2
2
  tasks/helpers.py,sha256=70fS9tI_m0DTWmKx9Zl5-LG-nxdz_ZaPyvvsFkN2r48,1091
3
3
  udata/__init__.py,sha256=iIfkZcu-LQi4btmqKGrdK2F_zRkl8dI8cm8sFeYz9Fk,101
4
4
  udata/api_fields.py,sha256=dRA-rFVLuLvrtOJ6459Ow9Jz0n0l2WO3YRfLCdPHs6Q,15497
@@ -46,7 +46,7 @@ udata/commands/fixtures.py,sha256=FPJhABW1UFx_vLqnklZHJFY6GtFtv8BIaqK9zDXKsKY,84
46
46
  udata/commands/images.py,sha256=0rVojLik5DYgJ6W4uNEfMP2g2QUU2V761tj3z6lo8no,2050
47
47
  udata/commands/info.py,sha256=A5WMo3_N_rlt3cySVJrZqKWrbIowX97ZLKMIFQE5178,1545
48
48
  udata/commands/init.py,sha256=8CpH8MklzPkpxczs43lFM5ZNrHCJRbUtzHapgYNHs7M,1520
49
- udata/commands/purge.py,sha256=78kwiQV0Y63ulbAEkZCLNq1V1wCIekIEMdmW2HRREhU,1202
49
+ udata/commands/purge.py,sha256=49_NQ-Qih2RTbXPY3ajYl00ZpFrLlu6vD-EBxRfspCs,1218
50
50
  udata/commands/serve.py,sha256=0-Uy_fRCYABsmJ8MFxpLZJyAl61TGCk7KsT8WiiexBc,2512
51
51
  udata/commands/static.py,sha256=OUYPAR1giaPk52DK-v-nQYUSx-YQ4cF7YXLt1t5wtBU,2199
52
52
  udata/commands/test.py,sha256=0snHTDolowQK-DmAKnhF_mBuDOBMApAbEc35GEiwH0M,893
@@ -697,9 +697,9 @@ udata/translations/pt/LC_MESSAGES/udata.mo,sha256=WpPzAqVd2Onv_kz45ULUySKPLrpjcc
697
697
  udata/translations/pt/LC_MESSAGES/udata.po,sha256=18Op9RUITewoDRewlOdYzzq6gjsf1lsvepACV1d7zxs,44976
698
698
  udata/translations/sr/LC_MESSAGES/udata.mo,sha256=NIYRNhVoETZUvIvWm3cCW7DtMBAnS2vXzZjMF5ZzD_c,28500
699
699
  udata/translations/sr/LC_MESSAGES/udata.po,sha256=rQB-4V4WJ7bURj6g2j653vItr5TMHadcLQxec7_fDmg,51545
700
- udata-9.1.4.dev31099.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
701
- udata-9.1.4.dev31099.dist-info/METADATA,sha256=xTpoEYkXrE0W6TmaxkaQmHymcDGYmEP70woZXLIn6_4,128595
702
- udata-9.1.4.dev31099.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
703
- udata-9.1.4.dev31099.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
704
- udata-9.1.4.dev31099.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
705
- udata-9.1.4.dev31099.dist-info/RECORD,,
700
+ udata-9.1.4.dev31123.dist-info/LICENSE,sha256=V8j_M8nAz8PvAOZQocyRDX7keai8UJ9skgmnwqETmdY,34520
701
+ udata-9.1.4.dev31123.dist-info/METADATA,sha256=hnb_j7dBFmB5bbE52ivIea18L_DUVyludOr2HWxlJF0,128796
702
+ udata-9.1.4.dev31123.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
703
+ udata-9.1.4.dev31123.dist-info/entry_points.txt,sha256=3SKiqVy4HUqxf6iWspgMqH8d88Htk6KoLbG1BU-UddQ,451
704
+ udata-9.1.4.dev31123.dist-info/top_level.txt,sha256=39OCg-VWFWOq4gCKnjKNu-s3OwFlZIu_dVH8Gl6ndHw,12
705
+ udata-9.1.4.dev31123.dist-info/RECORD,,