diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-20 06:12:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-20 06:12:20 +0000 |
commit | 5164c7958fe709f235e2522fac8d5de370999458 (patch) | |
tree | a33e74d9eec23cc241c86ea277e8bfaf7de145a0 | |
parent | 8d163af6af0486575ca114214f62fbf2ac7f6f3c (diff) |
automatic import of python-seven-studioopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-seven-studio.spec | 353 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 355 insertions, 0 deletions
@@ -0,0 +1 @@ +/seven_studio-1.5.0.tar.gz diff --git a/python-seven-studio.spec b/python-seven-studio.spec new file mode 100644 index 0000000..fef22a7 --- /dev/null +++ b/python-seven-studio.spec @@ -0,0 +1,353 @@ +%global _empty_manifest_terminate_build 0 +Name: python-seven-studio +Version: 1.5.0 +Release: 1 +Summary: seven studio +License: MIT +URL: http://gitlab.tdtech.gao7.com/python/seven_studio +Source0: https://mirrors.aliyun.com/pypi/web/packages/60/30/e47de327695719d630bbe2fc91d45398e944284a415b53f6c0ef9a73f588/seven_studio-1.5.0.tar.gz +BuildArch: noarch + +Requires: python3-seven-framework +Requires: python3-asq + +%description +<!-- + * @Author: ChenXiaolei + * @Date: 2022-01-18 18:52:26 + * @LastEditTime: 2022-11-22 16:41:30 + * @LastEditors: ChenXiaolei + * @Description: +--> +# seven_studio + +## 天志互联Python公共基础后台管理平台 + +### 1.5.0 更新内容 +* 修改登录过滤器login_filter + +### 1.4.0 更新内容 +* 优化配置文件 +* 修改json_dumps + +### 1.3.2 更新内容 +* 登录问题修改 + +### 1.2.0 更新内容 +* GetUserInfoHandler增加字段返回 + +### 1.1.9 更新内容 +* 基础配置更新 +* 用户登录过期处理 + +### 1.1.8 更新内容 +* 用户登录过期 + +### 1.1.6 更新内容 +* 复制黏贴栏目修复 +* 过滤器、快速添加按钮修复 + +### 1.1.4 更新内容 +* 跨域允许PATCH访问 + +### 1.1.3 更新内容 +* 修复aws S3 bug + +### 1.1.2 更新内容 +* 修复aws S3 bug + +### 1.1.1 更新内容 +* http多支持PUT、DELETE + +### 1.1.0 更新内容 +* redis支持ssl + +### 1.0.15 更新内容 +* 挂载栏目权限问题修复 + +### 1.0.14 更新内容 +* 添加百度云存储 + +### 1.0.13 更新内容 +* 调整用户登录,去掉平台登录错误的提示 + +### 1.0.12 更新内容 +* 添加顶部菜单栏,服务端调整 + +### 1.0.11 更新内容 +* 栏目删除优化 + +### 1.0.10 更新内容 +* 优化行为日志 + +### 1.0.9 更新内容 +* 增加行为日志 + +### 1.0.8 更新内容 +* 增加腾讯云存储 + +### 1.0.6 更新内容 +* 注释格式修改 +* monitor迁移至内容管理平台基础框架 + +### 1.0.5 更新内容 +* 增加oss2上传配置 + +### 1.0.3 更新内容 +* 项目整理 + +### 1.0.2 更新内容 +* 项目整理 + +### 1.0.1 更新内容 +* bug修复 + +### 1.0.0 更新内容 +* 项目创建 + + + +%package -n python3-seven-studio +Summary: seven studio +Provides: python-seven-studio +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-seven-studio +<!-- + * @Author: ChenXiaolei + * @Date: 2022-01-18 18:52:26 + * @LastEditTime: 2022-11-22 16:41:30 + * @LastEditors: ChenXiaolei + * @Description: +--> +# seven_studio + +## 天志互联Python公共基础后台管理平台 + +### 1.5.0 更新内容 +* 修改登录过滤器login_filter + +### 1.4.0 更新内容 +* 优化配置文件 +* 修改json_dumps + +### 1.3.2 更新内容 +* 登录问题修改 + +### 1.2.0 更新内容 +* GetUserInfoHandler增加字段返回 + +### 1.1.9 更新内容 +* 基础配置更新 +* 用户登录过期处理 + +### 1.1.8 更新内容 +* 用户登录过期 + +### 1.1.6 更新内容 +* 复制黏贴栏目修复 +* 过滤器、快速添加按钮修复 + +### 1.1.4 更新内容 +* 跨域允许PATCH访问 + +### 1.1.3 更新内容 +* 修复aws S3 bug + +### 1.1.2 更新内容 +* 修复aws S3 bug + +### 1.1.1 更新内容 +* http多支持PUT、DELETE + +### 1.1.0 更新内容 +* redis支持ssl + +### 1.0.15 更新内容 +* 挂载栏目权限问题修复 + +### 1.0.14 更新内容 +* 添加百度云存储 + +### 1.0.13 更新内容 +* 调整用户登录,去掉平台登录错误的提示 + +### 1.0.12 更新内容 +* 添加顶部菜单栏,服务端调整 + +### 1.0.11 更新内容 +* 栏目删除优化 + +### 1.0.10 更新内容 +* 优化行为日志 + +### 1.0.9 更新内容 +* 增加行为日志 + +### 1.0.8 更新内容 +* 增加腾讯云存储 + +### 1.0.6 更新内容 +* 注释格式修改 +* monitor迁移至内容管理平台基础框架 + +### 1.0.5 更新内容 +* 增加oss2上传配置 + +### 1.0.3 更新内容 +* 项目整理 + +### 1.0.2 更新内容 +* 项目整理 + +### 1.0.1 更新内容 +* bug修复 + +### 1.0.0 更新内容 +* 项目创建 + + + +%package help +Summary: Development documents and examples for seven-studio +Provides: python3-seven-studio-doc +%description help +<!-- + * @Author: ChenXiaolei + * @Date: 2022-01-18 18:52:26 + * @LastEditTime: 2022-11-22 16:41:30 + * @LastEditors: ChenXiaolei + * @Description: +--> +# seven_studio + +## 天志互联Python公共基础后台管理平台 + +### 1.5.0 更新内容 +* 修改登录过滤器login_filter + +### 1.4.0 更新内容 +* 优化配置文件 +* 修改json_dumps + +### 1.3.2 更新内容 +* 登录问题修改 + +### 1.2.0 更新内容 +* GetUserInfoHandler增加字段返回 + +### 1.1.9 更新内容 +* 基础配置更新 +* 用户登录过期处理 + +### 1.1.8 更新内容 +* 用户登录过期 + +### 1.1.6 更新内容 +* 复制黏贴栏目修复 +* 过滤器、快速添加按钮修复 + +### 1.1.4 更新内容 +* 跨域允许PATCH访问 + +### 1.1.3 更新内容 +* 修复aws S3 bug + +### 1.1.2 更新内容 +* 修复aws S3 bug + +### 1.1.1 更新内容 +* http多支持PUT、DELETE + +### 1.1.0 更新内容 +* redis支持ssl + +### 1.0.15 更新内容 +* 挂载栏目权限问题修复 + +### 1.0.14 更新内容 +* 添加百度云存储 + +### 1.0.13 更新内容 +* 调整用户登录,去掉平台登录错误的提示 + +### 1.0.12 更新内容 +* 添加顶部菜单栏,服务端调整 + +### 1.0.11 更新内容 +* 栏目删除优化 + +### 1.0.10 更新内容 +* 优化行为日志 + +### 1.0.9 更新内容 +* 增加行为日志 + +### 1.0.8 更新内容 +* 增加腾讯云存储 + +### 1.0.6 更新内容 +* 注释格式修改 +* monitor迁移至内容管理平台基础框架 + +### 1.0.5 更新内容 +* 增加oss2上传配置 + +### 1.0.3 更新内容 +* 项目整理 + +### 1.0.2 更新内容 +* 项目整理 + +### 1.0.1 更新内容 +* bug修复 + +### 1.0.0 更新内容 +* 项目创建 + + + +%prep +%autosetup -n seven_studio-1.5.0 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-seven-studio -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1 +- Package Spec generated @@ -0,0 +1 @@ +769ac9589636805e3a6dba4e0889d3c2 seven_studio-1.5.0.tar.gz |