sync ports with The Matrix

This commit is contained in:
purplerain 2023-10-02 06:44:43 +00:00
parent df809ed25a
commit f9422f819b
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
68 changed files with 1896 additions and 851 deletions

View file

@ -1,6 +1,6 @@
COMMENT = PostgreSQL HA cluster management tool
MODPY_EGG_VERSION = 3.1.0
MODPY_EGG_VERSION = 3.1.2
DISTNAME = patroni-${MODPY_EGG_VERSION}
CATEGORIES = databases

View file

@ -1,2 +1,2 @@
SHA256 (patroni-3.1.0.tar.gz) = 7JHcs8uhjzx2C+XL97+N2ZnVdltRBDbapZPeeeyRzow=
SIZE (patroni-3.1.0.tar.gz) = 336139
SHA256 (patroni-3.1.2.tar.gz) = 1jVsWAblihUpwFBjtkcW7qscX8lcXm7K1YzLqUNF09g=
SIZE (patroni-3.1.2.tar.gz) = 347465

View file

@ -4,7 +4,7 @@
Index: patroni/validator.py
--- patroni/validator.py.orig
+++ patroni/validator.py
@@ -84,7 +84,7 @@ def validate_host_port(host_port: str, listen: bool =
@@ -92,7 +92,7 @@ def validate_host_port(host_port: str, listen: bool =
for host in hosts:
# Check if "socket.IF_INET" or "socket.IF_INET6" is being used and instantiate a socket with the identified
# protocol