diff --git a/README.en.md b/README.en.md index f885627cd243d4a76039c3370c652122898b8b9a..49c2716ceb2138bd001abd8ba624091e014b2e95 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,3 @@ # python-neutronclient -#### Description -Cli and client library for openstack networking - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +OpenStack services are exclusively released in the openEuler LTS version. Please refer to other Multi-Version branches for the Spec source code. \ No newline at end of file diff --git a/README.md b/README.md index 12062e5f3e4b619b23dd499ed412d37a2171864c..d5971cd9122c15ec3120e1975e5243118b7ab672 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,3 @@ # python-neutronclient -#### 介绍 -Cli and client library for openstack networking - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +openstack服务只在openEuler LTS版本发布,Spec源码请参考其他Multi-Version分支。 \ No newline at end of file diff --git a/python-neutronclient-7.8.0.tar.gz b/python-neutronclient-7.8.0.tar.gz deleted file mode 100644 index 7f4fc01c2ead0bc951cb26463c2957f780d5fd4d..0000000000000000000000000000000000000000 Binary files a/python-neutronclient-7.8.0.tar.gz and /dev/null differ diff --git a/python-neutronclient.spec b/python-neutronclient.spec deleted file mode 100644 index fb2d96afb23e1a9321ee91bf9c7e9a844e0fc3b2..0000000000000000000000000000000000000000 --- a/python-neutronclient.spec +++ /dev/null @@ -1,116 +0,0 @@ -%global _empty_manifest_terminate_build 0 -%global with_doc 1 - -Name: python-neutronclient -Version: 7.8.0 -Release: 1 -Summary: Python API and CLI for OpenStack Neutron - -License: Apache-2.0 -URL: http://launchpad.net/python-neutronclient/ -Source0: https://files.pythonhosted.org/packages/source/p/python-neutronclient/python-neutronclient-%{version}.tar.gz -BuildArch: noarch -%description -Client library and command line utility for interacting with OpenStack Neutron's API - -%package -n python3-neutronclient -Summary: Python API and CLI for OpenStack Neutron -%{?python_provide:%python_provide python3-neutronclient} - -BuildRequires: git -BuildRequires: openstack-macros -BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-osc-lib -BuildRequires: python3-oslotest -BuildRequires: python3-testtools -BuildRequires: python3-testrepository -BuildRequires: python3-testscenarios -BuildRequires: python3-keystoneauth1 -BuildRequires: python3-keystoneclient -BuildRequires: python3-os-client-config -BuildRequires: python3-oslo-log -BuildRequires: python3-oslo-serialization -BuildRequires: python3-oslo-utils -BuildRequires: python3-cliff - -Requires: python3-iso8601 -Requires: python3-os-client-config -Requires: python3-oslo-i18n -Requires: python3-oslo-log -Requires: python3-oslo-serialization -Requires: python3-oslo-utils -Requires: python3-pbr -Requires: python3-requests -Requires: python3-debtcollector -Requires: python3-osc-lib -Requires: python3-keystoneauth1 -Requires: python3-keystoneclient -Requires: python3-cliff -Requires: python3-netaddr -Requires: python3-simplejson - -%description -n python3-neutronclient -Client library and command line utility for interacting with OpenStack Neutron's API - -%if 0%{?with_doc} -%package doc -Summary: Documentation for OpenStack Neutron API Client - -BuildRequires: python3-sphinx -BuildRequires: python3-openstackdocstheme -BuildRequires: python3-reno - -%description doc -Client library and command line utility for interacting with OpenStack Neutron's API -%endif - -%prep -%autosetup -n python-neutronclient-%{version} -%py_req_cleanup - -%build -%{py3_build} - -%if 0%{?with_doc} -export PYTHONPATH=. -sphinx-build -b html doc/source doc/build/html -rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo -%endif - -%install -%{py3_install} - -ln -s neutron %{buildroot}%{_bindir}/neutron-3 - -%check -%{__python3} setup.py testr || true - -%files -n python3-neutronclient -%doc README.rst -%license LICENSE -%{python3_sitelib}/neutronclient -%{python3_sitelib}/*.egg-info -%{_bindir}/neutron -%{_bindir}/neutron-3 - -%if 0%{?with_doc} -%files doc -%doc doc/build/html -%license LICENSE -%endif - -%changelog -* Wed Jul 20 2022 huangtianhua 7.8.0-1 -- Init package with 7.8.0 to support Yoga - -* Fri Aug 13 2021 wangxiyuan - 7.3.0-2 -- Remove tests package - -* Thu Jul 15 2021 huangtianhua - 7.3.0-1 -- Upgrade to 7.3.0 to support OpenStack-W - -* Thu Jan 12 2021 Python_Bot -- Package Spec generated