diff --git a/Cython-3.0.10.tar.gz b/Cython-3.0.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9860e7c1ec6e79cd962f3cc5ca798429c14a381c Binary files /dev/null and b/Cython-3.0.10.tar.gz differ diff --git a/Cython-3.0.8.tar.gz b/Cython-3.0.8.tar.gz deleted file mode 100644 index 56815eb6fdcaf32206757108f588df1256ddeabb..0000000000000000000000000000000000000000 Binary files a/Cython-3.0.8.tar.gz and /dev/null differ diff --git a/Cython.spec b/Cython.spec index 0a075063a84327efb8037c1122630dcd2f765da6..f81184c81b98cc312fa0781578537ee55cc9edd3 100644 --- a/Cython.spec +++ b/Cython.spec @@ -2,12 +2,12 @@ %bcond_with test Name: Cython -Version: 3.0.8 +Version: 3.0.10 Release: 1 Summary: Language for writing C extensions for Python License: Apache 2.0 URL: https://cython.org/ -Source0: https://files.pythonhosted.org/packages/source/C/%{name}/%{name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/d5/f7/2fdd9205a2eedee7d9b0abbf15944a1151eb943001dbdc5233b1d1cfc34e/Cython-3.0.10.tar.gz BuildRequires: gcc BuildRequires: python3-devel @@ -66,6 +66,9 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests %changelog +* Tue Jan 30 2024 xieyanlong - 3.0.10-1 +- Fix some bugs + * Tue Jan 30 2024 xu_ping <707078654@qq.com> - 3.0.8-1 - update version to 3.0.8 diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..f88009fbbd69a15872c7700232989c97cb492546 --- /dev/null +++ b/README.en.md @@ -0,0 +1,36 @@ +# Cython + +#### Description +The Cython compiler for writing C extensions for the Python language. + +#### 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/) diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..61398e38d1c9c3100649a669e8932f11e097eef1 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# Cython + +#### 介绍 +The Cython compiler for writing C extensions for the Python language. + +#### 软件架构 +软件架构说明 + + +#### 安装教程 + +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. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) +3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 +4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 +5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) +6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)