Hello community,

here is the log from the commit of package python-mysql-connector-python for 
openSUSE:Leap:15.2 checked in at 2020-06-14 04:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mysql-connector-python (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-mysql-connector-python.new.3606 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mysql-connector-python"

Sun Jun 14 04:45:27 2020 rev:17 rq:814138 version:8.0.19

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-mysql-connector-python/python-mysql-connector-python.changes
    2020-03-21 16:48:02.077685152 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-mysql-connector-python.new.3606/python-mysql-connector-python.changes
  2020-06-14 04:45:28.290865530 +0200
@@ -1,0 +2,6 @@
+Thu Jun 11 09:01:23 UTC 2020 - Rolf Krahl <r...@rotkraut.de>
+
+- 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.amJfL8/_old  2020-06-14 04:45:28.974867755 +0200
+++ /var/tmp/diff_new_pack.amJfL8/_new  2020-06-14 04:45:28.978867768 +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"]

Reply via email to