Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dukpy for openSUSE:Factory 
checked in at 2022-12-14 14:11:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dukpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-dukpy.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dukpy"

Wed Dec 14 14:11:12 2022 rev:7 rq:1042819 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dukpy/python-dukpy.changes        
2022-04-30 00:46:05.374980109 +0200
+++ /work/SRC/openSUSE:Factory/.python-dukpy.new.1835/python-dukpy.changes      
2022-12-14 14:11:26.483630005 +0100
@@ -1,0 +2,18 @@
+Wed Dec 14 08:24:37 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com>
+
+ - Remove python_module macro definition
+ - Use %pytest_arch instead of custom command
+ - More specific python_sitelib in %files
+
+-------------------------------------------------------------------
+Tue Dec 13 15:19:29 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com>
+
+- Update to version 0.3.0 
+  * Upgrade to duktape engine 2.7.0
+  * Support for installing nodejs modules where the root distribution 
directory is not named package.
+  * Better error message when a Python function is not found
+  * GitHub Actions based release workflow, wheels are now automatically 
generated for more versions.
+  * Wheels for Apple Silicon (M1) are now provided.
+  * Support for Python 2.7, 3.5 and 3.6 is deprecated. DukPy might still work, 
but it's untested.
+
+-------------------------------------------------------------------

Old:
----
  0.2.3.tar.gz

New:
----
  0.3.0.tar.gz

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

Other differences:
------------------
++++++ python-dukpy.spec ++++++
--- /var/tmp/diff_new_pack.SdcIJ8/_old  2022-12-14 14:11:27.035632844 +0100
+++ /var/tmp/diff_new_pack.SdcIJ8/_new  2022-12-14 14:11:27.039632865 +0100
@@ -16,9 +16,8 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-dukpy
-Version:        0.2.3
+Version:        0.3.0
 Release:        0
 Summary:        JavaScript interpreter for Python
 License:        MIT
@@ -68,7 +67,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%python_expand 
PYTHONPATH="%{buildroot}%{$python_sitearch}:%{buildroot}%{$python_sitearch}/dukpy"
 py.test-%{$python_bin_suffix} -v
+%pytest_arch -v
 
 %post
 %python_install_alternative dukpy
@@ -83,6 +82,7 @@
 %license LICENSE
 %python_alternative %{_bindir}/dukpy-install
 %python_alternative %{_bindir}/dukpy
-%{python_sitearch}/*
+%{python_sitearch}/dukpy
+%{python_sitearch}/dukpy-%{version}*-info
 
 %changelog

++++++ 0.2.3.tar.gz -> 0.3.0.tar.gz ++++++
++++ 136612 lines of diff (skipped)

Reply via email to