Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:Factory checked in at 2022-05-25 20:34:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-neutronclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-neutronclient.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-neutronclient"

Wed May 25 20:34:23 2022 rev:28 rq:979064 version:7.8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-neutronclient/python-neutronclient.changes    
    2021-12-02 02:23:42.252932052 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-neutronclient.new.2254/python-neutronclient.changes
      2022-05-25 20:34:38.908234863 +0200
@@ -1,0 +2,13 @@
+Tue May 24 20:55:51 UTC 2022 - [email protected]
+
+- update to version 7.8.0
+  - Replace deprecated assertDictContainsSubset
+  - Update master for stable/xena
+  - Fix lower-constraints and neutronclient-functional job
+  - Add support for minimum packet rate rule to the client
+  - Add CURD actions for packet rate limit rule
+  - Add support for 'smart-nic' vnic-type
+  - Update python testing classifier
+  - Add Python3 yoga unit tests
+
+-------------------------------------------------------------------

Old:
----
  python-neutronclient-7.6.0.tar.gz

New:
----
  python-neutronclient-7.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-neutronclient.spec ++++++
--- /var/tmp/diff_new_pack.yQYXnN/_old  2022-05-25 20:34:39.404235555 +0200
+++ /var/tmp/diff_new_pack.yQYXnN/_new  2022-05-25 20:34:39.408235561 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-neutronclient
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,18 @@
 
 
 Name:           python-neutronclient
-Version:        7.6.0
+Version:        7.8.0
 Release:        0
 Summary:        Python API and CLI for OpenStack Neutron
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/python-neutronclient
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-neutronclient/python-neutronclient-7.6.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-neutronclient/python-neutronclient-7.8.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-cliff >= 3.4.0
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-keystoneauth1 >= 3.8.0
 BuildRequires:  python3-keystoneclient >= 3.8.0
-BuildRequires:  python3-mock
 BuildRequires:  python3-netaddr >= 0.7.18
 BuildRequires:  python3-os-client-config >= 1.28.0
 BuildRequires:  python3-osc-lib >= 1.12.0
@@ -97,8 +96,8 @@
 %{py3_build}
 
 # Build HTML docs and man page
-PBR_VERSION=7.6.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=7.6.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=7.8.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=7.8.0 %sphinx_build -b man doc/source doc/build/man
 rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yQYXnN/_old  2022-05-25 20:34:39.440235605 +0200
+++ /var/tmp/diff_new_pack.yQYXnN/_new  2022-05-25 20:34:39.444235611 +0200
@@ -2,7 +2,7 @@
   <service mode="disabled" name="renderspec">
     <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-neutronclient/python-neutronclient.spec.j2</param>
     <param name="output-name">python-neutronclient.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/python-neutronclient/raw/branch/stable/xena/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/python-neutronclient/raw/branch/master/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-neutronclient</param>
   </service>

++++++ python-neutronclient-7.6.0.tar.gz -> python-neutronclient-7.8.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-7.6.0/.zuul.yaml 
new/python-neutronclient-7.8.0/.zuul.yaml
--- old/python-neutronclient-7.6.0/.zuul.yaml   2021-09-03 12:35:59.000000000 
+0200
+++ new/python-neutronclient-7.8.0/.zuul.yaml   2022-02-14 17:16:47.000000000 
+0100
@@ -2,7 +2,7 @@
     templates:
       - openstack-cover-jobs
       - openstack-lower-constraints-jobs
-      - openstack-python3-xena-jobs
+      - openstack-python3-yoga-jobs
       - publish-openstack-docs-pti
       - check-requirements
       - lib-forward-testing-python3
@@ -64,6 +64,7 @@
         Q_ML2_TENANT_NETWORK_TYPE: vxlan
         Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
       devstack_plugins:
+        neutron: https://opendev.org/openstack/neutron
         neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas
 
 - job:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-7.6.0/AUTHORS 
