deltachat-rpc-server 1.156.2__tar.gz → 1.157.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.

Potentially problematic release.


This version of deltachat-rpc-server might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: deltachat-rpc-server
3
- Version: 1.156.2
3
+ Version: 1.157.2
4
4
  Summary: Delta Chat JSON-RPC server
5
5
  Description-Content-Type: text/markdown
6
6
 
@@ -11,13 +11,13 @@ over standard I/O.
11
11
 
12
12
  ## Install
13
13
 
14
- To download binary pre-builds check the [releases page](https://github.com/deltachat/deltachat-core-rust/releases).
14
+ To download binary pre-builds check the [releases page](https://github.com/chatmail/core/releases).
15
15
  Rename the downloaded binary to `deltachat-rpc-server` and add it to your `PATH`.
16
16
 
17
17
  To install from source run:
18
18
 
19
19
  ```sh
20
- cargo install --git https://github.com/deltachat/deltachat-core-rust/ deltachat-rpc-server
20
+ cargo install --git https://github.com/chatmail/core/ deltachat-rpc-server
21
21
  ```
22
22
 
23
23
  The `deltachat-rpc-server` executable will be installed into `$HOME/.cargo/bin` that should be available
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "deltachat-rpc-server"
7
- version = "1.156.2"
7
+ version = "1.157.2"
8
8
 
9
9
  [project.scripts]
10
10
  deltachat-rpc-server = "deltachat_rpc_server:main"
@@ -27,7 +27,7 @@ class BuildCommand(build):
27
27
  "--platform",
28
28
  "musllinux_1_1_" + platform.machine(),
29
29
  "--only-binary=:all:",
30
- "deltachat-rpc-server==1.156.2",
30
+ "deltachat-rpc-server==1.157.2",
31
31
  ],
32
32
  cwd=tmpdir,
33
33
  )