Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
b116e5a65f
!14 Upgrade to latest release [python-SQLAlchemy-Utils -> 0.41.1]
From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-19 09:36:57 +00:00
Wangjunqi123
12b585c1c1 update version to 0.41.1 2023-05-19 14:02:13 +08:00
openeuler-ci-bot
f95616051b
!13 Update package to version 0.41.0
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-08 01:42:49 +00:00
wubijie
e7f4703bf6 Update package to version 0.Update package to version 0.41.0 2023-05-04 15:05:08 +08:00
openeuler-ci-bot
489db6f92f
!12 Update package to version 0.40.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-02-21 06:26:11 +00:00
jxy_git
0b7289634e Update package to version 0.40.0 2023-02-20 15:27:31 +08:00
openeuler-ci-bot
3203254ea8
!10 Update to 0.38.3
From: @kylin-qiaojijun 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-16 06:37:44 +00:00
qiaojijun
60a1a318d0 Update to 0.38.3
modify spec file

modify spec file
2022-09-16 14:25:24 +08:00
openeuler-ci-bot
ba61448dfd
!9 升级master工程的python-SQLAlchemy-Utils到0.38.2版本
From: @xigaoxinyan 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-07 06:26:17 +00:00
xigaoxinyan
215d326637 update to 0.38.2 2022-06-07 09:18:38 +08:00
3 changed files with 24 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-SQLAlchemy-Utils
Version: 0.36.8
Version: 0.41.1
Release: 1
Summary: Various utility functions for SQLAlchemy.
License: BSD
URL: https://github.com/kvesteri/sqlalchemy-utils
Source0: https://files.pythonhosted.org/packages/14/68/e5301c4c960c79a32333b8805e52cb69d3d237aa869a773b4157ccb3eb26/SQLAlchemy-Utils-0.36.8.tar.gz
Source0: https://files.pythonhosted.org/packages/a3/e0/6906a8a9b8e9deb82923e02e2c1f750c567d69a34f6e1fe566792494a682/SQLAlchemy-Utils-0.41.1.tar.gz
BuildArch: noarch
%description
@ -13,9 +13,10 @@ Various utility functions and custom data types for SQLAlchemy.
%package -n python3-SQLAlchemy-Utils
Summary: Various utility functions for SQLAlchemy.
Provides: python-SQLAlchemy-Utils
Provides: python-SQLAlchemy-Utils = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-importlib-metadata
%description -n python3-SQLAlchemy-Utils
Various utility functions and custom data types for SQLAlchemy.
@ -26,7 +27,7 @@ Provides: python3-SQLAlchemy-Utils-doc
Various utility functions and custom data types for SQLAlchemy.
%prep
%autosetup -n SQLAlchemy-Utils-0.36.8
%autosetup -n SQLAlchemy-Utils-%{version}
%build
%py3_build
@ -38,6 +39,9 @@ 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
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
@ -66,5 +70,20 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Oct 14 2020 Python_Bot <Python_Bot@openeuler.org>
* Fri May 19 2023 wangjunqi <wangjunqi@kylinos.cn> - 0.41.1-1
- Update package to version 0.41.1
* Thu May 4 2023 wubijie <wubijie@kylinos.cn> - 0.41.0-1
- Update package to version 0.41.0
* Mon Feb 20 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.40.0-1
- Update package to version 0.40.0
* Fri Sep 16 2022 Qiaojijun <qiaojijun@kylinos.cn> - 0.38.3-1
- Update to 0.38.3
* Mon Jun 06 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.38.2-1
- Update to 0.38.2
* Wed Oct 14 2020 Python_Bot <Python_Bot@openeuler.org> - 0.36.8-1
- Package Spec generated