Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyMySQL for openSUSE:Factory 
checked in at 2023-05-03 12:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyMySQL (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyMySQL.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyMySQL"

Wed May  3 12:57:49 2023 rev:18 rq:1084213 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyMySQL/python-PyMySQL.changes    
2022-10-14 15:41:57.611860379 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyMySQL.new.1533/python-PyMySQL.changes  
2023-05-03 12:57:52.796044954 +0200
@@ -1,0 +2,8 @@
+Wed May  3 08:35:39 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.0.3:
+  * Dropped support of end of life MySQL version 5.6
+  * Dropped support of end of life MariaDB versions below 10.3
+  * Dropped support of end of life Python version 3.6
+
+-------------------------------------------------------------------

Old:
----
  PyMySQL-1.0.2.tar.gz

New:
----
  PyMySQL-1.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyMySQL.spec ++++++
--- /var/tmp/diff_new_pack.IIfUkU/_old  2023-05-03 12:57:53.340048150 +0200
+++ /var/tmp/diff_new_pack.IIfUkU/_new  2023-05-03 12:57:53.348048197 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyMySQL
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,16 +26,18 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global skip_python2 1
 Name:           python-PyMySQL
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        Pure Python MySQL Driver
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/PyMySQL/PyMySQL/
 Source:         
https://github.com/PyMySQL/PyMySQL/archive/v%{version}.tar.gz#/PyMySQL-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module cryptography}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 %if %{with tests}
 BuildRequires:  mariadb-rpm-macros
 %endif
@@ -62,10 +64,10 @@
 sed -i '1 { /^#!/ d }' pymysql/tests/thirdparty/test_MySQLdb/*.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with tests}
@@ -105,7 +107,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc CHANGELOG.md README.rst
+%doc CHANGELOG.md README.md
 %{python_sitelib}/*
 
 %changelog

++++++ PyMySQL-1.0.2.tar.gz -> PyMySQL-1.0.3.tar.gz ++++++
++++ 2073 lines of diff (skipped)

Reply via email to