Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rjsmin for openSUSE:Factory 
checked in at 2024-01-03 12:31:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rjsmin (Old)
 and      /work/SRC/openSUSE:Factory/.python-rjsmin.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rjsmin"

Wed Jan  3 12:31:05 2024 rev:11 rq:1136303 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rjsmin/python-rjsmin.changes      
2023-06-21 22:41:04.526810361 +0200
+++ /work/SRC/openSUSE:Factory/.python-rjsmin.new.28375/python-rjsmin.changes   
2024-01-03 12:31:49.626469229 +0100
@@ -1,0 +2,9 @@
+Tue Jan  2 21:59:41 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.2.2:
+  * Add musllinux wheels
+  * Add support for Python 3.12
+  * Update project boilerplate
+- drop reproducible.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  reproducible.patch
  rjsmin-1.2.1.tar.gz

New:
----
  rjsmin-1.2.2.tar.gz

BETA DEBUG BEGIN:
  Old:  * Update project boilerplate
- drop reproducible.patch (upstream)
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-rjsmin.spec ++++++
--- /var/tmp/diff_new_pack.WGgtjh/_old  2024-01-03 12:31:50.166488978 +0100
+++ /var/tmp/diff_new_pack.WGgtjh/_new  2024-01-03 12:31:50.166488978 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,23 @@
 #
 
 
-%{?sle15_python_module_pythons}
 %define mod_name rjsmin
-%bcond_without python2
+%{?sle15_python_module_pythons}
 Name:           python-%{mod_name}
-Version:        1.2.1
+Version:        1.2.2
 Release:        0
 Summary:        A JavaScript minifier written in Python
 License:        Apache-2.0
 URL:            http://opensource.perlig.de/rjsmin/
 Source:         
https://github.com/ndparker/rjsmin/archive/refs/tags/%{version}.tar.gz#/rjsmin-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE -- build without profiling
-Patch0:         reproducible.patch
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Obsoletes:      %{name}-doc
-%if %{with python2}
-BuildRequires:  python-mock
-%endif
 %python_subpackages
 
 %description
@@ -48,14 +44,13 @@
 at runtime (rather than during a preprocessing step).
 
 %prep
-%setup -q -n %{mod_name}-%{version}
-%autopatch -p1
+%autosetup -p1 -n %{mod_name}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 rm -rf %{buildroot}%{_datadir}/doc/rjsmin
 
 %check
@@ -64,5 +59,8 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md docs/CHANGES
-%{python_sitearch}/*
+%{python_sitearch}/rjsmin.py
+%{python_sitearch}/_rjsmin*
+%pycache_only %{python_sitearch}/__pycache__/rjsmin*
+%{python_sitearch}/rjsmin-%{version}.dist-info
 

++++++ rjsmin-1.2.1.tar.gz -> rjsmin-1.2.2.tar.gz ++++++
++++ 2971 lines of diff (skipped)

Reply via email to