Change log for php-parser package in Ubuntu

143 of 43 results
Published in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
php-parser (5.0.2-2ubuntu1) noble; urgency=medium

  * d/rules: skip build time tests. (LP #2059173)

 -- Athos Ribeiro <email address hidden>  Tue, 26 Mar 2024 21:34:08 -0300
Superseded in noble-proposed
php-parser (5.0.2-2) unstable; urgency=medium

  * Source only upload

 -- David Prévot <email address hidden>  Sun, 10 Mar 2024 15:21:29 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
php-parser (5.0.1-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Check for tokens with non-integer ID
  * Release PHP-Parser 5.0.1

  [ David Prévot ]
  * Force system dependencies loading

 -- David Prévot <email address hidden>  Sat, 24 Feb 2024 09:29:35 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
php-parser (5.0.0-1) unstable; urgency=medium

  * Upload to unstable

  [ Ondrej Mirtes ]
  * Fix parent class of PropertyItem and UseItem

  [ Nikita Popov ]
  * Avoid PHPUnit deprecation warnings
  * Release PHP-Parser 5.0.0

  [ David Prévot ]
  * Extend clean
  * Drop versioned build-dependencies

 -- David Prévot <email address hidden>  Wed, 10 Jan 2024 08:41:20 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
php-parser (4.18.0-1) unstable; urgency=medium

  [ xjaja ]
  * Don't drop class statements before error (#952)

  [ Nikita Popov ]
  * Add forward-compatibility ParserFactory methods
  * Release PHP-Parser 4.18.0

  [ Ondrej Mirtes ]
  * Fix NameResolver for class constant native type

 -- David Prévot <email address hidden>  Thu, 14 Dec 2023 09:14:17 +0100

Available diffs

Superseded in noble-release
Deleted in noble-proposed (Reason: Moved to noble)
php-parser (4.17.1-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Add support for typed constants
  * Support readonly anonymous classes
  * [PHP 8.3] Support dynamic class const fetch
  * Fix ClassConst::$type phpdoc
  * Release PHP-Parser 4.17.1

  [ David Prévot ]
  * Compatibility with recent PHPUnit (10) (Closes: #1028483)

 -- David Prévot <email address hidden>  Sat, 09 Sep 2023 15:55:07 +0530

Available diffs

Superseded in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
php-parser (4.16.0-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Add Name::getParts(), deprecate Name::$parts
  * Release PHP-Parser 4.16.0

 -- David Prévot <email address hidden>  Sun, 25 Jun 2023 18:14:53 +0200

Available diffs

Superseded in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
php-parser (4.15.5-1) unstable; urgency=medium

  [ Cees-Jan Kiewiet ]
  * [4.x] Add constructor property promotion

  [ Nikita Popov ]
  * Add makeReadonly() to param builder

  [ David Prévot ]
  * Release PHP-Parser 4.15.5
  * Extend clean

 -- David Prévot <email address hidden>  Mon, 12 Jun 2023 13:35:02 +0200

Available diffs

Superseded in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
php-parser (4.15.4-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Fix formatting preservation for alternative elseif/else syntax
  * Release PHP-Parser 4.15.4

 -- David Prévot <email address hidden>  Mon, 06 Mar 2023 08:19:26 +0100

Available diffs

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to 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

Available diffs

Superseded in lunar-proposed
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

Available diffs

Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
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
Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
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
Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
php-parser (4.13.2-1ubuntu1) jammy; urgency=medium

  * Merge with Debian unstable. 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.

 -- Bryce Harrington <email address hidden>  Thu, 03 Mar 2022 14:54:31 -0800
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
php-parser (4.13.1-1ubuntu2) jammy; urgency=medium

  * No-change rebuild against older phpunit to resolve dependency confusion.

 -- Bryce Harrington <email address hidden>  Fri, 19 Nov 2021 00:38:48 +0000
Superseded in jammy-proposed
php-parser (4.13.1-1ubuntu1) jammy; urgency=medium

  * Merge with Debian unstable. 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.

 -- Utkarsh Gupta <email address hidden>  Tue, 09 Nov 2021 17:51:30 +0530
Superseded in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
php-parser (4.10.4-1ubuntu1) hirsute; urgency=medium

  * Merge with Debian unstable.  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.

 -- Bryce Harrington <email address hidden>  Thu, 21 Jan 2021 13:39:03 -0800
Superseded in hirsute-proposed
php-parser (4.10.4-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Release PHP-Parser 4.10.4

  [ David Prévot ]
  * Workaround --include-path broken(?) in PHPUnit 9

 -- David Prévot <email address hidden>  Mon, 21 Dec 2020 10:01:27 -0400

Available diffs

Superseded in hirsute-proposed
php-parser (4.10.3-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Release PHP-Parser 4.10.3

  [ David Prévot ]
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1

 -- David Prévot <email address hidden>  Wed, 09 Dec 2020 06:21:24 -0400
Published in focal-proposed
php-parser (4.2.2-2ubuntu0.1) focal; urgency=medium

  * d/p/disable-broken-test-case-in-EmulativeTest.patch,
    d/p/skip-EmulativeTest-testErrorAfterEmulation.patch,
    d/p/skip-LexerTest-testError.patch, d/p/skip-PrettyPrinterTest.patch:
    Disable parser/lexer test cases that fail on focal and may cause
    unnecessary migration blockage.
    (LP: #1878102)
  * d/p/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.
    (LP: #1895878)

 -- Bryce Harrington <email address hidden>  Wed, 30 Sep 2020 22:14:10 +0000
Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
php-parser (4.4.0-1ubuntu2) groovy; urgency=medium

  * 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.

 -- Bryce Harrington <email address hidden>  Thu, 14 May 2020 23:25:09 +0000
Superseded in groovy-proposed
php-parser (4.4.0-1ubuntu1) groovy; urgency=medium

  * 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)

 -- Bryce Harrington <email address hidden>  Tue, 12 May 2020 21:59:29 +0000
Superseded in groovy-proposed
Deleted in focal-proposed (Reason: Didn't make it in time for focal release and no SRU bug n...)
php-parser (4.4.0-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Release PHP-Parser 4.4.0

  [ David Prévot ]
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.5.0
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse.

 -- David Prévot <email address hidden>  Wed, 15 Apr 2020 09:29:15 -1000

Available diffs

Superseded in focal-proposed
php-parser (4.3.0-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Release PHP-Parser 4.3.0

 -- David Prévot <email address hidden>  Sun, 10 Nov 2019 17:18:19 -1000

Available diffs

Superseded in focal-proposed
php-parser (4.2.5-1) unstable; urgency=medium

  [ Kyle ]
  * Optimize production build by ignoring dev files

  [ Nikita Popov ]
  * Release PHP-Parser 4.2.5

  [ David Prévot ]
  * Document gbp import-ref usage
  * Update standards version to 4.4.1, no changes needed.
  * Set upstream metadata fields: Repository.

 -- David Prévot <email address hidden>  Tue, 29 Oct 2019 11:32:40 -1000

Available diffs

Superseded in focal-proposed
Deleted in eoan-proposed (Reason: moved to focal-proposed)
php-parser (4.2.4-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Release PHP-Parser 4.2.4

  [ Tomas Votruba ]
  * add getProperties() and getConstants() to ClassLike
  * add getTraitUses() method to ClassLike

  [ David Prévot ]
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.

 -- David Prévot <email address hidden>  Mon, 02 Sep 2019 18:12:05 -1000

Available diffs

Superseded in eoan-proposed
php-parser (4.2.3-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Make compatible with PhpUnit 8
  * Release PHP-Parser 4.2.3

  [ Tomáš Votruba ]
  * [PHP 7.4] Add support for numeric literal separators (#615)

 -- David Prévot <email address hidden>  Tue, 13 Aug 2019 18:14:55 -1000

Available diffs

Superseded in groovy-release
Published in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
php-parser (4.2.2-2) unstable; urgency=medium

  * Upload to unstable in sync with phpdox
  * Compatibility with recent PHPUnit (Closes: #929065)
  * Update standards version, no changes needed.
  * Set upstream metadata fields: Contact, Name.

 -- David Prévot <email address hidden>  Fri, 09 Aug 2019 16:23:29 -1000
Superseded in eoan-release
Obsolete in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
php-parser (3.1.5-1build4) cosmic; urgency=medium

  * Rebuild against new phpunit7 bootstrapped stack.

 -- Gianfranco Costamagna <email address hidden>  Thu, 12 Jul 2018 07:50:21 +0200
Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
php-parser (3.1.5-1build3) cosmic; urgency=medium

  * Rebuild against new phpunit7 bootstrap.

 -- Gianfranco Costamagna <email address hidden>  Wed, 11 Jul 2018 23:58:47 +0200
Superseded in cosmic-proposed
php-parser (3.1.5-1build2) cosmic; urgency=medium

  * Rebuild against newly bootstrapped phpunit7.

 -- Gianfranco Costamagna <email address hidden>  Wed, 11 Jul 2018 20:32:55 +0200

Available diffs

Superseded in cosmic-proposed
php-parser (3.1.5-1build1) cosmic; urgency=medium

  * Rebuild against new phpunit7 bootstrap.

 -- Gianfranco Costamagna <email address hidden>  Wed, 11 Jul 2018 15:13:35 +0200
Superseded in cosmic-proposed
php-parser (3.1.5-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Fix duplicate switch comment assignment
  * Release PHP-Parser 3.1.5

  [ Théo FIDRY ]
  * Replace string by class call (#477)

  [ David Prévot ]
  * Update Standards-Version to 4.1.4

 -- David Prévot <email address hidden>  Tue, 05 Jun 2018 15:41:37 -1000
Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
php-parser (3.1.4-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Fix pretty printing of -(-$x) and +(+$x)
  * Release PHP-Parser 3.1.4

  [ Miguel Piedrafita ]
  * Update license year

  [ David Prévot ]
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3
  * Update copyright (years)
  * Declare branch in Vcs-Git

 -- David Prévot <email address hidden>  Tue, 27 Feb 2018 21:40:47 -1000

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
php-parser (3.1.3-1) unstable; urgency=medium

  [ Maks Rafalko ]
  * Correctly determine Type of Node when PHP-Parser's namespaces are prefixed

  [ Nikita Popov ]
  * Release PHP-Parser 3.1.3

  [ David Prévot ]
  * Track version 3

 -- David Prévot <email address hidden>  Sat, 30 Dec 2017 15:02:28 +0530

Available diffs

Superseded in bionic-proposed
php-parser (3.1.2-2) unstable; urgency=medium

  * Upload to unstable in sync with recent phpdox
  * Fix compatibility with phpunit 6 (Closes: #882933)
  * Update Standards-Version to 4.1.2

 -- David Prévot <email address hidden>  Sun, 03 Dec 2017 14:04:28 -1000
Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
php-parser (1.4.1-1ubuntu1) xenial; urgency=medium

  * Update to PHP7.0 dependencies (LP: #1564548).

 -- Nishanth Aravamudan <email address hidden>  Thu, 31 Mar 2016 11:14:07 -0700
Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
php-parser (1.4.1-2) unstable; urgency=medium

  * PHP 7.0 transition:
    - Drop 5 from php5
    - Rebuild with recent pkg-php-tools
  * Update Standards-Version to 3.9.7

 -- David Prévot <email address hidden>  Tue, 22 Mar 2016 16:37:44 -0400
Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
php-parser (1.4.1-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Release PHP-Parser 1.4.1

  [ David Prévot ]
  * Track the 1.x branch
  * Use dpkg-parsechangelog instead of spurious regex

 -- David Prévot <email address hidden>  Wed, 23 Sep 2015 17:54:00 -0400

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
php-parser (1.3.0-1) unstable; urgency=medium

  * Upload to unstable since Jessie has been released

  [ Nikita Popov ]
  * Release PHP-Parser 1.3.0

  [ Gerrit Addiks ]
  * added column-numbers to syntax errors

 -- David Prévot <email address hidden>  Sun, 03 May 2015 08:49:24 -0400

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
php-parser (1.0.1-1) unstable; urgency=medium


  [ nikic ]
  * Disallow new without a class name
  * Fix var_dump truncation with xdebug in php-parse.php
  * Add ability to pass code directly to php-parse.php
  * Release version 1.0.1

  [ David Prévot ]
  * Improve manual page generation

 -- David Prévot <email address hidden>  Thu, 16 Oct 2014 22:04:02 -0400

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
php-parser (0.9.5-1) unstable; urgency=medium


  [ nikic ]
  * Deprecate templating functionality
  * Disable xdebug.scream while lexing
  * Release version 0.9.5

  [ Charles Sprayberry ]
  * Add NodeTraverser::removeVisitor()

  [ Jean-François Simon ]
  * Fix name resolver (class names are case insensitive)

  [ Arne Blankerts ]
  * Ensure no registered error handler will see the 'reset' error

  [ David Prévot ]
  * Keep tracking the PEAR channel

 -- David Prévot <email address hidden>  Wed, 23 Jul 2014 22:23:23 -0400

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
php-parser (0.9.4-1) unstable; urgency=low


  * Initial Release (Closes: #746431)

 -- David Prévot <email address hidden>  Tue, 29 Apr 2014 18:52:39 -0400
143 of 43 results