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 <hel@lcp.world> + +- 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)