prefect-gitlab 0.3.3__tar.gz → 0.3.4__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.
- {prefect_gitlab-0.3.3/prefect_gitlab.egg-info → prefect_gitlab-0.3.4}/PKG-INFO +2 -2
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab/_version.py +3 -3
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4/prefect_gitlab.egg-info}/PKG-INFO +2 -2
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab.egg-info/requires.txt +1 -1
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/pyproject.toml +1 -1
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/LICENSE +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/MANIFEST.in +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/README.md +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab/__init__.py +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab/credentials.py +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab/repositories.py +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab.egg-info/SOURCES.txt +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab.egg-info/dependency_links.txt +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab.egg-info/entry_points.txt +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/prefect_gitlab.egg-info/top_level.txt +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/setup.cfg +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/tests/conftest.py +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/tests/test_credentials.py +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/tests/test_repositories.py +0 -0
- {prefect_gitlab-0.3.3 → prefect_gitlab-0.3.4}/tests/test_version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prefect-gitlab
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: A Prefect collection for working with GitLab repositories.
|
|
5
5
|
Author-email: "Prefect Technologies, Inc." <help@prefect.io>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -19,7 +19,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: prefect>=3.
|
|
22
|
+
Requires-Dist: prefect>=3.6.17
|
|
23
23
|
Requires-Dist: python-gitlab>=3.12.0
|
|
24
24
|
Requires-Dist: tenacity>=8.2.3
|
|
25
25
|
Dynamic: license-file
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.3.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 3,
|
|
31
|
+
__version__ = version = '0.3.4'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 3, 4)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gee531648b'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prefect-gitlab
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: A Prefect collection for working with GitLab repositories.
|
|
5
5
|
Author-email: "Prefect Technologies, Inc." <help@prefect.io>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -19,7 +19,7 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: prefect>=3.
|
|
22
|
+
Requires-Dist: prefect>=3.6.17
|
|
23
23
|
Requires-Dist: python-gitlab>=3.12.0
|
|
24
24
|
Requires-Dist: tenacity>=8.2.3
|
|
25
25
|
Dynamic: license-file
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
"Programming Language :: Python :: 3.13",
|
|
23
23
|
"Topic :: Software Development :: Libraries",
|
|
24
24
|
]
|
|
25
|
-
dependencies = ["prefect>=3.
|
|
25
|
+
dependencies = ["prefect>=3.6.17", "python-gitlab>=3.12.0", "tenacity>=8.2.3"]
|
|
26
26
|
dynamic = ["version"]
|
|
27
27
|
|
|
28
28
|
[dependency-groups]
|
|
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
|