imio.smartweb.core 1.2.54__py3-none-any.whl → 1.2.56__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/core/viewlets/ogptags.py +13 -4
- imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css +1 -1
- imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/324.smartweb-webcomponents-compiled.js +2 -0
- imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js +1 -1
- imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss +1 -1
- imio/smartweb/core/webcomponents/src/components/Events/Events.scss +1 -1
- imio.smartweb.core-1.2.56-py3.10-nspkg.pth +3 -0
- {imio.smartweb.core-1.2.54.dist-info → imio.smartweb.core-1.2.56.dist-info}/METADATA +23 -3
- {imio.smartweb.core-1.2.54.dist-info → imio.smartweb.core-1.2.56.dist-info}/RECORD +21 -21
- {imio.smartweb.core-1.2.54.dist-info → imio.smartweb.core-1.2.56.dist-info}/WHEEL +1 -1
- imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js +0 -2
- imio.smartweb.core-1.2.54-py3.11-nspkg.pth +0 -2
- /imio/smartweb/core/webcomponents/build/js/{736.smartweb-webcomponents-compiled.js.LICENSE.txt → 324.smartweb-webcomponents-compiled.js.LICENSE.txt} +0 -0
- {imio.smartweb.core-1.2.54.dist-info → imio.smartweb.core-1.2.56.dist-info}/LICENSE.GPL +0 -0
- {imio.smartweb.core-1.2.54.dist-info → imio.smartweb.core-1.2.56.dist-info}/LICENSE.rst +0 -0
- {imio.smartweb.core-1.2.54.dist-info → imio.smartweb.core-1.2.56.dist-info}/namespace_packages.txt +0 -0
- {imio.smartweb.core-1.2.54.dist-info → imio.smartweb.core-1.2.56.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3 @@
|
|
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)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: imio.smartweb.core
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.56
|
4
4
|
Summary: Core product for iMio websites
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.core
|
6
6
|
Author: Christophe Boulanger
|
@@ -18,6 +18,8 @@ Classifier: Framework :: Plone :: 6.0
|
|
18
18
|
Classifier: Programming Language :: Python
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
20
20
|
Classifier: Programming Language :: Python :: 3.8
|
21
|
+
Classifier: Programming Language :: Python :: 3.9
|
22
|
+
Classifier: Programming Language :: Python :: 3.10
|
21
23
|
Classifier: Operating System :: OS Independent
|
22
24
|
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
23
25
|
Requires-Python: >=3.8
|
@@ -26,7 +28,7 @@ License-File: LICENSE.rst
|
|
26
28
|
Requires-Dist: setuptools
|
27
29
|
Requires-Dist: z3c.jbot
|
28
30
|
Requires-Dist: z3c.unconfigure
|
29
|
-
Requires-Dist: plone.api >=1.8.4
|
31
|
+
Requires-Dist: plone.api (>=1.8.4)
|
30
32
|
Requires-Dist: plone.gallery
|
31
33
|
Requires-Dist: plone.restapi
|
32
34
|
Requires-Dist: plone.app.dexterity
|
@@ -48,7 +50,7 @@ Requires-Dist: imio.smartweb.common
|
|
48
50
|
Requires-Dist: imio.smartweb.locales
|
49
51
|
Provides-Extra: test
|
50
52
|
Requires-Dist: plone.app.testing ; extra == 'test'
|
51
|
-
Requires-Dist: plone.testing >=5.0.0 ; extra == 'test'
|
53
|
+
Requires-Dist: plone.testing (>=5.0.0) ; extra == 'test'
|
52
54
|
Requires-Dist: plone.app.contenttypes ; extra == 'test'
|
53
55
|
Requires-Dist: plone.app.robotframework[debug] ; extra == 'test'
|
54
56
|
Requires-Dist: plone.restapi[test] ; extra == 'test'
|
@@ -189,6 +191,24 @@ Changelog
|
|
189
191
|
=========
|
190
192
|
|
191
193
|
|
194
|
+
1.2.56 (2024-06-25)
|
195
|
+
-------------------
|
196
|
+
|
197
|
+
- WEB-4121 : Fix ERROR : imio.events.core.contents.event.serializer, line 28, in get_container_uid
|
198
|
+
and fix WARNING : No such index: 'include_items'
|
199
|
+
[boulch]
|
200
|
+
|
201
|
+
- GHA tests on Python 3.8 3.9 and 3.10
|
202
|
+
[remdub]
|
203
|
+
|
204
|
+
|
205
|
+
1.2.55 (2024-06-07)
|
206
|
+
-------------------
|
207
|
+
|
208
|
+
- Fix React placeholder color
|
209
|
+
[thomlamb]
|
210
|
+
|
211
|
+
|
192
212
|
1.2.54 (2024-06-07)
|
193
213
|
-------------------
|
194
214
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
imio.smartweb.core-1.2.
|
1
|
+
imio.smartweb.core-1.2.56-py3.10-nspkg.pth,sha256=wnCUSUElqssZ5FI3x-9HqwD229HQ-bAuPoDUNJHmMtU,1684
|
2
2
|
imio/smartweb/core/__init__.py,sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0,24
|
3
3
|
imio/smartweb/core/config.py,sha256=BUgfvh4hCaw0onCYAG4gQI1O4hZ-GzXWEltdHi4YLIs,337
|
4
4
|
imio/smartweb/core/configure.zcml,sha256=PeC4rF--rF6MfVQ0NzggQrZWIl35oPtJdEhvQwGxhhI,1459
|
@@ -615,7 +615,7 @@ imio/smartweb/core/viewlets/odwb_widget_header.pt,sha256=bmtPkjfd40fwOqsCL1sQFCn
|
|
615
615
|
imio/smartweb/core/viewlets/offcanvas.pt,sha256=VfHFI9WoDqcm5nfJ-OTHACnJn0F5PfEE4FXZFzPM3JQ,613
|
616
616
|
imio/smartweb/core/viewlets/offcanvas.py,sha256=3VE2WJcvSKp3oAKYwGuwaHYMoK_83KMksMFDa75u52Y,129
|
617
617
|
imio/smartweb/core/viewlets/ogp_tag_header.pt,sha256=XRWkdZS2oI7W0X1oJSskpXS9dMmxSxSx_7XWb-Q2aBk,1007
|
618
|
-
imio/smartweb/core/viewlets/ogptags.py,sha256=
|
618
|
+
imio/smartweb/core/viewlets/ogptags.py,sha256=jl9eT7I4Hf92dJ5NnIk7pkPMU6pQ010zQA1h5BubW1A,5010
|
619
619
|
imio/smartweb/core/viewlets/procedure.pt,sha256=gLwNuikgXsWMnBybKdFeKfkfDKnI3SlrU3y2z8sVt5k,602
|
620
620
|
imio/smartweb/core/viewlets/procedure.py,sha256=7nqBU_Sl5tcQaV_UNM-2BPLc8vogCzTO6kQlu4hwofI,633
|
621
621
|
imio/smartweb/core/viewlets/searchbox.pt,sha256=Wv0DbGTKif1z_SDl9-FQKIAPJcfFAHHO1qOtR-LtnR4,403
|
@@ -648,28 +648,28 @@ imio/smartweb/core/webcomponents/build/assets/oeil-big.f32cd1df1274a9593de0c4bd8
|
|
648
648
|
imio/smartweb/core/webcomponents/build/assets/pin-react-active.07d154037a15be5525b823fdc626cf29.svg,sha256=XgE72Zg25rWhDFtpgRTh6pSWc0utqIobzbez4RYC3kA,330
|
649
649
|
imio/smartweb/core/webcomponents/build/assets/pin-react.fda934b5daf26dd4da2a71a7e7e44431.svg,sha256=kXxN_F5nCL1SUuSvO7dsVz2BCk6lyembEe0ZcDUjEUQ,336
|
650
650
|
imio/smartweb/core/webcomponents/build/css/373.smartweb-webcomponents-compiled.css,sha256=ZoYufYnSdoiuqmC56hEVhJsjwI3qe6X2QfezMIY1lrE,8243
|
651
|
-
imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css,sha256=
|
652
|
-
imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css,sha256=
|
651
|
+
imio/smartweb/core/webcomponents/build/css/486.smartweb-webcomponents-compiled.css,sha256=9CwbA0J60QC8l_HQZ0u6abP3iN3usuD8CGijKBJumh8,24072
|
652
|
+
imio/smartweb/core/webcomponents/build/css/884.smartweb-webcomponents-compiled.css,sha256=4lpV-6NaisDZFzo7YchHTyOOp5FJxNNz2cblWJBaQC8,48102
|
653
653
|
imio/smartweb/core/webcomponents/build/css/919.smartweb-webcomponents-compiled.css,sha256=cmIujPCjesquXQEUFlVnQo1PkkBNk5Ed81I0xqbap_I,2727
|
654
654
|
imio/smartweb/core/webcomponents/build/css/smartweb-webcomponents-compiled.css,sha256=RAupw7FVjxmYnxjiTeK8JcGHc2qmAzzWVuddpb88ZOM,4228
|
655
|
-
imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js,sha256=
|
655
|
+
imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js,sha256=mb8qvqSSicnVlLJHxWAGgrTkNHv-_vbSP0fEfmm3VXo,415156
|
656
656
|
imio/smartweb/core/webcomponents/build/js/218.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=9CksAZD8HmkPS0n0IpNDiIs-Rz7g4WGlxIAiWXg1SPg,338
|
657
|
-
imio/smartweb/core/webcomponents/build/js/
|
657
|
+
imio/smartweb/core/webcomponents/build/js/324.smartweb-webcomponents-compiled.js,sha256=agmSm7DjMJV_OltHpxOlF409JGppnSCjWBwBZDv9dkI,166942
|
658
|
+
imio/smartweb/core/webcomponents/build/js/324.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=-3_bgdYPth5WaLi7KThLMFaeIhyLEDdatZAaOJMVBvI,680
|
659
|
+
imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js,sha256=SopLCBqJX5a6PzniMhCZJrJfPiBg6vMtXqFTU9fnj0E,53656
|
658
660
|
imio/smartweb/core/webcomponents/build/js/373.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=srGNtnoNHz0w5OlaCDZLtTP8yBsDypbLTNk4qjsLvTU,317
|
659
|
-
imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js,sha256=
|
661
|
+
imio/smartweb/core/webcomponents/build/js/486.smartweb-webcomponents-compiled.js,sha256=A1cEdvsR92_tk0rlyePgrVjnkmN7InZe-k7bpduSZEg,38376
|
660
662
|
imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js,sha256=C4DEpTuaRR0KAUgH9winSpJYpPwOHAOMUdreD7DaX6A,143081
|
661
663
|
imio/smartweb/core/webcomponents/build/js/499.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=eNJ8gc9n9IF8nW1d9sI9niuHstYzjNz5vqXx9UgWSPc,249
|
662
|
-
imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js,sha256=VXISVKk_z2hDyhfj5CZpV_wXu8DU6bVSQzVJRbWOEHA,167168
|
663
|
-
imio/smartweb/core/webcomponents/build/js/736.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=-3_bgdYPth5WaLi7KThLMFaeIhyLEDdatZAaOJMVBvI,680
|
664
664
|
imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js,sha256=FA5QfzUfmlsrCL5il1pWsT4gxkVTfYb_iyz7ccFlO8A,17404
|
665
665
|
imio/smartweb/core/webcomponents/build/js/799.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=R14i0Dp6JC2AOtJVaegrZVAe22i9niDnCBKa5vn7QVc,59
|
666
666
|
imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js,sha256=ca082EaYXpsgjIeedTCxHiJ_-RO09R2WQ28L21QEMrk,153293
|
667
667
|
imio/smartweb/core/webcomponents/build/js/824.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=6nkPO-SYLDPJB1DAWWJjhWo2H2X_Y2llNxj5PCmmUgw,153
|
668
|
-
imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js,sha256=
|
669
|
-
imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js,sha256=
|
668
|
+
imio/smartweb/core/webcomponents/build/js/884.smartweb-webcomponents-compiled.js,sha256=SZ5d2kpFVwyOw7pweE2U2IL86JyNEPm_fKagQGL0tHA,44886
|
669
|
+
imio/smartweb/core/webcomponents/build/js/919.smartweb-webcomponents-compiled.js,sha256=WVkO-pJwzsvaPCEdpM8HCxys033UfvexwAHIZWtjZd8,15159
|
670
670
|
imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js,sha256=YLKWqrbFtX1Q2I0gtWEbu7HTVAXe6kbOCWw6CeW8r7Y,299300
|
671
671
|
imio/smartweb/core/webcomponents/build/js/963.smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=A-v1lwmuIX1DpNJ1MDzKDMWv7f_d6cjHlGOCEvthhdY,50
|
672
|
-
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=
|
672
|
+
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js,sha256=PujdynQc331cx8EvXcbkbGzGD0aifEZRUzxavWtWIKU,413853
|
673
673
|
imio/smartweb/core/webcomponents/build/js/smartweb-webcomponents-compiled.js.LICENSE.txt,sha256=FYZFcv_VsY7Ef-afd5tLGRLLk9j84PX0P_ciZvbFli0,968
|
674
674
|
imio/smartweb/core/webcomponents/src/index.jsx,sha256=WV70VNETdsIMADJ5EqajwxQ6WacMbhw5Z_91fVDti_Y,757
|
675
675
|
imio/smartweb/core/webcomponents/src/index.scss,sha256=Icln3zYEuHrORTeGQqx0aDH0jR_kxijXMMRD-b5mKjU,4923
|
@@ -684,7 +684,7 @@ imio/smartweb/core/webcomponents/src/assets/pin-react.svg,sha256=kXxN_F5nCL1SUuS
|
|
684
684
|
imio/smartweb/core/webcomponents/src/assets/pin.svg,sha256=-6a-6Jyc3EJteH1X5eFtPUCCz4FQeWKkVhMKHDhmbzI,890
|
685
685
|
imio/smartweb/core/webcomponents/src/assets/contentIcon/download.svg,sha256=t0ycTc4BFYUP3A-_qhDXMC12Hb0Lg3gpk8ffQ_yT8ic,348
|
686
686
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.jsx,sha256=8-VtGeDE6eM4PjpJY55JMoRlh48MHwLXTmvvubU18Z8,10445
|
687
|
-
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=
|
687
|
+
imio/smartweb/core/webcomponents/src/components/Annuaire/Annuaire.scss,sha256=_O6UeLtzaxTv8uC6RVgWtHQAAZfBJx9g4PrKV9KAUx4,9474
|
688
688
|
imio/smartweb/core/webcomponents/src/components/Annuaire/index.js,sha256=A26LlWeszwIzqu15SiEZ_mcb4NSaChAbT7d4GWEyVlY,96
|
689
689
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactCard/ContactCard.jsx,sha256=Ji7ODujFQuPGsOwErVWd5AfiDHy9xkJbU2imwLMN2Sw,5068
|
690
690
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/ContactContent.jsx,sha256=pc5-Epb2QRfE-mYhqXizpY1Vnl5colFmQZl-aFRqYGA,35330
|
@@ -692,7 +692,7 @@ imio/smartweb/core/webcomponents/src/components/Annuaire/ContactContent/download
|
|
692
692
|
imio/smartweb/core/webcomponents/src/components/Annuaire/ContactList/ContactList.jsx,sha256=5yhCdwg6MhwW7GvNYBPYHXui6J87QIpzpYsp2MGxWrc,1816
|
693
693
|
imio/smartweb/core/webcomponents/src/components/Annuaire/Filters/Filter.jsx,sha256=yg7k4KgIOprikaOImjO-Mh7r83tbw0rgkc3YprQ72_4,13423
|
694
694
|
imio/smartweb/core/webcomponents/src/components/Events/Events.jsx,sha256=v8ImTC-6ZvIVuwqpc2dVbPUck3ER2vQZnw-xRAh3w1o,11272
|
695
|
-
imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=
|
695
|
+
imio/smartweb/core/webcomponents/src/components/Events/Events.scss,sha256=CEy4vmYlE8n9_JASOBTl5rk6ZCIC7PbrGp7ZTgZL3n0,10012
|
696
696
|
imio/smartweb/core/webcomponents/src/components/Events/index.js,sha256=DLQwtbr22jrwjTGSiJRiMbcqJNdngRYwW_MP0mwGJUo,95
|
697
697
|
imio/smartweb/core/webcomponents/src/components/Events/EventCard/EventCard.jsx,sha256=-5wj3_jDXfWncQVaXRsBMD5rSwnGjOGY72l2n4j_dH8,2052
|
698
698
|
imio/smartweb/core/webcomponents/src/components/Events/EventContent/EventContent.jsx,sha256=kQzUgpUZXt4olQrO0yvToGwwQb8E0y0h0KtFz5A3CKg,35330
|
@@ -727,10 +727,10 @@ imio/smartweb/core/webcomponents/src/utils/Map.jsx,sha256=cYuZykMIaLjr4KiLvmS4aY
|
|
727
727
|
imio/smartweb/core/webcomponents/src/utils/Map.scss,sha256=xXWz0O-JBwSZrzz2XeQdN4nZEOjppU2sVFtlLQOitQ8,77
|
728
728
|
imio/smartweb/core/webcomponents/src/utils/translation.js,sha256=5YDHwdaRNWFWOgyNd7YejoAdcDvnvAENo3Xn0GDT8P8,8941
|
729
729
|
imio/smartweb/core/webcomponents/src/utils/url.js,sha256=iyl_1QXfPBgUn0LEbZYT_zMEEjmj5DMiEz44Z6AKLcg,244
|
730
|
-
imio.smartweb.core-1.2.
|
731
|
-
imio.smartweb.core-1.2.
|
732
|
-
imio.smartweb.core-1.2.
|
733
|
-
imio.smartweb.core-1.2.
|
734
|
-
imio.smartweb.core-1.2.
|
735
|
-
imio.smartweb.core-1.2.
|
736
|
-
imio.smartweb.core-1.2.
|
730
|
+
imio.smartweb.core-1.2.56.dist-info/LICENSE.GPL,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
|
731
|
+
imio.smartweb.core-1.2.56.dist-info/LICENSE.rst,sha256=RzkMFz6AX3-cHd531zd2YQcXai8RIbjFWTs6m66Y5u4,653
|
732
|
+
imio.smartweb.core-1.2.56.dist-info/METADATA,sha256=MyvVVHJn-JYCKYB7qPEJdYsbKNZh-DUCsymrpp6Qt8U,54495
|
733
|
+
imio.smartweb.core-1.2.56.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
734
|
+
imio.smartweb.core-1.2.56.dist-info/namespace_packages.txt,sha256=Pg8AH8t9viMMW1hJbNZvTy_n2jXG2igIYUpon5RA4Js,19
|
735
|
+
imio.smartweb.core-1.2.56.dist-info/top_level.txt,sha256=ZktC0EGzThvMTAin9_q_41rzvvfMT2FYbP8pbhSLMSA,5
|
736
|
+
imio.smartweb.core-1.2.56.dist-info/RECORD,,
|