diff --git a/os_vif-2.4.0.tar.gz b/os_vif-2.4.0.tar.gz deleted file mode 100644 index 0771f90fa6b6e1e55f12839bea0f0262f1b285f6..0000000000000000000000000000000000000000 Binary files a/os_vif-2.4.0.tar.gz and /dev/null differ diff --git a/os_vif-2.7.1.tar.gz b/os_vif-2.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1d2bd19c1be48cab3e9fc0049fea1a4462161c1e Binary files /dev/null and b/os_vif-2.7.1.tar.gz differ diff --git a/python-os-vif.spec b/python-os-vif.spec index c76ffce8dd8286ab6021325dc0b1ff793918fb51..f01cd094eb2305eb7d91d385179572dfef075f8e 100644 --- a/python-os-vif.spec +++ b/python-os-vif.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-os-vif -Version: 2.4.0 -Release: 2 +Version: 2.7.1 +Release: 1 Summary: A library for plugging and unplugging virtual interfaces in OpenStack. License: Apache-2.0 URL: https://docs.openstack.org/os-vif/latest/ -Source0: https://files.pythonhosted.org/packages/14/2a/dc1cac486333a725c3835b9e8d33ec4ab3bb0ed3e0f49d6354548c8cde1f/os_vif-2.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/bd/0e/f480ce7e05dab1d31c30ab65ecc7b50e8f3950484ca90aa642d664d5b984/os_vif-2.7.1.tar.gz BuildArch: noarch %description A library for plugging and unplugging virtual interfaces in OpenStack. @@ -64,7 +64,7 @@ Provides: python3-os-vif-doc A library for plugging and unplugging virtual interfaces in OpenStack. %prep -%autosetup -n os_vif-2.4.0 +%autosetup -n os_vif-%{version} %build %py3_build @@ -112,11 +112,17 @@ PYTHON=%{__python3} stestr-3 --test-path $OS_TEST_PATH run %{_docdir}/* %changelog +* Wed May 18 2022 OpenStack_SIG - 2.7.1-1 +- Upgrade package python3-os-vif to version 2.7.1 + * Wed Aug 04 2021 OpenStack_SIG - 2.4.0-2 - Remove requires oslo-versiondobject-tests + * Fri Jul 23 2021 OpenStack_SIG - 2.4.0-1 -- Update to 2.4.0 +- Update to 2.4.0 + * Thu Jan 21 2021 zhangy1317 - Add BuildRequires python3-pip + * Wed Jan 06 2021 Python_Bot - Package Spec generated