python3-cyberfusion-queue-support 2.7__py3-none-any.whl → 2.7.1__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.
@@ -33,7 +33,7 @@ class DatabaseUserEnsureStateItem(_Item):
33
33
  """Set attributes."""
34
34
  self.server_software_name = server_software_name
35
35
  self.name = name
36
- self.password = password
36
+ self._password = password
37
37
  self.host = host
38
38
  self._reference = reference
39
39
  self._hide_outcomes = hide_outcomes
@@ -46,7 +46,7 @@ class DatabaseUserEnsureStateItem(_Item):
46
46
  ),
47
47
  name=self.name,
48
48
  server_software_name=self.server_software_name,
49
- password=self.password,
49
+ password=self._password,
50
50
  host=self.host,
51
51
  )
52
52
 
@@ -66,7 +66,7 @@ class DatabaseUserEnsureStateItem(_Item):
66
66
  database_user=self.database_user
67
67
  )
68
68
  )
69
- elif self.database_user._get_password() != self.password:
69
+ elif self.database_user._get_password() != self._password:
70
70
  outcomes.append(
71
71
  DatabaseUserEnsureStateItemEditPasswordOutcome(
72
72
  database_user=self.database_user
@@ -96,5 +96,5 @@ class DatabaseUserEnsureStateItem(_Item):
96
96
  other.server_software_name == self.server_software_name
97
97
  and other.name == self.name
98
98
  and other.host == self.host
99
- and other.password == self.password
99
+ and other._password == self._password
100
100
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-cyberfusion-queue-support
3
- Version: 2.7
3
+ Version: 2.7.1
4
4
  Summary: Library to queue actions.
5
5
  Author-email: Cyberfusion <support@cyberfusion.io>
6
6
  Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-queue-support
@@ -15,7 +15,7 @@ cyberfusion/QueueSupport/items/copy.py,sha256=08vPCIsgrkOH4Ryir8m8CpjT9Y4GL5vPmg
15
15
  cyberfusion/QueueSupport/items/database_create.py,sha256=01Z3ULjhzQFjL4PSfvKNZ9pMkjiZb3RIr6WCirbaK6c,1832
16
16
  cyberfusion/QueueSupport/items/database_drop.py,sha256=cnmEL8gZ6ORBL-ylghQAQSq1FOZCtM6O8uwPcnqBI4c,1806
17
17
  cyberfusion/QueueSupport/items/database_user_drop.py,sha256=PmqTVFBVjxPXrnIvlsDMFpYf6iC3l1wcqGY6CW_I4nw,2190
18
- cyberfusion/QueueSupport/items/database_user_ensure_state.py,sha256=EAxaS2ROBaAim5--Odn2c40hgIawQLRdEKOC0EDhlII,2936
18
+ cyberfusion/QueueSupport/items/database_user_ensure_state.py,sha256=lTZbG9iWOF1-xz_gMFihH1ZYiTMDlKG4BTNDeZ6kLKI,2941
19
19
  cyberfusion/QueueSupport/items/database_user_grant_grant.py,sha256=lEN1qPFeRy0NG5HzjinOxniw8QbrJPNPBfkanbonHBU,3692
20
20
  cyberfusion/QueueSupport/items/database_user_grant_revoke.py,sha256=iK4xIhM5fUhZy3XkZFBpxbv_CtfI34Fb2LW8AGF1DNk,3699
21
21
  cyberfusion/QueueSupport/items/mkdir.py,sha256=9Zzl72oGTHcRIz_vJd5r1Ty6nyasFwEqtGKa9xx05aY,1479
@@ -36,8 +36,8 @@ cyberfusion/QueueSupport/migrations/versions/571e55ab5ed5_initial_migration.py,s
36
36
  cyberfusion/QueueSupport/migrations/versions/8023b9eecdd1_add_traceback_to_queue_items.py,sha256=IfwqqHeE6e4iDH3bc6FrOgdBT4w-Kxa2MYv0dzYjEbk,497
37
37
  cyberfusion/QueueSupport/migrations/versions/9ae29b5db790_add_string_to_queue_item_outcomes.py,sha256=CzNJVL5Ia_J5woGsnCRSrlraoaT8YfgZUVOlAWHjb2Y,546
38
38
  cyberfusion/QueueSupport/migrations/versions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
- python3_cyberfusion_queue_support-2.7.dist-info/METADATA,sha256=jdemnuj86o2WT-NZq30l-q0MnERWJFqSVsFJ2-xCeXY,4488
40
- python3_cyberfusion_queue_support-2.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
- python3_cyberfusion_queue_support-2.7.dist-info/entry_points.txt,sha256=j42nbFWu1jTev4Ca3GhEZlH546t48aqYXnaKP20NWfA,91
42
- python3_cyberfusion_queue_support-2.7.dist-info/top_level.txt,sha256=ss011q9S6SL_KIIyq7iujFmIYa0grSjlnInO7cDkeag,12
43
- python3_cyberfusion_queue_support-2.7.dist-info/RECORD,,
39
+ python3_cyberfusion_queue_support-2.7.1.dist-info/METADATA,sha256=Y_6om1oSbmBcuW5EY_mi2HPV-fVJYQPaGl561cZO_OY,4490
40
+ python3_cyberfusion_queue_support-2.7.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
+ python3_cyberfusion_queue_support-2.7.1.dist-info/entry_points.txt,sha256=j42nbFWu1jTev4Ca3GhEZlH546t48aqYXnaKP20NWfA,91
42
+ python3_cyberfusion_queue_support-2.7.1.dist-info/top_level.txt,sha256=ss011q9S6SL_KIIyq7iujFmIYa0grSjlnInO7cDkeag,12
43
+ python3_cyberfusion_queue_support-2.7.1.dist-info/RECORD,,