new/python-neutronclient-7.8.0/AUTHORS
--- old/python-neutronclient-7.6.0/AUTHORS      2021-09-03 12:36:33.000000000 
+0200
+++ new/python-neutronclient-7.8.0/AUTHORS      2022-02-14 17:17:23.000000000 
+0100
@@ -83,6 +83,7 @@
 Fei Long Wang <[email protected]>
 Feng Xi Yan <[email protected]>
 Flavio Percoco <[email protected]>
+Frode Nordahl <[email protected]>
 Gal Sagie <[email protected]>
 Gary Kotton <[email protected]>
 Gary Kotton <[email protected]>
@@ -141,6 +142,7 @@
 Koteswara Rao Kelam <[email protected]>
 Kyle Mestery <[email protected]>
 Kyle Mestery <[email protected]>
+LIU Yulong <[email protected]>
 LIU Yulong <[email protected]>
 Lokesh S <[email protected]>
 Lucas H. Xu <[email protected]>
@@ -178,6 +180,7 @@
 Phil Day <[email protected]>
 PhilippeJ <[email protected]>
 Pritesh Kothari <[email protected]>
+Przemyslaw Szczerbik <[email protected]>
 Qin Zhao <[email protected]>
 QunyingRan <[email protected]>
 Rabi Mishra <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-7.6.0/ChangeLog 
new/python-neutronclient-7.8.0/ChangeLog
--- old/python-neutronclient-7.6.0/ChangeLog    2021-09-03 12:36:33.000000000 
+0200
+++ new/python-neutronclient-7.8.0/ChangeLog    2022-02-14 17:17:23.000000000 
+0100
@@ -1,6 +1,22 @@
 CHANGES
 =======
 
+7.8.0
+-----
+
+* Update python testing classifier
+* Add CURD actions for packet rate limit rule
+
+7.7.0
+-----
+
+* Add support for minimum packet rate rule to the client
+* Fix lower-constraints and neutronclient-functional job
+* Add support for 'smart-nic' vnic-type
+* Add Python3 yoga unit tests
+* Update master for stable/xena
+* Replace deprecated assertDictContainsSubset
+
 7.6.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-7.6.0/PKG-INFO 
new/python-neutronclient-7.8.0/PKG-INFO
--- old/python-neutronclient-7.6.0/PKG-INFO     2021-09-03 12:36:33.386690100 
+0200
+++ new/python-neutronclient-7.8.0/PKG-INFO     2022-02-14 17:17:23.922785300 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-neutronclient
-Version: 7.6.0
+Version: 7.8.0
 Summary: CLI and Client Library for OpenStack Networking
 Home-page: https://docs.openstack.org/python-neutronclient/latest/
 Author: OpenStack Networking Project
@@ -59,4 +59,5 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
 Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-7.6.0/lower-constraints.txt 
new/python-neutronclient-7.8.0/lower-constraints.txt
--- old/python-neutronclient-7.6.0/lower-constraints.txt        2021-09-03 
12:35:59.000000000 +0200
+++ new/python-neutronclient-7.8.0/lower-constraints.txt        2022-02-14 
17:16:47.000000000 +0100
@@ -11,7 +11,7 @@
 coverage==4.0
 cryptography==2.7
 debtcollector==1.2.0
-decorator==3.4.0
+decorator==4.1.0
 deprecation==1.0
 docutils==0.11
 dogpile.cache==0.6.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/neutronclient/neutron/v2_0/port.py 
