From 7bfc045578da2279abc00330dc566daa4e4fe394965a2fcea20f0e9a73549903 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 23 Sep 2022 11:22:35 +0000 Subject: [PATCH] Accepting request 1005501 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 OBS-URL: https://build.opensuse.org/request/show/1005501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-XStatic-jQuery?expand=0&rev=8 --- XStatic-jQuery-3.4.1.0.tar.gz | 3 --- XStatic-jQuery-3.5.1.1.tar.gz | 3 +++ python-XStatic-jQuery.changes | 47 +++++++++++++++++++++++++++++++++++ python-XStatic-jQuery.spec | 4 +-- 4 files changed, 52 insertions(+), 5 deletions(-) delete mode 100644 XStatic-jQuery-3.4.1.0.tar.gz create mode 100644 XStatic-jQuery-3.5.1.1.tar.gz diff --git a/XStatic-jQuery-3.4.1.0.tar.gz b/XStatic-jQuery-3.4.1.0.tar.gz deleted file mode 100644 index 7b71119..0000000 --- a/XStatic-jQuery-3.4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fccac7eb265f95430c62eb652cdaeb671785267c77413df926d9facd5825978 -size 303068 diff --git a/XStatic-jQuery-3.5.1.1.tar.gz b/XStatic-jQuery-3.5.1.1.tar.gz new file mode 100644 index 0000000..52fd81f --- /dev/null +++ b/XStatic-jQuery-3.5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ae8f8ec5bbd28045ba4bca06767a38bd5fc27cf9b71f434589f59370dcd323 +size 310055 diff --git a/python-XStatic-jQuery.changes b/python-XStatic-jQuery.changes index a52f458..d44d77c 100644 --- a/python-XStatic-jQuery.changes +++ b/python-XStatic-jQuery.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Sep 22 21:49:39 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-XStatic-jQuery.spec b/python-XStatic-jQuery.spec index dadca35..37c8e12 100644 --- a/python-XStatic-jQuery.spec +++ b/python-XStatic-jQuery.spec @@ -1,7 +1,7 @@ # # spec file for package python-XStatic-jQuery # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-XStatic-jQuery -Version: 3.4.1.0 +Version: 3.5.1.1 Release: 0 Summary: jQuery repackaged for the XStatic standard License: MIT