diff --git a/2_8_6.tar.gz b/2_8_6.tar.gz deleted file mode 100644 index 35256553f69286fd2086df78edca786bedfba854..0000000000000000000000000000000000000000 Binary files a/2_8_6.tar.gz and /dev/null differ diff --git a/psycopg2-2.8.6.tar.gz b/psycopg2-2.8.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..04344dca08534ea0f0b134b37a6df0b317255ba3 Binary files /dev/null and b/psycopg2-2.8.6.tar.gz differ diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 293a6a5b82ea82a3586b537a391cd1a579d9fcbc..51babe1321636669c76340bde24f0ddea896f941 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -9,11 +9,11 @@ %endif Name: python-psycopg2 Version: 2.8.6 -Release: 1 +Release: 2 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://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 \ @@ -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 @@ -128,13 +128,15 @@ done %files -n python3-psycopg2-debug %license LICENSE -%{python3_sitearch}/psycopg2/_psycopg.cpython-3?d*.so %files doc %license LICENSE %doc doc %changelog +* Wed Nov 06 2024 tzing_t - 2.8.6-2 +- Fix build error + * Wed Jul 28 2021 liksh -2.8.6-1 - update to 2.8.6