14
0
forked from pool/python-dukpy

6 Commits

Author SHA256 Message Date
5846913c33 Accepting request 1239277 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dukpy?expand=0&rev=11
2025-01-21 20:11:05 +00:00
3d72bbe346 - Avoid the webassets dependency on Leap 16
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dukpy?expand=0&rev=23
2025-01-21 12:39:16 +00:00
20315b5fb2 Accepting request 1223758 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1223758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dukpy?expand=0&rev=10
2024-11-13 14:28:27 +00:00
b595656263 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dukpy?expand=0&rev=21
2024-11-12 17:07:58 +00:00
904f521b20 Accepting request 1183303 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1183303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dukpy?expand=0&rev=9
2024-06-27 14:01:03 +00:00
3f690f2a89 - Update to version 0.4.0
* fix: prevent crash with unicode emoji
  * Switched to CESU-8 for encoding
- Update test/runtime requirements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dukpy?expand=0&rev=19
2024-06-26 07:02:15 +00:00
2 changed files with 2 additions and 9 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -25,10 +25,8 @@ Group: Development/Languages/Python
URL: https://github.com/amol-/dukpy
Source: https://github.com/amol-/dukpy/archive/%{version}.tar.gz#/dukpy-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
@@ -62,10 +60,10 @@ sed -i 's:import mock:from unittest import mock:' tests/test_evaljs.py
%build
export CFLAGS="%{optflags}"
%pyproject_wheel
%python_build
%install
%pyproject_install
%python_install
%python_clone -a %{buildroot}%{_bindir}/dukpy
%python_clone -a %{buildroot}%{_bindir}/dukpy-install
%python_expand %fdupes %{buildroot}%{$python_sitearch}