new/python-neutronclient-7.8.0/neutronclient/neutron/v2_0/port.py
--- old/python-neutronclient-7.6.0/neutronclient/neutron/v2_0/port.py   
2021-09-03 12:35:59.000000000 +0200
+++ new/python-neutronclient-7.8.0/neutronclient/neutron/v2_0/port.py   
2022-02-14 17:16:47.000000000 +0100
@@ -245,15 +245,15 @@
         parser.add_argument(
             '--vnic-type',
             metavar='<direct | direct-physical | macvtap '
-                    '| normal | baremetal>',
+                    '| normal | baremetal | smart-nic>',
             choices=['direct', 'direct-physical', 'macvtap',
-                     'normal', 'baremetal'],
+                     'normal', 'baremetal', 'smart-nic'],
             type=utils.convert_to_lowercase,
             help=_('VNIC type for this port.'))
         parser.add_argument(
             '--vnic_type',
             choices=['direct', 'direct-physical', 'macvtap',
-                     'normal', 'baremetal'],
+                     'normal', 'baremetal', 'smart-nic'],
             type=utils.convert_to_lowercase,
             help=argparse.SUPPRESS)
         parser.add_argument(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/neutronclient/tests/unit/test_cli20_port.py 
new/python-neutronclient-7.8.0/neutronclient/tests/unit/test_cli20_port.py
--- old/python-neutronclient-7.6.0/neutronclient/tests/unit/test_cli20_port.py  
2021-09-03 12:35:59.000000000 +0200
+++ new/python-neutronclient-7.8.0/neutronclient/tests/unit/test_cli20_port.py  
2022-02-14 17:16:47.000000000 +0100
@@ -214,6 +214,26 @@
         self._test_create_resource(resource, cmd, name, myid, args,
                                    position_names, position_values)
 
+    def test_create_port_vnic_type_smart_nic(self):
+        # Create port: --vnic_type smart-nic netid.
+        resource = 'port'
+        cmd = port.CreatePort(test_cli20.MyApp(sys.stdout), None)
+        name = 'myname'
+        myid = 'myid'
+        netid = 'netid'
+        args = ['--vnic_type', 'smart-nic', netid]
+        position_names = ['binding:vnic_type', 'network_id']
+        position_values = ['smart-nic', netid]
+        self._test_create_resource(resource, cmd, name, myid, args,
+                                   position_names, position_values)
+
+        # Test dashed options
+        args = ['--vnic-type', 'smart-nic', netid]
+        position_names = ['binding:vnic_type', 'network_id']
+        position_values = ['smart-nic', netid]
+        self._test_create_resource(resource, cmd, name, myid, args,
+                                   position_names, position_values)
+
     def test_create_port_with_binding_profile(self):
         resource = 'port'
         cmd = port.CreatePort(test_cli20.MyApp(sys.stdout), None)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/neutronclient/tests/unit/test_shell.py 
new/python-neutronclient-7.8.0/neutronclient/tests/unit/test_shell.py
--- old/python-neutronclient-7.6.0/neutronclient/tests/unit/test_shell.py       
2021-09-03 12:35:59.000000000 +0200
+++ new/python-neutronclient-7.8.0/neutronclient/tests/unit/test_shell.py       
2022-02-14 17:16:47.000000000 +0100
@@ -357,10 +357,10 @@
         self.useFixture(fixtures.MockPatchObject(openstack_shell,
                                                  'COMMANDS', None))
         openstack_shell.NeutronShell('2.0')
-        self.assertDictContainsSubset(
+        self.assertLessEqual(
             {'net-create': network.CreateNetwork,
              'net-delete': network.DeleteNetwork,
              'net-list': network.ListNetwork,
              'net-show': network.ShowNetwork,
-             'net-update': network.UpdateNetwork},
-            openstack_shell.COMMANDS['2.0'])
+             'net-update': network.UpdateNetwork}.items(),
+            openstack_shell.COMMANDS['2.0'].items())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/neutronclient/v2_0/client.py 
new/python-neutronclient-7.8.0/neutronclient/v2_0/client.py
--- old/python-neutronclient-7.6.0/neutronclient/v2_0/client.py 2021-09-03 
12:35:59.000000000 +0200
+++ new/python-neutronclient-7.8.0/neutronclient/v2_0/client.py 2022-02-14 
17:16:47.000000000 +0100
@@ -619,12 +619,20 @@
     qos_policy_path = "/qos/policies/%s"
     qos_bandwidth_limit_rules_path = "/qos/policies/%s/bandwidth_limit_rules"
     qos_bandwidth_limit_rule_path = "/qos/policies/%s/bandwidth_limit_rules/%s"
