Update package to version 0.40.0
This commit is contained in:
parent
3203254ea8
commit
0b7289634e
BIN
0.38.3.tar.gz
BIN
0.38.3.tar.gz
Binary file not shown.
@ -1,19 +1,20 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-SQLAlchemy-Utils
|
||||
Version: 0.38.3
|
||||
Version: 0.40.0
|
||||
Release: 1
|
||||
Summary: Various utility functions for SQLAlchemy.
|
||||
License: BSD
|
||||
URL: https://github.com/kvesteri/sqlalchemy-utils
|
||||
Source0: https://github.com/kvesteri/sqlalchemy-utils/archive/refs/tags/%{version}.tar.gz
|
||||
Source0: https://github.com/kvesteri/sqlalchemy-utils/archive/refs/tags/%{version}.tar.gz#/sqlalchemy-utils-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
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
|
||||
%description -n python3-SQLAlchemy-Utils
|
||||
@ -26,7 +27,7 @@ Provides: python3-SQLAlchemy-Utils-doc
|
||||
Various utility functions and custom data types for SQLAlchemy.
|
||||
|
||||
%prep
|
||||
%autosetup -n sqlalchemy-utils-0.38.3
|
||||
%autosetup -n sqlalchemy-utils-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -66,6 +67,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
BIN
sqlalchemy-utils-0.40.0.tar.gz
Normal file
BIN
sqlalchemy-utils-0.40.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user