14
0
forked from pool/python-jsmin

- update to 3.0.1:

* Breaking Change: Removed support for Python 2
  * Removed usage of use_2to3 in setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsmin?expand=0&rev=5
This commit is contained in:
2022-02-08 19:57:21 +00:00
committed by Git OBS Bridge
parent 0b3a791b20
commit c2d9ae1073
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6df99b2cd1c75d9d342e4335b535789b8da9107ec748212706ef7bbe5c2553b
size 12705

3
jsmin-3.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0959a121ef94542e807a674142606f7e90214a2b3d1eb17300244bbb5cc2bfc
size 13925

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 8 19:53:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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

View File

@@ -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