Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php: update from 7.4.21 to 8.0.12 #478

Closed

Commits on Nov 16, 2021

  1. python3-yappi: Upgrade 1.3.2 -> 1.3.3

    Upgrade to release 1.3.3:
    
    - Fix 3.10 support
    - Fix wrong sorting key when tavg is selected
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    1d2528a View commit details
    Browse the repository at this point in the history
  2. python3-pydicti: Upgrade 1.1.4 -> 1.1.6

    Upgrade to release 1.1.6:
    
    - Update the badges on the landing page
    - Maintenance release for testing automatic releases using GitHub
      Actions
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    36dea72 View commit details
    Browse the repository at this point in the history
  3. python3-zeroconf: Upgrade 0.36.9 -> 0.36.12

    Upgrade to release 0.36.12:
    
    - Prevent service lookups from deadlocking if time abruptly moves
      backwards
    - scope_id is now stripped from IPv6 addresses if given
    - Optimized decoding labels from incoming packets
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    16cc996 View commit details
    Browse the repository at this point in the history
  4. python3-yarl: Upgrade 1.7.0 -> 1.7.2

    Upgrade to release 1.7.2:
    
    - Changed call in with_port() to stop reencoding parts of the URL
      that were already encoded.
    - Fix 1.7.0 build error
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0e68a12 View commit details
    Browse the repository at this point in the history
  5. python3-elementpath: Upgrade 2.3.2 -> 2.4.0

    Upgrade to release 2.4.0:
    
    - Fix type annotations and going strict on parsers and other
      public classes
    - Add XPathConstructor token class (subclass of XPathFunction)
    - Last release for Python 3.6
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    e720389 View commit details
    Browse the repository at this point in the history
  6. python3-astroid: Upgrade 2.8.4 -> 2.8.5

    Upgrade to release 2.8.5:
    
    - Use more permissive versions for the typed-ast dependencie
      (<2.0 instead of <1.5)
    - Fix crash on inference of __len__.
    - Added missing kind (for Const) and conversion (for
      FormattedValue) fields to repr.
    - Fix crash with assignment expressions, nested if expressions and
      filtering of statements
    - Fix incorrect filtering of assignment expressions statements
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    e30ec87 View commit details
    Browse the repository at this point in the history
  7. python3-coverage: Upgrade 6.1.1 -> 6.1.2

    Upgrade to release 6.1.2:
    
    - Python 3.11 is supported (tested with 3.11.0a2). One still-open
      issue has to do with exits through with-statements.
    - Fix: When remapping file paths through the [paths] setting while
      combining, the [run] relative_files setting was ignored,
      resulting in absolute paths for remapped file names. This is now
      fixed.
    - Fix: Complex conditionals over excluded lines could have
      incorrectly reported a missing branch. This is now fixed.
    - Fix: More exceptions are now handled when trying to parse source
      files for reporting. Problems that used to terminate coverage.py
      can now be handled with [report] ignore_errors. This helps with
      plugins failing to read files.
    - Fix: Removed another vestige of jQuery from the source tarball.
    - Fix: Added a default value for a new-to-6.x argument of an
      internal class. This unsupported class is being used by
      coveralls. Although I'd rather not "fix" unsupported interfaces,
      it's actually nicer with a default value.
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6d0da1a View commit details
    Browse the repository at this point in the history
  8. python3-email-validator: new package

    Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    brgl authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    eed24ac View commit details
    Browse the repository at this point in the history
  9. python3-aenum: Upgrade 3.1.3 -> 3.1.5

    Upgrade to release 3.1.5:
    
    - fix extend_enum()
    - tests: move enum setting from body to header
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    47b3be2 View commit details
    Browse the repository at this point in the history
  10. python3-zeroconf: Upgrade 0.36.12 -> 0.36.13

    Upgrade to release 0.36.13:
    
    - Unavailable interfaces are now skipped during socket bind
    - Downgraded incoming corrupt packet logging to debug
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0eb434c View commit details
    Browse the repository at this point in the history
  11. python3-bandit: Uprade 1.7.0 -> 1.7.1

    Upgrade to release 1.7.1:
    
    - Fix broken reported URL link for B107
    - fix reading initial values from .bandit
    - Always use a Loader in yaml.load
    - PEP-518 support: configure bandit via pyproject.toml
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    68976f6 View commit details
    Browse the repository at this point in the history
  12. python3-colorlog: Upgrade 6.5.0 -> 6.6.0

    Upgrade to release 6.6.0:
    
    - Add a force_color option to colorlog.formatter.ColoredFormatter
    - Support the FORCE_COLOR environment variable
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    20f9ef0 View commit details
    Browse the repository at this point in the history
  13. python3-soupsieve: Upgrade 2.3 -> 2.3.1

    Upgrade to release 2.3.1:
    
    - FIX: Ensure attribute selectors match tags that have new lines
      characters in attributes.
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    b176a8e View commit details
    Browse the repository at this point in the history
  14. python3-cchardet: Add recipe

    Universal character encoding detector, release 2.1.7:
    
    - support Python 3.9
    - drop support for Python 3.5
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f3b391b View commit details
    Browse the repository at this point in the history
  15. python3-charset-normalizer: Add recipe

    Package for encoding & language detection. Charset detection.
    Version 2.0.7:
    
    - Add support for Kazakh (Cyrillic) language detection
    - Further improve inferring the language from a given code page
      (single-byte)
    - Remove redundant logging entry about detected language(s)
    - Trying to leverage PEP263 when PEP3120 is not supported
    - Refactoring for potential performance improvements in loops
    - Various detection improvement (MD+CD)
    - Fix a minor inconsistency between Python 3.5 and other versions
      regarding language detection
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    cc8d81f View commit details
    Browse the repository at this point in the history
  16. python3-frozenlist: Add recipe

    A list-like structure which implements
    collections.abc.MutableSequence, and which can be made immutable.
    Version 1.2.0:
    
    - FrozenList now supports being used as a generic type as per PEP
      585, e.g. frozen_int_list: FrozenList[int] (requires Python 3.9
      or newer)
    - Added support for Python 3.10
    - Started shipping platform-specific wheels with the musl tag
      targeting typical Alpine Linux runtimes
    - Started shipping platform-specific arm64 wheels for Apple Silicon
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    298d393 View commit details
    Browse the repository at this point in the history
  17. python3-aiosignal: Add recipe

    A list of registered asynchronous callbacks. Version 1.2.0:
    
    - Added support for Python 3.10
    - Mark aiosignal as Python3-only package
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    91f028b View commit details
    Browse the repository at this point in the history
  18. python3-aiohttp: Upgrade 3.8.0 -> 3.8.1

    Upgrade to release 3.8.1:
    
    - Fix the error in handling the return value of getaddrinfo.
      getaddrinfo will return an (int, bytes) tuple, if CPython could
      not handle the address family. It will cause a index out of
      range error in aiohttp. For example, if user compile CPython
      with --disable-ipv6 option but his system enable the ipv6.
    - Do not install "examples" as a top-level package.
    - Restored ability to connect IPv6-only host.
    - Remove Signal from __all__, replace aiohttp.Signal with
      aiosignal.Signal in docs
    - Made chunked encoding HTTP header check stricter
    
    Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    leon-anavi authored and kraj committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f1611d7 View commit details
    Browse the repository at this point in the history
  19. php: use qemu wrapper to build minilua

    minilua, by default, is compiled by the host machine as a
    dependency for compiling the JIT/opcache extension. To
    successfully cross-compile, this needs to be run under QEMU to
    match the target architecture.
    
    According to the [RFC](https://wiki.php.net/rfc/jit), only
    x86 and x86_64 targets are supported.
    
    Signed-off-by: Ashley Cox <ashleyc@cybernetics.com>
    Signed-off-by: Claude Bing <cbing@cybernetics.com>
    Claude Bing committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5df4f66 View commit details
    Browse the repository at this point in the history