diff --git a/0.38.2.tar.gz b/0.38.2.tar.gz new file mode 100644 index 0000000..6e39217 Binary files /dev/null and b/0.38.2.tar.gz differ diff --git a/SQLAlchemy-Utils-0.36.8.tar.gz b/SQLAlchemy-Utils-0.36.8.tar.gz deleted file mode 100644 index 10af469..0000000 Binary files a/SQLAlchemy-Utils-0.36.8.tar.gz and /dev/null differ diff --git a/python-sqlalchemy-utils.spec b/python-sqlalchemy-utils.spec index 472d772..64a83f9 100644 --- a/python-sqlalchemy-utils.spec +++ b/python-sqlalchemy-utils.spec @@ -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 +* Mon Jun 06 2022 xigaoxinyan - 0.38.2-1 +- Update to 0.38.2 + +* Wed Oct 14 2020 Python_Bot - 0.36.8-1 - Package Spec generated