lino 25.9.0__py3-none-any.whl → 25.9.1__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.
lino/__init__.py CHANGED
@@ -31,7 +31,7 @@ from django import VERSION
31
31
  from django.apps import AppConfig
32
32
  from django.conf import settings
33
33
  import warnings
34
- __version__ = '25.9.0'
34
+ __version__ = '25.9.1'
35
35
 
36
36
  # import setuptools # avoid UserWarning "Distutils was imported before Setuptools"?
37
37
 
@@ -1,5 +1,5 @@
1
1
  # -*- coding: UTF-8 -*-
2
- # Copyright 2013-2023 by Rumma & Ko Ltd.
2
+ # Copyright 2013-2025 by Rumma & Ko Ltd.
3
3
  # License: GNU Affero General Public License v3 (see file COPYING for details)
4
4
 
5
5
  from lino.utils.mldbc.fields import BabelCharField, BabelTextField
@@ -12,7 +12,7 @@ from lino import logger
12
12
  import os
13
13
  from decimal import Decimal
14
14
 
15
- from clint.textui import progress
15
+ from click import progressbar
16
16
 
17
17
  from django.db import models
18
18
  from django.conf import settings
@@ -311,7 +311,8 @@ def main(args):
311
311
  )
312
312
 
313
313
  max_row_count = self.options["max_row_count"]
314
- for model in progress.bar(self.models):
314
+ with progressbar(self.models) as bar:
315
+ for model in bar:
315
316
  try:
316
317
  qs = model.objects.all()
317
318
  total_count = qs.count()
@@ -1,4 +1,4 @@
1
- # Copyright 2022-2024 Rumma & Ko Ltd
1
+ # Copyright 2022-2025 Rumma & Ko Ltd
2
2
  # License: GNU Affero General Public License v3 (see file COPYING for details)
3
3
  # See https://dev.lino-framework.org/plugins/linod.html
4
4
  """Defines ASGI runtime environment, log server, as well as background tasks.
@@ -7,11 +7,11 @@ See :doc:`/plugins/linod`.
7
7
  """
8
8
 
9
9
  import re
10
- import datetime
11
10
  from lino.api import ad, _
12
11
 
13
12
  try:
14
13
  import daphne
14
+ import channels
15
15
  except ImportError:
16
16
  daphne = None
17
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lino
3
- Version: 25.9.0
3
+ Version: 25.9.1
4
4
  Summary: A framework for writing desktop-like web applications using Django and ExtJS or React
5
5
  Project-URL: Homepage, https://www.lino-framework.org
6
6
  Project-URL: Repository, https://gitlab.com/lino-framework/lino
@@ -687,7 +687,6 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
687
687
  Requires-Python: >=3.8
688
688
  Requires-Dist: babel
689
689
  Requires-Dist: beautifulsoup4
690
- Requires-Dist: clint
691
690
  Requires-Dist: dateparser
692
691
  Requires-Dist: django
693
692
  Requires-Dist: django-click
@@ -1,6 +1,6 @@
1
1
  lino/.cvsignore,sha256=1vrrWoP-WD8hPfCszHHIiJEi8KUMRCt5WvoKB9TSB1k,28
2
2
  lino/SciTEDirectory.properties,sha256=rCYi_e-6h8Yx5DwXhAa6MBPlVINcl6Vv9BQDYZV2_go,28
3
- lino/__init__.py,sha256=AIIJLk9A3WosFlS5M_KqCbqJWr0VDUZc7M3Cta_Lzsw,6176
3
+ lino/__init__.py,sha256=ExOc3fYkNDlFTq8BWTcLMsbCSDVEh7W9HNUKl_bBABI,6176
4
4
  lino/ad.py,sha256=AQ-vJ4scac1mx3xegXezxnxyOQpV-a0q3VFMJSDbj2s,142
5
5
  lino/apps.py,sha256=ECq-dPARDkuhngwNrcipse3b4Irj70HxJs44uWEZFc4,27
6
6
  lino/hello.py,sha256=7-PJg7PnEiznyETqGjOwXcKh8rda0qLetpbS2gvRYy0,532
@@ -101,7 +101,7 @@ lino/management/commands/buildcache.py,sha256=MrOio6uBtQNW5gnbRrPIjarwUe18R-irxC
101
101
  lino/management/commands/ddt.py,sha256=bn9DqZCztwJooa8u9lDBT96sB6o8on1aJWAUKafoQT8,2347
102
102
  lino/management/commands/demotest.py,sha256=NCUr3ttqU0oorOIc3Z6R_cNNgw5_OzHDbQf0HWlcB1g,4877
