swh.loader.mercurial 3.4.3__py3-none-any.whl → 3.5.0__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.
File without changes
@@ -1,14 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: swh.loader.mercurial
3
- Version: 3.4.3
3
+ Version: 3.5.0
4
4
  Summary: Software Heritage Mercurial Loader
5
- Home-page: https://forge.softwareheritage.org/diffusion/DLDHG/
6
- Author: Software Heritage developers
7
- Author-email: swh-devel@inria.fr
8
- Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest
5
+ Author-email: Software Heritage developers <swh-devel@inria.fr>
6
+ Project-URL: Homepage, https://gitlab.softwareheritage.org/swh/devel/swh-loader-mercurial
7
+ Project-URL: Bug Reports, https://gitlab.softwareheritage.org/swh/devel/swh-loader-mercurial/-/issues
9
8
  Project-URL: Funding, https://www.softwareheritage.org/donate
10
- Project-URL: Source, https://forge.softwareheritage.org/source/swh-loader-mercurial
11
9
  Project-URL: Documentation, https://docs.softwareheritage.org/devel/swh-loader-mercurial/
10
+ Project-URL: Source, https://gitlab.softwareheritage.org/swh/devel/swh-loader-mercurial.git
12
11
  Classifier: Programming Language :: Python :: 3
13
12
  Classifier: Intended Audience :: Developers
14
13
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
@@ -28,6 +27,15 @@ Requires-Dist: swh.storage >=0.37.0
28
27
  Requires-Dist: swh.scheduler >=0.0.39
29
28
  Requires-Dist: swh.loader.core >=5.0.0
30
29
  Provides-Extra: testing
30
+ Requires-Dist: click ; extra == 'testing'
31
+ Requires-Dist: patool ; extra == 'testing'
32
+ Requires-Dist: python-dateutil ; extra == 'testing'
33
+ Requires-Dist: python-hglib ; extra == 'testing'
34
+ Requires-Dist: mercurial ; extra == 'testing'
35
+ Requires-Dist: swh.model >=2.6.1 ; extra == 'testing'
36
+ Requires-Dist: swh.storage >=0.37.0 ; extra == 'testing'
37
+ Requires-Dist: swh.scheduler >=0.0.39 ; extra == 'testing'
38
+ Requires-Dist: swh.loader.core >=5.0.0 ; extra == 'testing'
31
39
  Requires-Dist: pytest ; extra == 'testing'
32
40
  Requires-Dist: pytest-mock ; extra == 'testing'
33
41
  Requires-Dist: swh.core[http] >=0.0.61 ; extra == 'testing'
@@ -1,5 +1,3 @@
1
- swh/__init__.py,sha256=qEFeq3yuf3lQKVseALmL8aPM8fpCS54B_5pry00M3hk,76
2
- swh/loader/__init__.py,sha256=qEFeq3yuf3lQKVseALmL8aPM8fpCS54B_5pry00M3hk,76
3
1
  swh/loader/mercurial/__init__.py,sha256=ioPrVqbM_-w8sEwWUKEw9jCTbzQTkWwMaJM77D7YItM,745
4
2
  swh/loader/mercurial/archive_extract.py,sha256=gMSxvwIxZu5-Ei9a7ZeNCjZV-wBMIBTGonUutZ16yhE,1981
5
3
  swh/loader/mercurial/converters.py,sha256=qrL63I-6ezmICJa7cTB_jlS0kiPfHGL3xH8NXJTF1nU,1040
@@ -35,10 +33,10 @@ swh/loader/mercurial/tests/data/the-sandbox.json,sha256=baIwB2DbiXkwzxoA0Z8vDFlt
35
33
  swh/loader/mercurial/tests/data/the-sandbox.tgz,sha256=MkJ6Nx_CDRkFlox9dcfq-I2ktFa2niAeAT2f7ClvrtY,13309
36
34
  swh/loader/mercurial/tests/data/transplant.json,sha256=h9akY1VS5nv5LOoiZuiJ3tg9ikkeciqdpjpeyGFR_p0,633
37
35
  swh/loader/mercurial/tests/data/transplant.tgz,sha256=eoS3hnKcIOkNrx3pj8lj3lMP7_V8EEjg4rmNI0qO1Vs,3206
38
- swh.loader.mercurial-3.4.3.dist-info/AUTHORS,sha256=CfkR1t8Z3y1NSRjmzMBmWzN55CEqCDCIXp1XtqzAjf4,117
39
- swh.loader.mercurial-3.4.3.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
40
- swh.loader.mercurial-3.4.3.dist-info/METADATA,sha256=Dps1LjahQK6rzVm6E5k0grUUExLDJxuu8srGMF-4IKk,2548
41
- swh.loader.mercurial-3.4.3.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
42
- swh.loader.mercurial-3.4.3.dist-info/entry_points.txt,sha256=KR1-Noi4WbxrdetuNh-QSOSVVp12_NT04aa5nK3YO5o,202
43
- swh.loader.mercurial-3.4.3.dist-info/top_level.txt,sha256=8XlamXOHbQHPR7Tn7kZa8F4ufiLuK-BL_bZje5MY9hw,4
44
- swh.loader.mercurial-3.4.3.dist-info/RECORD,,
36
+ swh.loader.mercurial-3.5.0.dist-info/AUTHORS,sha256=CfkR1t8Z3y1NSRjmzMBmWzN55CEqCDCIXp1XtqzAjf4,117
37
+ swh.loader.mercurial-3.5.0.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
38
+ swh.loader.mercurial-3.5.0.dist-info/METADATA,sha256=KNu69_WAvugTogDs0NI1jGkQW7K1yNCqaZBk4K_R44E,3070
39
+ swh.loader.mercurial-3.5.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
40
+ swh.loader.mercurial-3.5.0.dist-info/entry_points.txt,sha256=KR1-Noi4WbxrdetuNh-QSOSVVp12_NT04aa5nK3YO5o,202
41
+ swh.loader.mercurial-3.5.0.dist-info/top_level.txt,sha256=8XlamXOHbQHPR7Tn7kZa8F4ufiLuK-BL_bZje5MY9hw,4
42
+ swh.loader.mercurial-3.5.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.3)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
swh/__init__.py DELETED
@@ -1,3 +0,0 @@
1
- from pkgutil import extend_path
2
-
3
- __path__ = extend_path(__path__, __name__)
swh/loader/__init__.py DELETED
@@ -1,3 +0,0 @@
1
- from pkgutil import extend_path
2
-
3
- __path__ = extend_path(__path__, __name__)