ctao-bdms-clients 0.0.0a0__py3-none-any.whl → 0.1.0rc3__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.
bdms/_version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.0.0a0'
16
- __version_tuple__ = version_tuple = (0, 0, 0)
15
+ __version__ = version = '0.1.0rc3'
16
+ __version_tuple__ = version_tuple = (0, 1, 0)
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ctao-bdms-clients
3
- Version: 0.0.0a0
3
+ Version: 0.1.0rc3
4
4
  Summary: Client module for the CTAO DPPS Bulk Data Management System
5
5
  Author-email: Georgios Zacharis <georgios.zacharis@inaf.it>, Stefano Gallozzi <Stefano.gallozzi@inaf.it>, Michele Mastropietro <michele.mastropietro@inaf.it>, Syed Anwar Ul Hasan <syedanwarul.hasan@cta-consortium.org>, Maximilian Linhoff <maximilian.linhoff@cta-observatory.org>, Volodymyr Savchenko <Volodymyr.Savchenko@epfl.ch>
6
6
  License: BSD-3-Clause
7
- Project-URL: repository, https://github.com/cta-observatory/...
8
- Project-URL: documentation, http://cta-computing.gitlab-pages.cta-observatory.org/documentation/...
7
+ Project-URL: repository, https://gitlab.cta-observatory.org/cta-computing/dpps/bdms/bdms
8
+ Project-URL: documentation, http://cta-computing.gitlab-pages.cta-observatory.org/dpps/bdms/bdms
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
@@ -14,7 +14,6 @@ Requires-Dist: ctao-bdms-rucio-policy==0.1.0
14
14
  Provides-Extra: test
15
15
  Requires-Dist: pytest; extra == "test"
16
16
  Requires-Dist: pytest-cov; extra == "test"
17
- Requires-Dist: pytest-mock; extra == "test"
18
17
  Requires-Dist: pytest-requirements; extra == "test"
19
18
  Provides-Extra: doc
20
19
  Requires-Dist: sphinx; extra == "doc"
@@ -1,5 +1,5 @@
1
1
  bdms/__init__.py,sha256=7btE6tNhFqXSv2eUhZ-0m1J3nTTs4Xo6HWcQI4eh5Do,142
2
- bdms/_version.py,sha256=PfEj3cQaCLALpwUXFQl23PozAfDHPiMS029TqAVVXCg,413
2
+ bdms/_version.py,sha256=T50yPh_uNdS9vwClzyZNHuV3NjwtB-VEu54RR1k2Pr8,414
3
3
  bdms/version.py,sha256=mTfi1WzbIs991NyImM6mcMg1R39a6U1W2pKnk-Tt5Vw,765
4
4
  bdms/_dev_version/__init__.py,sha256=3qlzT1l_MfLxHuRphBwNwkb2WRttg3hGooj5n3BBZi4,369
5
5
  bdms/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -8,9 +8,8 @@ bdms/tests/test_basic_rucio_functionality.py,sha256=Sm6Kif8g5xPaw6tIIJ1TavDxVje2
8
8
  bdms/tests/test_dpps_rel_0_0.py,sha256=MnbuBoS_kUUiMcHE3-jqOzekQNUa-wcsjCJqJQ2J9S4,2957
9
9
  bdms/tests/test_file_replicas.py,sha256=NqutrSJa5ME50JpmyATNPSLqq1AOq1ruv84XSY3PKLI,2635
10
10
  bdms/tests/test_metadata.py,sha256=f0tSqNGlYe-ydoSDJw0k1De2kHoPl6g-GYBj_jP6kCY,3728
11
- ctao_bdms_clients-0.0.0a0.dist-info/LICENSE,sha256=Py9riZY_f0CmXbrZ5JreE3WgglyWkRnwUfqydvX6jxE,1556
12
- ctao_bdms_clients-0.0.0a0.dist-info/METADATA,sha256=IgEbSv7mrsdcVdq3vqH8sPrUmNSY66zsv8kk7ewcJME,2124
13
- ctao_bdms_clients-0.0.0a0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
14
- ctao_bdms_clients-0.0.0a0.dist-info/entry_points.txt,sha256=QTq7DkTh87oL0SpuNEooUuNSeU8Y5C3mUTbwufMvBRA,53
15
- ctao_bdms_clients-0.0.0a0.dist-info/top_level.txt,sha256=ao0U8aA33KRHpcqmr7yrK8y2AQ6ahSu514tfaN4hDV8,5
16
- ctao_bdms_clients-0.0.0a0.dist-info/RECORD,,
11
+ ctao_bdms_clients-0.1.0rc3.dist-info/LICENSE,sha256=Py9riZY_f0CmXbrZ5JreE3WgglyWkRnwUfqydvX6jxE,1556
12
+ ctao_bdms_clients-0.1.0rc3.dist-info/METADATA,sha256=XtiN3evP0TQGDRZ_M0_b9DXz1lWWjPXU2li95xj8RZs,2103
13
+ ctao_bdms_clients-0.1.0rc3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
14
+ ctao_bdms_clients-0.1.0rc3.dist-info/top_level.txt,sha256=ao0U8aA33KRHpcqmr7yrK8y2AQ6ahSu514tfaN4hDV8,5
15
+ ctao_bdms_clients-0.1.0rc3.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- bdms-server = bdms.cli.server:main