GitPython 3.1.54__tar.gz → 3.1.55__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 (69) hide show
  1. {gitpython-3.1.54 → gitpython-3.1.55/GitPython.egg-info}/PKG-INFO +1 -1
  2. {gitpython-3.1.54/GitPython.egg-info → gitpython-3.1.55}/PKG-INFO +1 -1
  3. gitpython-3.1.55/VERSION +1 -0
  4. {gitpython-3.1.54 → gitpython-3.1.55}/doc/source/changes.rst +14 -1
  5. {gitpython-3.1.54 → gitpython-3.1.55}/git/__init__.py +1 -1
  6. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/submodule/base.py +1 -1
  7. {gitpython-3.1.54 → gitpython-3.1.55}/git/remote.py +1 -1
  8. gitpython-3.1.54/VERSION +0 -1
  9. {gitpython-3.1.54 → gitpython-3.1.55}/AUTHORS +0 -0
  10. {gitpython-3.1.54 → gitpython-3.1.55}/CHANGES +0 -0
  11. {gitpython-3.1.54 → gitpython-3.1.55}/CONTRIBUTING.md +0 -0
  12. {gitpython-3.1.54 → gitpython-3.1.55}/GitPython.egg-info/SOURCES.txt +0 -0
  13. {gitpython-3.1.54 → gitpython-3.1.55}/GitPython.egg-info/dependency_links.txt +0 -0
  14. {gitpython-3.1.54 → gitpython-3.1.55}/GitPython.egg-info/not-zip-safe +0 -0
  15. {gitpython-3.1.54 → gitpython-3.1.55}/GitPython.egg-info/requires.txt +0 -0
  16. {gitpython-3.1.54 → gitpython-3.1.55}/GitPython.egg-info/top_level.txt +0 -0
  17. {gitpython-3.1.54 → gitpython-3.1.55}/LICENSE +0 -0
  18. {gitpython-3.1.54 → gitpython-3.1.55}/MANIFEST.in +0 -0
  19. {gitpython-3.1.54 → gitpython-3.1.55}/README.md +0 -0
  20. {gitpython-3.1.54 → gitpython-3.1.55}/doc/.gitignore +0 -0
  21. {gitpython-3.1.54 → gitpython-3.1.55}/doc/Makefile +0 -0
  22. {gitpython-3.1.54 → gitpython-3.1.55}/doc/requirements.txt +0 -0
  23. {gitpython-3.1.54 → gitpython-3.1.55}/doc/source/conf.py +0 -0
  24. {gitpython-3.1.54 → gitpython-3.1.55}/doc/source/index.rst +0 -0
  25. {gitpython-3.1.54 → gitpython-3.1.55}/doc/source/intro.rst +0 -0
  26. {gitpython-3.1.54 → gitpython-3.1.55}/doc/source/quickstart.rst +0 -0
  27. {gitpython-3.1.54 → gitpython-3.1.55}/doc/source/reference.rst +0 -0
  28. {gitpython-3.1.54 → gitpython-3.1.55}/doc/source/roadmap.rst +0 -0
  29. {gitpython-3.1.54 → gitpython-3.1.55}/doc/source/tutorial.rst +0 -0
  30. {gitpython-3.1.54 → gitpython-3.1.55}/git/cmd.py +0 -0
  31. {gitpython-3.1.54 → gitpython-3.1.55}/git/compat.py +0 -0
  32. {gitpython-3.1.54 → gitpython-3.1.55}/git/config.py +0 -0
  33. {gitpython-3.1.54 → gitpython-3.1.55}/git/db.py +0 -0
  34. {gitpython-3.1.54 → gitpython-3.1.55}/git/diff.py +0 -0
  35. {gitpython-3.1.54 → gitpython-3.1.55}/git/exc.py +0 -0
  36. {gitpython-3.1.54 → gitpython-3.1.55}/git/index/__init__.py +0 -0
  37. {gitpython-3.1.54 → gitpython-3.1.55}/git/index/base.py +0 -0
  38. {gitpython-3.1.54 → gitpython-3.1.55}/git/index/fun.py +0 -0
  39. {gitpython-3.1.54 → gitpython-3.1.55}/git/index/typ.py +0 -0
  40. {gitpython-3.1.54 → gitpython-3.1.55}/git/index/util.py +0 -0
  41. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/__init__.py +0 -0
  42. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/base.py +0 -0
  43. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/blob.py +0 -0
  44. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/commit.py +0 -0
  45. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/fun.py +0 -0
  46. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/submodule/__init__.py +0 -0
  47. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/submodule/root.py +0 -0
  48. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/submodule/util.py +0 -0
  49. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/tag.py +0 -0
  50. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/tree.py +0 -0
  51. {gitpython-3.1.54 → gitpython-3.1.55}/git/objects/util.py +0 -0
  52. {gitpython-3.1.54 → gitpython-3.1.55}/git/py.typed +0 -0
  53. {gitpython-3.1.54 → gitpython-3.1.55}/git/refs/__init__.py +0 -0
  54. {gitpython-3.1.54 → gitpython-3.1.55}/git/refs/head.py +0 -0
  55. {gitpython-3.1.54 → gitpython-3.1.55}/git/refs/log.py +0 -0
  56. {gitpython-3.1.54 → gitpython-3.1.55}/git/refs/reference.py +0 -0
  57. {gitpython-3.1.54 → gitpython-3.1.55}/git/refs/remote.py +0 -0
  58. {gitpython-3.1.54 → gitpython-3.1.55}/git/refs/symbolic.py +0 -0
  59. {gitpython-3.1.54 → gitpython-3.1.55}/git/refs/tag.py +0 -0
  60. {gitpython-3.1.54 → gitpython-3.1.55}/git/repo/__init__.py +0 -0
  61. {gitpython-3.1.54 → gitpython-3.1.55}/git/repo/base.py +0 -0
  62. {gitpython-3.1.54 → gitpython-3.1.55}/git/repo/fun.py +0 -0
  63. {gitpython-3.1.54 → gitpython-3.1.55}/git/types.py +0 -0
  64. {gitpython-3.1.54 → gitpython-3.1.55}/git/util.py +0 -0
  65. {gitpython-3.1.54 → gitpython-3.1.55}/pyproject.toml +0 -0
  66. {gitpython-3.1.54 → gitpython-3.1.55}/requirements.txt +0 -0
  67. {gitpython-3.1.54 → gitpython-3.1.55}/setup.cfg +0 -0
  68. {gitpython-3.1.54 → gitpython-3.1.55}/setup.py +0 -0
  69. {gitpython-3.1.54 → gitpython-3.1.55}/test-requirements.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GitPython
