scmrepo 2.0.2__py3-none-any.whl → 2.0.3__py3-none-any.whl
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.
Potentially problematic release.
This version of scmrepo might be problematic. Click here for more details.
- scmrepo/git/lfs/client.py +1 -1
- {scmrepo-2.0.2.dist-info → scmrepo-2.0.3.dist-info}/METADATA +1 -1
- {scmrepo-2.0.2.dist-info → scmrepo-2.0.3.dist-info}/RECORD +6 -6
- {scmrepo-2.0.2.dist-info → scmrepo-2.0.3.dist-info}/LICENSE +0 -0
- {scmrepo-2.0.2.dist-info → scmrepo-2.0.3.dist-info}/WHEEL +0 -0
- {scmrepo-2.0.2.dist-info → scmrepo-2.0.3.dist-info}/top_level.txt +0 -0
scmrepo/git/lfs/client.py
CHANGED
|
@@ -196,7 +196,7 @@ class LFSClient(AbstractContextManager):
|
|
|
196
196
|
callback.relative_update()
|
|
197
197
|
|
|
198
198
|
resp_data = await self._batch_request(objects, **kwargs)
|
|
199
|
-
if resp_data.get("transfer") != "basic":
|
|
199
|
+
if resp_data.get("transfer", "basic") != "basic":
|
|
200
200
|
raise LFSError("Unsupported LFS transfer type")
|
|
201
201
|
coros = []
|
|
202
202
|
for data in resp_data.get("objects", []):
|
|
@@ -22,7 +22,7 @@ scmrepo/git/backend/pygit2/__init__.py,sha256=ZztTMnmon1npW5XEANXksTUi3u9DVA4ib2
|
|
|
22
22
|
scmrepo/git/backend/pygit2/callbacks.py,sha256=RXhzUU3IhKFinbZPGzdTn3bcmcPa1dF7CNpFW-kTAHk,2668
|
|
23
23
|
scmrepo/git/backend/pygit2/filter.py,sha256=cvmkeQp-Xl-bOk0dcTCJVDkDknF1SYtKtkuOgVbS5b0,2158
|
|
24
24
|
scmrepo/git/lfs/__init__.py,sha256=at5blRIKnKpg_g5dLRDsGWBFi6SbucRlF_DX6aAkGtE,257
|
|
25
|
-
scmrepo/git/lfs/client.py,sha256=
|
|
25
|
+
scmrepo/git/lfs/client.py,sha256=n0Pq5j85KEAqiIWubJ0MVqTrPAUjg97nGNG07tQqk6k,7132
|
|
26
26
|
scmrepo/git/lfs/exceptions.py,sha256=cLlImmPXWJJUl44S4xcRBa2T9wYRkWTaKQGwJylwOhA,77
|
|
27
27
|
scmrepo/git/lfs/fetch.py,sha256=tH64glllmQcogAr7-OB5dpzNvM5caIEp2sYC5ocYX1Y,4770
|
|
28
28
|
scmrepo/git/lfs/object.py,sha256=2wHbVjloTcAWPtyCnEroEiCr15hq3o-Q0d2qESaEEN4,343
|
|
@@ -30,8 +30,8 @@ scmrepo/git/lfs/pointer.py,sha256=l2EmyRsYKAj8nBMvc3rhiUS7eR93-rMfk1TJuQ_CpYQ,32
|
|
|
30
30
|
scmrepo/git/lfs/progress.py,sha256=J0j9jlTWeLIK0vLWK9UXEvHsVfKbhJjJp4Bkk55bQ7c,1732
|
|
31
31
|
scmrepo/git/lfs/smudge.py,sha256=sMSatXCTHZ5cAo-gaE_6KXwCHlXGqzkF0dVgIbPwTJU,1563
|
|
32
32
|
scmrepo/git/lfs/storage.py,sha256=I8NXWL1roAc0_66Mt0fsdiy9MP4Oqhk9ATlVjx-rNIU,2246
|
|
33
|
-
scmrepo-2.0.
|
|
34
|
-
scmrepo-2.0.
|
|
35
|
-
scmrepo-2.0.
|
|
36
|
-
scmrepo-2.0.
|
|
37
|
-
scmrepo-2.0.
|
|
33
|
+
scmrepo-2.0.3.dist-info/LICENSE,sha256=-1jhbPjoIVHR0cEgahL4Zhct75Ff4MzYCR_jOaJDPq8,11340
|
|
34
|
+
scmrepo-2.0.3.dist-info/METADATA,sha256=N2Y0HDhtQeSZlhdjcbDDLEuNkFuk4234-gAOURFULiw,4826
|
|
35
|
+
scmrepo-2.0.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
36
|
+
scmrepo-2.0.3.dist-info/top_level.txt,sha256=iunjod6w3GogERsAYfLRupnANXnqzX3jbIfbeIQG5cc,8
|
|
37
|
+
scmrepo-2.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|