From 5ec358389ade3bd199592008a859ef3fec3fd0a37f5a158876e1d3333c14fd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 16 Apr 2025 11:45:20 +0000 Subject: [PATCH] - Update to 1.2.4 * Update Benchmarks * Update doc theme * Update project boilerplate - from version 1.2.3 * Add support for Python 3.13 * Update project boilerplate - Drop docs/CHANGES from %doc section, removed upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rjsmin?expand=0&rev=27 --- python-rjsmin.changes | 12 ++++++++++++ python-rjsmin.spec | 8 ++++---- rjsmin-1.2.2.tar.gz | 3 --- rjsmin-1.2.4.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 rjsmin-1.2.2.tar.gz create mode 100644 rjsmin-1.2.4.tar.gz diff --git a/python-rjsmin.changes b/python-rjsmin.changes index 369e90d..01e17e9 100644 --- a/python-rjsmin.changes +++ b/python-rjsmin.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 16 11:05:16 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.2.4 + * Update Benchmarks + * Update doc theme + * Update project boilerplate +- from version 1.2.3 + * Add support for Python 3.13 + * Update project boilerplate +- Drop docs/CHANGES from %doc section, removed upstream + ------------------------------------------------------------------- Mon Jan 8 06:38:41 UTC 2024 - Bernhard Wiedemann diff --git a/python-rjsmin.spec b/python-rjsmin.spec index dcc865d..0340092 100644 --- a/python-rjsmin.spec +++ b/python-rjsmin.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-rjsmin # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define mod_name rjsmin %{?sle15_python_module_pythons} Name: python-%{mod_name} -Version: 1.2.2 +Version: 1.2.4 Release: 0 Summary: A JavaScript minifier written in Python License: Apache-2.0 @@ -59,7 +59,7 @@ rm -rf %{buildroot}%{_datadir}/doc/rjsmin %files %{python_files} %license LICENSE -%doc README.md docs/CHANGES +%doc README.md %{python_sitearch}/rjsmin.py %{python_sitearch}/_rjsmin* %pycache_only %{python_sitearch}/__pycache__/rjsmin* diff --git a/rjsmin-1.2.2.tar.gz b/rjsmin-1.2.2.tar.gz deleted file mode 100644 index 22578d4..0000000 --- a/rjsmin-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65910c8dc93b285cb765194220dae3827dec1e281eb9a6acf373413135747a21 -size 448271 diff --git a/rjsmin-1.2.4.tar.gz b/rjsmin-1.2.4.tar.gz new file mode 100644 index 0000000..3957060 --- /dev/null +++ b/rjsmin-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffcbe04e0dfac39cea8fbbcb41c38b2e07235ce2188bca15e998da1d348a7860 +size 422289