php-doctrine-cache 1.10.2-2ubuntu1 source package in Ubuntu

Changelog

php-doctrine-cache (1.10.2-2ubuntu1) impish; urgency=medium

  * d/p/0002-skip-tests-with-php-8.patch: Add patch from
    upstream to skip some tests with PHP 8.
    (cf: https://github.com/doctrine/cache/pull/359)
  * d/{,t}/control: Add dependency on php8.0-xml
    which is where class DOMDocument comes from.
  * d/t/control: Add allow-stderr to Restrictions.

 -- Utkarsh Gupta <email address hidden>  Wed, 26 May 2021 19:39:51 +0530

Upload details

Uploaded by:
Utkarsh Gupta
Sponsored by:
Gianfranco Costamagna
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-doctrine-cache_1.10.2.orig.tar.gz 41.6 KiB 22ad577823b363eb0eb79a0656efa720d0e4c2e6f363360099c69d101ad0143a
php-doctrine-cache_1.10.2-2ubuntu1.debian.tar.xz 10.3 KiB e2daceb82b510e2c92c78a0b436525227a094c04c7c0df83956fa75b1dbd7ec0
php-doctrine-cache_1.10.2-2ubuntu1.dsc 2.5 KiB f26ed7116507dc9ba2f92373d56f1b84ae8c442225155e8e1da7b6342b6c0297

View changes file

Binary packages built by this source

php-doctrine-cache: cache library - Doctrine component

 PHP Doctrine Cache library is a popular cache implementation that supports
 many different drivers such as redis, memcache, apc, mongodb and others.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.