+    qos_packet_rate_limit_rules_path = \
+        "/qos/policies/%s/packet_rate_limit_rules"
+    qos_packet_rate_limit_rule_path = \
+        "/qos/policies/%s/packet_rate_limit_rules/%s"
     qos_dscp_marking_rules_path = "/qos/policies/%s/dscp_marking_rules"
     qos_dscp_marking_rule_path = "/qos/policies/%s/dscp_marking_rules/%s"
     qos_minimum_bandwidth_rules_path = \
         "/qos/policies/%s/minimum_bandwidth_rules"
     qos_minimum_bandwidth_rule_path = \
         "/qos/policies/%s/minimum_bandwidth_rules/%s"
+    qos_minimum_packet_rate_rules_path = \
+        "/qos/policies/%s/minimum_packet_rate_rules"
+    qos_minimum_packet_rate_rule_path = \
+        "/qos/policies/%s/minimum_packet_rate_rules/%s"
     qos_rule_types_path = "/qos/rule-types"
     qos_rule_type_path = "/qos/rule-types/%s"
     flavors_path = "/flavors"
@@ -708,7 +716,9 @@
                      'qos_policies': 'qos_policy',
                      'policies': 'policy',
                      'bandwidth_limit_rules': 'bandwidth_limit_rule',
+                     'packet_rate_limit_rules': 'packet_rate_limit_rule',
                      'minimum_bandwidth_rules': 'minimum_bandwidth_rule',
+                     'minimum_packet_rate_rules': 'minimum_packet_rate_rule',
                      'rules': 'rule',
                      'dscp_marking_rules': 'dscp_marking_rule',
                      'rule_types': 'rule_type',
@@ -1972,6 +1982,35 @@
         return self.post(self.qos_minimum_bandwidth_rules_path % policy,
                          body=body)
 
