python-formencode 2.0.1-2ubuntu1 source package in Ubuntu

Changelog

python-formencode (2.0.1-2ubuntu1) lunar; urgency=medium

  * Merge from Debian unstable, remaining changes:
    + d/p/fix-tld-regex.diff: Drop overly aggressive TLD regex, since admins
      frequently define their own

python-formencode (2.0.1-2) unstable; urgency=medium

  * Team upload.
  * Use virtualenvs in testfe-setuptools autopgktest, fixing a regression now
    that pip refuses --user installs. (Closes: #1031757)

 -- Graham Inggs <email address hidden>  Sun, 26 Feb 2023 06:21:51 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python
Mantic release main python
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-formencode_2.0.1.orig.tar.gz 232.1 KiB 879f1fc66b55d40cd5e0402f5cf01f949ed68d81fec79bc3d2654ec57691af69
python-formencode_2.0.1-2ubuntu1.debian.tar.xz 10.5 KiB b1000c559ae8df6deba42ce37e64e824e4008cef719ee8180a307f5adcbff3e3
python-formencode_2.0.1-2ubuntu1.dsc 2.4 KiB 7683eaee09979f5f09773ba9d005eb60c2f7dd928b6a64057a293bb305ac0408

Available diffs

View changes file

Binary packages built by this source

python3-formencode: validation and form generation Python 3 package

 FormEncode is a validation and form generation package. The validation can
 be used separately from the form generation. The validation works on compound
 data structures, with all parts being nestable. It is separate from HTTP or
 any other input mechanism.
 .
 This package contains the Python 3 version of FormEncode.