3
- Version: 3.1.54
3
+ Version: 3.1.55
4
4
  Summary: GitPython is a Python library used to interact with Git repositories
5
5
  Home-page: https://github.com/gitpython-developers/GitPython
6
6
  Author: Sebastian Thiel, Michael Trier
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GitPython
3
- Version: 3.1.54
3
+ Version: 3.1.55
4
4
  Summary: GitPython is a Python library used to interact with Git repositories
5
5
  Home-page: https://github.com/gitpython-developers/GitPython
6
6
  Author: Sebastian Thiel, Michael Trier
@@ -0,0 +1 @@
1
+ 3.1.55
@@ -2,6 +2,19 @@
2
2
  Changelog
3
3
  =========
4
4
 
5
+ 3.1.55
6
+ ======
7
+
8
+ A security fix for
9
+
10
+ * https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-94p4-4cq8-9g67
11
+
12
+ If you can, also try and provide feedback on the upcoming v4 branch
13
+ https://github.com/gitpython-developers/GitPython/pull/2177 - patches welcome.
14
+
15
+ See the following for all changes.
16
+ https://github.com/gitpython-developers/GitPython/releases/tag/3.1.55
17
+
5
18
  3.1.54
6
19
  ======
7
20
 
@@ -9,7 +22,7 @@ A security fix for
9
22
 
10
23
  * https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-r9mr-m37c-5fr3
11
24
  * https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-6p8h-3wgx-97gf
12
- * https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-fjr4-x663-mwxc#event-857190
25
+ * https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-fjr4-x663-mwxc
13
26
 
14
27
  If you can, also try and provide feedback on the upcoming v4 branch
15
28
  https://github.com/gitpython-developers/GitPython/pull/2177 - patches welcome.
@@ -86,7 +86,7 @@ __all__ = [
86
86
  "to_hex_sha",
87
87
  ]
88
88
 
89
- __version__ = '3.1.54'
89
+ __version__ = '3.1.55'
90
90
 
91
91
  from typing import Any, List, Optional, Sequence, TYPE_CHECKING, Tuple, Union
92
92
 
@@ -608,7 +608,7 @@ class Submodule(IndexObject, TraversableIterableObj):
608
608
  # END verify url
609
609
 
610
610
  ## See #525 for ensuring git URLs in config-files are valid under Windows.
611
- url = Git.polish_url(url)
611
+ url = Git.polish_url(url, expand_vars=False)
612
612
 
613
613
  # It's important to add the URL to the parent config, to let `git submodule` know.
614
614
  # Otherwise there is a '-' character in front of the submodule listing:
@@ -808,7 +808,7 @@ class Remote(LazyMixin, IterableObj):
808
808
  """
809
809
  scmd = "add"
810
810
  kwargs["insert_kwargs_after"] = scmd
811
- url = Git.polish_url(url)
811
+ url = Git.polish_url(url, expand_vars=False)
812
812
  if not allow_unsafe_protocols:
813
813
  Git.check_unsafe_protocols(url)
814
814
  repo.git.remote(scmd, "--", name, url, **kwargs)
gitpython-3.1.54/VERSION DELETED
@@ -1 +0,0 @@
1
- 3.1.54
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
File without changes
File without changes
File without changes
File without changes
File without changes