* Create a transitional package to replace old one
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Remove MIA uploader Barry Warsaw <barry@debian.org>. Closes: #970158
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
[ Matthew Grant ]
* Bifurcate package git archive pyparsing and pyparsing2, to create
pypy only pyparsing2 packages (Bug #997839), in response to CPython only
PyParsing 3.x due to upstream using pypy incompatible typing and type hints.
* Update python-pyparsing2-doc doc-base file for new
pyparsing-pyparsing2-doc /usr/share/doc/pyparsing-pyparsing2-doc dir.
* Team upload
* New upstream release
* Team upload.
* Drop python2 support; Closes: #937503
* Team upload.
[ Drew Parsons ]
* add unitTests to debian/tests
[ Debian Janitor ]
* Set upstream metadata fields: Repository, Repository-Browse.
[ Håvard Flaget Aasen ]
* New upstream version 2.4.6
* Set upstream metadata fields: Bug-Database, Bug-Submit
and append .git to Repository
* Update Standards-Version to 4.5.0
* Add sphinxdoc:Depends to doc package
* Remove obsolete files d/README.source, d/new-upstream and
cleaned d/watch since source no longer gets repacked
* Add Rules-Requires-Root: no
* Team upload.
[ Ondřej Nový ]
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Drew Parsons ]
* New upstream release.
* Standards-Version: 4.4.0
* Build-Depends: debhelper-compat (= 12)
- doc-base: places docs under python-pyparsing doc dir
* update Homepage to https://github.com/pyparsing/pyparsing/
* mark python-pyparsing-doc as Multi-Arch: foreign
* exclude bytecode (pyc,__pycache__) from examples
* add debian/tests (autopkgtest)
* remove Kevin Coyner <kcoyner@debian.org> from Uploaders. Thanks
for your great work in the past! Closes: #929551.
* Uploading to unstable.
[ Barry Warsaw ]
* d/control: Fix short descriptions. (Closes: #844363)
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
[ Thomas Goirand ]
* Team upload to Experimental.
* New upstream release.
* Ran wrap-and-sort -bast.
* Switched to debhelper 10.
* Removed now useless python version in build-depends.
* Standards-Version is now 4.1.3.
* Fixed debian/copyright FSF address and reference to full license text, plus
removed lintian overrides that were hiding the problems.
* Fixed descriptions.
* Added myself as uploader, since it looks like I'm the person uploading
updates.
* Add a doc-base file.
* New upstream release.
* New upstream release.
* New upstream release.
* d/copyright: Use Files-Excluded header to remove non-DFSG files.
* d/watch:
- Set opts for the repacking and mangling of the version number to +dfsg1
- Use the pypi.debian.net redirector.
* d/rules: Remove get-orig-source target since with the above changes,
uscan(1) will now do the right thing.
* New upstream release.
* d/copyright: Convert to DEP-5. (Closes: #823922)
* d/*.lintian-overrides: Added as necessary.
* New upstream release.
* New upstream release.
* d/control: Remove the explicit Testsuite header since this is turned
on by default now.
* New upstream release.
* Team upload.
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Barry Warsaw ]
* New upstream release.
* d/control:
- Suggest python-pyparsing-doc (Closes: #735542)
- Change `XS-Testsuite: autopkgtest` to use the shiny new goodness
`Testsuite: autopkgtest-pkg-python` and remove the d/tests directory
as redundant. (Closes: #710660)
- Bump Standards-Version with no other changes necessary.
- Build the PyPy packages. (Closes: #823560)
- With previous maintainer's approval, move DPMT to Maintainer, move
previous maintainer to Uploaders and add myself to Uploaders.
* d/rules:
- Convert to --buildsystem=pybuild
- Remove redundant code.
- Add --with pypy
* wrap-and-sort
* Team upload.
* New upstream release.
* debian/watch: Use the PyPI URL.
[ Thomas Goirand ]
* Added missing build-depends: python-setuptools, python3-setuptools.
* Ran wrap-and-sort.
[ Matthew Grant ]
* New upstream release. Has fix for ParseBaseException.markInputline() i
- "".join() given more than one argument i and other Pytyhon 3.x bugs
(Closes: #744014)
* New upstream release
* provide python3-pyparsing again
* add autopkgtests (Closes: #706317)
* Uploading to unstable.
* Re-added mistakenly dos 2 unix conversion in debian/rules, thanks to Jakub
wilk for pointing it out.
* Removed python3 calls in debian/rules (otherwise FTBFS in a clean chroot
because of missing build-depends).
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Thomas Goirand ]
* New upstream release, which handles only python 2.x.
* Team upload.
* Kills the python3 support, as this is now packaged in a new source package
called python3-pyparsing, due to upstream separating development into 2
packages as well (current version 1.5.7 doesn't have python3 support at
all anymore).
* Upload to experimental to handle a smooth transition (see above).
* Switched compat and debhelper to version 9.
* Bumped Standard-Version to 3.9.4.
* Team upload
* Use python3 depends/provides instead of python for python3-pyparsing to
correct dependencies (Closes: 681537)
- Thanks to Michael Terry/Ubuntu for the patch
* Team upload.
* New upstream release (Closes: #667798)
- drop patch debian/patches/01_leaveWhitespace.dpatch (upstream
documentation matches API)
- repack upstream tarball to remove sourceless docs/*.pdf
* add debian/new-upstream and change debian/watch to automate upstream
repacking
* add debian/README.source to document the repacking
* add get-orig-source to debian/rules
* switch to source format 3.0 (quilt) (Closes: #670191)
* drop dpatch dependency
* switch to dh
* add documentation and Python3 package (Closes: #667797)
* switch from python-support to dh_python2 and dh_python3 (Closes:
#631404)
* remove build in debian/rules clean to fix FTBFS twice in a row
* debian/rules
- use globbing to remove pyparsing_py3.py (working around cdbs that installs
libs into /usr/lib/python2.6/site-packages/); thanks to Jakub Wilk for the
report; Closes: #571505
* debian/README.source
- added (as required by Policy >= 3.8.0)
- bump Standards-Version to 3.8.4 (no changes needed)
- b-d only on python (not on python-dev) since building only arch:all pkgs
* New upstream release
* debian/control
* updated standards version to 3.8.1, no changes necessary
* bumped build dependency on python-dev to 2.5.4-1~
* debian/rules
* call setup.py with --install-layout=deb
* Upload to unstable
* debian/compat
- bump debhelper compatibility to 7
* debian/control
- remove old replaces/conflicts entries
- bump debhelper dependency to 7
- depend on python-dev, not python-all-dev
* debian/pycompat
- removed, not needed anymore
[ Torsten Marek ]
* New upstream release.
[Sandro Tosi]
* debian/control
- switch Vcs-Browser field to viewsvn
* New upstream release
* debian/control
- updated standards version to 3.8.0, no changes necessary
- fix small bug in description (Closes: #481883)
* Reinstate release 1.4.10-2 changes, which I inadvertently omitted.
* New upstream release
* Add Build-Depends on dpatch and add small patch to fix documentation of
leaveWhitespace() in HowToUsePyparsing.html. Closes: #381627.
* debian/control
- uniforming both Vcs-Svn and Vcs-Browser fields
* New upstream release
* Added Vcs-Svn and Vcs-Browser fields in debian/control.
* Added myself to the Uploaders field.
* Drop X{S,B}-Python-Version control fields, deprecated in
new python-support versions.
* New upstream version. Closes: #437400.
* New maintainer. Closes: #440781.
* Acknowledge NMU. Closes: #373503.
* debian/control:
+ Changed Build-Depends-Indep from sysutils to tofrodos. Closes: #382170.
+ Bumped python-support version to >= 0.5.3 in Build-Depends-Indep.
+ Added XS-Python-Version: all.
+ Added Uploaders: Debian Python Modules Team
* setWhitespaceChars in pyparsing.py was missing a return statement. Fixed
in version 1.4.5. Closes: #418711.
* Removed unneeded debian/python-pyparsing.README.Debian.
* Non-maintainer upload.
* Update package to new python policy (Closes: #373503).
* New upstream release (closes: #351648).
* Install the new documents from docs/*.
* It seems the PNG corruption from #310533 was caused by a packaging
bug. Embarassing. Should not happen any more (closes: #346268).
* New upstream release (closes: #305639).
* pyparsingClassDiagram.PNG seems to be uncorrupted now
(closes: #310533).
* Added watch file as requested (closes: #330725)
* New upstream release (closes: #289652).
* Apparently python2.2 is no longer supported by upstream, remove
python2.2-pyparsing.
* Add python2.4-pyparsing to maintain cosmic balance. Build-depend on
cdbs 0.4.26-1 or newer.
* Fix examples/configParse.py, which assumed case-insensitive filesystem
(closes: #273561).
* Convert CRLF to LF in the installed files, build-dep on sysutils
(closes: #290201).
* Shorten the description.
* Put all documents to python-pyparsing, only ship them once, and add a
README.Debian pointing this out. They are small enough that I do not
feel providing a separate package for them is necessary.
* Bump standards version to 3.6.1.
* Initial Release.