commit
ef28727eb9
|
@ -37,7 +37,7 @@ class Context(Singleton):
|
||||||
|
|
||||||
# define vars
|
# define vars
|
||||||
self.cpu_last_check = 0
|
self.cpu_last_check = 0
|
||||||
self.version_semver = (1, 8, 1)
|
self.version_semver = (1, 8, 2)
|
||||||
self.version_build = 1
|
self.version_build = 1
|
||||||
self.uuid = None
|
self.uuid = None
|
||||||
self.version = '%s-%s' % ('.'.join(map(str, self.version_semver)), self.version_build)
|
self.version = '%s-%s' % ('.'.join(map(str, self.version_semver)), self.version_build)
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
nginx-amplify-agent (1.8.2-1) stable; urgency=low
|
||||||
|
|
||||||
|
* pyMySQL updated to 1.1.1
|
||||||
|
* requests updated to 2.32.2
|
||||||
|
|
||||||
|
-- Andrei Belov <a.belov@f5.com> Mon, 27 May 2024 18:05:44 +0400
|
||||||
|
|
||||||
nginx-amplify-agent (1.8.1-1) stable; urgency=low
|
nginx-amplify-agent (1.8.1-1) stable; urgency=low
|
||||||
|
|
||||||
* crossplane updated to 0.5.8
|
* crossplane updated to 0.5.8
|
||||||
|
|
|
@ -8,4 +8,4 @@ rstr==3.0.0
|
||||||
psutil==5.8.0
|
psutil==5.8.0
|
||||||
python-daemon==2.2.4
|
python-daemon==2.2.4
|
||||||
ujson==5.4.0
|
ujson==5.4.0
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.1.1
|
||||||
|
|
|
@ -7,6 +7,6 @@ crossplane==0.5.8
|
||||||
rstr==3.0.0
|
rstr==3.0.0
|
||||||
psutil==5.8.0
|
psutil==5.8.0
|
||||||
python-daemon==2.2.4
|
python-daemon==2.2.4
|
||||||
requests==2.31.0
|
requests==2.32.2
|
||||||
ujson==5.4.0
|
ujson==5.4.0
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.1.1
|
||||||
|
|
|
@ -7,6 +7,6 @@ crossplane==0.5.8
|
||||||
rstr==3.0.0
|
rstr==3.0.0
|
||||||
psutil==5.8.0
|
psutil==5.8.0
|
||||||
python-daemon==2.2.4
|
python-daemon==2.2.4
|
||||||
requests==2.31.0
|
requests==2.32.2
|
||||||
ujson==5.4.0
|
ujson==5.4.0
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.1.1
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
netaddr==0.8.0
|
|
||||||
flup==1.0.3
|
|
||||||
crossplane==0.5.8
|
|
||||||
rstr==3.0.0
|
|
||||||
psutil==5.8.0
|
|
||||||
python-daemon==2.2.4
|
|
||||||
ujson==4.3.0
|
|
||||||
PyMySQL==1.0.2
|
|
|
@ -6,4 +6,4 @@ crossplane==0.5.7
|
||||||
rstr==3.0.0
|
rstr==3.0.0
|
||||||
python-daemon==2.2.4
|
python-daemon==2.2.4
|
||||||
ujson==5.4.0
|
ujson==5.4.0
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.1.1
|
||||||
|
|
|
@ -7,6 +7,6 @@ crossplane==0.5.8
|
||||||
rstr==3.0.0
|
rstr==3.0.0
|
||||||
psutil==5.8.0
|
psutil==5.8.0
|
||||||
python-daemon==2.2.4
|
python-daemon==2.2.4
|
||||||
requests==2.31.0
|
requests==2.32.2
|
||||||
ujson==5.4.0
|
ujson==5.4.0
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.1.1
|
||||||
|
|
|
@ -25,13 +25,6 @@ Requires: python3 >= 3.7
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?rhel} == 8
|
|
||||||
Requires: python3 >= 3.6
|
|
||||||
Requires: python3-gevent
|
|
||||||
Requires: python3-requests
|
|
||||||
Requires: python3-netifaces
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?rhel} == 9
|
%if 0%{?rhel} == 9
|
||||||
Requires: python3 >= 3.9
|
Requires: python3 >= 3.9
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
|
@ -164,6 +157,11 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 27 2024 Andrei Belov <a.belov@f5.com> 1.8.2-1
|
||||||
|
- 1.8.2-1
|
||||||
|
- pyMySQL updated to 1.1.1
|
||||||
|
- requests updated to 2.32.2
|
||||||
|
|
||||||
* Fri Sep 23 2022 Andrei Belov <a.belov@f5.com> 1.8.1-1
|
* Fri Sep 23 2022 Andrei Belov <a.belov@f5.com> 1.8.1-1
|
||||||
- 1.8.1-1
|
- 1.8.1-1
|
||||||
- crossplane updated to 0.5.8
|
- crossplane updated to 0.5.8
|
||||||
|
|
|
@ -33,7 +33,7 @@ elif is_deb():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="nginx-amplify-agent",
|
name="nginx-amplify-agent",
|
||||||
version="1.8.1",
|
version="1.8.2",
|
||||||
author="Mike Belov",
|
author="Mike Belov",
|
||||||
author_email="dedm@nginx.com",
|
author_email="dedm@nginx.com",
|
||||||
description="NGINX Amplify Agent",
|
description="NGINX Amplify Agent",
|
||||||
|
|
|
@ -33,7 +33,7 @@ elif is_deb():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="nginx-amplify-agent",
|
name="nginx-amplify-agent",
|
||||||
version="1.8.1",
|
version="1.8.2",
|
||||||
author="Mike Belov",
|
author="Mike Belov",
|
||||||
author_email="dedm@nginx.com",
|
author_email="dedm@nginx.com",
|
||||||
description="NGINX Amplify Agent",
|
description="NGINX Amplify Agent",
|
||||||
|
|
|
@ -33,7 +33,7 @@ elif is_deb():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="nginx-amplify-agent",
|
name="nginx-amplify-agent",
|
||||||
version="1.8.1",
|
version="1.8.2",
|
||||||
author="Mike Belov",
|
author="Mike Belov",
|
||||||
author_email="dedm@nginx.com",
|
author_email="dedm@nginx.com",
|
||||||
description="NGINX Amplify Agent",
|
description="NGINX Amplify Agent",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.8.1-1
|
1.8.2-1
|
||||||
|
|
Loading…
Reference in New Issue