Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5534167e52 | |||
| ac731b1b70 | |||
| a2fdfd3a8d | |||
| 10c766900f | |||
| 1314c12e76 | |||
| 8990fde0d6 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df7123f8a8b9154cf775e1d15df32c76c1d6f9ca83da202e65b6e893c4ccdc3f
|
|
||||||
size 152117
|
|
||||||
3
1.3.3.tar.gz
Normal file
3
1.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c643ab6a0cbb66d515b37fd97d9c1bd59f2a0c70f07c47fa2673a3376689bf9
|
||||||
|
size 259704
|
||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 16 06:12:16 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyroject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 14:57:11 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3.3
|
||||||
|
* Revert the usage of ``lru_cache`` as that isn't being hit as expected,
|
||||||
|
and that the benefits it brings is too negligible to bring back given
|
||||||
|
the extremely limited cache hits.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 13:58:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.3.2:
|
||||||
|
* Ensure building from source tree under Python 3.13 works.
|
||||||
|
* Dropped support for building under Python 2 in source tree. [
|
||||||
|
#44 ]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 10 11:43:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Nov 10 11:43:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-calmjs.parse
|
# spec file for package python-calmjs.parse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 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
|
||||||
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-calmjs.parse
|
Name: python-calmjs.parse
|
||||||
Version: 1.3.1
|
Version: 1.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Various parsers for ECMA standards
|
Summary: Various parsers for ECMA standards
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/calmjs/calmjs.parse
|
URL: https://github.com/calmjs/calmjs.parse
|
||||||
Source: https://github.com/calmjs/calmjs.parse/archive/%{version}.tar.gz
|
Source: https://github.com/calmjs/calmjs.parse/archive/%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module ply >= 3.6}
|
BuildRequires: %{python_module ply >= 3.6}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-ply >= 3.6
|
Requires: python-ply >= 3.6
|
||||||
@@ -42,11 +44,10 @@ ECMAScript; a near feature complete fork of slimit.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
%python_expand PYTHONPATH=build/lib $python -m calmjs.parse.parsers.optimize
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -56,6 +57,7 @@ export LANG=en_US.UTF-8
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst CHANGES.rst
|
%doc README.rst CHANGES.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/calmjs*
|
%{python_sitelib}/calmjs
|
||||||
|
%{python_sitelib}/calmjs[-_]parse-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user