invenio-assets


Nameinvenio-assets JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-assets
SummaryMedia assets management for Invenio.
upload_time2024-11-28 21:14:24
maintainerNone
docs_urlhttps://pythonhosted.org/invenio-assets/
authorCERN
requires_python>=3.7
licenseMIT
keywords invenio assets npm collect
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    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-2024 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.1.0 (released 2024-11-28)

* setup: pin dependencies
* webpack: use CopyWebpackPlugin to copy assets defined in config.json
* fix: resolve dependency warning

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": null,
    "docs_url": "https://pythonhosted.org/invenio-assets/",
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "invenio assets npm collect",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/3c/d2/aba7729d8a6a7baeab8184e4ddeed0bf58d4497edeeb492875a873c651dc/invenio_assets-3.1.0.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-2024 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.1.0 (released 2024-11-28)\n\n* setup: pin dependencies\n* webpack: use CopyWebpackPlugin to copy assets defined in config.json\n* fix: resolve dependency warning\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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Media assets management for Invenio.",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-assets"
    },
    "split_keywords": [
        "invenio",
        "assets",
        "npm",
        "collect"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c52ec44eec202feb40c2b400d80b38f314595b11685ac935b91c12a1bb353907",
                "md5": "457f76d3de4d5ca2a042ef7508b615d8",
                "sha256": "0641235db3687941f486f8cb2c0a59186130c2db79b7ec459ef10e6e736c36bd"
            },
            "downloads": -1,
            "filename": "invenio_assets-3.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "457f76d3de4d5ca2a042ef7508b615d8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 16844,
            "upload_time": "2024-11-28T21:14:23",
            "upload_time_iso_8601": "2024-11-28T21:14:23.159411Z",
            "url": "https://files.pythonhosted.org/packages/c5/2e/c44eec202feb40c2b400d80b38f314595b11685ac935b91c12a1bb353907/invenio_assets-3.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cd2aba7729d8a6a7baeab8184e4ddeed0bf58d4497edeeb492875a873c651dc",
                "md5": "c9057d90972a8054535e53e41097edd2",
                "sha256": "0e5d86363a7088353ca24dce63df87278d82c98ada80db79222530cdac19aa6c"
            },
            "downloads": -1,
            "filename": "invenio_assets-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c9057d90972a8054535e53e41097edd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 28937,
            "upload_time": "2024-11-28T21:14:24",
            "upload_time_iso_8601": "2024-11-28T21:14:24.777947Z",
            "url": "https://files.pythonhosted.org/packages/3c/d2/aba7729d8a6a7baeab8184e4ddeed0bf58d4497edeeb492875a873c651dc/invenio_assets-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-28 21:14:24",
    "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"
}
        
Elapsed time: 2.92408s