From b3ef4f91335e68686ce6677442f3cc4bc5d70773 Mon Sep 17 00:00:00 2001 From: Tom Briden Date: Mon, 15 Mar 2021 07:49:45 +0000 Subject: [PATCH] python-msrplib: version bump to 0.21.0 --- ....2-r1.exheres-0 => python-msrplib-0.21.0.exheres-0} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename packages/dev-python/python-msrplib/{python-msrplib-0.19.2-r1.exheres-0 => python-msrplib-0.21.0.exheres-0} (52%) diff --git a/packages/dev-python/python-msrplib/python-msrplib-0.19.2-r1.exheres-0 b/packages/dev-python/python-msrplib/python-msrplib-0.21.0.exheres-0 similarity index 52% rename from packages/dev-python/python-msrplib/python-msrplib-0.19.2-r1.exheres-0 rename to packages/dev-python/python-msrplib/python-msrplib-0.21.0.exheres-0 index 5a92b63..3c30739 100644 --- a/packages/dev-python/python-msrplib/python-msrplib-0.19.2-r1.exheres-0 +++ b/packages/dev-python/python-msrplib/python-msrplib-0.21.0.exheres-0 @@ -1,8 +1,8 @@ # Copyright 2016 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -require github [ user="AGProjects" tag="release-${PV}" ] -require setup-py [ import=distutils blacklist="3" work="${PN}-release-${PV}" ] +require github [ user="AGProjects" pn="python3-msrplib" tag="${PV}" ] +require setup-py [ import=distutils blacklist="2" multibuild=false ] SUMMARY="Client library for MSRP protocol and its relay extension" HOMEPAGE="http://sipsimpleclient.org" @@ -14,9 +14,9 @@ MYOPTIONS="" DEPENDENCIES=" run: - dev-python/python-application[python_abis:*(-)?] - dev-python/python-eventlib[python_abis:*(-)?] - dev-python/python-gnutls[>=3.0.0][python_abis:*(-)?] + dev-python/python-application[>=3.0.3][python_abis:*(-)?] + dev-python/python-eventlib[>=0.3.0][python_abis:*(-)?] + dev-python/python-gnutls[>=3.1.8][python_abis:*(-)?] net-twisted/Twisted[python_abis:*(-)?] "