!9 升级master工程的python-SQLAlchemy-Utils到0.38.2版本

From: @xigaoxinyan 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-06-07 06:26:17 +00:00 committed by Gitee
commit ba61448dfd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

BIN
0.38.2.tar.gz Normal file

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.38.2
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://github.com/kvesteri/sqlalchemy-utils/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
%description
@ -26,7 +26,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-0.38.2
%build
%py3_build
@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Oct 14 2020 Python_Bot <Python_Bot@openeuler.org>
* 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