+    def list_packet_rate_limit_rules(self, policy_id, retrieve_all=True,
+                                     **_params):
+        """Fetches a list of all packet rate limit rules for the given policy
+
+        """
+        return self.list('packet_rate_limit_rules',
+                         self.qos_packet_rate_limit_rules_path %
+                         policy_id, retrieve_all, **_params)
+
+    def show_packet_rate_limit_rule(self, rule, policy, body=None):
+        """Fetches information of a certain packet rate limit rule."""
+        return self.get(self.qos_packet_rate_limit_rule_path %
+                        (policy, rule), body=body)
+
+    def create_packet_rate_limit_rule(self, policy, body=None):
+        """Creates a new packet rate limit rule."""
+        return self.post(self.qos_packet_rate_limit_rules_path % policy,
+                         body=body)
+
+    def update_packet_rate_limit_rule(self, rule, policy, body=None):
+        """Updates a packet rate limit rule."""
+        return self.put(self.qos_packet_rate_limit_rule_path %
+                        (policy, rule), body=body)
+
+    def delete_packet_rate_limit_rule(self, rule, policy):
+        """Deletes a packet rate limit rule."""
+        return self.delete(self.qos_packet_rate_limit_rule_path %
+                           (policy, rule))
+
     def update_minimum_bandwidth_rule(self, rule, policy, body=None):
         """Updates a minimum bandwidth rule."""
         return self.put(self.qos_minimum_bandwidth_rule_path %
@@ -1982,6 +2021,35 @@
         return self.delete(self.qos_minimum_bandwidth_rule_path %
                            (policy, rule))
 
+    def list_minimum_packet_rate_rules(self, policy_id, retrieve_all=True,
+                                       **_params):
+        """Fetches a list of all minimum packet rate rules for the given policy
+
+        """
+        return self.list('minimum_packet_rate_rules',
+                         self.qos_minimum_packet_rate_rules_path %
+                         policy_id, retrieve_all, **_params)
+
+    def show_minimum_packet_rate_rule(self, rule, policy, body=None):
+        """Fetches information of a certain minimum packet rate rule."""
+        return self.get(self.qos_minimum_packet_rate_rule_path %
+                        (policy, rule), body=body)
+
+    def create_minimum_packet_rate_rule(self, policy, body=None):
+        """Creates a new minimum packet rate rule."""
+        return self.post(self.qos_minimum_packet_rate_rules_path % policy,
+                         body=body)
+
+    def update_minimum_packet_rate_rule(self, rule, policy, body=None):
+        """Updates a minimum packet rate rule."""
+        return self.put(self.qos_minimum_packet_rate_rule_path %
+                        (policy, rule), body=body)
+
+    def delete_minimum_packet_rate_rule(self, rule, policy):
+        """Deletes a minimum packet rate rule."""
+        return self.delete(self.qos_minimum_packet_rate_rule_path %
+                           (policy, rule))
+
     def create_flavor(self, body=None):
         """Creates a new Neutron service flavor."""
         return self.post(self.flavors_path, body=body)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/python_neutronclient.egg-info/PKG-INFO 
new/python-neutronclient-7.8.0/python_neutronclient.egg-info/PKG-INFO
--- old/python-neutronclient-7.6.0/python_neutronclient.egg-info/PKG-INFO       
2021-09-03 12:36:33.000000000 +0200
+++ new/python-neutronclient-7.8.0/python_neutronclient.egg-info/PKG-INFO       
2022-02-14 17:17:23.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-neutronclient
-Version: 7.6.0
+Version: 7.8.0
 Summary: CLI and Client Library for OpenStack Networking
 Home-page: https://docs.openstack.org/python-neutronclient/latest/
 Author: OpenStack Networking Project
@@ -59,4 +59,5 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
 Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/python_neutronclient.egg-info/SOURCES.txt 
new/python-neutronclient-7.8.0/python_neutronclient.egg-info/SOURCES.txt
--- old/python-neutronclient-7.6.0/python_neutronclient.egg-info/SOURCES.txt    
2021-09-03 12:36:33.000000000 +0200
+++ new/python-neutronclient-7.8.0/python_neutronclient.egg-info/SOURCES.txt    
2022-02-14 17:17:23.000000000 +0100
@@ -337,9 +337,11 @@
 releasenotes/notes/global_request_id-56856a93b982a6b3.yaml
 releasenotes/notes/keystonev3-7f9ede9c21b30841.yaml
 releasenotes/notes/log-request-id-64bef955b8292c18.yaml
+releasenotes/notes/minimum-packet-rate-34576b8fd98a3034.yaml
 releasenotes/notes/network-ip-availability-ac9a462f42fe9db4.yaml
 releasenotes/notes/neutron-cli-deprecation-398823c87270a296.yaml
 releasenotes/notes/osprofiler-support-9ba539761ae437e9.yaml
+releasenotes/notes/paket_rate_limit-1266a2a30f18727f.yaml
 releasenotes/notes/port-bindings-c3f36bd76ece0a71.yaml
 releasenotes/notes/qos_minimum_bandwidth-dc4adb23c51de30b.yaml
 releasenotes/notes/quota-update-for-LB-b21e7bc9e4a10f3e.yaml
@@ -378,6 +380,7 @@
 releasenotes/source/ussuri.rst
 releasenotes/source/victoria.rst
 releasenotes/source/wallaby.rst
+releasenotes/source/xena.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
 tools/neutron.bash_completion
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/python_neutronclient.egg-info/pbr.json 
new/python-neutronclient-7.8.0/python_neutronclient.egg-info/pbr.json
--- old/python-neutronclient-7.6.0/python_neutronclient.egg-info/pbr.json       
2021-09-03 12:36:33.000000000 +0200
+++ new/python-neutronclient-7.8.0/python_neutronclient.egg-info/pbr.json       
2022-02-14 17:17:23.000000000 +0100
@@ -1 +1 @@
-{"git_version": "983f0ab", "is_release": true}
\ No newline at end of file
+{"git_version": "6ca3341", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/releasenotes/notes/minimum-packet-rate-34576b8fd98a3034.yaml
 
new/python-neutronclient-7.8.0/releasenotes/notes/minimum-packet-rate-34576b8fd98a3034.yaml
--- 
old/python-neutronclient-7.6.0/releasenotes/notes/minimum-packet-rate-34576b8fd98a3034.yaml
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/python-neutronclient-7.8.0/releasenotes/notes/minimum-packet-rate-34576b8fd98a3034.yaml
 2022-02-14 17:16:47.000000000 +0100
@@ -0,0 +1,7 @@
+---
+features:
+  - |
+    Added new client methods for QoS minimum packet rate rule:
+    ``list_minimum_packet_rate_rules``, ``show_minimum_packet_rate_rule``,
+    ``create_minimum_packet_rate_rule``, ``update_minimum_packet_rate_rule``,
+    ``delete_minimum_packet_rate_rule``.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/releasenotes/notes/paket_rate_limit-1266a2a30f18727f.yaml
 
new/python-neutronclient-7.8.0/releasenotes/notes/paket_rate_limit-1266a2a30f18727f.yaml
--- 
old/python-neutronclient-7.6.0/releasenotes/notes/paket_rate_limit-1266a2a30f18727f.yaml
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/python-neutronclient-7.8.0/releasenotes/notes/paket_rate_limit-1266a2a30f18727f.yaml
    2022-02-14 17:16:47.000000000 +0100
@@ -0,0 +1,7 @@
+---
+features:
+  - |
+    Added new client methods for QoS packet rate limit rule:
+    ``list_packet_rate_limit_rules``, ``show_packet_rate_limit_rule``,
+    ``create_packet_rate_limit_rule``, ``update_packet_rate_limit_rule``,
+    ``delete_packet_rate_limit_rule``.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/releasenotes/source/index.rst 
new/python-neutronclient-7.8.0/releasenotes/source/index.rst
--- old/python-neutronclient-7.6.0/releasenotes/source/index.rst        
2021-09-03 12:35:59.000000000 +0200
+++ new/python-neutronclient-7.8.0/releasenotes/source/index.rst        
2022-02-14 17:16:47.000000000 +0100
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   xena
    wallaby
    victoria
    ussuri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-7.6.0/releasenotes/source/xena.rst 
new/python-neutronclient-7.8.0/releasenotes/source/xena.rst
--- old/python-neutronclient-7.6.0/releasenotes/source/xena.rst 1970-01-01 
01:00:00.000000000 +0100
+++ new/python-neutronclient-7.8.0/releasenotes/source/xena.rst 2022-02-14 
17:16:47.000000000 +0100
@@ -0,0 +1,6 @@
+=========================
+Xena Series Release Notes
+=========================
+
+.. release-notes::
+   :branch: stable/xena
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-7.6.0/setup.cfg 
new/python-neutronclient-7.8.0/setup.cfg
--- old/python-neutronclient-7.6.0/setup.cfg    2021-09-03 12:36:33.386690100 
+0200
+++ new/python-neutronclient-7.8.0/setup.cfg    2022-02-14 17:17:23.926785500 
+0100
@@ -21,6 +21,7 @@
        Programming Language :: Python :: 3.6
        Programming Language :: Python :: 3.7
        Programming Language :: Python :: 3.8
+       Programming Language :: Python :: 3.9
 
 [files]
 packages = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-7.6.0/tox.ini 
new/python-neutronclient-7.8.0/tox.ini
--- old/python-neutronclient-7.6.0/tox.ini      2021-09-03 12:35:59.000000000 
+0200
+++ new/python-neutronclient-7.8.0/tox.ini      2022-02-14 17:16:47.000000000 
+0100
@@ -1,5 +1,5 @@
 [tox]
-envlist = py38,pep8
+envlist = py39,pep8
 minversion = 3.18.0
 skipsdist = True
 ignore_basepython_conflict = True

Reply via email to