forked from pool/python-dukpy
Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fabc25f7f4 | |||
| 4e458b819f | |||
| 5846913c33 | |||
| 3d72bbe346 | |||
| 20315b5fb2 | |||
| b595656263 | |||
| 904f521b20 | |||
| 0bf3186219 | |||
| e736c85028 | |||
| b716861f24 | |||
| 4cfa190130 | |||
| 00d986eb5a | |||
| af8744e881 | |||
| 317492fa0c |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bba7ed1c6be979a25574ca01f1a35d266864f20582bcc358d6a13ce5804ebf47
|
|
||||||
size 1998895
|
|
||||||
3
dukpy-0.5.0.tar.gz
Normal file
3
dukpy-0.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1a518a758109bbefe202d6b5c98ed4d2c84c5b2e9c777ec787343dbb8d6579d
|
||||||
|
size 2103767
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 06:01:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 21 12:23:21 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Avoid the webassets dependency on Leap 16
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 11:15:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.5.0
|
||||||
|
* Upgrade duktape to 50af773
|
||||||
|
* Testing and binary distribution for Python 3.13
|
||||||
|
- Update BuildRequires and Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 26 05:12:11 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
Wed Jun 26 05:12:11 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-dukpy
|
# spec file for package python-dukpy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-dukpy
|
Name: python-dukpy
|
||||||
Version: 0.4.0
|
Version: 0.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JavaScript interpreter for Python
|
Summary: JavaScript interpreter for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -25,16 +25,18 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/amol-/dukpy
|
URL: https://github.com/amol-/dukpy
|
||||||
Source: https://github.com/amol-/dukpy/archive/%{version}.tar.gz#/dukpy-%{version}.tar.gz
|
Source: https://github.com/amol-/dukpy/archive/%{version}.tar.gz#/dukpy-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module mutf8}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module webassets}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-mutf8
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
%if 0%{?suse_version} >= 1699
|
||||||
|
BuildRequires: %{python_module webassets}
|
||||||
Recommends: python-webassets
|
Recommends: python-webassets
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -60,10 +62,10 @@ sed -i 's:import mock:from unittest import mock:' tests/test_evaljs.py
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/dukpy
|
%python_clone -a %{buildroot}%{_bindir}/dukpy
|
||||||
%python_clone -a %{buildroot}%{_bindir}/dukpy-install
|
%python_clone -a %{buildroot}%{_bindir}/dukpy-install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|||||||
Reference in New Issue
Block a user