diff --git a/2_9_5.tar.gz b/2_9_5.tar.gz deleted file mode 100644 index 6966385..0000000 Binary files a/2_9_5.tar.gz and /dev/null differ diff --git a/psycopg2-2.9.6.tar.gz b/psycopg2-2.9.6.tar.gz new file mode 100644 index 0000000..477dd33 Binary files /dev/null and b/psycopg2-2.9.6.tar.gz differ diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 5ed0532..55df665 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -8,12 +8,12 @@ %bcond_with tests %endif Name: python-psycopg2 -Version: 2.9.5 -Release: 2 +Version: 2.9.6 +Release: 1 Summary: PostgreSQL database adapter for the Python programming language License: GPL-3.0-only and LGPL-3.0-only 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 \ 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. %prep -%autosetup -p1 -n psycopg2-%{release_version} +%autosetup -p1 -n psycopg2-%{version} %build @@ -134,6 +134,9 @@ done %doc doc %changelog +* Tue Apr 4 2023 wubijie - 2.9.6-1 +- Update package to version 2.9.6 + * Wed Mar 01 2023 wangxiyuan - 2.9.5-2 - Add python3-psycopg2-binary provide