gitlabber 1.2.2__tar.gz → 1.2.3__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 (51) hide show
  1. {gitlabber-1.2.2/gitlabber.egg-info → gitlabber-1.2.3}/PKG-INFO +2 -2
  2. gitlabber-1.2.3/gitlabber/__init__.py +1 -0
  3. {gitlabber-1.2.2 → gitlabber-1.2.3/gitlabber.egg-info}/PKG-INFO +2 -2
  4. {gitlabber-1.2.2 → gitlabber-1.2.3}/setup.py +1 -1
  5. gitlabber-1.2.2/gitlabber/__init__.py +0 -1
  6. {gitlabber-1.2.2 → gitlabber-1.2.3}/LICENSE.txt +0 -0
  7. {gitlabber-1.2.2 → gitlabber-1.2.3}/MANIFEST.in +0 -0
  8. {gitlabber-1.2.2 → gitlabber-1.2.3}/README.rst +0 -0
  9. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/__main__.py +0 -0
  10. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/archive.py +0 -0
  11. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/cli.py +0 -0
  12. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/format.py +0 -0
  13. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/git.py +0 -0
  14. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/gitlab_tree.py +0 -0
  15. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/method.py +0 -0
  16. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/naming.py +0 -0
  17. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/progress.py +0 -0
  18. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/SOURCES.txt +0 -0
  19. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/dependency_links.txt +0 -0
  20. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/entry_points.txt +0 -0
  21. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/requires.txt +0 -0
  22. {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/top_level.txt +0 -0
  23. {gitlabber-1.2.2 → gitlabber-1.2.3}/setup.cfg +0 -0
  24. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__init__.py +0 -0
  25. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/__init__.cpython-311.pyc +0 -0
  26. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/gitlab_test_utils.cpython-311.pyc +0 -0
  27. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/io_test_util.cpython-311.pyc +0 -0
  28. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_archive.cpython-311-pytest-8.2.2.pyc +0 -0
  29. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_cli.cpython-311-pytest-8.2.2.pyc +0 -0
  30. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_e2e.cpython-311-pytest-8.2.2.pyc +0 -0
  31. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_format.cpython-311-pytest-8.2.2.pyc +0 -0
  32. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_git.cpython-311-pytest-8.2.2.pyc +0 -0
  33. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_gitlab_tree.cpython-311-pytest-8.2.2.pyc +0 -0
  34. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_integration.cpython-311-pytest-8.2.2.pyc +0 -0
  35. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_method.cpython-311-pytest-8.2.2.pyc +0 -0
  36. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_naming.cpython-311-pytest-8.2.2.pyc +0 -0
  37. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/gitlab_test_utils.py +0 -0
  38. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/io_test_util.py +0 -0
  39. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test-input.yaml +0 -0
  40. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test-output.json +0 -0
  41. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test-output.tree +0 -0
  42. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test-output.yaml +0 -0
  43. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_archive.py +0 -0
  44. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_cli.py +0 -0
  45. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_e2e.py +0 -0
  46. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_format.py +0 -0
  47. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_git.py +0 -0
  48. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_gitlab_tree.py +0 -0
  49. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_integration.py +0 -0
  50. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_method.py +0 -0
  51. {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_naming.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gitlabber
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: A Gitlab clone/pull utility for backing up or cloning Gitlab groups
5
5
  Home-page: https://github.com/ezbz/gitlabber
6
6
  Download-URL: https://github.com/ezbz/gitlabber/archive/master.zip
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Requires-Python: >=3
24
- Description-Content-Type: text/markdown
24
+ Description-Content-Type: text/x-rst
25
25
  License-File: LICENSE.txt
26
26
  Requires-Dist: docopt
27
27
  Requires-Dist: anytree
@@ -0,0 +1 @@
1
+ __version__ = '1.2.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gitlabber
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: A Gitlab clone/pull utility for backing up or cloning Gitlab groups
5
5
  Home-page: https://github.com/ezbz/gitlabber
6
6
  Download-URL: https://github.com/ezbz/gitlabber/archive/master.zip
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Requires-Python: >=3
24
- Description-Content-Type: text/markdown
24
+ Description-Content-Type: text/x-rst
25
25
  License-File: LICENSE.txt
26
26
  Requires-Dist: docopt
27
27
  Requires-Dist: anytree
@@ -38,7 +38,7 @@ setup(
38
38
  version = __version__,
39
39
  description = 'A Gitlab clone/pull utility for backing up or cloning Gitlab groups',
40
40
  long_description = long_description,
41
- long_description_content_type="text/markdown",
41
+ long_description_content_type="text/x-rst",
42
42
  url = 'https://github.com/ezbz/gitlabber',
43
43
  download_url = 'https://github.com/ezbz/gitlabber/archive/master.zip',
44
44
  author = 'Erez Mazor',
@@ -1 +0,0 @@
1
- __version__ = '1.2.2'
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