forked from pool/python-XStatic-jQuery
- Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-XStatic-jQuery?expand=0&rev=10
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
||||
3
XStatic-jQuery-3.5.1.1.tar.gz
Normal file
3
XStatic-jQuery-3.5.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0ae8f8ec5bbd28045ba4bca06767a38bd5fc27cf9b71f434589f59370dcd323
|
||||
size 310055
|
||||
75
python-XStatic-jQuery.changes
Normal file
75
python-XStatic-jQuery.changes
Normal file
@@ -0,0 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 09:32:45 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 21:49:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to 3.5.1.1:
|
||||
* CSS: Don’t trim whitespace of undefined custom property
|
||||
* Selector: Use jQuery `:has` if `CSS.supports(selector(...))` non-compliant
|
||||
* Upgrade: Bump actions/setup-node from 3.3.0 to 3.4.1
|
||||
* Core: Drop the root parameter of jQuery.fn.init
|
||||
* Tests: Fix the link to QUnit CSS file
|
||||
* Docs: Remove git.io from a GitHub Actions comment
|
||||
* Docs: Update webpack website in README
|
||||
* Tests: Exclude tests based on compilation flags, not API presence
|
||||
* Build: Update GitHub Actions
|
||||
* Build: Add dependabot.yml config (GitHub Actions)
|
||||
* Docs: add link to patchwelcome and help wanted issues
|
||||
* Build: Test on Node 17, update Grunt & `karma-*` packages
|
||||
* Effects: Remove jQuery.fx.interval
|
||||
* Tests: Workaround an XML parsing bug in Firefox
|
||||
* Docs: add link to preview the new CLAs
|
||||
* CSS: Skip falsy values in `addClass( array )`, compress code
|
||||
* Core: Don't rely on splice being present on input
|
||||
* Docs: Fix incorrect `trac-NUMBER` references
|
||||
* Tests: lock colors version to 1.4.0
|
||||
* Docs: remove expired links from old jquery source (#4997)
|
||||
* Docs: Remove links to Web Archive from source
|
||||
* Build: Separate the install step from running tests in GitHub Actions
|
||||
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
|
||||
* CSS: Justify use of rtrim on CSS property values
|
||||
* Build: remove travis.yml and travis mentions from core (#4983)
|
||||
* Tests: Skip ETag AJAX tests on TestSwarm
|
||||
* Tests: Allow statusText to be "success" in AJAX tests
|
||||
* Build: Migrate CI to GitHub Actions
|
||||
* Docs: Update the URL to the latest jQuery build in CONTRIBUTING.md
|
||||
* Attributes: Don't stringify attributes in the setter
|
||||
* Tests: Make Karma browser timeout larger than the QUnit one
|
||||
* Build: Update ESLint & eslint-plugin-import, fixing the build
|
||||
* Docs: Remove the CLA checkbox in the pull request template
|
||||
* Core:Manipulation: Add basic TrustedHTML support
|
||||
* Tests: Don't remove csp.log in the cspClean action of mock.php
|
||||
* Tests: Load the TestSwarm listener via HTTPS
|
||||
* CSS: Trim whitespace surrounding CSS Custom Properties values
|
||||
* Docs: update irc to Libera and fix LAMP dead link
|
||||
* Manipulation: Don't remove HTML comments from scripts
|
||||
* Build: Test on Node.js 16 instead of 15
|
||||
* Tests: Switch background image from online file to local 1x1.jpg
|
||||
* Event: Don't break focus triggering after `.on(focus).off(focus)`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 2 02:01:42 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 3.4.1.0:
|
||||
* No upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 17:04:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 13:01:59 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 1.12.4.1:
|
||||
No changelog provided by upstream
|
||||
- convert to singlespec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 16:07:33 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- Initial package
|
||||
|
||||
56
python-XStatic-jQuery.spec
Normal file
56
python-XStatic-jQuery.spec
Normal file
@@ -0,0 +1,56 @@
|
||||
#
|
||||
# spec file for package python-XStatic-jQuery
|
||||
#
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-XStatic-jQuery
|
||||
Version: 3.5.1.1
|
||||
Release: 0
|
||||
Summary: jQuery repackaged for the XStatic standard
|
||||
License: MIT
|
||||
URL: https://jquery.com/
|
||||
Source: https://files.pythonhosted.org/packages/source/X/XStatic-jQuery/XStatic-jQuery-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
jQuery javascript library packaged for setuptools (easy_install) / pip.
|
||||
There are otherwise no changes.
|
||||
|
||||
You can find more info about the xstatic packaging way in the package `XStatic`.
|
||||
|
||||
%prep
|
||||
%setup -q -n XStatic-jQuery-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%dir %{python_sitelib}/xstatic
|
||||
%dir %{python_sitelib}/xstatic/pkg
|
||||
%{python_sitelib}/xstatic/pkg/jquery
|
||||
%{python_sitelib}/[Xx][Ss]tatic[-_]j[Qq]uery-%{version}*-info
|
||||
%{python_sitelib}/[Xx][Ss]tatic[-_]j[Qq]uery-%{version}*nspkg.pth
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user