diff --git a/jsmin-2.2.2.tar.gz b/jsmin-2.2.2.tar.gz deleted file mode 100644 index 46987b2..0000000 --- a/jsmin-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6df99b2cd1c75d9d342e4335b535789b8da9107ec748212706ef7bbe5c2553b -size 12705 diff --git a/jsmin-3.0.1.tar.gz b/jsmin-3.0.1.tar.gz new file mode 100644 index 0000000..c0d0fe2 --- /dev/null +++ b/jsmin-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0959a121ef94542e807a674142606f7e90214a2b3d1eb17300244bbb5cc2bfc +size 13925 diff --git a/python-jsmin.changes b/python-jsmin.changes index 99ecd39..d339a68 100644 --- a/python-jsmin.changes +++ b/python-jsmin.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 8 19:53:55 UTC 2022 - Dirk Müller + +- update to 3.0.1: + * Breaking Change: Removed support for Python 2 + * Removed usage of use_2to3 in setup.py + ------------------------------------------------------------------- Tue May 25 07:00:00 UTC 2021 - pgajdos@suse.com diff --git a/python-jsmin.spec b/python-jsmin.spec index f4ae01f..9c758c6 100644 --- a/python-jsmin.spec +++ b/python-jsmin.spec @@ -1,7 +1,7 @@ # # spec file for package python-jsmin # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -16,21 +16,21 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%global skip_python2 1 Name: python-jsmin -Version: 2.2.2 +Version: 3.0.1 Release: 0 -License: MIT Summary: JavaScript minifier -URL: https://github.com/tikitu/jsmin/ +License: MIT Group: Development/Languages/Python +URL: https://github.com/tikitu/jsmin/ Source: https://files.pythonhosted.org/packages/source/j/jsmin/jsmin-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description