kubo pushed to vertica-python (el6). "Merge branch 'master' into epel7 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 15:57:24 UTC 2015


>From a8bd10e47d8d8c0e11fe5df80d5b4af3bc2046d3 Mon Sep 17 00:00:00 2001
From: Jakub Jedelsky <jakub.jedelsky at gooddata.com>
Date: Fri, 25 Apr 2014 00:11:08 +0200
Subject: new version update


diff --git a/.gitignore b/.gitignore
index 6e0eccb..79b8da4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /0.2.0.tar.gz
+/0.2.1.tar.gz
diff --git a/sources b/sources
index 94d1f5b..6671a22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da4f73d2d63e6253491977e80726ee85  0.2.0.tar.gz
+487cb907da0d193f47c1538eda6d8e32  0.2.1.tar.gz
diff --git a/vertica-python-0.2.0-version.patch b/vertica-python-0.2.0-version.patch
deleted file mode 100644
index 001ab62..0000000
--- a/vertica-python-0.2.0-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/vertica_python/__init__.py b/vertica_python/__init__.py
-index 487f376..ea24bf3 100644
---- a/vertica_python/__init__.py
-+++ b/vertica_python/__init__.py
-@@ -24,7 +24,7 @@ from vertica_python.errors import TimedOutError, ConnectionError, SSLNotSupporte
- # Main module for this library.
- 
- # The version number of this library.
--version_info = (0, 1, 9)
-+version_info = (0, 2, 0)
- __version__ = '.'.join(map(str, version_info))
- 
- __author__ = 'Uber Technologies, Inc'
diff --git a/vertica-python.spec b/vertica-python.spec
index 2f63cf0..00507eb 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -2,17 +2,16 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           vertica-python
-Version:        0.2.0
-Release:        4%{?dist}
+Version:        0.2.1
+Release:        1%{?dist}
 Summary:        A native Python adapter for the Vertica database
 
 Group:          Development/Languages
 License:        MIT
 URL:            https://github.com/uber/vertica-python
 Source0:        https://github.com/uber/vertica-python/archive/%{version}.tar.gz
-Patch0:         vertica-python-0.2.0-version.patch
 # EPEL 6 patch
-Patch1:         vertica-python-0.2.0-dateutil15.patch
+Patch0:         vertica-python-0.2.0-dateutil15.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -37,10 +36,9 @@ vertica-python is a native Python adapter for the Vertica
 
 %prep
 %setup -q -n vertica-python-%{version}
-%patch0 -p1
 
 %if 0%{?rhel} <= 6
-%patch1 -p1
+%patch0 -p1
 %endif
 
 
@@ -60,6 +58,9 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Thu Apr 24 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.1-1
+- new version update
+
 * Fri Mar 28 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.0-4
 - remove buildrood tag
 - edit dateutil patch for el6
-- 
cgit v0.10.2


>From 84314cb27445de09a5f765448652bf6422a71569 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Sat, 7 Jun 2014 22:35:14 -0500
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


diff --git a/vertica-python.spec b/vertica-python.spec
index 00507eb..63e9731 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -3,7 +3,7 @@
 
 Name:           vertica-python
 Version:        0.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A native Python adapter for the Vertica database
 
 Group:          Development/Languages
@@ -58,6 +58,9 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Thu Apr 24 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.1-1
 - new version update
 
-- 
cgit v0.10.2


>From aaa1bf2408eb00e6ff4270492563b36e2e4a96fb Mon Sep 17 00:00:00 2001
From: Jakub Jedelsky <jakub.jedelsky at gmail.com>
Date: Fri, 13 Jun 2014 16:40:47 +0200
Subject: update to new version


diff --git a/.gitignore b/.gitignore
index 79b8da4..d8db7bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /0.2.0.tar.gz
 /0.2.1.tar.gz
+/0.2.3.tar.gz
diff --git a/sources b/sources
index 6671a22..6d4826a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-487cb907da0d193f47c1538eda6d8e32  0.2.1.tar.gz
+5d9fd10d3b846bad6d2e158f722750c0  0.2.3.tar.gz
diff --git a/vertica-python.spec b/vertica-python.spec
index 00507eb..d867dca 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -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.2.1
+Version:        0.2.3
 Release:        1%{?dist}
 Summary:        A native Python adapter for the Vertica database
 
@@ -16,9 +16,8 @@ Patch0:         vertica-python-0.2.0-dateutil15.patch
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-BuildRequires:  python-pip
 
-%if 0%{?rhel} <= 6
+%if 0%{?rhel} && 0%{?rhel} <= 6
 Requires:       python-dateutil15
 Requires:       python-setuptools
 %else
@@ -37,7 +36,7 @@ vertica-python is a native Python adapter for the Vertica
 %prep
 %setup -q -n vertica-python-%{version}
 
-%if 0%{?rhel} <= 6
+%if 0%{?rhel} && 0%{?rhel} <= 6
 %patch0 -p1
 %endif
 
@@ -58,6 +57,9 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Fri Jun 13 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.3-1
+- update to new version
+
 * Thu Apr 24 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.1-1
 - new version update
 
-- 
cgit v0.10.2


>From f5eeff21428b309752e2f89c5b477b8aa10fa8bc Mon Sep 17 00:00:00 2001
From: Jakub Jedelsky <jakub.jedelsky at gmail.com>
Date: Thu, 16 Oct 2014 16:36:07 +0200
Subject: update to version 0.3.0


