Your message dated Sun, 21 Jul 2024 03:19:27 +0000
with message-id <e1svn6d-009djv...@fasolo.debian.org>
and subject line Bug#1070552: fixed in php-guzzlehttp-psr7 2.7.0-1
has caused the Debian Bug report #1070552,
regarding php-guzzlehttp-psr7: FTBFS with phpunit 11: E: There were 44 PHPUnit 
errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1070552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-guzzlehttp-psr7
Version: 2.6.2-3
Severity: normal
Justification: FTBFS
Tags: trixie sid ftbfs
User: pkg-php-p...@lists.alioth.debian.org
Usertags: phpunit11

Hi,

phpunit 11 is out and is now available in experimental. During a test rebuild,
php-guzzlehttp-psr7 was found to fail to build with this new phpunit version.

To reproduce this locally, you need to install phpunit from experimental on an
unstable system or build chroot.

Relevant part (hopefully):
> There were 44 PHPUnit errors:
> 
> 1) GuzzleHttp\Tests\Psr7\HeaderTest::testParseParams
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\HeaderTest::testParseParams is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\HeaderTest::parseParamsProvider() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/HeaderTest.php:62
> 
> 2) GuzzleHttp\Tests\Psr7\HeaderTest::testNormalize
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\HeaderTest::testNormalize is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\HeaderTest::normalizeProvider() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/HeaderTest.php:148
> 
> 3) GuzzleHttp\Tests\Psr7\HeaderTest::testSplitList
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\HeaderTest::testSplitList is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\HeaderTest::normalizeProvider() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/HeaderTest.php:157
> 
> 4) GuzzleHttp\Tests\Psr7\QueryTest::testParsesQueries
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\QueryTest::testParsesQueries is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\QueryTest::parseQueryProvider() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/QueryTest.php:56
> 
> 5) GuzzleHttp\Tests\Psr7\QueryTest::testParsesAndBuildsQueries
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\QueryTest::testParsesAndBuildsQueries is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\QueryTest::parseQueryProvider() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/QueryTest.php:72
> 
> 6) GuzzleHttp\Tests\Psr7\RequestTest::testConstructWithInvalidMethods
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\RequestTest::testConstructWithInvalidMethods is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\RequestTest::invalidMethodsProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/RequestTest.php:101
> 
> 7) GuzzleHttp\Tests\Psr7\RequestTest::testWithInvalidMethods
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\RequestTest::testWithInvalidMethods is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\RequestTest::invalidMethodsProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/RequestTest.php:110
> 
> 8) GuzzleHttp\Tests\Psr7\RequestTest::testContainsNotAllowedCharsOnHeaderField
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\RequestTest::testContainsNotAllowedCharsOnHeaderField 
> is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\RequestTest::provideHeadersContainingNotAllowedChars() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/RequestTest.php:203
> 
> 9) GuzzleHttp\Tests\Psr7\RequestTest::testContainsAllowedCharsOnHeaderField
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\RequestTest::testContainsAllowedCharsOnHeaderField is 
> invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\RequestTest::provideHeadersContainsAllowedChar() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/RequestTest.php:228
> 
> 10) 
> GuzzleHttp\Tests\Psr7\RequestTest::testContainsNotAllowedCharsOnHeaderValue
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\RequestTest::testContainsNotAllowedCharsOnHeaderValue 
> is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\RequestTest::provideHeaderValuesContainingNotAllowedChars()
>  is not static
> 
> /<<PKGBUILDDIR>>/tests/RequestTest.php:312
> 
> 11) GuzzleHttp\Tests\Psr7\ResponseTest::testConstructResponseInvalidHeader
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\ResponseTest::testConstructResponseInvalidHeader is 
> invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\ResponseTest::invalidHeaderProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/ResponseTest.php:259
> 
> 12) GuzzleHttp\Tests\Psr7\ResponseTest::testWithInvalidHeader
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\ResponseTest::testWithInvalidHeader is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\ResponseTest::invalidWithHeaderProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/ResponseTest.php:278
> 
> 13) 
> GuzzleHttp\Tests\Psr7\ResponseTest::testConstructResponseWithNonIntegerStatusCode
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\ResponseTest::testConstructResponseWithNonIntegerStatusCode
>  is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\ResponseTest::nonIntegerStatusCodeProvider() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/ResponseTest.php:330
> 
> 14) 
> GuzzleHttp\Tests\Psr7\ResponseTest::testResponseChangeStatusCodeWithNonInteger
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\ResponseTest::testResponseChangeStatusCodeWithNonInteger
>  is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\ResponseTest::nonIntegerStatusCodeProvider() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/ResponseTest.php:341
> 
> 15) 
> GuzzleHttp\Tests\Psr7\ResponseTest::testConstructResponseWithInvalidRangeStatusCode
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\ResponseTest::testConstructResponseWithInvalidRangeStatusCode
>  is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\ResponseTest::invalidStatusCodeRangeProvider() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/ResponseTest.php:364
> 
> 16) 
> GuzzleHttp\Tests\Psr7\ResponseTest::testResponseChangeStatusCodeWithWithInvalidRange
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\ResponseTest::testResponseChangeStatusCodeWithWithInvalidRange
>  is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\ResponseTest::invalidStatusCodeRangeProvider() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/ResponseTest.php:376
> 
> 17) GuzzleHttp\Tests\Psr7\ServerRequestTest::testNormalizeFiles
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\ServerRequestTest::testNormalizeFiles is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\ServerRequestTest::dataNormalizeFiles() is not static
> 
> /<<PKGBUILDDIR>>/tests/ServerRequestTest.php:282
> 
> 18) GuzzleHttp\Tests\Psr7\ServerRequestTest::testGetUriFromGlobals
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\ServerRequestTest::testGetUriFromGlobals is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\ServerRequestTest::dataGetUriFromGlobals() is not static
> 
> /<<PKGBUILDDIR>>/tests/ServerRequestTest.php:375
> 
> 19) GuzzleHttp\Tests\Psr7\StreamTest::testGzipStreamModes
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\StreamTest::testGzipStreamModes is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\StreamTest::gzipModeProvider() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/StreamTest.php:309
> 
> 20) GuzzleHttp\Tests\Psr7\StreamTest::testReadableStream
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\StreamTest::testReadableStream is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\StreamTest::readableModeProvider() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/StreamTest.php:331
> 
> 21) GuzzleHttp\Tests\Psr7\StreamTest::testWritableStream
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\StreamTest::testWritableStream is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\StreamTest::writableModeProvider() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/StreamTest.php:377
> 
> 22) 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testRaisesExceptionOnInvalidStreamOrFile
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testRaisesExceptionOnInvalidStreamOrFile
>  is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\UploadedFileTest::invalidStreams() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/UploadedFileTest.php:49
> 
> 23) 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testMoveRaisesExceptionForInvalidPath
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testMoveRaisesExceptionForInvalidPath 
> is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::invalidMovePaths() is not static
> 
> /<<PKGBUILDDIR>>/tests/UploadedFileTest.php:116
> 
> 24) 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testConstructorDoesNotRaiseExceptionForInvalidStreamWhenErrorStatusPresent
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testConstructorDoesNotRaiseExceptionForInvalidStreamWhenErrorStatusPresent
>  is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::nonOkErrorStatus() is not static
> 
> /<<PKGBUILDDIR>>/tests/UploadedFileTest.php:170
> 
> 25) 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testMoveToRaisesExceptionWhenErrorStatusPresent
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testMoveToRaisesExceptionWhenErrorStatusPresent
>  is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::nonOkErrorStatus() is not static
> 
> /<<PKGBUILDDIR>>/tests/UploadedFileTest.php:179
> 
> 26) 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testGetStreamRaisesExceptionWhenErrorStatusPresent
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::testGetStreamRaisesExceptionWhenErrorStatusPresent
>  is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UploadedFileTest::nonOkErrorStatus() is not static
> 
> /<<PKGBUILDDIR>>/tests/UploadedFileTest.php:190
> 
> 27) GuzzleHttp\Tests\Psr7\UriComparatorTest::testIsCrossOrigin
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriComparatorTest::testIsCrossOrigin is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UriComparatorTest::getCrossOriginExamples() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/UriComparatorTest.php:19
> 
> 28) GuzzleHttp\Tests\Psr7\UriNormalizerTest::testDecodeUnreservedCharacters
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriNormalizerTest::testDecodeUnreservedCharacters is 
> invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UriNormalizerTest::getUnreservedCharacters() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/UriNormalizerTest.php:34
> 
> 29) GuzzleHttp\Tests\Psr7\UriNormalizerTest::testConvertEmptyPath
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriNormalizerTest::testConvertEmptyPath is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UriNormalizerTest::getEmptyPathTestCases() is not static
> 
> /<<PKGBUILDDIR>>/tests/UriNormalizerTest.php:62
> 
> 30) GuzzleHttp\Tests\Psr7\UriNormalizerTest::testIsEquivalent
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriNormalizerTest::testIsEquivalent is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UriNormalizerTest::getEquivalentTestCases() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/UriNormalizerTest.php:158
> 
> 31) GuzzleHttp\Tests\Psr7\UriResolverTest::testResolveUri
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriResolverTest::testResolveUri is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UriResolverTest::getResolveTestCases() is not static
> 
> /<<PKGBUILDDIR>>/tests/UriResolverTest.php:22
> 
> 32) GuzzleHttp\Tests\Psr7\UriResolverTest::testRelativizeUri
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriResolverTest::testRelativizeUri is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UriResolverTest::getResolveTestCases() is not static
> 
> /<<PKGBUILDDIR>>/tests/UriResolverTest.php:38
> 
> 33) GuzzleHttp\Tests\Psr7\UriResolverTest::testRelativizeUriWithUniqueTests
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriResolverTest::testRelativizeUriWithUniqueTests is 
> invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UriResolverTest::getRelativizeTestCases() is not static
> 
> /<<PKGBUILDDIR>>/tests/UriResolverTest.php:59
> 
> 34) GuzzleHttp\Tests\Psr7\UriTest::testValidUrisStayValid
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriTest::testValidUrisStayValid is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\UriTest::getValidUris() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/UriTest.php:57
> 
> 35) GuzzleHttp\Tests\Psr7\UriTest::testFromParts
> The data provider specified for GuzzleHttp\Tests\Psr7\UriTest::testFromParts 
> is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\UriTest::getValidUris() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/UriTest.php:67
> 
> 36) GuzzleHttp\Tests\Psr7\UriTest::testInvalidUrisThrowException
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriTest::testInvalidUrisThrowException is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\UriTest::getInvalidUris() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/UriTest.php:106
> 
> 37) GuzzleHttp\Tests\Psr7\UriTest::testIsDefaultPort
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriTest::testIsDefaultPort is invalid
> Data Provider method GuzzleHttp\Tests\Psr7\UriTest::getPortTestCases() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/UriTest.php:211
> 
> 38) GuzzleHttp\Tests\Psr7\UriTest::testUriComponentsGetEncodedProperly
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UriTest::testUriComponentsGetEncodedProperly is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UriTest::uriComponentsEncodingProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/UriTest.php:559
> 
> 39) GuzzleHttp\Tests\Psr7\UtilsTest::testCaselessRemove
> The data provider specified for 
> GuzzleHttp\Tests\Psr7\UtilsTest::testCaselessRemove is invalid
> Data Provider method 
> GuzzleHttp\Tests\Psr7\UtilsTest::providesCaselessRemoveCases() is not static
> 
> /<<PKGBUILDDIR>>/tests/UtilsTest.php:538
> 
> 40) Interop\Http\Factory\RequestFactoryTest::testCreateRequest
> The data provider specified for 
> Interop\Http\Factory\RequestFactoryTest::testCreateRequest is invalid
> Data Provider method Interop\Http\Factory\RequestFactoryTest::dataMethods() 
> is not static
> 
> /usr/share/php/Interop/Http/Factory/RequestFactoryTest.php:56
> 
> 41) Interop\Http\Factory\ResponseFactoryTest::testCreateResponse
> The data provider specified for 
> Interop\Http\Factory\ResponseFactoryTest::testCreateResponse is invalid
> Data Provider method Interop\Http\Factory\ResponseFactoryTest::dataCodes() is 
> not static
> 
> /usr/share/php/Interop/Http/Factory/ResponseFactoryTest.php:45
> 
> 42) Interop\Http\Factory\ServerRequestFactoryTest::testCreateServerRequest
> The data provider specified for 
> Interop\Http\Factory\ServerRequestFactoryTest::testCreateServerRequest is 
> invalid
> Data Provider method 
> Interop\Http\Factory\ServerRequestFactoryTest::dataServer() is not static
> 
> /usr/share/php/Interop/Http/Factory/ServerRequestFactoryTest.php:74
> 
> 43) 
> Interop\Http\Factory\ServerRequestFactoryTest::testCreateServerRequestFromArray
> The data provider specified for 
> Interop\Http\Factory\ServerRequestFactoryTest::testCreateServerRequestFromArray
>  is invalid
> Data Provider method 
> Interop\Http\Factory\ServerRequestFactoryTest::dataServer() is not static
> 
> /usr/share/php/Interop/Http/Factory/ServerRequestFactoryTest.php:87
> 
> 44) 
> Interop\Http\Factory\ServerRequestFactoryTest::testCreateServerRequestWithUriObject
> The data provider specified for 
> Interop\Http\Factory\ServerRequestFactoryTest::testCreateServerRequestWithUriObject
>  is invalid
> Data Provider method 
> Interop\Http\Factory\ServerRequestFactoryTest::dataServer() is not static
> 
> /usr/share/php/Interop/Http/Factory/ServerRequestFactoryTest.php:100


