ibridges-servers-uu 0.2.0__py3-none-any.whl → 0.3.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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: ibridges-servers-uu
3
- Version: 0.2.0
3
+ Version: 0.3.0
4
4
  Summary: iRODS environments for connecting to Utrecht University YoDa servers
5
5
  Author-email: Raoul Schram <r.d.schram@uu.nl>
6
6
  License: MIT
@@ -17,6 +17,7 @@ Requires-Dist: ibridges
17
17
  Provides-Extra: test
18
18
  Requires-Dist: ruff; extra == "test"
19
19
  Requires-Dist: mypy; extra == "test"
20
+ Dynamic: license-file
20
21
 
21
22
  # iRODS environments for Utrecht University YoDa servers
22
23
 
@@ -0,0 +1,8 @@
1
+ ibridges_servers_uu-0.3.0.dist-info/licenses/LICENSE,sha256=ay-UsYxtg18FgqX26bbkZXtixJEeFQLerUnVPPFJsYs,1075
2
+ ibridgescontrib/uutemplate/__init__.py,sha256=uujuvXATexxpuu0oWNZH6UPlZYt-QvvmCuPvftIqTP8,183
3
+ ibridgescontrib/uutemplate/templates.py,sha256=yJemidoku9LFiqmY_4h1OLyom_BTtmyX-xcwFJtXsB0,2572
4
+ ibridges_servers_uu-0.3.0.dist-info/METADATA,sha256=3Oea6u3N1x1yeiHJzfqBvK20MplWlDNm5-KUfF6Q04Q,2034
5
+ ibridges_servers_uu-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ ibridges_servers_uu-0.3.0.dist-info/entry_points.txt,sha256=l2aUKOoy1_RJhkTxDPeuWhUFrUjVUoXocM1CvIFuu7s,89
7
+ ibridges_servers_uu-0.3.0.dist-info/top_level.txt,sha256=G7_Il8nHR05MqFQv1DG_sYF_e0PBh-lGuBFVsnjEhEE,16
8
+ ibridges_servers_uu-0.3.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -22,7 +22,7 @@ _BASE_TEMPLATE = """{
22
22
  "irods_user_name": "${email_address}",
23
23
  "irods_default_resource": "${resc}",
24
24
  "irods_zone_name": "${zone}",
25
- "irods_authentication_scheme": "pam",
25
+ "irods_authentication_scheme": "${pam_scheme}",
26
26
  "irods_encryption_algorithm": "AES-256-CBC",
27
27
  "irods_encryption_key_size": 32,
28
28
  "irods_encryption_num_hash_rounds": 16,
@@ -65,6 +65,7 @@ class IBridgesUUTemplates:
65
65
  host = template_name[3:]+".data" if template_name != "uu-surf" else "data.yoda"
66
66
  zone = _SERVERS_TO_ZONE[template_name]
67
67
  template = Template(_BASE_TEMPLATE)
68
+ pam_scheme = "pam_password" if template_name != "uu-surf" else "pam"
68
69
  resc = "irodsResc2" if template_name in ["uu-dgk", "uu-youth"] else "irodsResc"
69
70
  return template.substitute({"zone": zone, "email_address": email_address,
70
- "host": host, "resc": resc})
71
+ "host": host, "resc": resc, "pam_scheme": pam_scheme})
@@ -1,8 +0,0 @@
1
- ibridgescontrib/uutemplate/__init__.py,sha256=uujuvXATexxpuu0oWNZH6UPlZYt-QvvmCuPvftIqTP8,183
2
- ibridgescontrib/uutemplate/templates.py,sha256=4C1uGo2_7JWQH66aOnEkpK1w-WXG8eqMTkcZBbw3rlY,2459
3
- ibridges_servers_uu-0.2.0.dist-info/LICENSE,sha256=ay-UsYxtg18FgqX26bbkZXtixJEeFQLerUnVPPFJsYs,1075
4
- ibridges_servers_uu-0.2.0.dist-info/METADATA,sha256=v-ISoGYgm2cOcAN4tizFVpZ8jZ7kq3MHGRBwHZNG3Dg,2012
5
- ibridges_servers_uu-0.2.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
6
- ibridges_servers_uu-0.2.0.dist-info/entry_points.txt,sha256=l2aUKOoy1_RJhkTxDPeuWhUFrUjVUoXocM1CvIFuu7s,89
7
- ibridges_servers_uu-0.2.0.dist-info/top_level.txt,sha256=G7_Il8nHR05MqFQv1DG_sYF_e0PBh-lGuBFVsnjEhEE,16
8
- ibridges_servers_uu-0.2.0.dist-info/RECORD,,