dwww Home | Show directory contents | Find package

ply (3.11-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Stefano Rivera ]
  * d/control: Update Uploader field with new Debian Python Team contact
    address.
  * Remove python-ply binary package; patch courtesy of Lukas Märdian
    (Closes: #937304)
  * Correct paths in doc-base.

  [ Jeroen Ploemen ]
  * Control:
    + bump compat level to 13 (from 12).
    + set maintainer to my debian.org email address.
    + set Rules-Requires-Root: no.
    + bump Standards-Version to 4.6.0 (from 4.5.0).
  * Copyright:
    + use my debian.org email address.
    + bump year for packaging.
  * Rules, tests: check support for multiprocessing.SemLock before
    running testcpp.py.

  [ Debian Janitor ]
  * Update watch file format version to 4.

 -- Jeroen Ploemen <jcfp@debian.org>  Sat, 13 Nov 2021 09:56:55 +0000

ply (3.11-4) unstable; urgency=medium

  [ Stefano Rivera ]
  * Team upload.

  [ Ondřej Nový ]
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.

  [ JCF Ploemen (jcfp) ]
  * Tests: add upstream testsuite for debian-ci, replacing the trivial
    autopkgtest-pkg-python.
  * Rules: also run testcpp.py on build.
  * Control:
    + add build-deps on python-six, python3-six; needed by testcpp.py.
    + remove ancient versioning of python build-deps.
    + remove useless ${python3:Provides}.
  * Compat: bump level to 12.
  * Standards-Version: bump to 4.4.1 (from 4.1.5; no further changes).

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database.
  * Fix day-of-week for changelog entry 1.7-1.
  * Set upstream metadata fields: Bug-Submit.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.

  [ Stefano Rivera ]
  * Depend on the python2.7 binary package for the 2.7 interpreter.
    (Closes: #967034)
  * Port debian/virtual-packages.py to Python 3 (with 2.7 compatibility).

 -- Stefano Rivera <stefanor@debian.org>  Tue, 04 Aug 2020 18:16:03 -0700

ply (3.11-3) unstable; urgency=medium

  [ JCF Ploemen (jcfp) ]
  * New maintainer. (Closes: #895783)
  * Control:
    + sort/reorder build-deps.
    + use https for upstream website.
    + drop build-dep on cdbs.
    + add Testsuite: autopkgtest-pkg-python.
  * Compat: bump level to 11.
  * Standards-Version: bump to 4.1.5 (from 4.1.3; no further changes).
  * Rules: switch to dh sequencer.
  * Add d/clean to cleanup manpages generated during build.
  * Add d/python(3)-ply.manpages to install manpages.
  * Copyright:
    + use https for upstream source URL.
    + add myself as a copyright holder for the packaging.

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

 -- JCF Ploemen (jcfp) <linux@jcf.pm>  Wed, 25 Jul 2018 10:40:59 +0000

ply (3.11-2) unstable; urgency=medium

  [ Piotr Ożarowski ]
  * Add dh-python to Build-Depends.

  [ Helmut Grohne ]
  * Mark all packages Multi-Arch: foreign. (Closes: #893927).

 -- Arnaud Fontaine <arnau@debian.org>  Mon, 16 Apr 2018 08:17:47 +0900

ply (3.11-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * Team upload.
  * New upstream release.
    - Produces reproducible output. Closes: #890620.
  * Bump copyright years.
  * Bump Standards-Version to 4.1.3, no changes needed.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field

 -- Stefano Rivera <stefanor@debian.org>  Wed, 21 Feb 2018 10:37:19 -0800

ply (3.9-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https).

  [ Arnaud Fontaine ]
  * New upstream release. Closes: #833428.
  * d/control:
    + Bump debhelper compat level to 10 (5 is deprecated).
    + Bump Standards-Version to 3.9.8. No change needed.

 -- Arnaud Fontaine <arnau@debian.org>  Fri, 18 Nov 2016 15:32:37 +0900

ply (3.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * debian/patches
    - Refreshed: relax-lex-tabversion-check.patch
    - Removed; applied upstream: fix-lex-tabversion.patch,
      fixed-yacc-tests-to-account-for-dict-hash-key-random.patch,
      more-test-fixes.patch, fixed-lexer-line-tracking.patch
    - Added: py35-compat.patch (Closes: #797840)

 -- Barry Warsaw <barry@debian.org>  Wed, 02 Sep 2015 17:50:09 -0400

ply (3.4-5) unstable; urgency=medium

  * d/rules: add manpage for dh_python3-ply.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 16 Oct 2014 15:23:25 +0900

ply (3.4-4) unstable; urgency=medium

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Arnaud Fontaine ]
  * Remove Gustavo Franco from Uploaders as he is retiring. Closes: #729398.
  * Enable tests during package build. Thanks to James Page. Closes: #734366.
    + d/rules: Execute lex and yacc tests for all python versions.
    + d/p/*.patch: Cherry picked fixes from upstream VCS to resolve
      compatibility issues with Python >= 3.3.
  * d/control: bump Standards-Version to 3.9.6. No changes needed.
  * Add dh_python3-ply to generate proper package Depends for Python3.
    Closes: #714099.
  * d/patches/*: remove meaningless (at least with quilt) numbering prefix.

 -- Arnaud Fontaine <arnau@debian.org>  Thu, 16 Oct 2014 14:33:15 +0900

ply (3.4-3) unstable; urgency=low

  * debian/control: bump Standards-Version to 3.9.3. No changes needed.
  * Add debian/source/options to ignore changes in egg-info/* to prevent
    FTBFS if built twice. Closes: #671248.
  * debian/copyright: switch to version 1.0 of machine-readable format.

 -- Arnaud Fontaine <arnau@debian.org>  Mon, 14 May 2012 11:58:48 +0900

# For older changelog entries, run 'apt-get changelog python-ply-doc'

Generated by dwww version 1.14 on Tue Aug 26 04:36:26 CEST 2025.