update to version 0.5.5
Signed-off-by: Jakub Jedelsky <jakub.jedelsky@gmail.com>
This commit is contained in:
parent
91c4937826
commit
4ffeb71511
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@
|
|||
/0.5.0.tar.gz
|
||||
/0.5.1.tar.gz
|
||||
/0.5.4.tar.gz
|
||||
/0.5.5.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
bd01e993c41d02e09ebc4a154b7534eb 0.5.4.tar.gz
|
||||
98810ac9df9518e7ac7629e7cc3d9d57 0.5.5.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Name: vertica-python
|
||||
Version: 0.5.4
|
||||
Version: 0.5.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A native Python adapter for the Vertica database
|
||||
|
||||
|
|
@ -60,6 +60,9 @@ vertica-python is a native Python adapter for the Vertica
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 11 2015 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.5.5-1
|
||||
- update to version 0.5.5
|
||||
|
||||
* Tue Dec 01 2015 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.5.4-1
|
||||
- update to version 0.5.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue