git-lines-graph 2.3.2__tar.gz → 2.3.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.
- {git_lines_graph-2.3.2 → git_lines_graph-2.3.3}/PKG-INFO +1 -1
- {git_lines_graph-2.3.2 → git_lines_graph-2.3.3}/pyproject.toml +1 -1
- {git_lines_graph-2.3.2 → git_lines_graph-2.3.3}/uv.lock +7 -7
- {git_lines_graph-2.3.2 → git_lines_graph-2.3.3}/.gitignore +0 -0
- {git_lines_graph-2.3.2 → git_lines_graph-2.3.3}/LICENSE +0 -0
- {git_lines_graph-2.3.2 → git_lines_graph-2.3.3}/README.md +0 -0
- {git_lines_graph-2.3.2 → git_lines_graph-2.3.3}/example.png +0 -0
- {git_lines_graph-2.3.2 → git_lines_graph-2.3.3}/src/git_lines_graph/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: git-lines-graph
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.3
|
|
4
4
|
Summary: Git commit lines graph
|
|
5
5
|
Project-URL: Repository, https://github.com/danielfleischer/git-commits-lines-graph
|
|
6
6
|
Project-URL: Issues, https://github.com/danielfleischer/git-commits-lines-graph/issues
|
|
@@ -239,7 +239,7 @@ wheels = [
|
|
|
239
239
|
|
|
240
240
|
[[package]]
|
|
241
241
|
name = "git-lines-graph"
|
|
242
|
-
version = "2.3.
|
|
242
|
+
version = "2.3.3"
|
|
243
243
|
source = { editable = "." }
|
|
244
244
|
dependencies = [
|
|
245
245
|
{ name = "gitpython" },
|
|
@@ -269,14 +269,14 @@ wheels = [
|
|
|
269
269
|
|
|
270
270
|
[[package]]
|
|
271
271
|
name = "gitpython"
|
|
272
|
-
version = "3.1.
|
|
272
|
+
version = "3.1.50"
|
|
273
273
|
source = { registry = "https://pypi.org/simple" }
|
|
274
274
|
dependencies = [
|
|
275
275
|
{ name = "gitdb" },
|
|
276
276
|
]
|
|
277
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
277
|
+
sdist = { url = "https://files.pythonhosted.org/packages/33/f6/354ae6491228b5eb40e10d89c4d13c651fe1cf7556e35ebdded50cff57ce/gitpython-3.1.50.tar.gz", hash = "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc", size = 219798, upload-time = "2026-05-06T04:01:26.571Z" }
|
|
278
278
|
wheels = [
|
|
279
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
279
|
+
{ url = "https://files.pythonhosted.org/packages/20/7a/1c6e3562dfd8950adbb11ffbc65d21e7c89d01a6e4f137fa981056de25c5/gitpython-3.1.50-py3-none-any.whl", hash = "sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9", size = 212507, upload-time = "2026-05-06T04:01:23.799Z" },
|
|
280
280
|
]
|
|
281
281
|
|
|
282
282
|
[[package]]
|
|
@@ -892,11 +892,11 @@ wheels = [
|
|
|
892
892
|
|
|
893
893
|
[[package]]
|
|
894
894
|
name = "pytz"
|
|
895
|
-
version = "2026.
|
|
895
|
+
version = "2026.2"
|
|
896
896
|
source = { registry = "https://pypi.org/simple" }
|
|
897
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
897
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ff/46/dd499ec9038423421951e4fad73051febaa13d2df82b4064f87af8b8c0c3/pytz-2026.2.tar.gz", hash = "sha256:0e60b47b29f21574376f218fe21abc009894a2321ea16c6754f3cad6eb7cdd6a", size = 320861, upload-time = "2026-05-04T01:35:29.667Z" }
|
|
898
898
|
wheels = [
|
|
899
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
899
|
+
{ url = "https://files.pythonhosted.org/packages/ec/dd/96da98f892250475bdf2328112d7468abdd4acc7b902b6af23f4ed958ea0/pytz-2026.2-py2.py3-none-any.whl", hash = "sha256:04156e608bee23d3792fd45c94ae47fae1036688e75032eea2e3bf0323d1f126", size = 510141, upload-time = "2026-05-04T01:35:27.408Z" },
|
|
900
900
|
]
|
|
901
901
|
|
|
902
902
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|