os-vif 3.5.0__tar.gz → 3.6.0__tar.gz

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.

Potentially problematic release.


This version of os-vif might be problematic. Click here for more details.

Files changed (182) hide show
  1. {os_vif-3.5.0 → os_vif-3.6.0}/ChangeLog +11 -0
  2. {os_vif-3.5.0 → os_vif-3.6.0}/PKG-INFO +2 -1
  3. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif.egg-info/PKG-INFO +2 -1
  4. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif.egg-info/SOURCES.txt +1 -0
  5. os_vif-3.6.0/os_vif.egg-info/pbr.json +1 -0
  6. os_vif-3.6.0/releasenotes/source/2024.1.rst +6 -0
  7. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/index.rst +1 -0
  8. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/victoria.rst +1 -1
  9. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/wallaby.rst +1 -1
  10. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/xena.rst +1 -1
  11. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/zed.rst +1 -1
  12. {os_vif-3.5.0 → os_vif-3.6.0}/setup.cfg +1 -0
  13. {os_vif-3.5.0 → os_vif-3.6.0}/tox.ini +0 -5
  14. os_vif-3.5.0/os_vif.egg-info/pbr.json +0 -1
  15. {os_vif-3.5.0 → os_vif-3.6.0}/.coveragerc +0 -0
  16. {os_vif-3.5.0 → os_vif-3.6.0}/.mailmap +0 -0
  17. {os_vif-3.5.0 → os_vif-3.6.0}/.stestr.conf +0 -0
  18. {os_vif-3.5.0 → os_vif-3.6.0}/.zuul.yaml +0 -0
  19. {os_vif-3.5.0 → os_vif-3.6.0}/AUTHORS +0 -0
  20. {os_vif-3.5.0 → os_vif-3.6.0}/CONTRIBUTING.rst +0 -0
  21. {os_vif-3.5.0 → os_vif-3.6.0}/HACKING.rst +0 -0
  22. {os_vif-3.5.0 → os_vif-3.6.0}/LICENSE +0 -0
  23. {os_vif-3.5.0 → os_vif-3.6.0}/README.rst +0 -0
  24. {os_vif-3.5.0 → os_vif-3.6.0}/bindep.txt +0 -0
  25. {os_vif-3.5.0 → os_vif-3.6.0}/doc/requirements.txt +0 -0
  26. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/conf.py +0 -0
  27. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/contributor/contributing.rst +0 -0
  28. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/index.rst +0 -0
  29. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/reference/glossary.rst +0 -0
  30. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/user/host-info.rst +0 -0
  31. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/user/plugins/linux-bridge.rst +0 -0
  32. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/user/plugins/noop.rst +0 -0
  33. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/user/plugins/ovs.rst +0 -0
  34. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/user/usage.rst +0 -0
  35. {os_vif-3.5.0 → os_vif-3.6.0}/doc/source/user/vif-types.rst +0 -0
  36. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/__init__.py +0 -0
  37. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/exception.py +0 -0
  38. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/i18n.py +0 -0
  39. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/internal/__init__.py +0 -0
  40. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/internal/ip/__init__.py +0 -0
  41. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/internal/ip/api.py +0 -0
  42. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/internal/ip/ip_command.py +0 -0
  43. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/internal/ip/linux/__init__.py +0 -0
  44. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/internal/ip/linux/impl_pyroute2.py +0 -0
  45. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/internal/ip/windows/__init__.py +0 -0
  46. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/internal/ip/windows/impl_netifaces.py +0 -0
  47. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/__init__.py +0 -0
  48. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/base.py +0 -0
  49. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/fields.py +0 -0
  50. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/fixed_ip.py +0 -0
  51. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/host_info.py +0 -0
  52. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/instance_info.py +0 -0
  53. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/network.py +0 -0
  54. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/route.py +0 -0
  55. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/subnet.py +0 -0
  56. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/objects/vif.py +0 -0
  57. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/opts.py +0 -0
  58. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/plugin.py +0 -0
  59. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/__init__.py +0 -0
  60. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/functional/__init__.py +0 -0
  61. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/functional/base.py +0 -0
  62. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/__init__.py +0 -0
  63. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/command/__init__.py +0 -0
  64. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/command/ip/__init__.py +0 -0
  65. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/functional/internal/command/ip/test_impl_pyroute2.py +0 -0
  66. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/functional/privsep.py +0 -0
  67. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/__init__.py +0 -0
  68. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/base.py +0 -0
  69. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/__init__.py +0 -0
  70. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/__init__.py +0 -0
  71. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/linux/__init__.py +0 -0
  72. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/linux/test_impl_pyroute2.py +0 -0
  73. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/test_api.py +0 -0
  74. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/windows/__init__.py +0 -0
  75. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/internal/ip/windows/test_impl_netifaces.py +0 -0
  76. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/test_base.py +0 -0
  77. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/test_exception.py +0 -0
  78. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/test_host_info.py +0 -0
  79. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/test_objects.py +0 -0
  80. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/test_os_vif.py +0 -0
  81. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/tests/unit/test_vif.py +0 -0
  82. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/utils.py +0 -0
  83. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif/version.py +0 -0
  84. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif.egg-info/dependency_links.txt +0 -0
  85. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif.egg-info/entry_points.txt +0 -0
  86. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif.egg-info/not-zip-safe +0 -0
  87. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif.egg-info/requires.txt +0 -0
  88. {os_vif-3.5.0 → os_vif-3.6.0}/os_vif.egg-info/top_level.txt +0 -0
  89. {os_vif-3.5.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/Debian.yaml +0 -0
  90. {os_vif-3.5.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/Gentoo.yaml +0 -0
  91. {os_vif-3.5.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/RedHat.yaml +0 -0
  92. {os_vif-3.5.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/Suse.yaml +0 -0
  93. {os_vif-3.5.0 → os_vif-3.6.0}/playbooks/openstack-tox-functional-ovs-with-sudo/pre.yaml +0 -0
  94. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/OVSVif-hybrid-unplug-f37bf57bc8e913de.yaml +0 -0
  95. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/add-abstract-ovsdb-api-8f04df58d4ed5b73.yaml +0 -0
  96. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/add-fast-path-vhostuser-support-fe87e558326909b6.yaml +0 -0
  97. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/add-no-op-plugin-763a6703e7328a24.yaml +0 -0
  98. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/add-ovs-representor-portprofile-5f8290e5a40bf0a4.yaml +0 -0
  99. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/add-ovs-vhostuser-support-2ba8de51c1f3a244.yaml +0 -0
  100. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/add-ovsdb-native-322fffb49c91503d.yaml +0 -0
  101. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/always-plug-vifs-for-ovs-1d033fc49a9c6c4e.yaml +0 -0
  102. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/brctl-removal-a5b0e69b865afa57.yaml +0 -0
  103. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/bug-1892132-812e6d5ce0588ebb.yaml +0 -0
  104. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/contextlib-and-nested-with-statements-2747a9ebb9a5bfd7.yaml +0 -0
  105. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/default-qos-policy-for-ovs-26f8806046a59c82.yaml +0 -0
  106. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/default-to-native-ovsdb-driver-112fb5adf6e19a30.yaml +0 -0
  107. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/deprecate-windows-support-49f5ca1b1a1f4d66.yaml +0 -0
  108. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/do-not-force-mac-ageing-c6e8d750130c5740.yaml +0 -0
  109. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/drop-py36-support-0e9b07073f6ad73f.yaml +0 -0
  110. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/drop-python2-support-7a4bc7d31253c1e5.yaml +0 -0
  111. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/ensure-ovs-bridge-a0c1b51f469c92d0.yaml +0 -0
  112. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/extend-vhostuser-object-fada14a1457d4e56.yaml +0 -0
  113. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/fix-broken-dataplane-on-nova-restart-with-isolate_vif-71617a41741b33e8.yaml +0 -0
  114. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/fix-ovs-plugin-describe-049750609559f1ba.yaml +0 -0
  115. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/fix-stevedore-entrypoints-8002ec7a5166c977.yaml +0 -0
  116. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/fix-vif-openvswitch-fa0d19be9dd668e1.yaml +0 -0
  117. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/generic-datapath-offloads-41cabb6842b41533.yaml +0 -0
  118. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/initial-release-2c71d6bbf55f763b.yaml +0 -0
  119. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/oslo-config-opts-entrypoints-e83f907b686d774a.yaml +0 -0
  120. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/per-port-bridge-c6a50179a0256de3.yaml +0 -0
  121. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/port-profile-info-linux-bridge-4800f5a0b7328615.yaml +0 -0
  122. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/port-profile-info-ovs-63b46a3eafc11de2.yaml +0 -0
  123. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/prevent-lb-reply-arp-6459133bfb056069.yaml +0 -0
  124. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/remove_iptools_implementation-2eb866573a680e61.yaml +0 -0
  125. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/revert-always-plug-port-for-ovs-hybrid-plug-false-dc015985cbc5443b.yaml +0 -0
  126. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/vhost-user-mtu-support-cbc7d02a6665fab1.yaml +0 -0
  127. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/notes/vhost-user-reconnect-fa4cbb731b787f71.yaml +0 -0
  128. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/2023.1.rst +0 -0
  129. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/2023.2.rst +0 -0
  130. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/_static/.placeholder +0 -0
  131. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/_templates/.placeholder +0 -0
  132. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/conf.py +0 -0
  133. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/newton.rst +0 -0
  134. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/ocata.rst +0 -0
  135. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/pike.rst +0 -0
  136. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/queens.rst +0 -0
  137. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/rocky.rst +0 -0
  138. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/stein.rst +0 -0
  139. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/train.rst +0 -0
  140. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/unreleased.rst +0 -0
  141. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/ussuri.rst +0 -0
  142. {os_vif-3.5.0 → os_vif-3.6.0}/releasenotes/source/yoga.rst +0 -0
  143. {os_vif-3.5.0 → os_vif-3.6.0}/requirements.txt +0 -0
  144. {os_vif-3.5.0 → os_vif-3.6.0}/setup.py +0 -0
  145. {os_vif-3.5.0 → os_vif-3.6.0}/test-requirements.txt +0 -0
  146. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/__init__.py +0 -0
  147. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/constants.py +0 -0
  148. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/iptables.py +0 -0
  149. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/linux_bridge.py +0 -0
  150. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/linux_net.py +0 -0
  151. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/privsep.py +0 -0
  152. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/tests/__init__.py +0 -0
  153. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/tests/unit/__init__.py +0 -0
  154. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/tests/unit/test_linux_net.py +0 -0
  155. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_linux_bridge/tests/unit/test_plugin.py +0 -0
  156. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_noop/__init__.py +0 -0
  157. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_noop/noop.py +0 -0
  158. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_noop/tests/__init__.py +0 -0
  159. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_noop/tests/unit/__init__.py +0 -0
  160. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_noop/tests/unit/test_plugin.py +0 -0
  161. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/__init__.py +0 -0
  162. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/constants.py +0 -0
  163. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/exception.py +0 -0
  164. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/linux_net.py +0 -0
  165. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/ovs.py +0 -0
  166. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/__init__.py +0 -0
  167. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/api.py +0 -0
  168. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/impl_idl.py +0 -0
  169. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/impl_vsctl.py +0 -0
  170. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/ovsdb/ovsdb_lib.py +0 -0
  171. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/privsep.py +0 -0
  172. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/__init__.py +0 -0
  173. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/__init__.py +0 -0
  174. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/base.py +0 -0
  175. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/ovsdb/__init__.py +0 -0
  176. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/ovsdb/test_ovsdb_lib.py +0 -0
  177. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/functional/test_plugin.py +0 -0
  178. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/__init__.py +0 -0
  179. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/ovsdb/__init__.py +0 -0
  180. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/ovsdb/test_ovsdb_lib.py +0 -0
  181. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/test_linux_net.py +0 -0
  182. {os_vif-3.5.0 → os_vif-3.6.0}/vif_plug_ovs/tests/unit/test_plugin.py +0 -0
@@ -1,12 +1,23 @@
1
1
  CHANGES
2
2
  =======
3
3
 
4
+ 3.6.0
5
+ -----
6
+
7
+ * reno: Update master for unmaintained/zed
8
+ * Update master for stable/2024.1
9
+ * reno: Update master for unmaintained/xena
10
+ * reno: Update master for unmaintained/wallaby
11
+ * reno: Update master for unmaintained/victoria
12
+
4
13
  3.5.0
5
14
  -----
6
15
 
7
16
  * Drop wrong stacklevel
8
17
  * Fix missing or unnecessary dependencies
9
18
  * reno: Update master for unmaintained/yoga
19
+ * tox: Drop envdir
20
+ * Update python classifier in setup.cfg
10
21
 
11
22
  3.4.0
12
23
  -----
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: os_vif
3
- Version: 3.5.0
3
+ Version: 3.6.0
4
4
  Summary: A library for plugging and unplugging virtual interfaces in OpenStack.
5
5
  Home-page: https://docs.openstack.org/os-vif/latest/
6
6
  Author: OpenStack
@@ -48,5 +48,6 @@ Classifier: Programming Language :: Python :: 3 :: Only
48
48
  Classifier: Programming Language :: Python :: 3.8
49
49
  Classifier: Programming Language :: Python :: 3.9
50
50
  Classifier: Programming Language :: Python :: 3.10
51
+ Classifier: Programming Language :: Python :: 3.11
51
52
  Classifier: Programming Language :: Python :: Implementation :: CPython
52
53
  Requires-Python: >=3.8
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: os-vif
3
- Version: 3.5.0
3
+ Version: 3.6.0
4
4
  Summary: A library for plugging and unplugging virtual interfaces in OpenStack.
5
5
  Home-page: https://docs.openstack.org/os-vif/latest/
6
6
  Author: OpenStack
@@ -48,5 +48,6 @@ Classifier: Programming Language :: Python :: 3 :: Only
48
48
  Classifier: Programming Language :: Python :: 3.8
49
49
  Classifier: Programming Language :: Python :: 3.9
50
50
  Classifier: Programming Language :: Python :: 3.10
51
+ Classifier: Programming Language :: Python :: 3.11
51
52
  Classifier: Programming Language :: Python :: Implementation :: CPython
52
53
  Requires-Python: >=3.8
@@ -122,6 +122,7 @@ releasenotes/notes/vhost-user-mtu-support-cbc7d02a6665fab1.yaml
122
122
  releasenotes/notes/vhost-user-reconnect-fa4cbb731b787f71.yaml
123
123
  releasenotes/source/2023.1.rst
124
124
  releasenotes/source/2023.2.rst
125
+ releasenotes/source/2024.1.rst
125
126
  releasenotes/source/conf.py
126
127
  releasenotes/source/index.rst
127
128
  releasenotes/source/newton.rst
@@ -0,0 +1 @@
1
+ {"git_version": "c65922f", "is_release": true}
@@ -0,0 +1,6 @@
1
+ ===========================
2
+ 2024.1 Series Release Notes
3
+ ===========================
4
+
5
+ .. release-notes::
6
+ :branch: stable/2024.1
@@ -6,6 +6,7 @@ Release Notes
6
6
  :maxdepth: 1
7
7
 
8
8
  unreleased
9
+ 2024.1
9
10
  2023.2
10
11
  2023.1
11
12
  zed
@@ -3,4 +3,4 @@ Victoria Series Release Notes
3
3
  =============================
4
4
 
5
5
  .. release-notes::
6
- :branch: stable/victoria
6
+ :branch: unmaintained/victoria
@@ -3,4 +3,4 @@ Wallaby Series Release Notes
3
3
  ============================
4
4
 
5
5
  .. release-notes::
6
- :branch: stable/wallaby
6
+ :branch: unmaintained/wallaby
@@ -3,4 +3,4 @@ Xena Series Release Notes
3
3
  =========================
4
4
 
5
5
  .. release-notes::
6
- :branch: stable/xena
6
+ :branch: unmaintained/xena
@@ -3,4 +3,4 @@ Zed Series Release Notes
3
3
  ========================
4
4
 
5
5
  .. release-notes::
6
- :branch: stable/zed
6
+ :branch: unmaintained/zed
@@ -18,6 +18,7 @@ classifier =
18
18
  Programming Language :: Python :: 3.8
19
19
  Programming Language :: Python :: 3.9
20
20
  Programming Language :: Python :: 3.10
21
+ Programming Language :: Python :: 3.11
21
22
  Programming Language :: Python :: Implementation :: CPython
22
23
 
23
24
  [files]
@@ -12,7 +12,6 @@ deps =
12
12
  commands = stestr run --exclude-regex ".tests.functional" {posargs}
13
13
 
14
14
  [testenv:functional]
15
- envdir = {toxworkdir}/shared
16
15
  setenv =
17
16
  {[testenv]setenv}
18
17
  commands =
@@ -25,7 +24,6 @@ deps =
25
24
  commands = sphinx-build -W -b html doc/source doc/build/html
26
25
 
27
26
  [testenv:pdf-docs]
28
- envdir = {toxworkdir}/docs
29
27
  deps = {[testenv:docs]deps}
30
28
  allowlist_externals =
31
29
  rm
@@ -36,7 +34,6 @@ commands =
36
34
  make -C doc/build/pdf
37
35
 
38
36
  [testenv:releasenotes]
39
- envdir = {toxworkdir}/docs
40
37
  deps = {[testenv:docs]deps}
41
38
  commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
42
39
 
@@ -47,7 +44,6 @@ deps =
47
44
  -r{toxinidir}/doc/requirements.txt
48
45
 
49
46
  [testenv:cover]
50
- envdir = {toxworkdir}/shared
51
47
  setenv =
52
48
  {[testenv]setenv}
53
49
  PYTHON=coverage run --source os_vif,vif_plug_linux_bridge,vif_plug_ovs,vif_plug_noop --parallel-mode
@@ -59,7 +55,6 @@ commands =
59
55
  coverage report
60
56
 
61
57
  [testenv:pep8]
62
- envdir = {toxworkdir}/shared
63
58
  deps =
64
59
  hacking>=3.0.1,<3.1.0
65
60
  commands = flake8
@@ -1 +0,0 @@
1
- {"git_version": "2f53c93", "is_release": true}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes