rbx 3.30.0.dev220__tar.gz → 3.30.0.dev221__tar.gz
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.
- {rbx-3.30.0.dev220/rbx.egg-info → rbx-3.30.0.dev221}/PKG-INFO +1 -1
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/pyproject.toml +2 -2
- rbx-3.30.0.dev221/rbx/__init__.py +1 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/auth/keystore.py +7 -1
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221/rbx.egg-info}/PKG-INFO +1 -1
- rbx-3.30.0.dev220/rbx/__init__.py +0 -1
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/LICENSE +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/README.md +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/auth/__init__.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/auth/decorators.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/auth/id_token.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/auth/mock.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/aws/__init__.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/aws/s3.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/buildtools/__init__.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/buildtools/cli.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/buildtools/tasks/__init__.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/buildtools/tasks/ec2.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/buildtools/tasks/image.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/buildtools/tasks/misc.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/clients/__init__.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/clients/broadsign.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/clients/oxr.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/clients/panels.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/clients/place_exchange.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/clients/reporting.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/clients/retry.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/exceptions.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/gcp/__init__.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/gcp/cloud_tasks.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/gcp/pubsub.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/gcp/storage.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/logging.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/settings.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/utils/__init__.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/utils/mdm.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/utils/vast.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/web/__init__.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx/web/handlers.py +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx.egg-info/SOURCES.txt +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx.egg-info/dependency_links.txt +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx.egg-info/entry_points.txt +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx.egg-info/requires.txt +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/rbx.egg-info/top_level.txt +0 -0
- {rbx-3.30.0.dev220 → rbx-3.30.0.dev221}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rbx"
|
|
7
|
-
version = "3.30.0.
|
|
7
|
+
version = "3.30.0.dev221"
|
|
8
8
|
description = "A collection of common tools for Scoota services."
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "The Scoota Engineering Team", email = "engineering@scoota.com" }
|
|
@@ -73,7 +73,7 @@ homepage = "https://github.com/rockabox/rbx"
|
|
|
73
73
|
repository = "https://github.com/rockabox/rbx.git"
|
|
74
74
|
|
|
75
75
|
[tool.bumpversion]
|
|
76
|
-
current_version = "3.30.0.
|
|
76
|
+
current_version = "3.30.0.dev221"
|
|
77
77
|
commit = true
|
|
78
78
|
parse = """
|
|
79
79
|
(?P<major>\\d+)\\.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "3.30.0.dev221"
|
|
@@ -230,8 +230,14 @@ class Key:
|
|
|
230
230
|
|
|
231
231
|
def update(self, **kwargs):
|
|
232
232
|
annotations = inspect.get_annotations(type(self))
|
|
233
|
+
changed = {}
|
|
233
234
|
for key, value in kwargs.items():
|
|
234
235
|
if key in annotations and key not in ("key_id", "keystore"):
|
|
235
236
|
setattr(self, key, value)
|
|
237
|
+
changed[key] = value
|
|
236
238
|
|
|
237
|
-
|
|
239
|
+
# Persist only the fields this call changed. Writing the whole
|
|
240
|
+
# document would let an unrelated update clobber fields it never
|
|
241
|
+
# touched (e.g. a services refresh resetting a concurrently granted
|
|
242
|
+
# campaigns list) when two writers race on the same key.
|
|
243
|
+
self.keystore.update_key(self, changed)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "3.30.0.dev220"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|