imio.smartweb.locales 1.1.21__tar.gz → 1.1.23__tar.gz
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_locales-1.1.21 → imio_smartweb_locales-1.1.23}/CHANGES.rst +21 -1
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/PKG-INFO +36 -6
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/setup.py +3 -4
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/locales/de/LC_MESSAGES/imio.smartweb.po +187 -87
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/locales/fr/LC_MESSAGES/imio.smartweb.po +186 -86
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/locales/imio.smartweb.pot +187 -87
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/locales/nl/LC_MESSAGES/imio.smartweb.po +186 -86
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio.smartweb.locales.egg-info/PKG-INFO +36 -6
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/CONTRIBUTORS.rst +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/LICENSE.GPL +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/LICENSE.rst +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/MANIFEST.in +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/README.rst +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/setup.cfg +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/__init__.py +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/__init__.py +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/__init__.py +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/configure.zcml +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/locales/de/LC_MESSAGES/plone.po +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/locales/fr/LC_MESSAGES/plone.po +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/locales/nl/LC_MESSAGES/plone.po +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio/smartweb/locales/locales/plone-manual.pot +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio.smartweb.locales.egg-info/SOURCES.txt +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio.smartweb.locales.egg-info/dependency_links.txt +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio.smartweb.locales.egg-info/namespace_packages.txt +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio.smartweb.locales.egg-info/not-zip-safe +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio.smartweb.locales.egg-info/requires.txt +0 -0
- {imio_smartweb_locales-1.1.21 → imio_smartweb_locales-1.1.23}/src/imio.smartweb.locales.egg-info/top_level.txt +0 -0
|
@@ -2,7 +2,27 @@ Changelog
|
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
1.1.
|
|
5
|
+
1.1.23 (2025-02-10)
|
|
6
|
+
-------------------
|
|
7
|
+
|
|
8
|
+
- Add some fr/de/nl translations for imio.smartweb.core
|
|
9
|
+
[boulch]
|
|
10
|
+
|
|
11
|
+
- Update translations
|
|
12
|
+
[boulch]
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
1.1.22 (2025-01-29)
|
|
16
|
+
-------------------
|
|
17
|
+
|
|
18
|
+
- Update Python classifiers to be compatible with Python 3.12
|
|
19
|
+
[remdub]
|
|
20
|
+
|
|
21
|
+
- Migrate to Plone 6.0.14
|
|
22
|
+
[boulch]
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
1.1.21 (2024-11-06)
|
|
6
26
|
-------------------
|
|
7
27
|
|
|
8
28
|
- SUP-37238 : Corrected DE translation. Use Öffnungszeiten instead of Zeitplan
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: imio.smartweb.locales
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.23
|
|
4
4
|
Summary: Locales for iMio smartweb packages
|
|
5
5
|
Home-page: https://github.com/imio/imio.smartweb.locales
|
|
6
6
|
Author: iMio
|
|
@@ -17,15 +17,25 @@ Classifier: Framework :: Plone :: 5.2
|
|
|
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
|
|
28
|
+
Dynamic: author
|
|
29
|
+
Dynamic: author-email
|
|
30
|
+
Dynamic: classifier
|
|
31
|
+
Dynamic: description
|
|
32
|
+
Dynamic: home-page
|
|
33
|
+
Dynamic: keywords
|
|
34
|
+
Dynamic: license
|
|
35
|
+
Dynamic: project-url
|
|
36
|
+
Dynamic: requires-dist
|
|
37
|
+
Dynamic: requires-python
|
|
38
|
+
Dynamic: summary
|
|
29
39
|
|
|
30
40
|
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
|
|
31
41
|
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
|
|
@@ -120,7 +130,27 @@ Changelog
|
|
|
120
130
|
=========
|
|
121
131
|
|
|
122
132
|
|
|
123
|
-
1.1.
|
|
133
|
+
1.1.23 (2025-02-10)
|
|
134
|
+
-------------------
|
|
135
|
+
|
|
136
|
+
- Add some fr/de/nl translations for imio.smartweb.core
|
|
137
|
+
[boulch]
|
|
138
|
+
|
|
139
|
+
- Update translations
|
|
140
|
+
[boulch]
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
1.1.22 (2025-01-29)
|
|
144
|
+
-------------------
|
|
145
|
+
|
|
146
|
+
- Update Python classifiers to be compatible with Python 3.12
|
|
147
|
+
[remdub]
|
|
148
|
+
|
|
149
|
+
- Migrate to Plone 6.0.14
|
|
150
|
+
[boulch]
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
1.1.21 (2024-11-06)
|
|
124
154
|
-------------------
|
|
125
155
|
|
|
126
156
|
- SUP-37238 : Corrected DE translation. Use Öffnungszeiten instead of Zeitplan
|
|
@@ -16,7 +16,7 @@ long_description = "\n\n".join(
|
|
|
16
16
|
|
|
17
17
|
setup(
|
|
18
18
|
name="imio.smartweb.locales",
|
|
19
|
-
version="1.1.
|
|
19
|
+
version="1.1.23",
|
|
20
20
|
description="Locales for iMio smartweb packages",
|
|
21
21
|
long_description=long_description,
|
|
22
22
|
# Get more from https://pypi.org/classifiers/
|
|
@@ -28,9 +28,8 @@ setup(
|
|
|
28
28
|
"Framework :: Plone :: 6.0",
|
|
29
29
|
"Programming Language :: Python",
|
|
30
30
|
"Programming Language :: Python :: 3",
|
|
31
|
-
"Programming Language :: Python :: 3.8",
|
|
32
|
-
"Programming Language :: Python :: 3.9",
|
|
33
31
|
"Programming Language :: Python :: 3.10",
|
|
32
|
+
"Programming Language :: Python :: 3.12",
|
|
34
33
|
"Operating System :: OS Independent",
|
|
35
34
|
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
|
36
35
|
],
|
|
@@ -49,7 +48,7 @@ setup(
|
|
|
49
48
|
package_dir={"": "src"},
|
|
50
49
|
include_package_data=True,
|
|
51
50
|
zip_safe=False,
|
|
52
|
-
python_requires=">=3.
|
|
51
|
+
python_requires=">=3.10",
|
|
53
52
|
install_requires=[
|
|
54
53
|
"setuptools",
|
|
55
54
|
],
|