!22 Update package to version 2.9.6
From: @wubijie123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
751ade7bca
BIN
2_9_5.tar.gz
BIN
2_9_5.tar.gz
Binary file not shown.
BIN
psycopg2-2.9.6.tar.gz
Normal file
BIN
psycopg2-2.9.6.tar.gz
Normal file
Binary file not shown.
@ -8,12 +8,12 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%endif
|
%endif
|
||||||
Name: python-psycopg2
|
Name: python-psycopg2
|
||||||
Version: 2.9.5
|
Version: 2.9.6
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: PostgreSQL database adapter for the Python programming language
|
Summary: PostgreSQL database adapter for the Python programming language
|
||||||
License: GPL-3.0-only and LGPL-3.0-only
|
License: GPL-3.0-only and LGPL-3.0-only
|
||||||
URL: http://www.psycopg.org/psycopg/
|
URL: http://www.psycopg.org/psycopg/
|
||||||
Source0: https://github.com/psycopg/psycopg2/archive/%{release_version}.tar.gz
|
Source0: https://github.com/psycopg/psycopg2/archive/%{version}.tar.gz#/psycopg2-%{version}.tar.gz
|
||||||
|
|
||||||
%global desc Psycopg is the most popular PostgreSQL adapter for the Python \
|
%global desc Psycopg is the most popular PostgreSQL adapter for the Python \
|
||||||
programming language. Its core is a complete implementation of the Python DB \
|
programming language. Its core is a complete implementation of the Python DB \
|
||||||
@ -73,7 +73,7 @@ Documentation and example files for the psycopg python PostgreSQL
|
|||||||
database adapter.
|
database adapter.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n psycopg2-%{release_version}
|
%autosetup -p1 -n psycopg2-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -134,6 +134,9 @@ done
|
|||||||
%doc doc
|
%doc doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 4 2023 wubijie <wubijie@kylinos.cn> - 2.9.6-1
|
||||||
|
- Update package to version 2.9.6
|
||||||
|
|
||||||
* Wed Mar 01 2023 wangxiyuan <wangxiyuan1007@gmail.com> - 2.9.5-2
|
* Wed Mar 01 2023 wangxiyuan <wangxiyuan1007@gmail.com> - 2.9.5-2
|
||||||
- Add python3-psycopg2-binary provide
|
- Add python3-psycopg2-binary provide
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user