File restore-python36.patch of Package python-smmap
diff -rub smmap-5.0.2/PKG-INFO smmap-5.0.2-patched/PKG-INFO
--- smmap-5.0.2/PKG-INFO 2025-01-02 08:14:04.516153600 +0100
+++ smmap-5.0.2-patched/PKG-INFO 2025-07-21 22:47:58.840784588 +0200
@@ -17,6 +17,7 @@
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
@@ -24,7 +25,7 @@
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
-Requires-Python: >=3.7
+Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
@@ -57,7 +58,7 @@
## Prerequisites
-* Python 3.7+
+* Python 3.6+
* OSX, Windows or Linux
The package was tested on all of the previously mentioned configurations.
diff -rub smmap-5.0.2/setup.py smmap-5.0.2-patched/setup.py
--- smmap-5.0.2/setup.py 2025-01-02 08:01:57.000000000 +0100
+++ smmap-5.0.2-patched/setup.py 2025-07-21 22:48:47.888391420 +0200
@@ -26,7 +26,7 @@
license="BSD-3-Clause",
packages=find_packages(),
zip_safe=True,
- python_requires=">=3.7",
+ python_requires=">=3.6",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
@@ -38,6 +38,7 @@
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
diff -rub smmap-5.0.2/smmap.egg-info/PKG-INFO smmap-5.0.2-patched/smmap.egg-info/PKG-INFO
--- smmap-5.0.2/smmap.egg-info/PKG-INFO 2025-01-02 08:14:04.000000000 +0100
+++ smmap-5.0.2-patched/smmap.egg-info/PKG-INFO 2025-07-21 22:49:23.932104943 +0200
@@ -17,6 +17,7 @@
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
@@ -24,7 +25,7 @@
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
-Requires-Python: >=3.7
+Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
@@ -57,7 +58,7 @@
## Prerequisites
-* Python 3.7+
+* Python 3.6+
* OSX, Windows or Linux
The package was tested on all of the previously mentioned configurations.