ifstate 1.8.3__py3-none-any.whl → 1.8.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ifstate
3
- Version: 1.8.3
3
+ Version: 1.8.4
4
4
  Summary: Manage host interface settings in a declarative manner
5
5
  Home-page: https://ifstate.net/
6
6
  Author: Thomas Liske
@@ -1,9 +1,9 @@
1
1
  ifstate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  ifstate/ifstate.py,sha256=QXHkvhg4DSthU4V480RbaP4Hp00QMqSPlx2m4-UnD_g,6391
3
3
  ifstate/shell.py,sha256=8rzOu6VoKrsxenXLXnYiCLKoyDPnM1WCoUr-NUh9so8,2129
4
- libifstate/__init__.py,sha256=gOl72LfsH1IAfBnth-QwiTMTm03cAAmaKa8NboS2qDo,23902
4
+ libifstate/__init__.py,sha256=LsIGh4pdVGzyBuEpwZ45gOUG1ekzll0Ah4dmOt68JAw,23902
5
5
  libifstate/exception.py,sha256=x6jupUpOL1YVG_erjmgTqnSQEU8rMHYNcY3d4iERGko,2146
6
- libifstate/log.py,sha256=ue5G6WYHhdLpBdsZz5GU_44Z0SIE2uU2MKavj4Xz_wY,3327
6
+ libifstate/log.py,sha256=4hh0G5EqvTsmBzFAxC8uBXmdC9Nrze65bJZq77DOZgU,3264
7
7
  libifstate/util.py,sha256=mOgdPnvdQZ6jw4aY7rfvWupNA5jni1KFaa2-VWecA2E,3824
8
8
  libifstate/address/__init__.py,sha256=XRoQy12Byq2VeLkP40V-E2uUO2RZJODAtvxh-vRAuWw,2796
9
9
  libifstate/bpf/__init__.py,sha256=j8tpAuJodoiEu5x7tRN6oinXxInB3ZhdepkXdc1Bk10,6818
@@ -25,9 +25,9 @@ libifstate/tc/__init__.py,sha256=1YWndT6MHtdsZ86O0a9_SmOBEsM7WCz7Bayo4j3wavc,111
25
25
  libifstate/wireguard/__init__.py,sha256=nTA0bNglV8UbheJ4otEuAIZ9J_GFIQMf66MAS-Y4DtQ,5207
26
26
  libifstate/xdp/__init__.py,sha256=pjeNzofe4kQ7ZKNwonvjiu6YpWO2H1M7j91X4zPiVhA,6662
27
27
  schema/ifstate.conf.schema.json,sha256=hkC_HSZwanxdviilVkxq1ja6VvpJiFPqG3Tz41ahSfM,178382
28
- ifstate-1.8.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
29
- ifstate-1.8.3.dist-info/METADATA,sha256=WrTqSQYHLMKM3QFhBQSdZQeSQqnHb38jJCxdfWeMjU4,1359
30
- ifstate-1.8.3.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
31
- ifstate-1.8.3.dist-info/entry_points.txt,sha256=HF6jX7Uu_nF1Ly-J9uEPeiRapOxnM6LuHsb2y6Mt-k4,52
32
- ifstate-1.8.3.dist-info/top_level.txt,sha256=A7peI7aKBaM69fsiSPvMbL3rzTKZZr5qDxKC-pHMGdE,19
33
- ifstate-1.8.3.dist-info/RECORD,,
28
+ ifstate-1.8.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
29
+ ifstate-1.8.4.dist-info/METADATA,sha256=sSaV6k8urvdZ7O-BnMfd4DqFL_UQuViqJVyyvKab4Rk,1359
30
+ ifstate-1.8.4.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
31
+ ifstate-1.8.4.dist-info/entry_points.txt,sha256=HF6jX7Uu_nF1Ly-J9uEPeiRapOxnM6LuHsb2y6Mt-k4,52
32
+ ifstate-1.8.4.dist-info/top_level.txt,sha256=A7peI7aKBaM69fsiSPvMbL3rzTKZZr5qDxKC-pHMGdE,19
33
+ ifstate-1.8.4.dist-info/RECORD,,
libifstate/__init__.py CHANGED
@@ -43,7 +43,7 @@ import json
43
43
  import errno
44
44
  import logging
45
45
 
46
- __version__ = "1.8.3"
46
+ __version__ = "1.8.4"
47
47
 
48
48
 
49
49
  class IfState():
libifstate/log.py CHANGED
@@ -7,12 +7,7 @@ import sys
7
7
  logger = logging.getLogger('ifstate')
8
8
  logger.propagate = False
9
9
 
10
- formatter = logging.Formatter('%(bol)s%(prefix)s%(style)s%(message)s%(eol)s', defaults={
11
- 'bol': '',
12
- 'eol': '',
13
- 'prefix': '',
14
- })
15
-
10
+ formatter = logging.Formatter('%(bol)s%(prefix)s%(style)s%(message)s%(eol)s')
16
11
 
17
12
  class IfStateLogFilter(logging.Filter):
18
13
  def __init__(self, is_terminal):