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.0.0.tar.gz b/neutron-tempest-plugin-2.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bff0743ff24071b499e31734f7c320db21d6f803 Binary files /dev/null and b/neutron-tempest-plugin-2.0.0.tar.gz differ diff --git a/python-neutron-tempest-plugin.spec b/python-neutron-tempest-plugin.spec index 66e632fe6f5cf8025ee3c1b4067311801e9bef65..d4ccab7aaee7eb808b81b1e666545a253da0626a 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.0.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/8f/7a/b4b3ef5f548173f582a74b84be89d221dda9e1514e9d6846deeb7727a0b8/neutron-tempest-plugin-2.0.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.0.0 sed -i 's/nose/#nose/' requirements.txt %build @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Dec 12 2022 wubijie - 2.0.0-1 +- Update package to version 2.0.0 + * Wed Aug 03 2022 huangtianhua - 1.9.0-2 - Remove python-nose Requires