The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit11/0/php-guzzlehttp-psr7/php-guzzlehttp-psr7_2.6.2-3+rebuild1714367466_amd64-2024-04-29T05:11:07Z.build

--- End Message ---
--- Begin Message ---
Source: php-guzzlehttp-psr7
Source-Version: 2.7.0-1
Done: David Prévot <taf...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php-guzzlehttp-psr7, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1070...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Prévot <taf...@debian.org> (supplier of updated php-guzzlehttp-psr7 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 21 Jul 2024 11:06:10 +0900
Source: php-guzzlehttp-psr7
Architecture: source
Version: 2.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <pkg-php-p...@lists.alioth.debian.org>
Changed-By: David Prévot <taf...@debian.org>
Closes: 1070552
Changes:
 php-guzzlehttp-psr7 (2.7.0-1) unstable; urgency=medium
 .
   [ Graham Campbell ]
   * Fixes for PHP 8.4 deprecation (#600)
   * [2.7] Add `Utils::redactUserInfo()` method (#613)
   * Add ability to encode bools and ints (#614)
   * Release 2.7.0 (#615)
 .
   [ Mickaël ]
   * Make `StreamWrapper::stream_stat()` returns `false` if inner stream's size
     is `null` (#594)
 .
   [ David Prévot ]
   * Update Standards-Version to 4.7.0
   * Make provider functions static (PHPUnit 11 Fix) (Closes: #1070552)
Checksums-Sha1:
 45db6bac33c38e2ba5f5eec7ccd2c49356a54dc3 1969 php-guzzlehttp-psr7_2.7.0-1.dsc
 46b9cfd7b5dee2322d50ae42beb02b91d7534208 78332 
php-guzzlehttp-psr7_2.7.0.orig.tar.xz
 bf566af5ceae9962b8f0663ddd3439195674d91d 9048 
php-guzzlehttp-psr7_2.7.0-1.debian.tar.xz
 056f6bfb5e5b6cf8cdca012d593765eeba8ff3a3 7966 
php-guzzlehttp-psr7_2.7.0-1_amd64.buildinfo
Checksums-Sha256:
 e9a6ab240cd2329a9df13f1267f77260c8bfd578e103e6807eeceb2ed6f52c09 1969 
php-guzzlehttp-psr7_2.7.0-1.dsc
 7abceb2b9146b1f86f62d1bdc00ee575193ad3f2545bc32b50ae05819ac8ea0e 78332 
php-guzzlehttp-psr7_2.7.0.orig.tar.xz
 0cf1030cbc6fcd28f047ae08a7a2bd5c647d459f97395e1ac1e6506bf3b09293 9048 
php-guzzlehttp-psr7_2.7.0-1.debian.tar.xz
 870710aac9e0bc2b9fbc5e741e03f10b29cff7bbc9a9555186d8bedaf0a4afff 7966 
php-guzzlehttp-psr7_2.7.0-1_amd64.buildinfo
Files:
 554fe98ad6e6061c3b43b927cd48377e 1969 php optional 
php-guzzlehttp-psr7_2.7.0-1.dsc
 852aa8c7e5f41d66bb98dc6cf208ea43 78332 php optional 
php-guzzlehttp-psr7_2.7.0.orig.tar.xz
 19266e7e7563c3b82975b7289fbe38d2 9048 php optional 
php-guzzlehttp-psr7_2.7.0-1.debian.tar.xz
 cbf79c7a8bde86d1d9730980928a77fb 7966 php optional 
php-guzzlehttp-psr7_2.7.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmacecISHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08S/wIAJC+EbslwTzOkpzE4fkkE11WUB27HE2o
Fk5zQorn/Hu+3ag2P6XsnQNl8hPEzXZJ09ejBY3PudGTIDINS7vglMVs7x3BNz11
GrOybERDJeHR4fEQRTnnYpUt51KAVOwrOZE7Z5Dc1fZAPNcnwsGaDZfq5l2PEXOL
fPzSbFazlcASYRxozX3rPnybnS+fWFFFogjJ9M4+2CGGuGvXoGCRDBr0c4D1b6DN
TyjQ6rj3M0CdFXxf0NKEQTtfAlqVkOIaSnBs0HoJE6uV3TbpueRutf7oZ7lUosy9
fzOdLqCN07viexO2CjyK81oaDkBYZtoNppFP3208PNOeoY/2rCnYO0s=
=AJ8n
-----END PGP SIGNATURE-----

Attachment: pgpdzVJMXi1Ox.pgp
Description: PGP signature


--- End Message ---

Reply via email to