Update to version 0.10.0
Signed-off-by: Jakub Jedelsky <jakub.jedelsky@gmail.com>
This commit is contained in:
parent
6fcd979d25
commit
bcb61afbb2
3 changed files with 7 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@
|
|||
/0.7.3.tar.gz
|
||||
/0.7.4.tar.gz
|
||||
/0.8.2.tar.gz
|
||||
/0.10.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (0.8.2.tar.gz) = dc4a633033c425d08c3dcfce036affe232ef210ae22f8a8e8582fd525d8b8e46f9b3c0dc19bef1972710964609f73f92aee2d5feb1c4d06d577796eaafd948ef
|
||||
SHA512 (0.10.0.tar.gz) = b2941f8395e98ddc25d2cc718f1d36ef814a9890e4114ec199f59cee46bcc962362ba93e65ec72bc9da049bb3e6c563d78c859e783d68762164c9701de38623b
|
||||
|
|
|
|||
|
|
@ -1,18 +1,15 @@
|
|||
Name: vertica-python
|
||||
Version: 0.8.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A native Python adapter for the Vertica database
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/uber/vertica-python
|
||||
Source0: https://github.com/uber/vertica-python/archive/%{version}.tar.gz
|
||||
# EPEL 6 patch
|
||||
Patch0: vertica-python-0.7.3-dateutil15.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
|
||||
%global _description\
|
||||
vertica-python is a native Python adapter for the Vertica\
|
||||
(http://www.vertica.com) database.\
|
||||
|
|
@ -37,10 +34,6 @@ Requires: python%{python3_pkgversion}-future
|
|||
%prep
|
||||
%setup -q -n vertica-python-%{version}
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
|
@ -59,6 +52,9 @@ Requires: python%{python3_pkgversion}-future
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2019 Jakub Jedelsky <jakub.jedelsky@gmail.com> - 0.10.0-1
|
||||
- Update to version 0.10.0
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue