plone.tiles 3.0.1__tar.gz → 3.0.2__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.
Files changed (39) hide show
  1. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/CHANGES.rst +9 -0
  2. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/MANIFEST.in +1 -2
  3. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/PKG-INFO +10 -1
  4. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/data.py +4 -3
  5. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone.tiles.egg-info/PKG-INFO +10 -1
  6. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone.tiles.egg-info/SOURCES.txt +0 -1
  7. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/setup.py +1 -1
  8. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/CONTRIBUTING.rst +0 -0
  9. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/LICENSE.GPL +0 -0
  10. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/LICENSE.txt +0 -0
  11. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/README.rst +0 -0
  12. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/__init__.py +0 -0
  13. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/__init__.py +0 -0
  14. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/absoluteurl.py +0 -0
  15. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/configure.zcml +0 -0
  16. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/data.rst +0 -0
  17. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/directives.py +0 -0
  18. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/directives.rst +0 -0
  19. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/esi.py +0 -0
  20. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/esi.rst +0 -0
  21. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/fieldtypeconverters.py +0 -0
  22. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/interfaces.py +0 -0
  23. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/meta.py +0 -0
  24. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/meta.zcml +0 -0
  25. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/test.pt +0 -0
  26. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/testing.py +0 -0
  27. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/tests/__init__.py +0 -0
  28. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/tests/test_data.py +0 -0
  29. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/tests/test_doctests.py +0 -0
  30. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/tile.py +0 -0
  31. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/tiles.rst +0 -0
  32. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone/tiles/type.py +0 -0
  33. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone.tiles.egg-info/dependency_links.txt +0 -0
  34. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone.tiles.egg-info/namespace_packages.txt +0 -0
  35. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone.tiles.egg-info/not-zip-safe +0 -0
  36. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone.tiles.egg-info/requires.txt +0 -0
  37. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/plone.tiles.egg-info/top_level.txt +0 -0
  38. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/pyproject.toml +0 -0
  39. {plone_tiles-3.0.1 → plone_tiles-3.0.2}/setup.cfg +0 -0
@@ -8,6 +8,15 @@ Changelog
8
8
 
9
9
  .. towncrier release notes start
10
10
 
11
+ 3.0.2 (2025-09-10)
12
+ ------------------
13
+
14
+ Bug fixes:
15
+
16
+
17
+ - Drop ``pkg_resources`` usage. [maurits] (#4126)
18
+
19
+
11
20
  3.0.1 (2025-06-19)
12
21
  ------------------
13
22
 
@@ -1,6 +1,5 @@
1
1
  recursive-include plone *
2
- include setup.py setup.cfg *.rst LICENSE.GPL LICENSE.txt
3
- exclude requirements.txt
2
+ include *.rst LICENSE.GPL LICENSE.txt
4
3
  exclude .coveragerc
5
4
  global-exclude *.pyc
6
5
  include pyproject.toml
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: plone.tiles
3
- Version: 3.0.1
3
+ Version: 3.0.2
4
4
  Summary: APIs for managing tiles
5
5
  Home-page: https://github.com/plone/plone.tiles
6
6
  Author: Martin Aspeli
@@ -1666,6 +1666,15 @@ Changelog
1666
1666
 
1667
1667
  .. towncrier release notes start
1668
1668
 
1669
+ 3.0.2 (2025-09-10)
1670
+ ------------------
1671
+
1672
+ Bug fixes:
1673
+
1674
+
1675
+ - Drop ``pkg_resources`` usage. [maurits] (#4126)
1676
+
1677
+
1669
1678
  3.0.1 (2025-06-19)
1670
1679
  ------------------
1671
1680
 
@@ -1,3 +1,5 @@
1
+ from importlib.metadata import distribution
2
+ from importlib.metadata import PackageNotFoundError
1
3
  from persistent.dict import PersistentDict
2
4
  from plone.subrequest import ISubRequest
3
5
  from plone.tiles.directives import IGNORE_QUERYSTRING_KEY
@@ -22,12 +24,11 @@ from zope.schema.interfaces import ISequence
22
24
 
23
25
  import json
24
26
  import logging
25
- import pkg_resources
26
27
 
27
28
 
28
29
  try:
29
- pkg_resources.get_distribution("plone.rfc822")
30
- except pkg_resources.DistributionNotFound:
30
+ distribution("plone.rfc822")
31
+ except PackageNotFoundError:
31
32
  HAS_RFC822 = False
32
33
  else:
33
34
  from plone.rfc822.interfaces import IPrimaryField
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: plone.tiles
3
- Version: 3.0.1
3
+ Version: 3.0.2
4
4
  Summary: APIs for managing tiles
5
5
  Home-page: https://github.com/plone/plone.tiles
6
6
  Author: Martin Aspeli
@@ -1666,6 +1666,15 @@ Changelog
1666
1666
 
1667
1667
  .. towncrier release notes start
1668
1668
 
1669
+ 3.0.2 (2025-09-10)
1670
+ ------------------
1671
+
1672
+ Bug fixes:
1673
+
1674
+
1675
+ - Drop ``pkg_resources`` usage. [maurits] (#4126)
1676
+
1677
+
1669
1678
  3.0.1 (2025-06-19)
1670
1679
  ------------------
1671
1680
 
@@ -5,7 +5,6 @@ LICENSE.txt
5
5
  MANIFEST.in
6
6
  README.rst
7
7
  pyproject.toml
8
- setup.cfg
9
8
  setup.py
10
9
  plone/__init__.py
11
10
  plone.tiles.egg-info/PKG-INFO
@@ -10,7 +10,7 @@ def read(*path):
10
10
  return myfile.read() + "\n"
11
11
 
12
12
 
13
- version = "3.0.1"
13
+ version = "3.0.2"
14
14
 
15
15
  setup(
16
16
  name="plone.tiles",
File without changes
File without changes
File without changes
File without changes
File without changes