commit python-rcssmin for openSUSE:Factory

2023-12-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rcssmin for openSUSE:Factory 
checked in at 2023-12-09 22:53:34

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


Package is "python-rcssmin"

Sat Dec  9 22:53:34 2023 rev:6 rq:1132142 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-rcssmin/python-rcssmin.changes
2023-06-21 22:41:03.882806485 +0200
+++ /work/SRC/openSUSE:Factory/.python-rcssmin.new.25432/python-rcssmin.changes 
2023-12-09 22:57:19.636587032 +0100
@@ -1,0 +2,7 @@
+Fri Dec  8 16:25:02 UTC 2023 - Dirk Müller 
+
+- update to 1.1.2:
+  * Add support for Python 3.12
+  * Update project boilerplate
+
+---

Old:

  rcssmin-1.1.1.tar.gz

New:

  rcssmin-1.1.2.tar.gz



Other differences:
--
++ python-rcssmin.spec ++
--- /var/tmp/diff_new_pack.9WbxD8/_old  2023-12-09 22:57:20.616622997 +0100
+++ /var/tmp/diff_new_pack.9WbxD8/_new  2023-12-09 22:57:20.620623143 +0100
@@ -21,7 +21,7 @@
 %define mod_name rcssmin
 
 Name:   python-%{mod_name}
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:RCSSmin is a CSS Minifier Written in Python
 License:Apache-2.0

++ rcssmin-1.1.1.tar.gz -> rcssmin-1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rcssmin-1.1.1/PKG-INFO new/rcssmin-1.1.2/PKG-INFO
--- old/rcssmin-1.1.1/PKG-INFO  2022-07-31 22:59:10.391669000 +0200
+++ new/rcssmin-1.1.2/PKG-INFO  2023-10-03 21:22:25.294566000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: rcssmin
-Version: 1.1.1
+Version: 1.1.2
 Summary: CSS Minifier
 Home-page: http://opensource.perlig.de/rcssmin/
 Author: André Malo
@@ -22,6 +22,7 @@
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: Jython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -90,7 +91,7 @@
 Copyright and License
 ~
 
-Copyright 2011 - 2022
+Copyright 2011 - 2023
 André Malo or his licensors, as applicable.
 
 The whole package (except for the files in the bench/ directory) is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rcssmin-1.1.1/README.md new/rcssmin-1.1.2/README.md
--- old/rcssmin-1.1.1/README.md 2022-07-31 17:04:30.0 +0200
+++ new/rcssmin-1.1.2/README.md 2023-10-03 21:06:09.0 +0200
@@ -67,7 +67,7 @@
 
 ## COPYRIGHT AND LICENSE
 
-Copyright 2011 - 2022
+Copyright 2011 - 2023
 André Malo or his licensors, as applicable.
 
 The whole package (except for the files in the bench/ directory)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rcssmin-1.1.1/bench/__init__.py 
new/rcssmin-1.1.2/bench/__init__.py
--- old/rcssmin-1.1.1/bench/__init__.py 2022-07-31 17:04:22.0 +0200
+++ new/rcssmin-1.1.2/bench/__init__.py 2023-10-03 21:06:09.0 +0200
@@ -8,7 +8,7 @@
 
 :Copyright:
 
- Copyright 2011 - 2022
+ Copyright 2011 - 2023
  Andr\xe9 Malo or his licensors, as applicable
 
 :License:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rcssmin-1.1.1/bench/main.py 
new/rcssmin-1.1.2/bench/main.py
--- old/rcssmin-1.1.1/bench/main.py 2022-07-31 16:54:39.0 +0200
+++ new/rcssmin-1.1.2/bench/main.py 2023-10-03 21:06:09.0 +0200
@@ -9,7 +9,7 @@
 
 :Copyright:
 
- Copyright 2011 - 2022
+ Copyright 2011 - 2023
  Andr\xe9 Malo or his licensors, as applicable
 
 :License:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rcssmin-1.1.1/bench/write.py 
new/rcssmin-1.1.2/bench/write.py
--- old/rcssmin-1.1.1/bench/write.py2022-07-31 16:56:13.0 +0200
+++ new/rcssmin-1.1.2/bench/write.py2023-10-03 21:06:09.0 +0200
@@ -9,7 +9,7 @@
 
 :Copyright:
 
- Copyright 2014 - 2022
+ Copyright 2014 - 2023
  Andr\xe9 Malo or his licensors, as applicable
 
 :License:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rcssmin-1.1.1/cext.h new/rcssmin-1.1.2/cext.h
--- old/rcssmin-1.1.1/cext.h2022-07-31 16:51:23.0 +0200
+++ new/rcssmin-1.1.2/cext.h2023-10-03 21:06:09.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006 - 2022
+ * Copyright 2006 - 2023
  * Andr\xe9 Malo 

commit python-rcssmin 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-rcssmin for openSUSE:Factory 
checked in at 2023-06-21 22:40:08

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


Package is "python-rcssmin"

