plonecli 2.5__tar.gz → 7.0a1__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 (48) hide show
  1. {plonecli-2.5 → plonecli-7.0a1}/CHANGES.rst +7 -0
  2. {plonecli-2.5 → plonecli-7.0a1}/PKG-INFO +9 -4
  3. {plonecli-2.5 → plonecli-7.0a1}/docs/Makefile +1 -1
  4. {plonecli-2.5 → plonecli-7.0a1}/plonecli.egg-info/PKG-INFO +9 -4
  5. {plonecli-2.5 → plonecli-7.0a1}/plonecli.egg-info/SOURCES.txt +1 -0
  6. {plonecli-2.5 → plonecli-7.0a1}/plonecli.egg-info/entry_points.txt +0 -1
  7. {plonecli-2.5 → plonecli-7.0a1}/plonecli.egg-info/requires.txt +1 -1
  8. plonecli-7.0a1/requirements.txt +2 -0
  9. {plonecli-2.5 → plonecli-7.0a1}/setup.cfg +2 -1
  10. {plonecli-2.5 → plonecli-7.0a1}/setup.py +1 -1
  11. {plonecli-2.5 → plonecli-7.0a1}/AUTHORS.rst +0 -0
  12. {plonecli-2.5 → plonecli-7.0a1}/CONTRIBUTING.rst +0 -0
  13. {plonecli-2.5 → plonecli-7.0a1}/LICENSE +0 -0
  14. {plonecli-2.5 → plonecli-7.0a1}/MANIFEST.in +0 -0
  15. {plonecli-2.5 → plonecli-7.0a1}/README.rst +0 -0
  16. {plonecli-2.5 → plonecli-7.0a1}/docs/authors.rst +0 -0
  17. {plonecli-2.5 → plonecli-7.0a1}/docs/conf.py +0 -0
  18. {plonecli-2.5 → plonecli-7.0a1}/docs/contributing.rst +0 -0
  19. {plonecli-2.5 → plonecli-7.0a1}/docs/history.rst +0 -0
  20. {plonecli-2.5 → plonecli-7.0a1}/docs/index.rst +0 -0
  21. {plonecli-2.5 → plonecli-7.0a1}/docs/installation.rst +0 -0
  22. {plonecli-2.5 → plonecli-7.0a1}/docs/make.bat +0 -0
  23. {plonecli-2.5 → plonecli-7.0a1}/docs/plone_cli_logo.png +0 -0
  24. {plonecli-2.5 → plonecli-7.0a1}/docs/plone_cli_logo.svg +0 -0
  25. {plonecli-2.5 → plonecli-7.0a1}/docs/plonecli_add_content_type_optimized.gif +0 -0
  26. {plonecli-2.5 → plonecli-7.0a1}/docs/plonecli_add_theme_optimized.gif +0 -0
  27. {plonecli-2.5 → plonecli-7.0a1}/docs/plonecli_add_vocabulary_optimized.gif +0 -0
  28. {plonecli-2.5 → plonecli-7.0a1}/docs/plonecli_build_optimized.gif +0 -0
  29. {plonecli-2.5 → plonecli-7.0a1}/docs/plonecli_create_addon_optimized.gif +0 -0
  30. {plonecli-2.5 → plonecli-7.0a1}/docs/plonecli_serve_optimized.gif +0 -0
  31. {plonecli-2.5 → plonecli-7.0a1}/docs/readme.rst +0 -0
  32. {plonecli-2.5 → plonecli-7.0a1}/plonecli/__init__.py +0 -0
  33. {plonecli-2.5 → plonecli-7.0a1}/plonecli/cli.py +0 -0
  34. {plonecli-2.5 → plonecli-7.0a1}/plonecli/configure_mrbob/.mrbob.ini +0 -0
  35. {plonecli-2.5 → plonecli-7.0a1}/plonecli/configure_mrbob.py +0 -0
  36. {plonecli-2.5 → plonecli-7.0a1}/plonecli/exceptions.py +0 -0
  37. {plonecli-2.5 → plonecli-7.0a1}/plonecli/registry.py +0 -0
  38. {plonecli-2.5 → plonecli-7.0a1}/plonecli.egg-info/dependency_links.txt +0 -0
  39. {plonecli-2.5 → plonecli-7.0a1}/plonecli.egg-info/not-zip-safe +0 -0
  40. {plonecli-2.5 → plonecli-7.0a1}/plonecli.egg-info/top_level.txt +0 -0
  41. {plonecli-2.5 → plonecli-7.0a1}/plonecli.rst +0 -0
  42. {plonecli-2.5 → plonecli-7.0a1}/plonecli_autocomplete.sh +0 -0
  43. {plonecli-2.5 → plonecli-7.0a1}/tests/__init__.py +0 -0
  44. {plonecli-2.5 → plonecli-7.0a1}/tests/conftest.py +0 -0
  45. {plonecli-2.5 → plonecli-7.0a1}/tests/test_configure_mrbob.py +0 -0
  46. {plonecli-2.5 → plonecli-7.0a1}/tests/test_plonecli.py +0 -0
  47. {plonecli-2.5 → plonecli-7.0a1}/tests/test_registry.py +0 -0
  48. {plonecli-2.5 → plonecli-7.0a1}/tox.ini +0 -0
@@ -1,6 +1,13 @@
1
1
  History
2
2
  =======
3
3
 
4
+ 7.0a1 (2025-05-30)
5
+ ------------------
6
+
7
+ - bump bobtemplates.plone dependency to 7.0.0a1
8
+ [MrTango]
9
+
10
+
4
11
  2.5 (2022-11-03)
