Пакет python-module-z3c.hashedresource: Информация

    Исходный пакет: python-module-z3c.hashedresource
    Версия: 1.1.3-alt2.2
    Собран:  2 мая 2019 г. 4:49 в задании #228602
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/z3c.hashedresource/

    Лицензия: ZPLv2.1
    О пакете: Provides URLs for resources that change whenever their content changes
    Описание: 
    While we want browsers to cache static resources such as CSS-stylesheets
    and JavaScript files, we also want them not to use the cached version if
    the files on the server have been updated. (And we don't want to make
    end-users have to empty their browser cache to get the latest version.
    Nor explain how to do that over the phone every time.)
    
    To make browsers update their caches of resources immediately when the
    resource changes, the absolute URLs of resources can now be made to
    contain a hash of the resource's contents, so it will look like
    /++noop++12345/@@/myresource instead of /@@/myresource.
    
    In developer mode the hash is recomputed each time the resource is asked
    for its URL, while in production mode the hash is computed only once, so
    remember to restart the server after changing resource files (else
    browsers will still see the old URL unchanged and use their outdated
    cached versions of the files).
    
    To use this package, include its configure.zcml and use
    z3c.hashedresource.interfaces.IHashedResourceSkin or a skin that
    inherits from it.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-z3c.hashedresource (x86_64, i586, aarch64)
    python-module-z3c.hashedresource-tests (x86_64, i586, aarch64)
    python3-module-z3c.hashedresource (x86_64, i586, aarch64)
    python3-module-z3c.hashedresource-tests (x86_64, i586, aarch64)

    Сопровождающий: Eugeny A. Rostovtsev


      1. python3-devel
      2. python3-module-setuptools
      3. rpm-build-python3
      4. python-devel
      5. python-module-setuptools

    Последнее изменение


    30 апреля 2019 г. Grigory Ustinov 1.1.3-alt2.2
    - Rebuild with python3.7.
    6 июня 2016 г. Ivan Zakharyaschev 1.1.3-alt2.1.1
    - (AUTO) subst_x86_64.
    13 марта 2016 г. Ivan Zakharyaschev 1.1.3-alt2.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)