Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-nmap for 
openSUSE:Factory checked in at 2024-11-12 19:21:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-nmap (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-nmap.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-nmap"

Tue Nov 12 19:21:34 2024 rev:2 rq:1223441 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-nmap/python-python-nmap.changes    
2024-10-09 22:12:55.874214536 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-nmap.new.2017/python-python-nmap.changes
  2024-11-12 19:22:29.874173576 +0100
@@ -1,0 +2,16 @@
+Mon Nov 11 20:47:56 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.7.1:
+  * Fix build tools
+  * Add black and flake8 for development
+  * Drop support for python2.7
+  * Add timeout parameter and PortScannerTimeout exception
+  * Refactor Readme and changelog files for the Pypi pattern
+    and applying styles to the blocks for better visualization
+  * Change setup.py to use an explicit version of python,
+    since asynchronous tasks are not available for python 2.x
+  * Add clean method to the Makefile
+  * Update Manifest file
+  * Update version and Fix PEP8 on nmap/nmap.py
+
+-------------------------------------------------------------------

Old:
----
  python-nmap-0.6.1.tar.gz

New:
----
  python-nmap-0.7.1.tar.gz

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

Other differences:
------------------
++++++ python-python-nmap.spec ++++++
--- /var/tmp/diff_new_pack.9qV0pW/_old  2024-11-12 19:22:30.306191653 +0100
+++ /var/tmp/diff_new_pack.9qV0pW/_new  2024-11-12 19:22:30.310191821 +0100
@@ -17,14 +17,16 @@
 
 
 Name:           python-python-nmap
-Version:        0.6.1
+Version:        0.7.1
 Release:        0
 Summary:        Python class for using nmap from Python
 License:        GPL-3.0-or-later
 Group:          Development/Languages/Python
 URL:            https://xael.org/pages/python-nmap-en.html
 Source:         
https://files.pythonhosted.org/packages/source/p/python-nmap/python-nmap-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # python-python-nmap depends on an installed nmap binary
@@ -33,7 +35,7 @@
 # In case nmap is not found it raises the following error:
 # "ScannerError: 'nmap program was not found in path."
 # Users should then know how to handle this.
-#Requires:       nmap
+Recommends:     nmap
 BuildArch:      noarch
 %python_subpackages
 
@@ -45,16 +47,16 @@
 sed -i "1,4{/\/usr\/bin\/env/d}" nmap/*.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # No check section since the tests use hardcoded non-local ip numbers.
 
 %files %{python_files}
-%doc CHANGELOG README.txt
+%doc CHANGELOG README.rst
 %{python_sitelib}/nmap
-%{python_sitelib}/python_nmap-%{version}*egg-info
+%{python_sitelib}/python_nmap-%{version}.dist-info
 

++++++ python-nmap-0.6.1.tar.gz -> python-nmap-0.7.1.tar.gz ++++++
++++ 4099 lines of diff (skipped)

Reply via email to