5
12
  ----------------
6
13
 
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plonecli
3
- Version: 2.5
3
+ Version: 7.0a1
4
4
  Summary: A Plone CLI for creating Plone packages
5
5
  Home-page: https://github.com/plone/plonecli
6
6
  Author: Maik Derstappen
7
7
  Author-email: md@derico.de
8
8
  License: BSD License
9
9
  Keywords: plonecli
10
- Platform: UNKNOWN
11
10
  Classifier: Development Status :: 5 - Production/Stable
12
11
  Classifier: Intended Audience :: Developers
13
12
  Classifier: License :: OSI Approved :: BSD License
@@ -18,6 +17,7 @@ Classifier: Topic :: Software Development :: Quality Assurance
18
17
  Classifier: Topic :: Utilities
19
18
  Classifier: Environment :: Console
20
19
  Classifier: Framework :: Plone
20
+ Classifier: Framework :: Plone :: 6.0
21
21
  Classifier: Intended Audience :: Developers
22
22
  Classifier: Programming Language :: Python :: 3
23
23
  Classifier: Programming Language :: Python :: 3.6
@@ -408,6 +408,13 @@ This project is licensed under the BSD license.
408
408
  History
409
409
  =======
410
410
 
411
+ 7.0a1 (2025-05-30)
412
+ ------------------
413
+
414
+ - bump bobtemplates.plone dependency to 7.0.0a1
415
+ [MrTango]
416
+
417
+
411
418
  2.5 (2022-11-03)
412
419
  ----------------
413
420
 
@@ -648,5 +655,3 @@ History
648
655
 
649
656
  - initital version with list templates support and bobtemplates.plone integration
650
657
  [MrTango, tmassman, Gomez]
651
-
652
-
@@ -3,7 +3,7 @@
3
3
 
4
4
  # You can set these variables from the command line.
5
5
  SPHINXOPTS =
6
- SPHINXBUILD = sphinx-build
6
+ SPHINXBUILD = ./venv/bin/sphinx-build
7
7
  PAPER =
8
8
  BUILDDIR = _build
9
9
 
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plonecli
3
- Version: 2.5
3
+ Version: 7.0a1
4
4
  Summary: A Plone CLI for creating Plone packages
5
5
  Home-page: https://github.com/plone/plonecli
6
6
  Author: Maik Derstappen
7
7
  Author-email: md@derico.de
8
8
  License: BSD License
9
9
  Keywords: plonecli
10
- Platform: UNKNOWN
11
10
  Classifier: Development Status :: 5 - Production/Stable
12
11
  Classifier: Intended Audience :: Developers
13
12
  Classifier: License :: OSI Approved :: BSD License
@@ -18,6 +17,7 @@ Classifier: Topic :: Software Development :: Quality Assurance
18
17
  Classifier: Topic :: Utilities
19
18
  Classifier: Environment :: Console
20
19
  Classifier: Framework :: Plone
20
+ Classifier: Framework :: Plone :: 6.0
21
21
  Classifier: Intended Audience :: Developers
22
22
  Classifier: Programming Language :: Python :: 3
23
23
  Classifier: Programming Language :: Python :: 3.6
@@ -408,6 +408,13 @@ This project is licensed under the BSD license.
408
408
  History
409
409
  =======
410
410
 
411
+ 7.0a1 (2025-05-30)
412
+ ------------------
413
+
414
+ - bump bobtemplates.plone dependency to 7.0.0a1
415
+ [MrTango]
416
+
417
+
411
418
  2.5 (2022-11-03)
412
419
  ----------------
413
420
 
@@ -648,5 +655,3 @@ History
648
655
 
649
656
  - initital version with list templates support and bobtemplates.plone integration
650
657
  [MrTango, tmassman, Gomez]
651
-
652
-
@@ -6,6 +6,7 @@ MANIFEST.in
6
6
  README.rst
7
7
  plonecli.rst
8
8
  plonecli_autocomplete.sh
9
+ requirements.txt
9
10
  setup.cfg
10
11
  setup.py
11
12
  tox.ini
@@ -1,3 +1,2 @@
1
1
  [console_scripts]
2
2
  plonecli = plonecli.cli:cli
3
-
@@ -2,7 +2,7 @@ setuptools
2
2
  Click>=7.0
3
3
  click-aliases
4
4
  mr.bob
5
- bobtemplates.plone>=6.0b15
5
+ bobtemplates.plone>=7.0.0a1
6
6
  tox
7
7
 
8
8
  [dev]
@@ -0,0 +1,2 @@
1
+ Sphinx
2
+ -e .
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = plonecli
3
- version = 2.5
3
+ version = 7.0a1
4
4
  description = A Plone CLI for creating Plone packages
5
5
  long_description = file: README.rst, CHANGES.rst
6
6
  keywords = plone cli bobtemplates mrbob zopeskel development
@@ -19,6 +19,7 @@ classifiers =
19
19
  Topic :: Utilities
20
20
  Environment :: Console
21
21
  Framework :: Plone
22
+ Framework :: Plone :: 6.0
22
23
  Intended Audience :: Developers
23
24
  Programming Language :: Python :: 3
24
25
  Programming Language :: Python :: 3.6
@@ -24,7 +24,7 @@ setup(
24
24
  "Click>=7.0",
25
25
  "click-aliases",
26
26
  "mr.bob",
27
- "bobtemplates.plone>=6.0b15",
27
+ "bobtemplates.plone>=7.0.0a1",
28
28
  "tox",
29
29
  ],
30
30
  extras_require={
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes