commit python-rjsmin for openSUSE:Factory

2024-01-08 Thread Source-Sync
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-08 23:45:23

Comparing /work/SRC/openSUSE:Factory/python-rjsmin (Old)
 and  /work/SRC/openSUSE:Factory/.python-rjsmin.new.21961 (New)


Package is "python-rjsmin"

Mon Jan  8 23:45:23 2024 rev:12 rq:1137482 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-rjsmin/python-rjsmin.changes  
2024-01-03 12:31:49.626469229 +0100
+++ /work/SRC/openSUSE:Factory/.python-rjsmin.new.21961/python-rjsmin.changes   
2024-01-08 23:45:30.290841107 +0100
@@ -1,0 +2,6 @@
+Mon Jan  8 06:38:41 UTC 2024 - Bernhard Wiedemann 
+
+- Build without devel-instrumentation
+- Get reproducible builds
+
+---



Other differences:
--
++ python-rjsmin.spec ++
--- /var/tmp/diff_new_pack.9R76cg/_old  2024-01-08 23:45:30.850861468 +0100
+++ /var/tmp/diff_new_pack.9R76cg/_new  2024-01-08 23:45:30.850861468 +0100
@@ -47,6 +47,7 @@
 %autosetup -p1 -n %{mod_name}-%{version}
 
 %build
+export CFLAGS="%optflags" # must be defined to build without -ftest-coverage 
instrumentation
 %pyproject_wheel
 
 %install


commit python-rjsmin for openSUSE:Factory

2024-01-03 Thread Source-Sync
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 
+
+- 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)


commit python-rjsmin for openSUSE:Factory

2023-06-21 Thread Source-Sync
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 2023-06-21 22:40:08

Comparing /work/SRC/openSUSE:Factory/python-rjsmin (Old)
 and  /work/SRC/openSUSE:Factory/.python-rjsmin.new.15902 (New)


Package is "python-rjsmin"

Wed Jun 21 22:40:08 2023 rev:10 rq:1094310 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-rjsmin/python-rjsmin.changes  
2022-10-08 01:26:31.850409356 +0200
+++ /work/SRC/openSUSE:Factory/.python-rjsmin.new.15902/python-rjsmin.changes   
2023-06-21 22:41:04.526810361 +0200
@@ -1,0 +2,5 @@
+Wed Jun 21 05:53:48 UTC 2023 - Andreas Schneider 
+
+- Use sle15_python_module_pythons
+
+---



Other differences:
--
++ python-rjsmin.spec ++
--- /var/tmp/diff_new_pack.IqASS2/_old  2023-06-21 22:41:05.026813369 +0200
+++ /var/tmp/diff_new_pack.IqASS2/_new  2023-06-21 22:41:05.030813394 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# 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
@@ -16,7 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
 %define mod_name rjsmin
 %bcond_without python2
 Name:   python-%{mod_name}


commit python-rjsmin for openSUSE:Factory

2022-10-08 Thread Source-Sync
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 2022-10-08 01:26:06

Comparing /work/SRC/openSUSE:Factory/python-rjsmin (Old)
 and  /work/SRC/openSUSE:Factory/.python-rjsmin.new.2275 (New)


Package is "python-rjsmin"

Sat Oct  8 01:26:06 2022 rev:9 rq:1008868 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-rjsmin/python-rjsmin.changes  
2022-04-16 00:14:54.477701873 +0200
+++ /work/SRC/openSUSE:Factory/.python-rjsmin.new.2275/python-rjsmin.changes
2022-10-08 01:26:31.850409356 +0200
@@ -1,0 +2,8 @@
+Fri Oct  7 15:08:45 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to version 1.2.1 
+  *) Add support for Python 3.11
+  *) Removed debug print from setup.py
+  *) Update project boilerplate
+
+---

Old:

  rjsmin-1.2.0.tar.gz

New:

  rjsmin-1.2.1.tar.gz



Other differences:
--
++ python-rjsmin.spec ++
--- /var/tmp/diff_new_pack.sFbOui/_old  2022-10-08 01:26:32.218410200 +0200
+++ /var/tmp/diff_new_pack.sFbOui/_new  2022-10-08 01:26:32.222410208 +0200
@@ -20,7 +20,7 @@
 %define mod_name rjsmin
 %bcond_without python2
 Name:   python-%{mod_name}
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:A JavaScript minifier written in Python
 License:Apache-2.0

++ rjsmin-1.2.0.tar.gz -> rjsmin-1.2.1.tar.gz ++
 4548 lines of diff (skipped)