diff --git a/neutron-tempest-plugin-1.9.0.tar.gz b/neutron-tempest-plugin-1.9.0.tar.gz deleted file mode 100644 index 122bcf1544690bba90d1b9c22621a1472a93cc86..0000000000000000000000000000000000000000 Binary files a/neutron-tempest-plugin-1.9.0.tar.gz and /dev/null differ diff --git a/neutron-tempest-plugin-2.2.0.tar.gz b/neutron-tempest-plugin-2.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d94bbdd5c0a6172e150bcefc734e57afa4d9c371 Binary files /dev/null and b/neutron-tempest-plugin-2.2.0.tar.gz differ diff --git a/python-neutron-tempest-plugin.spec b/python-neutron-tempest-plugin.spec index 66e632fe6f5cf8025ee3c1b4067311801e9bef65..47071ac6389e1f4541a1259e511cf0625fec8512 100644 --- a/python-neutron-tempest-plugin.spec +++ b/python-neutron-tempest-plugin.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-neutron-tempest-plugin -Version: 1.9.0 -Release: 2 +Version: 2.2.0 +Release: 1 Summary: Tempest plugin for Neutron Project License: Apache-2.0 URL: https://opendev.org/openstack/neutron-tempest-plugin -Source0: https://files.pythonhosted.org/packages/34/55/604055c671e5ec55b5e49770f50afb3a333c17ace7dec67e1c0dbb9d9c71/neutron-tempest-plugin-1.9.0.tar.gz +Source0: https://files.pythonhosted.org/packages/3f/ef/d26b78cf9f132e3929593710e795c2c6b8e2a8fda086581f40242e28465f/neutron-tempest-plugin-2.2.0.tar.gz BuildArch: noarch Requires: python3-ddt @@ -42,7 +42,7 @@ Provides: python3-neutron-tempest-plugin-doc %prep -%autosetup -n neutron-tempest-plugin-1.9.0 +%autosetup -n neutron-tempest-plugin-2.2.0 sed -i 's/nose/#nose/' requirements.txt %build @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Apr 10 2024 wangjing - 2.2.0-1 +- update package of version 2.2.0 + * Wed Aug 03 2022 huangtianhua - 1.9.0-2 - Remove python-nose Requires