]> git.pld-linux.org Git - packages/python-mysql-connector.git/commitdiff
- up to 8.0.20 auto/th/python-mysql-connector-8.0.20-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Apr 2020 19:53:03 +0000 (21:53 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 27 Apr 2020 19:53:03 +0000 (21:53 +0200)
proto.patch [deleted file]
python-mysql-connector.spec

diff --git a/proto.patch b/proto.patch
deleted file mode 100644 (file)
index 9696c54..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---- mysql-connector-python-8.0.19/setupinfo.py~        2019-12-17 13:31:58.000000000 +0100
-+++ mysql-connector-python-8.0.19/setupinfo.py 2020-01-17 09:13:36.186606351 +0100
-@@ -139,4 +139,4 @@
-     'Topic :: Software Development :: Libraries :: Application Frameworks',
-     'Topic :: Software Development :: Libraries :: Python Modules'
- ]
--install_requires = ["protobuf==3.6.1", "dnspython==1.16.0"]
-+install_requires = ["protobuf>=3.6.1", "dnspython==1.16.0"]
index 4b1f93a429b9e8a483915693b13b7a19d421485c..f6a0dabacad7e779ef6aec277b60acb8d28c06f1 100644 (file)
@@ -12,19 +12,18 @@ Summary(pl.UTF-8):  Protokół kliencki MySQL zaimplementowany w Pythonie
 Name:          python-%{pname}
 # check documentation to see which version is GA (we don't want devel releases)
 # https://dev.mysql.com/downloads/connector/python/
 Name:          python-%{pname}
 # check documentation to see which version is GA (we don't want devel releases)
 # https://dev.mysql.com/downloads/connector/python/
-Version:       8.0.19
-Release:       2
+Version:       8.0.20
+Release:       1
 License:       GPL v2
 Group:         Libraries/Python
 Source0:       http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-%{version}.zip
 License:       GPL v2
 Group:         Libraries/Python
 Source0:       http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-%{version}.zip
-# Source0-md5: 451d6604efa9dcab56d2658e7167898e
+# Source0-md5: 88588b3f96cd4b48a60edc49f423b8db
 Patch0:                32bit.patch
 Patch1:                tests.patch
 Patch2:                build.patch
 Patch0:                32bit.patch
 Patch1:                tests.patch
 Patch2:                build.patch
-Patch3:                proto.patch
 URL:           http://dev.mysql.com/doc/connector-python/en/
 BuildRequires: mysql-devel
 URL:           http://dev.mysql.com/doc/connector-python/en/
 BuildRequires: mysql-devel
-BuildRequires: protobuf-devel
+BuildRequires: protobuf-devel >= 3.0.0
 %if %{with python2}
 BuildRequires: python-devel
 BuildRequires: python-modules
 %if %{with python2}
 BuildRequires: python-devel
 BuildRequires: python-modules
@@ -78,7 +77,6 @@ biblioteki MySQL-a, ani żadna kompilacja.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 export MYSQLXPB_PROTOC=%{_bindir}/protoc
 
 %build
 export MYSQLXPB_PROTOC=%{_bindir}/protoc
This page took 0.053079 seconds and 4 git commands to generate.