php-psr-cache 3.0.0-1 source package in Ubuntu

Changelog

php-psr-cache (3.0.0-1) experimental; urgency=medium

  * Upload new major version to experimental

  [ Larry Garfield ]
  * Update to PHP 8.0 and PHP 8-compatible types.

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)
  * debian/control:
    + Drop duplicate entry
    + Drop versioned dependency satisfied in (old)stable
    + Use debhelper-compat 13
    + Update Standards-Version to 4.5.1
    + Set Rules-Requires-Root: no.
  * debian/upstream/metadata:
    + Remove obsolete fields Contact, Name
      (already present in machine-readable debian/copyright).
    + Set fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * debian/watch: Update watch file format version to 4.
  * debian/copyright: Update upstream name

 -- David Prévot <email address hidden>  Thu, 04 Feb 2021 17:42:46 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Experimental
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-psr-cache_3.0.0-1.dsc 1.6 KiB f028ad2625d110a9706d933b582126119583981419d881419e827d46d7356610
php-psr-cache_3.0.0.orig.tar.gz 4.2 KiB 9de9e2bb4cf84f3dfe833b7843d08aaf9d978a6a614d9ed33a9d00fee2c2e322
php-psr-cache_3.0.0-1.debian.tar.xz 2.6 KiB 6ba2ee95740a9cdad14195f880d145fada1a7f4baa925083e29d264f0159c6b7

Available diffs

No changes file available.

Binary packages built by this source

php-psr-cache: Common interface for caching libraries

 This contains all interfaces defined by PSR-6.
 .
 Note that this is not a Cache implementation of its own. It is merely
 an interface that describes a Cache implementation. See the
 specification for more details.