gbp-stack 1.4.0__tar.gz → 1.4.2__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.
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/PKG-INFO +2 -2
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/README.md +1 -1
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/__init__.py +1 -1
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack.egg-info/PKG-INFO +2 -2
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/pyproject.toml +1 -1
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/_native.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/capabilities.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/gap_client.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/gbp_node.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/gsp_client.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/gtp_client.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/history.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/jitter.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/mls_context.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/roles.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack/sframe_session.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack.egg-info/SOURCES.txt +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack.egg-info/dependency_links.txt +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/gbp_stack.egg-info/top_level.txt +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/setup.cfg +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/setup.py +0 -0
- {gbp_stack-1.4.0 → gbp_stack-1.4.2}/tests/test_integration.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gbp-stack
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.2
|
|
4
4
|
Summary: Python bindings for the Group Protocol Stack: a layered, end-to-end encrypted group-messaging protocol family built on top of MLS (RFC 9420).
|
|
5
5
|
Author: Group Protocol Stack contributors
|
|
6
6
|
License: Apache-2.0
|
|
@@ -77,7 +77,7 @@ Beyond the protocol clients, the package ships ready-made helpers:
|
|
|
77
77
|
## Install
|
|
78
78
|
|
|
79
79
|
```sh
|
|
80
|
-
pip install gbp-stack==1.4.
|
|
80
|
+
pip install gbp-stack==1.4.2
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
## Quick start
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gbp-stack
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.2
|
|
4
4
|
Summary: Python bindings for the Group Protocol Stack: a layered, end-to-end encrypted group-messaging protocol family built on top of MLS (RFC 9420).
|
|
5
5
|
Author: Group Protocol Stack contributors
|
|
6
6
|
License: Apache-2.0
|
|
@@ -77,7 +77,7 @@ Beyond the protocol clients, the package ships ready-made helpers:
|
|
|
77
77
|
## Install
|
|
78
78
|
|
|
79
79
|
```sh
|
|
80
|
-
pip install gbp-stack==1.4.
|
|
80
|
+
pip install gbp-stack==1.4.2
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
## Quick start
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gbp-stack"
|
|
7
|
-
version = "1.4.
|
|
7
|
+
version = "1.4.2"
|
|
8
8
|
description = "Python bindings for the Group Protocol Stack: a layered, end-to-end encrypted group-messaging protocol family built on top of MLS (RFC 9420)."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
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
|