Hello community,
here is the log from the commit of package python-mysql-connector-python for
openSUSE:Factory checked in at 2020-06-11 15:01:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mysql-connector-python (Old)
and /work/SRC/openSUSE:Factory/.python-mysql-connector-python.new.3606
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mysql-connector-python"
Thu Jun 11 15:01:11 2020 rev:6 rq:813485 version:8.0.19
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mysql-connector-python/python-mysql-connector-python.changes
2020-03-19 19:53:42.988276448 +0100
+++
/work/SRC/openSUSE:Factory/.python-mysql-connector-python.new.3606/python-mysql-connector-python.changes
2020-06-11 15:01:18.604472507 +0200
@@ -1,0 +2,6 @@
+Thu Jun 11 09:01:23 UTC 2020 - Rolf Krahl <[email protected]>
+
+- Add requirement on python-dnspython and python-protobuf (bsc#1172784)
+- Add remove-require-version-constraint.patch
+
+-------------------------------------------------------------------
New:
----
remove-require-version-constraint.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mysql-connector-python.spec ++++++
--- /var/tmp/diff_new_pack.WiBrLb/_old 2020-06-11 15:01:21.492481267 +0200
+++ /var/tmp/diff_new_pack.WiBrLb/_new 2020-06-11 15:01:21.496481279 +0200
@@ -25,9 +25,12 @@
Group: Development/Languages/Python
URL: http://dev.mysql.com/doc/connector-python/en/index.html
Source:
https://cdn.mysql.com//Downloads/Connector-Python/mysql-connector-python-%{version}.tar.gz
+Patch0: remove-require-version-constraint.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-dnspython
+Requires: python-protobuf
BuildArch: noarch
%python_subpackages
@@ -36,6 +39,7 @@
%prep
%setup -q -n mysql-connector-python-%{version}
+%patch0 -p1
%build
%python_build
++++++ remove-require-version-constraint.patch ++++++
--- mysql-connector-python-8.0.19/setupinfo.py.orig 2019-12-17
13:31:58.000000000 +0100
+++ mysql-connector-python-8.0.19/setupinfo.py 2020-06-11 10:42:54.011938623
+0200
@@ -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", "dnspython"]