Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c467538ee8
!8 Update package to version 1.13.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-25 01:28:25 +00:00
jxy_git
d2cfb9363a Update package to version 1.13.1 2024-02-23 19:15:24 +08:00
openeuler-ci-bot
6837f52853
!7 Add a missing version tag to the changelog.
From: @cherry530 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2024-01-10 01:20:28 +00:00
xu_ping
56deb53be7
Add a missing version tag to the changelog.
Signed-off-by: xu_ping <707078654@qq.com>
2023-12-27 03:01:14 +00:00
openeuler-ci-bot
273d19fe55
!6 Update package to version 1.13.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-03 07:26:16 +00:00
jxy_git
6b4b3ab224 Update package to version 1.13.0 2023-11-02 17:57:18 +08:00
openeuler-ci-bot
9cd9334a3d
!3 Package upgrade
From: @starlet-dx 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-29 07:32:35 +00:00
starlet-dx
1b145523fe Package upgrade 2022-06-29 14:38:29 +08:00
openeuler-ci-bot
c725b8c826
!2 统一spec文件的License名称规范
From: @lauk001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-18 08:36:06 +00:00
lauk
65cc6f4600 License compliance rectification 2022-05-18 10:34:05 +08:00
3 changed files with 18 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-Flask-APScheduler
Version: 1.11.0
Version: 1.13.1
Release: 1
Summary: Adds APScheduler support to Flask
License: Apache 2.0
License: Apache-2.0
URL: https://github.com/viniciuschiele/flask-apscheduler
Source0: https://files.pythonhosted.org/packages/85/cd/7a3c34d970b741a24dbbcda49cd892144b5ddcf24acf2e22803d3870cebd/Flask-APScheduler-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/26/23/956b5ffbd1b473fa96ad4aa7918cfbf4616b58f4c9de8c9fd52c6ccf9141/Flask-APScheduler-1.13.1.tar.gz
BuildArch: noarch
%description
@ -61,11 +61,24 @@ mv %{buildroot}/doclist.lst .
%files -n python3-Flask-APScheduler -f filelist.lst
%dir %{python3_sitelib}/*
%doc /usr/LICENSE
%doc LICENSE
%files help -f doclist.lst
%{_pkgdocdir}
%changelog
* Mon Jun 22 2020 Python_Bot <Python_Bot@openeuler.org>
* Fri Feb 23 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.13.1-1
- Update package to version 1.13.1
Allow install flask 3.0.0
* Thu Nov 02 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.13.0-1
- Update package to version 1.13.0
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 1.12.4-1
- Update to 1.12.4
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 1.11.0-2
- License compliance rectification
* Mon Jun 22 2020 Python_Bot <Python_Bot@openeuler.org> - 1.11.0-1
- Package Spec generated