kiki 0.5.6-6fakesync1 source package in Ubuntu

Changelog

kiki (0.5.6-6fakesync1) oneiric; urgency=low

  * Fake sync due to mismatching orig tarball (LP: #797421).

kiki (0.5.6-6) unstable; urgency=low

  * debian/patches:
    - Removed 02_init.py.diff patch that created the __init__.py file as it
      is no longer needed. (Closes: 629345)

kiki (0.5.6-5) unstable; urgency=low

  * debian/control:
    - Bumped Standards-Version to 3.9.2.
    - Set the DM-Upload-Allowed field to 'yes'.
  * debian/kiki.docs:
    - Added the kiki.wxg file.
  * debian/patches:
    - 03_setup.py.diff: Added setup.py to remove the strict dependency on
      python2.5 as it is not supported by python-support anymore.
      (Closes: #627948)
 -- Paolo Sammicheli <email address hidden>   Tue, 14 Jun 2011 19:56:25 -0500

Upload details

Uploaded by:
Paolo Sammicheli
Sponsored by:
Micah Gersten
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
kiki_0.5.6.orig.tar.gz 59.0 KiB dc224440aae704712fce28263a0762c629437417434359103a0f2a44c312655d
kiki_0.5.6-6fakesync1.debian.tar.gz 10.0 KiB 4b224d6aa4359703dc5ce3812a914ab52f58846ea0c27b65fb366b664c586c77
kiki_0.5.6-6fakesync1.dsc 1.2 KiB 42232c4fabfa5ac7636825f8f75591f2bea834607f00a1ec371e4e8d166586c6

View changes file

Binary packages built by this source

kiki: tool for python regular expression testing

 A free environment for regular expression testing (ferret). It allows
 you to write regexes and test them against a sample text, providing
 extensive output about the results. It is useful for several purposes:
 .
  - exploring and understanding the structure of match objects
    generated by the re module, making Kiki a valuable tool for people
    new to regexes.
  - testing regexes on sample text before deploying them in code.
 .
 Kiki can function on its own or as plugin for the Spe Python editor.