diff --git a/psycopg2-2.9.6.tar.gz b/psycopg2-2.9.6.tar.gz deleted file mode 100644 index 477dd33b0988fc81669a0bf617939e84452e3251..0000000000000000000000000000000000000000 Binary files a/psycopg2-2.9.6.tar.gz and /dev/null differ diff --git a/psycopg2-2.9.9.tar.gz b/psycopg2-2.9.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c98f851c4d0ab9b64417aa8a205fa2e19193020d Binary files /dev/null and b/psycopg2-2.9.9.tar.gz differ diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 55df665f52017534acdc3d2ee1e79b268da38fe4..af2ea7cddee8539de5abd05c63d00e5b354d75c5 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -8,12 +8,12 @@ %bcond_with tests %endif Name: python-psycopg2 -Version: 2.9.6 +Version: 2.9.9 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/%{version}.tar.gz#/psycopg2-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/psycopg2/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 \ @@ -134,6 +134,9 @@ done %doc doc %changelog +* Sat Feb 17 2024 xu_ping <707078654@qq.com> - 2.9.9-1 +- Update package to version 2.9.9 + * Tue Apr 4 2023 wubijie - 2.9.6-1 - Update package to version 2.9.6