From a69903e8a793e447d961e66d7034803a3d52fb01 Mon Sep 17 00:00:00 2001 From: Sebin Thomas Date: Tue, 26 Apr 2022 20:29:54 +0200 Subject: [PATCH] Bump pyopenssl version --- nfpm.yaml | 2 +- requirements.txt | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nfpm.yaml b/nfpm.yaml index d3ba444..297debb 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -1,7 +1,7 @@ name: "python3-smpp-twisted3" arch: "amd64" platform: "linux" -version: "v0.7" +version: "v0.8" section: "default" priority: "extra" maintainer: "Jookies LTD " diff --git a/requirements.txt b/requirements.txt index 0f439b2..992d0d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Twisted~=22.1.0 -pyOpenSSL~=19.1.0 +pyOpenSSL~=22.0.0 # cant install from other projects # smpp.pdu @ git+https://github.com/DomAmato/smpp.pdu.git@master -smpp.pdu3~=0.4 +smpp.pdu3~=0.6 diff --git a/setup.py b/setup.py index 0246391..2e2c060 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(fname): setup( name="smpp.twisted3", - version="0.7", + version="0.8", author="Roger Hoover", author_email="roger.hoover@gmail.com", description="SMPP 3.4 client built on Twisted / Python3",