update to 0.38.2

This commit is contained in:
xigaoxinyan 2022-06-06 17:30:13 +08:00
parent 49dc8d26ce
commit 215d326637
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