salt: update to 3002.2.
This commit is contained in:
parent
4c28a1fbcc
commit
358fa6499e
|
@ -1,15 +0,0 @@
|
||||||
--- salt/_compat.py
|
|
||||||
+++ salt/_compat.py
|
|
||||||
@@ -162,6 +162,9 @@ class IPv6AddressScoped(ipaddress.IPv6Address):
|
|
||||||
else:
|
|
||||||
self.__scope = None
|
|
||||||
|
|
||||||
+ # For compatibility with python3.9 ipaddress
|
|
||||||
+ self._scope_id = self.__scope
|
|
||||||
+
|
|
||||||
if sys.version_info.major == 2:
|
|
||||||
ipaddress._BaseAddress.__init__(self, address)
|
|
||||||
ipaddress._BaseV6.__init__(self, address)
|
|
||||||
--
|
|
||||||
2.29.0
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'salt'
|
# Template file for 'salt'
|
||||||
pkgname=salt
|
pkgname=salt
|
||||||
version=3002
|
version=3002.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,7 +13,7 @@ license="Apache-2.0"
|
||||||
homepage="http://saltstack.org/"
|
homepage="http://saltstack.org/"
|
||||||
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
|
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
|
||||||
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
|
||||||
checksum=b622c9de9fde571db96bfd659a183bea553dd26e71cac85659387e937221aae6
|
checksum=bd6d29621ce8e099412777cd396af35474aa112bb0999b5da804387d87290075
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/salt/cloud.providers.d/digitalocean.conf
|
/etc/salt/cloud.providers.d/digitalocean.conf
|
||||||
/etc/salt/cloud.providers.d/vsphere.conf
|
/etc/salt/cloud.providers.d/vsphere.conf
|
||||||
|
|
Loading…
Reference in New Issue