fluidattacks_core_git 12.1.1__tar.gz → 12.2.0__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 (32) hide show
  1. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/PKG-INFO +2 -2
  2. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/pyproject.toml +2 -2
  3. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/uv.lock +5 -5
  4. fluidattacks_core_git-12.1.1/build/default.nix +0 -24
  5. fluidattacks_core_git-12.1.1/build/filter.nix +0 -13
  6. fluidattacks_core_git-12.1.1/flake.lock +0 -303
  7. fluidattacks_core_git-12.1.1/flake.nix +0 -30
  8. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/.envrc +0 -0
  9. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/.gitignore +0 -0
  10. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/__init__.py +0 -0
  11. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/classes.py +0 -0
  12. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/clone.py +0 -0
  13. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/codecommit_utils.py +0 -0
  14. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/constants.py +0 -0
  15. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/delete_files.py +0 -0
  16. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/download_file.py +0 -0
  17. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/download_repo.py +0 -0
  18. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/https_utils.py +0 -0
  19. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/py.typed +0 -0
  20. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/remote.py +0 -0
  21. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/show_file.py +0 -0
  22. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/ssh_utils.py +0 -0
  23. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/upload_repo.py +0 -0
  24. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/utils.py +0 -0
  25. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/fluidattacks_core/git/warp.py +0 -0
  26. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/import-linter.cfg +0 -0
  27. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/mypy.ini +0 -0
  28. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/ruff.toml +0 -0
  29. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/tests/__init__.py +0 -0
  30. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/tests/test_git.py +0 -0
  31. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/tests/test_remote.py +0 -0
  32. {fluidattacks_core_git-12.1.1 → fluidattacks_core_git-12.2.0}/tests/test_upload_repo.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: fluidattacks_core_git
3
- Version: 12.1.1
3
+ Version: 12.2.0
4
4
  Summary: Fluid Attacks Core Git Library
5
5
  Author-email: Development <development@fluidattacks.com>
6
6
  License: MPL-2.0
@@ -16,7 +16,7 @@ Requires-Dist: aiohttp>=3.10.0
16
16
  Requires-Dist: anyio>=4.7.0
17
17
  Requires-Dist: boto3>=1.34
18
18
  Requires-Dist: botocore>=1.40.18
19
- Requires-Dist: fluidattacks-core-http>=12.1.0
19
+ Requires-Dist: fluidattacks-core-http>=12.2.0
20
20
  Requires-Dist: gitpython>=3.1.41
21
21
  Requires-Dist: pathspec>=0.12.1
22
22
  Requires-Dist: urllib3>=2.6.1
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "fluidattacks_core_git"
3
- version = "12.1.1"
3
+ version = "12.2.0"
4
4
  description = "Fluid Attacks Core Git Library"
5
5
  authors = [{ name = "Development", email = "development@fluidattacks.com" }]
6
6
  license = { text = "MPL-2.0" }
