commit
231723a135
@ -1,6 +1,6 @@
|
|||||||
Name: python-psycopg2
|
Name: python-psycopg2
|
||||||
Version: 2.7.5
|
Version: 2.7.5
|
||||||
Release: 3.1
|
Release: 3.2
|
||||||
Summary: PostgreSQL database adapter for the Python programming language
|
Summary: PostgreSQL database adapter for the Python programming language
|
||||||
License: LGPLv3+ with exceptions
|
License: LGPLv3+ with exceptions
|
||||||
URL: http://www.psycopg.org/psycopg/
|
URL: http://www.psycopg.org/psycopg/
|
||||||
@ -43,7 +43,7 @@ Summary: %{summary}
|
|||||||
|
|
||||||
%package -n python2-psycopg2-tests
|
%package -n python2-psycopg2-tests
|
||||||
Summary: A testsuite for %{summary}
|
Summary: A testsuite for %{summary}
|
||||||
Requires: python2-%srcname = %version-%release
|
Requires: python2-psycopg2 = %version-%release
|
||||||
|
|
||||||
%description -n python2-psycopg2-tests
|
%description -n python2-psycopg2-tests
|
||||||
%desc
|
%desc
|
||||||
@ -71,7 +71,7 @@ Summary: %{summary}
|
|||||||
|
|
||||||
%package -n python3-psycopg2-tests
|
%package -n python3-psycopg2-tests
|
||||||
Summary: A testsuite for %{summary}
|
Summary: A testsuite for %{summary}
|
||||||
Requires: python3-%srcname = %version-%release
|
Requires: python3-psycopg2 = %version-%release
|
||||||
|
|
||||||
%description -n python3-psycopg2-tests
|
%description -n python3-psycopg2-tests
|
||||||
%desc
|
%desc
|
||||||
@ -193,5 +193,8 @@ done
|
|||||||
%doc doc examples/
|
%doc doc examples/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 10 2020 chenli <chenli147@huawei.com> - 2.7.5-3.2
|
||||||
|
- Fix python2-psycopg2-tests install error
|
||||||
|
|
||||||
* Wed Feb 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.7.5-3.1
|
* Wed Feb 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.7.5-3.1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user