diff --git a/.gitignore b/.gitignore
index d8db7bc..c303886 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /0.2.0.tar.gz
 /0.2.1.tar.gz
 /0.2.3.tar.gz
+/v0.3.0.tar.gz
diff --git a/sources b/sources
index 6d4826a..62b017d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d9fd10d3b846bad6d2e158f722750c0  0.2.3.tar.gz
+32fae364820e51e04e6d74f7465a226c  v0.3.0.tar.gz
diff --git a/vertica-python.spec b/vertica-python.spec
index d452cbb..3647a15 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -2,14 +2,14 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           vertica-python
-Version:        0.2.3
+Version:        0.3.0
 Release:        1%{?dist}
 Summary:        A native Python adapter for the Vertica database
 
 Group:          Development/Languages
 License:        MIT
 URL:            https://github.com/uber/vertica-python
-Source0:        https://github.com/uber/vertica-python/archive/%{version}.tar.gz
+Source0:        https://github.com/uber/vertica-python/archive/v%{version}.tar.gz
 # EPEL 6 patch
 Patch0:         vertica-python-0.2.0-dateutil15.patch
 
@@ -57,6 +57,9 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Wed Oct 15 2014 Jakub Jedelsky <jakub.jedelsky at gooddata.com> - 0.3.0-1
+- update to version 0.3.0
+
 * Fri Jun 13 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.2.3-1
 - update to new version
 
-- 
cgit v0.10.2


>From 63e5c1690c8d6ae61e1b6a3ed34c2f3ee696ab1e Mon Sep 17 00:00:00 2001
From: Jakub Jedelsky <jakub.jedelsky at gmail.com>
Date: Thu, 22 Jan 2015 17:20:47 +0100
Subject: update to version 0.3.3


diff --git a/.gitignore b/.gitignore
index c303886..2b2521f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /0.2.1.tar.gz
 /0.2.3.tar.gz
 /v0.3.0.tar.gz
+/0.3.4.tar.gz
diff --git a/sources b/sources
index 62b017d..5adf6c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32fae364820e51e04e6d74f7465a226c  v0.3.0.tar.gz
+0ac26d4f59b5445511403e17baddf923  0.3.4.tar.gz
diff --git a/vertica-python.spec b/vertica-python.spec
index 3647a15..cfc562a 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -2,14 +2,14 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           vertica-python
-Version:        0.3.0
+Version:        0.3.4
 Release:        1%{?dist}
 Summary:        A native Python adapter for the Vertica database
 
 Group:          Development/Languages
 License:        MIT
 URL:            https://github.com/uber/vertica-python
-Source0:        https://github.com/uber/vertica-python/archive/v%{version}.tar.gz
+Source0:        https://github.com/uber/vertica-python/archive/%{version}.tar.gz
 # EPEL 6 patch
 Patch0:         vertica-python-0.2.0-dateutil15.patch
 
@@ -57,6 +57,9 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Wed Jan 21 2015 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.3.4-1
+- update to version 0.3.3
+
 * Wed Oct 15 2014 Jakub Jedelsky <jakub.jedelsky at gooddata.com> - 0.3.0-1
 - update to version 0.3.0
 
-- 
cgit v0.10.2


>From 52499ba8998b65279452d8b29b9ca7d2716fcded Mon Sep 17 00:00:00 2001
From: Jakub Jedelsky <jakub.jedelsky at gmail.com>
Date: Wed, 8 Apr 2015 22:44:25 +0200
Subject: update to version 0.3.5


diff --git a/.gitignore b/.gitignore
index 2b2521f..e73ad21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /0.2.3.tar.gz
 /v0.3.0.tar.gz
 /0.3.4.tar.gz
+/v0.3.5.tar.gz
diff --git a/sources b/sources
index 5adf6c2..96f262c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ac26d4f59b5445511403e17baddf923  0.3.4.tar.gz
+ed69b33840126b005b9e8da9c9784f64  v0.3.5.tar.gz
diff --git a/vertica-python.spec b/vertica-python.spec
index cfc562a..c56be45 100644
--- a/vertica-python.spec
+++ b/vertica-python.spec
@@ -2,14 +2,14 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           vertica-python
-Version:        0.3.4
+Version:        0.3.5
 Release:        1%{?dist}
 Summary:        A native Python adapter for the Vertica database
 
 Group:          Development/Languages
 License:        MIT
 URL:            https://github.com/uber/vertica-python
-Source0:        https://github.com/uber/vertica-python/archive/%{version}.tar.gz
+Source0:        https://github.com/uber/vertica-python/archive/v%{version}.tar.gz
 # EPEL 6 patch
 Patch0:         vertica-python-0.2.0-dateutil15.patch
 
@@ -57,8 +57,11 @@ vertica-python is a native Python adapter for the Vertica
 
 
 %changelog
+* Wed Apr 08 2015 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.3.5-1
+- update to version 0.3.5
+
 * Wed Jan 21 2015 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 0.3.4-1
-- update to version 0.3.3
+- update to version 0.3.4
 
 * Wed Oct 15 2014 Jakub Jedelsky <jakub.jedelsky at gooddata.com> - 0.3.0-1
 - update to version 0.3.0
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/vertica-python.git/commit/?h=el6&id=6e9e57b51d514b8a1914cb07272ad4e9ddd13f17


More information about the scm-commits mailing list