@@ -19,7 +19,7 @@ dependencies = [
19
19
  "anyio>=4.7.0",
20
20
  "boto3>=1.34",
21
21
  "botocore>=1.40.18",
22
- "fluidattacks-core-http>=12.1.0",
22
+ "fluidattacks-core-http>=12.2.0",
23
23
  "GitPython>=3.1.41",
24
24
  "pathspec>=0.12.1",
25
25
  "urllib3>=2.6.1",
@@ -432,7 +432,7 @@ wheels = [
432
432
 
433
433
  [[package]]
434
434
  name = "fluidattacks-core-git"
435
- version = "12.1.1"
435
+ version = "12.2.0"
436
436
  source = { editable = "." }
437
437
  dependencies = [
438
438
  { name = "aiofiles" },
@@ -467,7 +467,7 @@ requires-dist = [
467
467
  { name = "anyio", specifier = ">=4.7.0" },
468
468
  { name = "boto3", specifier = ">=1.34" },
469
469
  { name = "botocore", specifier = ">=1.40.18" },
470
- { name = "fluidattacks-core-http", specifier = ">=12.1.0" },
470
+ { name = "fluidattacks-core-http", specifier = ">=12.2.0" },
471
471
  { name = "gitpython", specifier = ">=3.1.41" },
472
472
  { name = "pathspec", specifier = ">=0.12.1" },
473
473
  { name = "urllib3", specifier = ">=2.6.1" },
@@ -489,16 +489,16 @@ dev = [
489
489
 
490
490
  [[package]]
491
491
  name = "fluidattacks-core-http"
492
- version = "12.1.0"
492
+ version = "12.2.0"
493
493
  source = { registry = "https://pypi.org/simple" }
494
494
  dependencies = [
495
495
  { name = "aiohttp" },
496
496
  { name = "certifi" },
497
497
  { name = "urllib3" },
498
498
  ]
499
- sdist = { url = "https://files.pythonhosted.org/packages/6c/a2/822f0a6d06cffea448cb7be1d731c028a0df6d5e657700fabd749f176f8d/fluidattacks_core_http-12.1.0.tar.gz", hash = "sha256:b3ef49420da9a3bd24e050b0b5b7a6666b1a0e7b308e97a59e871d80e27aa222", size = 89677, upload-time = "2026-08-27T19:19:54.15Z" }
499
+ sdist = { url = "https://files.pythonhosted.org/packages/6b/99/40c8c8033bbb0b23375420c5b040821a18291b104e8e555c2ea6cd0233f5/fluidattacks_core_http-12.2.0.tar.gz", hash = "sha256:015c4de5181c5a0b56007a2fe9a5791a4bf6507401f11ceb22f264b4131f63d4", size = 89098, upload-time = "2026-09-01T22:06:31.705Z" }
500
500
  wheels = [
501
- { url = "https://files.pythonhosted.org/packages/c0/cd/1beca25745de6058a43ee5c417c064c42ac645990fbdfd739ec4a2fe2f33/fluidattacks_core_http-12.1.0-py3-none-any.whl", hash = "sha256:6f15e283f8ebed0fcf73cb9cd2be268f1d891c1e3e9635b6cd2323c1084f014c", size = 4403, upload-time = "2026-08-27T19:19:54.855Z" },
501
+ { url = "https://files.pythonhosted.org/packages/04/bd/82c05bd3ba0a6d7eb86ec8d0ce8294c515bade2b53782de51454dddce678/fluidattacks_core_http-12.2.0-py3-none-any.whl", hash = "sha256:31e5600e0dc7d060f9b6a0df92f19f2516ecded0e341809613533c605939594a", size = 5143, upload-time = "2026-09-01T22:06:32.53Z" },
502
502
  ]
503
503
 
504
504
  [[package]]
@@ -1,24 +0,0 @@
1
- {
2
- nixpkgs,
3
- src,
4
- workspace_root,
5
- }:
6
- {
7
- inherit src workspace_root;
8
- root_path = "develops/fluidattacks-core/python/git";
9
- module_name = "fluidattacks_core";
10
- native.nativeBuildInputs = [ nixpkgs.git ];
11
- pypi_token = {
12
- method = "oidc";
13
- };
14
- override = {
15
- checks = {
16
- basedpyright = false;
17
- };
18
- configs = {
19
- import_linter = ../import-linter.cfg;
20
- mypy = ../mypy.ini;
21
- ruff = ../ruff.toml;
22
- };
23
- };
24
- }
@@ -1,13 +0,0 @@
1
- path_filter: src:
2
- path_filter {
3
- root = src;
4
- include = [
5
- "fluidattacks_core"
6
- "tests"
7
- "import-linter.cfg"
8
- "mypy.ini"
9
- "pyproject.toml"
10
- "ruff.toml"
11
- "uv.lock"
12
- ];
13
- }
@@ -1,303 +0,0 @@
1
- {
2
- "nodes": {
3
- "flake-parts": {
4
- "inputs": {
5
- "nixpkgs-lib": "nixpkgs-lib"
6
- },
7
- "locked": {
8
- "lastModified": 1762810396,
9
- "narHash": "sha256-dxFVgQPG+R72dkhXTtqUm7KpxElw3u6E+YlQ2WaDgt8=",
10
- "owner": "hercules-ci",
11
- "repo": "flake-parts",
12
- "rev": "0bdadb1b265fb4143a75bd1ec7d8c915898a9923",
13
- "type": "github"
14
- },
15
- "original": {
16
- "owner": "hercules-ci",
17
- "repo": "flake-parts",
18
- "type": "github"
19
- }
20
- },
21
- "nix_filter": {
22
- "locked": {
23
- "lastModified": 1757882181,
24
- "narHash": "sha256-+cCxYIh2UNalTz364p+QYmWHs0P+6wDhiWR4jDIKQIU=",
25
- "owner": "numtide",
26
- "repo": "nix-filter",
27
- "rev": "59c44d1909c72441144b93cf0f054be7fe764de5",
28
- "type": "github"
29
- },
30
- "original": {
31
- "owner": "numtide",
32
- "repo": "nix-filter",
33
- "type": "github"
34
- }
35
- },
36
- "nixpkgs": {
37
- "locked": {
38
- "lastModified": 1758690382,
39
- "narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=",
40
- "owner": "nixos",
41
- "repo": "nixpkgs",
42
- "rev": "e643668fd71b949c53f8626614b21ff71a07379d",
43
- "type": "github"
44
- },
45
- "original": {
46
- "owner": "nixos",
47
- "ref": "nixos-unstable",
48
- "repo": "nixpkgs",
49
- "type": "github"
50
- }
51
- },
52
- "nixpkgs-lib": {
53
- "locked": {
54
- "lastModified": 1761765539,
55
- "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=",
56
- "owner": "nix-community",
57
- "repo": "nixpkgs.lib",
58
- "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc",
59
- "type": "github"
60
- },
61
- "original": {
62
- "owner": "nix-community",
63
- "repo": "nixpkgs.lib",
64
- "type": "github"
65
- }
66
- },
67
- "nixpkgs_2": {
68
- "locked": {
69
- "lastModified": 1758690382,
70
- "narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=",
71
- "owner": "nixos",
72
- "repo": "nixpkgs",
73
- "rev": "e643668fd71b949c53f8626614b21ff71a07379d",
74
- "type": "github"
75
- },
76
- "original": {
77
- "owner": "nixos",
78
- "ref": "nixos-unstable",
79
- "repo": "nixpkgs",
80
- "type": "github"
81
- }
82
- },
83
- "nixpkgs_3": {
84
- "locked": {
85
- "lastModified": 1761373498,
86
- "narHash": "sha256-Q/uhWNvd7V7k1H1ZPMy/vkx3F8C13ZcdrKjO7Jv7v0c=",
87
- "owner": "nixos",
88
- "repo": "nixpkgs",
89
- "rev": "6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce",
90
- "type": "github"
91
- },
92
- "original": {
93
- "owner": "nixos",
94
- "ref": "nixos-unstable",
95
- "repo": "nixpkgs",
96
- "type": "github"
97
- }
98
- },
99
- "nixpkgs_flake": {
100
- "locked": {
101
- "lastModified": 1778253243,
102
- "narHash": "sha256-KkH2QvU6iRLDTGGEwH5jnMqHWj4zMTuHxi1S1zdr01w=",
103
- "owner": "nixos",
104
- "repo": "nixpkgs",
105
- "rev": "4fcda7103530b23c5ca44286344912082aad4220",
106
- "type": "github"
107
- },
108
- "original": {
109
- "owner": "nixos",
110
- "repo": "nixpkgs",
111
- "type": "github"
112
- }
113
- },
114
- "pyproject-build-systems": {
115
- "inputs": {
116
- "nixpkgs": "nixpkgs",
117
- "pyproject-nix": "pyproject-nix",
118
- "uv2nix": "uv2nix"
119
- },
120
- "locked": {
121
- "lastModified": 1761781027,
122
- "narHash": "sha256-YDvxPAm2WnxrznRqWwHLjryBGG5Ey1ATEJXrON+TWt8=",
123
- "owner": "pyproject-nix",
124
- "repo": "build-system-pkgs",
125
- "rev": "795a980d25301e5133eca37adae37283ec3c8e66",
126
- "type": "github"
127
- },
128
- "original": {
129
- "owner": "pyproject-nix",
130
- "repo": "build-system-pkgs",
131
- "type": "github"
132
- }
133
- },
134
- "pyproject-nix": {
135
- "inputs": {
136
- "nixpkgs": [
137
- "python_builder",
138
- "pyproject-build-systems",
139
- "nixpkgs"
140
- ]
141
- },
142
- "locked": {
143
- "lastModified": 1758265079,
144
- "narHash": "sha256-amLaLNwKSZPShQHzfgmc/9o76dU8xzN0743dWgvYlr8=",
145
- "owner": "nix-community",
146
- "repo": "pyproject.nix",
147
- "rev": "02e9418fd4af638447dca4b17b1280da95527fc9",
148
- "type": "github"
149
- },
150
- "original": {
151
- "owner": "nix-community",
152
- "repo": "pyproject.nix",
153
- "type": "github"
154
- }
155
- },
156
- "pyproject-nix_2": {
157
- "inputs": {
158
- "nixpkgs": "nixpkgs_2"
159
- },
160
- "locked": {
161
- "lastModified": 1762427963,
162
- "narHash": "sha256-CkPlAbIQ87wmjy5qHibfzk4DmMGBNqFer+lLfXjpP5M=",
163
- "owner": "pyproject-nix",
164
- "repo": "pyproject.nix",
165
- "rev": "4540ea004e04fcd12dd2738d51383d10f956f7b9",
166
- "type": "github"
167
- },
168
- "original": {
169
- "owner": "pyproject-nix",
170
- "repo": "pyproject.nix",
171
- "type": "github"
172
- }
173
- },
174
- "pyproject-nix_3": {
175
- "inputs": {
176
- "nixpkgs": [
177
- "python_builder",
178
- "uv2nix",
179
- "nixpkgs"
180
- ]
181
- },
182
- "locked": {
183
- "lastModified": 1760402624,
184
- "narHash": "sha256-jF6UKLs2uGc2rtved8Vrt58oTWjTQoAssuYs/0578Z4=",
185
- "owner": "pyproject-nix",
186
- "repo": "pyproject.nix",
187
- "rev": "84c4ea102127c77058ea1ed7be7300261fafc7d2",
188
- "type": "github"
189
- },
190
- "original": {
191
- "owner": "pyproject-nix",
192
- "repo": "pyproject.nix",
193
- "type": "github"
194
- }
195
- },
196
- "python_builder": {
197
- "inputs": {
198
- "nix_filter": "nix_filter",
199
- "nixpkgs_flake": "nixpkgs_flake",
200
- "pyproject-build-systems": "pyproject-build-systems",
201
- "pyproject-nix": "pyproject-nix_2",
202
- "shell-helpers": "shell-helpers",
203
- "uv2nix": "uv2nix_2"
204
- },
205
- "locked": {
206
- "dir": "common/utils/python-builder",
207
- "lastModified": 1787078362,
208
- "narHash": "sha256-HYL7Rn6SuNjYxkt/PwFLksZjsauCiY+ENbOWryLsIlw=",
209
- "ref": "refs/heads/trunk",
210
- "rev": "09fd25a13309eb5e3b5b2a061bb340df3ae5d281",
211
- "shallow": true,
212
- "type": "git",
213
- "url": "ssh://git@gitlab.com/fluidattacks/universe"
214
- },
215
- "original": {
216
- "dir": "common/utils/python-builder",
217
- "rev": "09fd25a13309eb5e3b5b2a061bb340df3ae5d281",
218
- "shallow": true,
219
- "type": "git",
220
- "url": "ssh://git@gitlab.com/fluidattacks/universe"
221
- }
222
- },
223
- "root": {
224
- "inputs": {
225
- "python_builder": "python_builder"
226
- }
227
- },
228
- "shell-helpers": {
229
- "inputs": {
230
- "flake-parts": "flake-parts",
231
- "nixpkgs": [
232
- "python_builder",
233
- "nixpkgs_flake"
234
- ]
235
- },
236
- "locked": {
237
- "dir": "common/utils/shell-helpers",
238
- "lastModified": 1762806066,
239
- "narHash": "sha256-Wz99Fl7SpPU1NkTHJ36XOo6DjOEAMXCw3ThRABOS2Hs=",
240
- "ref": "refs/heads/trunk",
241
- "rev": "d73cfdc7ae9e7f547e22a4481d4c2ccce38b26a8",
242
- "shallow": true,
243
- "type": "git",
244
- "url": "ssh://git@gitlab.com/fluidattacks/universe"
245
- },
246
- "original": {
247
- "dir": "common/utils/shell-helpers",
248
- "rev": "d73cfdc7ae9e7f547e22a4481d4c2ccce38b26a8",
249
- "shallow": true,
250
- "type": "git",
251
- "url": "ssh://git@gitlab.com/fluidattacks/universe"
252
- }
253
- },
254
- "uv2nix": {
255
- "inputs": {
256
- "nixpkgs": [
257
- "python_builder",
258
- "pyproject-build-systems",
259
- "nixpkgs"
260
- ],
261
- "pyproject-nix": [
262
- "python_builder",
263
- "pyproject-build-systems",
264
- "pyproject-nix"
265
- ]
266
- },
267
- "locked": {
268
- "lastModified": 1758933732,
269
- "narHash": "sha256-HAmm1GBS1myZCFuog0DC2ZLaynvZtiUI2Crmo+cdQI0=",
270
- "owner": "pyproject-nix",
271
- "repo": "uv2nix",
272
- "rev": "273ce18f913d8559e0d04f820d724308966d7c4d",
273
- "type": "github"
274
- },
275
- "original": {
276
- "owner": "pyproject-nix",
277
- "repo": "uv2nix",
278
- "type": "github"
279
- }
280
- },
281
- "uv2nix_2": {
282
- "inputs": {
283
- "nixpkgs": "nixpkgs_3",
284
- "pyproject-nix": "pyproject-nix_3"
285
- },
286
- "locked": {
287
- "lastModified": 1761872265,
288
- "narHash": "sha256-i25GRgp2vUOebY70L3NTAgkd+Pr1hnn5xM3qHxH0ONU=",
289
- "owner": "pyproject-nix",
290
- "repo": "uv2nix",
291
- "rev": "74dfb62871be152ad3673b143b0cc56105a4f3c5",
292
- "type": "github"
293
- },
294
- "original": {
295
- "owner": "pyproject-nix",
296
- "repo": "uv2nix",
297
- "type": "github"
298
- }
299
- }
300
- },
301
- "root": "root",
302
- "version": 7
303
- }
@@ -1,30 +0,0 @@
1
- {
2
- description = "Fluid Attacks Core git package.";
3
-
4
- inputs = {
5
- python_builder = {
6
- url = "git+ssh://git@gitlab.com/fluidattacks/universe?shallow=1&rev=09fd25a13309eb5e3b5b2a061bb340df3ae5d281&dir=common/utils/python-builder";
7
- };
8
- };
9
-
10
- outputs =
11
- { self, ... }@inputs:
12
- let
13
- build_args =
14
- {
15
- system,
16
- python_version,
17
- nixpkgs,
18
- builders,
19
- scripts,
20
- }:
21
- import ./build {
22
- inherit nixpkgs;
23
- src = import ./build/filter.nix nixpkgs.nix-filter self;
24
- workspace_root = ./.;
25
- };
26
- in
27
- {
28
- packages = inputs.python_builder.outputs.build build_args;
29
- };
30
- }