imio.smartweb.locales 1.1.20__tar.gz → 1.1.22__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.

Potentially problematic release.


This version of imio.smartweb.locales might be problematic. Click here for more details.

Files changed (28) hide show
  1. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/CHANGES.rst +17 -0
  2. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/PKG-INFO +20 -4
  3. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/setup.py +3 -4
  4. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/locales/de/LC_MESSAGES/imio.smartweb.po +1 -1
  5. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio.smartweb.locales.egg-info/PKG-INFO +20 -4
  6. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/CONTRIBUTORS.rst +0 -0
  7. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/LICENSE.GPL +0 -0
  8. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/LICENSE.rst +0 -0
  9. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/MANIFEST.in +0 -0
  10. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/README.rst +0 -0
  11. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/setup.cfg +0 -0
  12. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/__init__.py +0 -0
  13. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/__init__.py +0 -0
  14. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/__init__.py +0 -0
  15. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/configure.zcml +0 -0
  16. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/locales/de/LC_MESSAGES/plone.po +0 -0
  17. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/locales/fr/LC_MESSAGES/imio.smartweb.po +0 -0
  18. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/locales/fr/LC_MESSAGES/plone.po +0 -0
  19. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/locales/imio.smartweb.pot +0 -0
  20. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/locales/nl/LC_MESSAGES/imio.smartweb.po +0 -0
  21. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/locales/nl/LC_MESSAGES/plone.po +0 -0
  22. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio/smartweb/locales/locales/plone-manual.pot +0 -0
  23. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio.smartweb.locales.egg-info/SOURCES.txt +0 -0
  24. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio.smartweb.locales.egg-info/dependency_links.txt +0 -0
  25. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio.smartweb.locales.egg-info/namespace_packages.txt +0 -0
  26. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio.smartweb.locales.egg-info/not-zip-safe +0 -0
  27. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio.smartweb.locales.egg-info/requires.txt +0 -0
  28. {imio.smartweb.locales-1.1.20 → imio_smartweb_locales-1.1.22}/src/imio.smartweb.locales.egg-info/top_level.txt +0 -0
@@ -2,6 +2,23 @@ Changelog
2
2
  =========
3
3
 
4
4
 
5
+ 1.1.22 (2025-01-29)
6
+ -------------------
7
+
8
+ - Update Python classifiers to be compatible with Python 3.12
9
+ [remdub]
10
+
11
+ - Migrate to Plone 6.0.14
12
+ [boulch]
13
+
14
+
15
+ 1.1.21 (2024-11-06)
16
+ -------------------
17
+
18
+ - SUP-37238 : Corrected DE translation. Use Öffnungszeiten instead of Zeitplan
19
+ [boulch]
20
+
21
+
5
22
  1.1.20 (2024-07-22)
6
23
  -------------------
7
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imio.smartweb.locales
3
- Version: 1.1.20
3
+ Version: 1.1.22
4
4
  Summary: Locales for iMio smartweb packages
5
5
  Home-page: https://github.com/imio/imio.smartweb.locales
6
6
  Author: iMio
@@ -17,12 +17,11 @@ 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.8
24
+ Requires-Python: >=3.10
26
25
  License-File: LICENSE.GPL
27
26
  License-File: LICENSE.rst
28
27
  Requires-Dist: setuptools
@@ -120,6 +119,23 @@ Changelog
120
119
  =========
121
120
 
122
121
 
122
+ 1.1.22 (2025-01-29)
123
+ -------------------
124
+
125
+ - Update Python classifiers to be compatible with Python 3.12
126
+ [remdub]
127
+
128
+ - Migrate to Plone 6.0.14
129
+ [boulch]
130
+
131
+
132
+ 1.1.21 (2024-11-06)
133
+ -------------------
134
+
135
+ - SUP-37238 : Corrected DE translation. Use Öffnungszeiten instead of Zeitplan
136
+ [boulch]
137
+
138
+
123
139
  1.1.20 (2024-07-22)
124
140
  -------------------
125
141
 
@@ -16,7 +16,7 @@ long_description = "\n\n".join(
16
16
 
17
17
  setup(
18
18
  name="imio.smartweb.locales",
19
- version="1.1.20",
19
+ version="1.1.22",
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.8",
51
+ python_requires=">=3.10",
53
52
  install_requires=[
54
53
  "setuptools",
55
54
  ],
@@ -2396,7 +2396,7 @@ msgstr "Meine Auswahl speichern"
2396
2396
  #: imio/smartweb/core/contents/sections/contact/macros.pt:122
2397
2397
  #: imio/smartweb/core/vocabularies.py:195
2398
2398
  msgid "Schedule"
2399
- msgstr "Zeitplan"
2399
+ msgstr "Öffnungszeiten"
2400
2400
 
2401
2401
  #: imio/smartweb/core/viewlets/searchbox.pt:9
2402
2402
  msgid "Search"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imio.smartweb.locales
3
- Version: 1.1.20
3
+ Version: 1.1.22
4
4
  Summary: Locales for iMio smartweb packages
5
5
  Home-page: https://github.com/imio/imio.smartweb.locales
6
6
  Author: iMio
@@ -17,12 +17,11 @@ 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.8
24
+ Requires-Python: >=3.10
26
25
  License-File: LICENSE.GPL
27
26
  License-File: LICENSE.rst
28
27
  Requires-Dist: setuptools
@@ -120,6 +119,23 @@ Changelog
120
119
  =========
121
120
 
122
121
 
122
+ 1.1.22 (2025-01-29)
123
+ -------------------
124
+
125
+ - Update Python classifiers to be compatible with Python 3.12
126
+ [remdub]
127
+
128
+ - Migrate to Plone 6.0.14
129
+ [boulch]
130
+
131
+
132
+ 1.1.21 (2024-11-06)
133
+ -------------------
134
+
135
+ - SUP-37238 : Corrected DE translation. Use Öffnungszeiten instead of Zeitplan
136
+ [boulch]
137
+
138
+
123
139
  1.1.20 (2024-07-22)
124
140
  -------------------
125
141