103
103
  lino/management/commands/diag.py,sha256=vt-NlZUx5gf7T4EpbM-gle3tAwMuwfPQY8lUgxjFaUw,478
104
- lino/management/commands/dump2py.py,sha256=V2weGrZnb2JzqNuJrmLWnkeVJFVHRbA-6f7b4f7cPBk,19895
104
+ lino/management/commands/dump2py.py,sha256=P9cwyoJeux0EMPTSDnZDM2F4QMQk9MgPu2G0Jo6PmdA,19917
105
105
  lino/management/commands/dump_settings.py,sha256=tGOR4h_ueVe2DOk84ILFvzvndt0doshvaxRkybB-rnY,2009
106
106
  lino/management/commands/initdb.py,sha256=TyEZOrIa_9QExJFUJAcJKJE0Y_7gHoIxsCFFOQDgQN8,11275
107
107
  lino/management/commands/install.py,sha256=k7lCJznVLS6swR4ayKNulj5TPpJ3qf99Fha87TZAaUk,1889
@@ -3568,7 +3568,7 @@ lino/modlib/languages/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
3568
3568
  lino/modlib/languages/fixtures/all_languages.py,sha256=311mA7tFvB33eVAZYk2B-rP0Hgf3qf01m3nGD_9nuyw,20905
3569
3569
  lino/modlib/languages/fixtures/few_languages.py,sha256=nhhfS4bV9x2yvtGlWFX5j7pC40-c31bFInGvlHxmT4Y,846
3570
3570
  lino/modlib/languages/fixtures/iso-639-3_20100707.tab,sha256=u8PwI2s8shy0_Val5-sa76Nll5FEtGi6_lAZevC-syY,180479
3571
- lino/modlib/linod/__init__.py,sha256=zn0MW5jo1QSUoZYDxqqyAY4Ra5fMRW9NWAzdXtTyWXg,2663
3571
+ lino/modlib/linod/__init__.py,sha256=oM3SnyB8BhsvrJ6AAw1tY6jcSW7FxKPc9WX51kYNySU,2667
3572
3572
  lino/modlib/linod/choicelists.py,sha256=UqRCmjcWkj5iYj6wudEV9Be5_cpy833TC6euo8tMNfY,4826
3573
3573
  lino/modlib/linod/consumers.py,sha256=XBjA1fflJ-e9yWRMKXyQAhrOklYzs5JRhEeGMOKWFqM,6730
3574
3574
  lino/modlib/linod/mixins.py,sha256=-RODGUA3fEK9pZWiz_DNMPZKejXrgEH5o0Z2q9UNrZY,12054
@@ -4676,8 +4676,8 @@ lino/utils/xml.py,sha256=EGDnO1UaREst9fS7KTESdbHnrrVCwKbRQdvut6B6GmQ,1612
4676
4676
  lino/utils/mldbc/__init__.py,sha256=QqWRlzeXaOmFfbCk-vTY3SZMn1-FCf67XnpZdd_Nim0,1134
4677
4677
  lino/utils/mldbc/fields.py,sha256=tAX8G5UKigr9c6g0F3ARIjZZtg406mdaZ--PWSbiH9E,2873
4678
4678
  lino/utils/mldbc/mixins.py,sha256=nu1C-Sytp7c10AJzdvG8WSAAVX2b8GGCcVfQ-9nbYm0,1929
4679
- lino-25.9.0.dist-info/METADATA,sha256=Clvhz8uBnzvkW3kV5ImNAGuX0qyQzHfMMBQX2m-uqr8,42534
4680
- lino-25.9.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4681
- lino-25.9.0.dist-info/licenses/AUTHORS.rst,sha256=8VEm_G4HOmYEa4oi1nVoKKsdo4JanekEJCefWd2E8vk,981
4682
- lino-25.9.0.dist-info/licenses/COPYING,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
4683
- lino-25.9.0.dist-info/RECORD,,
4679
+ lino-25.9.1.dist-info/METADATA,sha256=IYkHpo4V8HQewKn5j7oODvDj2ibtfufPKdQWwjj0iv8,42513
4680
+ lino-25.9.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4681
+ lino-25.9.1.dist-info/licenses/AUTHORS.rst,sha256=8VEm_G4HOmYEa4oi1nVoKKsdo4JanekEJCefWd2E8vk,981
4682
+ lino-25.9.1.dist-info/licenses/COPYING,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
4683
+ lino-25.9.1.dist-info/RECORD,,
File without changes