..
This file is part of Invenio.
Copyright (C) 2015-2020 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
================
Invenio-Assets
================
.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-assets.svg
:target: https://github.com/inveniosoftware/invenio-assets/blob/master/LICENSE
.. image:: https://github.com/inveniosoftware/invenio-assets/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/invenio-assets/actions
.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-assets.svg
:target: https://coveralls.io/r/inveniosoftware/invenio-assets
.. image:: https://img.shields.io/pypi/v/invenio-assets.svg
:target: https://pypi.org/pypi/invenio-assets
Media assets management for Invenio.
* Provides the processing and bundling of JavaScript and CSS files.
* Provides CLI for installing and building media assets for Invenio via
integration with Webpack and NPM.
Further documentation is available on
https://invenio-assets.readthedocs.io/
..
This file is part of Invenio.
Copyright (C) 2015-2022 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
Changes
=======
Version 3.0.3 (released 2024-03-04)
* remove `node-semver`
* add `pywebpack` as a direct dependency, as the list of JS deps versions
depends on the merging algorithm provided by pywebpack
Version 3.0.2 (released 2024-01-11)
* add tinymce to dependencies list
Version 3.0.1 (released 2023-12-12)
* replace ckeditor with tinymce due to license issue
Version 3.0.0 (released 2023-06-08)
* upgrade to webpack 5
* upgrade js dependencies
* upgrade webpack plugins
Version 2.0.0 (released 2022-10-24)
* upgrade dependencies to node 18 compliance
Version 1.3.1 (released 2022-09-01)
* Upgrade eslint dependencies
* Add eslint-config-invenio for global linting
Version 1.3.0 (released 2022-06-19)
* Replaces the deprecated NPM dependency `node-sass` with `dart-sass`.
* Upgrades `sass-loader` NPM dependency
* Depends on minor releases for NPM dependencies
* Migrates setup.py to setup.cfg
* Increases minimal python version to 3.7
* Introduces `black`` as code formatter
Version 1.2.7 (released 2021-10-18)
* Changed Flask-Collect (unmaintained since 2016) to Flask-Collect-Invenio and
fixed Flask v2 support. You may need to uninstall Flask-Collect manually.
Version 1.2.6 (released 2021-05-18)
* Fixes missing "manifest.json". The issue was caused by the
webpack-bundle-tracker changing behavior of where to output the manifest.json
file between version v1.0.0-alpha1 and v1.0.0 (released 4 days ago).
Version 1.2.5 (released 2020-06-24)
* Updates ``package.json`` dev dependencies.
Version 1.2.4 (released 2020-06-24)
* Pins less-loader to version 6.1.0.
See https://github.com/inveniosoftware/invenio-assets/issues/130.
Version 1.2.3 (released 2020-05-27)
* Fixes an alias issue with jQuery.
Version 1.2.2 (released 2020-05-26)
* Fixes an issue with attribute access and application context errors.
Version 1.2.1 (released 2020-05-25)
* Adds support for adding Webpack aliases to theme bundles.
Version 1.2.0 (released 2020-05-13)
* Uses ``webpack-bundle-tracker`` for the generating the Webpack manifest.
* Disables the vendor chunk grouping in Webpack config. Since now the manifest
exposes entry chunk dependencies, the newly added
``UniqueJinjaManifestLoader`` renders (only once) each chunk.
* Adds a ``WebpackThemeBundle`` which uses the ``APP_THEME`` variable to
determine which bundle will be used.
* Removes support for Flask-Assets and Webassets which was deprecated with
the release of Invenio v3.0.
Version 1.1.5 (released 2020-04-28)
* Webpack now uses by default in debug/development mode folder-level symlinking
* Enabled source maps for Webpack development builds.
* Patched the ``watchpack`` library to support symlink watching via using
``patch-package``.
Version 1.1.4 (released 2019-02-20)
- Webpack Live-reload plugin.
- Webpack `@templates` alias.
- Webpack fix symlinks issue.
Version 1.1.3 (released 2019-07-29)
- Turn off webpack warnings
Version 1.1.2 (released 2019-02-15)
- Removes NPM warnings.
Version 1.1.1 (released 2018-12-14)
Version 1.1.0 (released 2018-11-06)
- Introduces webpack support.
Version 1.0.0 (released 2018-03-23)
- Initial public release.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-assets",
"name": "invenio-assets",
"maintainer": "",
"docs_url": "https://pythonhosted.org/invenio-assets/",
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "invenio assets npm collect",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/40/fc/a8140985157d7048b1afb31051df0127252477d2e548112fea5708291787/invenio-assets-3.0.3.tar.gz",
"platform": "any",
"description": "..\n This file is part of Invenio.\n Copyright (C) 2015-2020 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\n================\n Invenio-Assets\n================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-assets.svg\n :target: https://github.com/inveniosoftware/invenio-assets/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-assets/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-assets/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-assets.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-assets\n\n.. image:: https://img.shields.io/pypi/v/invenio-assets.svg\n :target: https://pypi.org/pypi/invenio-assets\n\nMedia assets management for Invenio.\n\n* Provides the processing and bundling of JavaScript and CSS files.\n\n* Provides CLI for installing and building media assets for Invenio via\n integration with Webpack and NPM.\n\nFurther documentation is available on\nhttps://invenio-assets.readthedocs.io/\n\n..\n This file is part of Invenio.\n Copyright (C) 2015-2022 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion 3.0.3 (released 2024-03-04)\n\n* remove `node-semver`\n* add `pywebpack` as a direct dependency, as the list of JS deps versions\n depends on the merging algorithm provided by pywebpack\n\nVersion 3.0.2 (released 2024-01-11)\n\n* add tinymce to dependencies list\n\nVersion 3.0.1 (released 2023-12-12)\n\n* replace ckeditor with tinymce due to license issue\n\nVersion 3.0.0 (released 2023-06-08)\n\n* upgrade to webpack 5\n* upgrade js dependencies\n* upgrade webpack plugins\n\nVersion 2.0.0 (released 2022-10-24)\n\n* upgrade dependencies to node 18 compliance\n\nVersion 1.3.1 (released 2022-09-01)\n\n* Upgrade eslint dependencies\n* Add eslint-config-invenio for global linting\n\nVersion 1.3.0 (released 2022-06-19)\n\n* Replaces the deprecated NPM dependency `node-sass` with `dart-sass`.\n* Upgrades `sass-loader` NPM dependency\n* Depends on minor releases for NPM dependencies\n* Migrates setup.py to setup.cfg\n* Increases minimal python version to 3.7\n* Introduces `black`` as code formatter\n\nVersion 1.2.7 (released 2021-10-18)\n\n* Changed Flask-Collect (unmaintained since 2016) to Flask-Collect-Invenio and\n fixed Flask v2 support. You may need to uninstall Flask-Collect manually.\n\nVersion 1.2.6 (released 2021-05-18)\n\n* Fixes missing \"manifest.json\". The issue was caused by the\n webpack-bundle-tracker changing behavior of where to output the manifest.json\n file between version v1.0.0-alpha1 and v1.0.0 (released 4 days ago).\n\nVersion 1.2.5 (released 2020-06-24)\n\n* Updates ``package.json`` dev dependencies.\n\nVersion 1.2.4 (released 2020-06-24)\n\n* Pins less-loader to version 6.1.0.\n See https://github.com/inveniosoftware/invenio-assets/issues/130.\n\nVersion 1.2.3 (released 2020-05-27)\n\n* Fixes an alias issue with jQuery.\n\nVersion 1.2.2 (released 2020-05-26)\n\n* Fixes an issue with attribute access and application context errors.\n\nVersion 1.2.1 (released 2020-05-25)\n\n* Adds support for adding Webpack aliases to theme bundles.\n\nVersion 1.2.0 (released 2020-05-13)\n\n* Uses ``webpack-bundle-tracker`` for the generating the Webpack manifest.\n* Disables the vendor chunk grouping in Webpack config. Since now the manifest\n exposes entry chunk dependencies, the newly added\n ``UniqueJinjaManifestLoader`` renders (only once) each chunk.\n* Adds a ``WebpackThemeBundle`` which uses the ``APP_THEME`` variable to\n determine which bundle will be used.\n* Removes support for Flask-Assets and Webassets which was deprecated with\n the release of Invenio v3.0.\n\nVersion 1.1.5 (released 2020-04-28)\n\n* Webpack now uses by default in debug/development mode folder-level symlinking\n* Enabled source maps for Webpack development builds.\n* Patched the ``watchpack`` library to support symlink watching via using\n ``patch-package``.\n\nVersion 1.1.4 (released 2019-02-20)\n\n- Webpack Live-reload plugin.\n- Webpack `@templates` alias.\n- Webpack fix symlinks issue.\n\nVersion 1.1.3 (released 2019-07-29)\n\n- Turn off webpack warnings\n\nVersion 1.1.2 (released 2019-02-15)\n\n- Removes NPM warnings.\n\nVersion 1.1.1 (released 2018-12-14)\n\nVersion 1.1.0 (released 2018-11-06)\n\n- Introduces webpack support.\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Media assets management for Invenio.",
"version": "3.0.3",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-assets"
},
"split_keywords": [
"invenio",
"assets",
"npm",
"collect"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7dcc928f37b867a019b7d04cf86d0a67703ff3c9aef289f4689c244e493c9e67",
"md5": "800e2aa3c6e4e0fd69401b6b0f463459",
"sha256": "578fb3b7fdc4c0cc34ee7e3be3dd49e880d3fbc225499b09d54cfedec92fb48d"
},
"downloads": -1,
"filename": "invenio_assets-3.0.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "800e2aa3c6e4e0fd69401b6b0f463459",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 16690,
"upload_time": "2024-03-04T17:20:35",
"upload_time_iso_8601": "2024-03-04T17:20:35.867112Z",
"url": "https://files.pythonhosted.org/packages/7d/cc/928f37b867a019b7d04cf86d0a67703ff3c9aef289f4689c244e493c9e67/invenio_assets-3.0.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "40fca8140985157d7048b1afb31051df0127252477d2e548112fea5708291787",
"md5": "b622fa956bc5e7ceb48720d475e86ae4",
"sha256": "620dffcaf228dd947aab9fc74f62bad20444a8f494ba2dda177c7b88e393c7d0"
},
"downloads": -1,
"filename": "invenio-assets-3.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b622fa956bc5e7ceb48720d475e86ae4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 27342,
"upload_time": "2024-03-04T17:20:37",
"upload_time_iso_8601": "2024-03-04T17:20:37.289433Z",
"url": "https://files.pythonhosted.org/packages/40/fc/a8140985157d7048b1afb31051df0127252477d2e548112fea5708291787/invenio-assets-3.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-04 17:20:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-assets",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-assets"
}