diff --git a/neutron-lib-2.20.0.tar.gz b/neutron-lib-2.20.0.tar.gz deleted file mode 100644 index 4511796eda7976dd3bf5e617d63ad76caa244ec2..0000000000000000000000000000000000000000 Binary files a/neutron-lib-2.20.0.tar.gz and /dev/null differ diff --git a/neutron-lib-3.4.2.tar.gz b/neutron-lib-3.4.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..693f5586fa49e3bf827ea4b39a143fcb99b6ef03 Binary files /dev/null and b/neutron-lib-3.4.2.tar.gz differ diff --git a/python-neutron-lib.spec b/python-neutron-lib.spec index ad44dc15fb3d110b492b102ba51cfeee5268d12a..0b55e3f0509edf5199b80ffd5d5f1c24ad124377 100644 --- a/python-neutron-lib.spec +++ b/python-neutron-lib.spec @@ -2,13 +2,12 @@ %global with_doc 1 Name: python-neutron-lib -Version: 2.20.0 +Version: 3.4.2 Release: 1 Summary: OpenStack Neutron library License: Apache-2.0 URL: http://launchpad.net/neutron/ Source0: https://tarballs.openstack.org/neutron-lib/neutron-lib-%{version}.tar.gz -Patch0: Remove-the-validation-of-tenant-property.patch BuildArch: noarch BuildRequires: python3-devel @@ -47,30 +46,45 @@ BuildRequires: python3-oslo-service BuildRequires: python3-fixtures BuildRequires: python3-netaddr BuildRequires: python3-setproctitle +# for test +BuildRequires: python3-bandit +BuildRequires: python3-coverage +BuildRequires: python3-ddt +BuildRequires: python3-fixtures +BuildRequires: python3-flake8-import-order +BuildRequires: python3-pylint +BuildRequires: python3-isort +BuildRequires: python3-subunit +BuildRequires: python3-oslotest +BuildRequires: python3-reno +BuildRequires: python3-stestr +BuildRequires: python3-testresources +BuildRequires: python3-testscenarios +BuildRequires: python3-testtools -Requires: python3-pbr -Requires: python3-keystoneauth1 >= 3.4.0 +Requires: python3-pbr >= 4.0.0 +Requires: python3-keystoneauth1 >= 3.14.0 Requires: python3-netaddr >= 0.7.18 Requires: python3-os-ken >= 0.3.0 Requires: python3-os-traits >= 0.9.0 Requires: python3-oslo-concurrency >= 3.26.0 -Requires: python3-oslo-config -Requires: python3-oslo-context >= 2.19.2 -Requires: python3-oslo-db >= 4.37.0 -Requires: python3-oslo-i18n >= 3.15.3 -Requires: python3-oslo-log >= 3.36.0 -Requires: python3-oslo-messaging >= 5.29.0 -Requires: python3-oslo-policy >= 1.30.0 -Requires: python3-oslo-serialization >= 2.18.0 +Requires: python3-oslo-config >= 8.0.0 +Requires: python3-oslo-context >= 2.22.0 +Requires: python3-oslo-db >= 4.44.0 +Requires: python3-oslo-i18n >= 3.20.0 +Requires: python3-oslo-log >= 4.3.0 +Requires: python3-oslo-messaging >= 14.2.0 +Requires: python3-oslo-policy >= 3.6.2 +Requires: python3-oslo-serialization >= 2.25.0 Requires: python3-oslo-service >= 1.24.0 -Requires: python3-oslo-utils >= 3.33.0 +Requires: python3-oslo-utils >= 4.5.0 Requires: python3-oslo-versionedobjects >= 1.31.2 Requires: python3-sqlalchemy >= 1.2.0 -Requires: python3-stevedore +Requires: python3-stevedore >= 1.20.0 Requires: python3-osprofiler >= 1.4.0 Requires: python3-pecan >= 1.0.0 Requires: python3-webob >= 1.7.1 -Requires: python3-setproctitle +Requires: python3-setproctitle >= 1.1.10 %description -n python3-neutron-lib OpenStack Neutron library shared by all Neutron sub-projects. @@ -139,6 +153,9 @@ PYTHON=python3 stestr --test-path $OS_TEST_PATH run %endif %changelog +* Mon Apr 15 2024 Dongxing Wang - 3.4.2-1 +- Upgrade to support Antelope + * Tue Jul 12 2022 huangtianhua - 2.20.0-1 - Upgrade to support Yoga