Wed Jun 21 22:40:08 2023 rev:5 rq:1094309 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-rcssmin/python-rcssmin.changes
2022-10-08 01:25:22.930251285 +0200
+++ /work/SRC/openSUSE:Factory/.python-rcssmin.new.15902/python-rcssmin.changes 
2023-06-21 22:41:03.882806485 +0200
@@ -1,0 +2,5 @@
+Wed Jun 21 05:51:14 UTC 2023 - Andreas Schneider 
+
+- Use sle15_python_module_pythons
+
+---



Other differences:
--
++ python-rcssmin.spec ++
--- /var/tmp/diff_new_pack.1iJl9m/_old  2023-06-21 22:41:04.406809638 +0200
+++ /var/tmp/diff_new_pack.1iJl9m/_new  2023-06-21 22:41:04.410809662 +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 rcssmin
 


commit python-rcssmin 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-rcssmin for openSUSE:Factory 
checked in at 2022-10-08 01:25:11

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


Package is "python-rcssmin"

Sat Oct  8 01:25:11 2022 rev:4 rq:1008691 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-rcssmin/python-rcssmin.changes
2022-07-15 13:53:12.467577567 +0200
+++ /work/SRC/openSUSE:Factory/.python-rcssmin.new.2275/python-rcssmin.changes  
2022-10-08 01:25:22.930251285 +0200
@@ -1,0 +2,7 @@
+Fri Oct  7 03:48:11 UTC 2022 - Yogalakshmi Arunachalam 
+
+- Update to version 1.1.1 
+ *) Add support for Python 3.11
+ *) Update project boilerplate
+
+---

Old:

  rcssmin-1.1.0.tar.gz

New:

  rcssmin-1.1.1.tar.gz



Other differences:
--
++ python-rcssmin.spec ++
--- /var/tmp/diff_new_pack.XHOYrN/_old  2022-10-08 01:25:24.046253846 +0200
+++ /var/tmp/diff_new_pack.XHOYrN/_new  2022-10-08 01:25:24.050253855 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-rcssmin
+# spec file
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,12 +21,12 @@
 %define mod_name rcssmin
 
 Name:   python-%{mod_name}
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:RCSSmin is a CSS Minifier Written in Python
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://opensource.perlig.de/rcssmin/
+URL:http://opensource.perlig.de/rcssmin/
 Source: 
https://files.pythonhosted.org/packages/source/r/%{mod_name}/%{mod_name}-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}

++ rcssmin-1.1.0.tar.gz -> rcssmin-1.1.1.tar.gz ++
 1646 lines of diff (skipped)


commit python-rcssmin for openSUSE:Factory

2022-07-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rcssmin for openSUSE:Factory 
checked in at 2022-07-15 13:52:54

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


Package is "python-rcssmin"

Fri Jul 15 13:52:54 2022 rev:3 rq:989359 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-rcssmin/python-rcssmin.changes
2017-11-16 14:02:44.253878666 +0100
+++ /work/SRC/openSUSE:Factory/.python-rcssmin.new.1523/python-rcssmin.changes  
2022-07-15 13:53:12.467577567 +0200
@@ -1,0 +2,21 @@
+Thu Jul 14 19:06:28 UTC 2022 - Jacob Michalskie 
+
+- Update to version 1.1.0
+  + quoted data urls which are not base64 encoded keep their spaces now (#8)
+  + Add x86_64, i686 and aarch64 wheels
+  + Update python support: 2.7, 3.6+
+  + Both python 2 and 3 now accept bytes and text as input. All other types now
+raise a TypeError. Before they possibly have been converted to a string,
+depending on the python version and the implementation. Python 3 also
+accepts bytearray input.
+  + Support for PyPy and Jython is no longer tested. Patches are accepted,
+though.
+  + The python version will only accept the C implementation if the versions
+match exactly. This should prevent using older installed C versions.
+Fixes #11. This issue is now more relevant since #7 is fixed.
+  + Minor adaptions for GCC 8
+  + Docs are no longer installed locally.
+  + Rework the setup and project management system. Add some real tests. Get 
rid
+of epydoc in favor of sphinx. Adapt to latest sphinx version.
+
+---

Old:

  rcssmin-1.0.6.tar.gz

New:

  rcssmin-1.1.0.tar.gz



Other differences:
--
++ python-rcssmin.spec ++
--- /var/tmp/diff_new_pack.NG0n7C/_old  2022-07-15 13:53:13.147577787 +0200
+++ /var/tmp/diff_new_pack.NG0n7C/_new  2022-07-15 13:53:13.167577793 +0200
@@ -21,7 +21,7 @@
 %define mod_name rcssmin
 
 Name:   python-%{mod_name}
-Version:1.0.6
+Version:1.1.0
 Release:0
 Summary:RCSSmin is a CSS Minifier Written in Python
 License:Apache-2.0
@@ -29,6 +29,7 @@
 Url:http://opensource.perlig.de/rcssmin/
 Source: 
https://files.pythonhosted.org/packages/source/r/%{mod_name}/%{mod_name}-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -67,10 +68,11 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE README.rst docs/CHANGES
+%doc README.md docs/CHANGES
+%license LICENSE
 %{python_sitearch}/*
 
 %files -n %{name}-docs
-%doc docs/apidoc/
+%doc docs/_userdoc/
 
 %changelog

++ rcssmin-1.0.6.tar.gz -> rcssmin-1.1.0.tar.gz ++
 18674 lines of diff (skipped)