imio.smartweb.common 1.2.18__py3-none-any.whl → 1.2.20__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.
- imio.smartweb.common-1.2.20-py3.12-nspkg.pth +2 -0
- {imio.smartweb.common-1.2.18.dist-info → imio.smartweb.common-1.2.20.dist-info}/METADATA +27 -12
- {imio.smartweb.common-1.2.18.dist-info → imio.smartweb.common-1.2.20.dist-info}/RECORD +8 -8
- {imio.smartweb.common-1.2.18.dist-info → imio.smartweb.common-1.2.20.dist-info}/WHEEL +1 -1
- imio.smartweb.common-1.2.18-py3.10-nspkg.pth +0 -3
- {imio.smartweb.common-1.2.18.dist-info → imio.smartweb.common-1.2.20.dist-info}/LICENSE.GPL +0 -0
- {imio.smartweb.common-1.2.18.dist-info → imio.smartweb.common-1.2.20.dist-info}/LICENSE.rst +0 -0
- {imio.smartweb.common-1.2.18.dist-info → imio.smartweb.common-1.2.20.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.common-1.2.18.dist-info → imio.smartweb.common-1.2.20.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('imio',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('imio', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('imio', [os.path.dirname(p)])));m = m or sys.modules.setdefault('imio', types.ModuleType('imio'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
|
2
|
+
import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('imio', 'smartweb'));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('imio.smartweb', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('imio.smartweb', [os.path.dirname(p)])));m = m or sys.modules.setdefault('imio.smartweb', types.ModuleType('imio.smartweb'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p);m and setattr(sys.modules['imio'], 'smartweb', m)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: imio.smartweb.common
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.20
|
|
4
4
|
Summary: Common utilities, vocabularies, taxonomies for imio.smartweb & co products
|
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.common
|
|
6
6
|
Author: iMio
|
|
@@ -17,12 +17,11 @@ Classifier: Framework :: Plone :: Addon
|
|
|
17
17
|
Classifier: Framework :: Plone :: 6.0
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
23
22
|
Classifier: Operating System :: OS Independent
|
|
24
23
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
|
25
|
-
Requires-Python: >=3.
|
|
24
|
+
Requires-Python: >=3.10
|
|
26
25
|
License-File: LICENSE.GPL
|
|
27
26
|
License-File: LICENSE.rst
|
|
28
27
|
Requires-Dist: setuptools
|
|
@@ -30,8 +29,8 @@ Requires-Dist: z3c.jbot
|
|
|
30
29
|
Requires-Dist: z3c.unconfigure
|
|
31
30
|
Requires-Dist: beautifulsoup4
|
|
32
31
|
Requires-Dist: geopy
|
|
33
|
-
Requires-Dist: Products.GenericSetup
|
|
34
|
-
Requires-Dist: plone.api
|
|
32
|
+
Requires-Dist: Products.GenericSetup>=1.8.2
|
|
33
|
+
Requires-Dist: plone.api>=1.8.4
|
|
35
34
|
Requires-Dist: plone.restapi
|
|
36
35
|
Requires-Dist: plone.app.dexterity
|
|
37
36
|
Requires-Dist: plone.app.imagecropping
|
|
@@ -46,12 +45,12 @@ Requires-Dist: iaweb.privacy
|
|
|
46
45
|
Requires-Dist: imio.smartweb.locales
|
|
47
46
|
Requires-Dist: more-itertools
|
|
48
47
|
Provides-Extra: test
|
|
49
|
-
Requires-Dist: plone.app.testing
|
|
50
|
-
Requires-Dist: plone.testing
|
|
51
|
-
Requires-Dist: plone.app.robotframework[debug]
|
|
52
|
-
Requires-Dist: plone.restapi[test]
|
|
53
|
-
Requires-Dist: freezegun
|
|
54
|
-
Requires-Dist: mock
|
|
48
|
+
Requires-Dist: plone.app.testing; extra == "test"
|
|
49
|
+
Requires-Dist: plone.testing>=5.0.0; extra == "test"
|
|
50
|
+
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
|
|
51
|
+
Requires-Dist: plone.restapi[test]; extra == "test"
|
|
52
|
+
Requires-Dist: freezegun; extra == "test"
|
|
53
|
+
Requires-Dist: mock; extra == "test"
|
|
55
54
|
|
|
56
55
|
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
|
57
56
|
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
|
@@ -163,6 +162,22 @@ Changelog
|
|
|
163
162
|
=========
|
|
164
163
|
|
|
165
164
|
|
|
165
|
+
1.2.20 (2025-01-29)
|
|
166
|
+
-------------------
|
|
167
|
+
|
|
168
|
+
- Update Python classifiers to be compatible with Python 3.12
|
|
169
|
+
[remdub]
|
|
170
|
+
|
|
171
|
+
- Migrate to Plone 6.0.14
|
|
172
|
+
[boulch]
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
1.2.19 (2025-01-09)
|
|
176
|
+
-------------------
|
|
177
|
+
|
|
178
|
+
- Nothing changed yet.
|
|
179
|
+
|
|
180
|
+
|
|
166
181
|
1.2.18 (2024-07-01)
|
|
167
182
|
-------------------
|
|
168
183
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
imio.smartweb.common-1.2.
|
|
1
|
+
imio.smartweb.common-1.2.20-py3.12-nspkg.pth,sha256=XZ3YhlzwpUCC8tXtelHRqxVxo3NWomIiMsUfUshrbeE,1011
|
|
2
2
|
imio/smartweb/common/__init__.py,sha256=Na9XBfEQUMrm2c5jbqQgwWeg40ih0aXVG1vT8NeAjMQ,2709
|
|
3
3
|
imio/smartweb/common/adapters.py,sha256=rLlObjqZm3hs2hgUT-LmJytwhT-E1rTvbpIi0mmKQqY,610
|
|
4
4
|
imio/smartweb/common/adapters.zcml,sha256=ndYNj0J_BFfVpX_7JhY2asSwLzXG-WmjLdfwL9hX_No,254
|
|
@@ -135,10 +135,10 @@ imio/smartweb/common/viewlets/skip_to_content.pt,sha256=FFfTxvRl8V52FzFE6In6B34A
|
|
|
135
135
|
imio/smartweb/common/viewlets/skip_to_content.py,sha256=wm22NUf8Qh5uzz8p4vkLCdFNiDv9zUGAueRyXAIXQDo,496
|
|
136
136
|
imio/smartweb/common/widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
137
137
|
imio/smartweb/common/widgets/select.py,sha256=vfVdbecH7qDfJvWV6TfkpqocD6AA5G4yIq7XqSOuVNw,1142
|
|
138
|
-
imio.smartweb.common-1.2.
|
|
139
|
-
imio.smartweb.common-1.2.
|
|
140
|
-
imio.smartweb.common-1.2.
|
|
141
|
-
imio.smartweb.common-1.2.
|
|
142
|
-
imio.smartweb.common-1.2.
|
|
143
|
-
imio.smartweb.common-1.2.
|
|
144
|
-
imio.smartweb.common-1.2.
|
|
138
|
+
imio.smartweb.common-1.2.20.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
|
139
|
+
imio.smartweb.common-1.2.20.dist-info/LICENSE.rst,sha256=5dd78Fdt0e-oM2ICBrMpjHnT8vEP-jhBDF7akXni6B4,655
|
|
140
|
+
imio.smartweb.common-1.2.20.dist-info/METADATA,sha256=Q_m2tFHekzFxK84WQPMuMJpLryhVDtEbGFZWC51L1zs,15580
|
|
141
|
+
imio.smartweb.common-1.2.20.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
142
|
+
imio.smartweb.common-1.2.20.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
|
|
143
|
+
imio.smartweb.common-1.2.20.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
|
|
144
|
+
imio.smartweb.common-1.2.20.dist-info/RECORD,,
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('imio',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('imio', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('imio', [os.path.dirname(p)])));m = m or sys.modules.setdefault('imio', types.ModuleType('imio'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
|
2
|
-
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('imio',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('imio', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('imio', [os.path.dirname(p)])));m = m or sys.modules.setdefault('imio', types.ModuleType('imio'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
|
3
|
-
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('imio', 'smartweb'));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('imio.smartweb', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('imio.smartweb', [os.path.dirname(p)])));m = m or sys.modules.setdefault('imio.smartweb', types.ModuleType('imio.smartweb'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p);m and setattr(sys.modules['imio'], 'smartweb', m)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{imio.smartweb.common-1.2.18.dist-info → imio.smartweb.common-1.2.20.dist-info}/top_level.txt
RENAMED
|
File without changes
|