Change logs for php-parser source package in Lunar

  • php-parser (4.15.3-1) unstable; urgency=medium
    
      [ Nikita Popov ]
      * Fix attrGroups/attributes confusion in EnumCase builder
      * Support readonly before DNF type
      * Release PHP-Parser 4.15.3
    
     -- David Prévot <email address hidden>  Sat, 28 Jan 2023 10:31:51 +0100
  • php-parser (4.15.2-2) unstable; urgency=medium
    
      * Adapt readonly type (Closes: #1023370)
      * Update standards version to 4.6.2, no changes needed.
    
     -- David Prévot <email address hidden>  Tue, 10 Jan 2023 11:41:48 +0100
  • php-parser (4.15.2-1) unstable; urgency=medium
    
      [ Nikita Popov ]
      * Fix parsing of large hex floats containing "e"
      * Adjust tests to work on 32-bit
      * Add more tests for formatting preservation with InlineHTML
      * Release PHP-Parser 4.15.2
    
      [ David Prévot ]
      * Track debian/bookworm
    
     -- David Prévot <email address hidden>  Mon, 21 Nov 2022 07:46:50 +0100
  • php-parser (4.14.0-1ubuntu1) kinetic; urgency=medium
    
      * Merge with Debian unstable (LP: #1979240). Remaining changes:
        - d/p/0003-Disable-new-test-cases-not-yet-32-bit-compatible.patch:
          + Disable two new test cases in order to fix proposed migration
            blockage on armhf due to autopkgtest failures. Upstream indicates
            these new test cases have not been verified to work with
            32-bit.
            (LP #1878102)
        - d/p/0004-Disable-CodeParsingTest-due-to-integer-syntax.patch:
          + Disable another test case that is not yet 32-bit compatible, to fix
            proposed migration blockage on armhf.
    
     -- Athos Ribeiro <email address hidden>  Mon, 20 Jun 2022 16:58:14 -0300