[Python-modules-team] Bug#822224: marked as done (django-tables: Please update build-dependency on django and add a clean rule)

2016-04-23 Thread Debian Bug Tracking System
Your message dated Sun, 24 Apr 2016 03:50:28 +
with message-id 
and subject line Bug#84: fixed in django-tables 1.1.6-2
has caused the Debian Bug report #84,
regarding django-tables: Please update build-dependency on django and add a 
clean rule
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
84: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=84
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-tables
Version: 1.1.6
Severity: minor

In order to prepare a backport of django-tables, I had to make these two changes
to the current packaging of django-tables:

Update build-depends on python-django and python3-django to 1.8 as the unit 
tests
in django-tables 1.1.6 fail with the django 1.7 which is in jessie.

Add a clean target to debian/rules to delete docs/.build/ to allow the package
to build twice in a row.

debdiff attached.

Please consider adding these updates to the packaging in unstable at the next
upload.


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf, arm64

Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diffstat for django-tables-1.1.6 django-tables-1.1.6

 changelog |   10 ++
 control   |4 ++--
 rules |5 +
 3 files changed, 17 insertions(+), 2 deletions(-)

diff -Nru django-tables-1.1.6/debian/changelog django-tables-1.1.6/debian/changelog
--- django-tables-1.1.6/debian/changelog	2016-04-06 03:54:01.0 +0100
+++ django-tables-1.1.6/debian/changelog	2016-04-22 08:42:53.0 +0100
@@ -1,3 +1,13 @@
+django-tables (1.1.6-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Update django build depends to 1.8 as 1.7 in jessie causes the
+django-tables test suite to fail.
+  * Add clean rule to remove docs/.build to allow package to build twice
+in a row.
+
+ -- Neil Williams   Fri, 22 Apr 2016 08:15:18 +0100
+
 django-tables (1.1.6-1) unstable; urgency=medium
 
   * New upstream version.
diff -Nru django-tables-1.1.6/debian/control django-tables-1.1.6/debian/control
--- django-tables-1.1.6/debian/control	2016-04-06 04:02:42.0 +0100
+++ django-tables-1.1.6/debian/control	2016-04-22 08:34:27.0 +0100
@@ -4,10 +4,10 @@
 Maintainer: Debian Python Modules Team 
 Uploaders: Brian May 
 Build-Depends: debhelper (>=8.1.0), dh-python,
- python-all (>= 2.6.6-3~), python-django (>= 1.4.5), python-setuptools, python-six,
+ python-all (>= 2.6.6-3~), python-django (>= 1.8), python-setuptools, python-six,
  python-pytest-django, python-fudge, python-lxml, python-tz,
  python-django-haystack,
- python3-all, python3-django (>= 1.4.5), python3-setuptools, python3-six,
+ python3-all, python3-django (>= 1.8), python3-setuptools, python3-six,
  python3-pytest-django, python3-fudge, python3-lxml, python3-tz,
  python3-django-haystack,
 Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg-1~), python-doc, python-django-doc
diff -Nru django-tables-1.1.6/debian/rules django-tables-1.1.6/debian/rules
--- django-tables-1.1.6/debian/rules	2016-04-06 03:53:23.0 +0100
+++ django-tables-1.1.6/debian/rules	2016-04-22 08:37:47.0 +0100
@@ -11,6 +11,11 @@
 	PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
 	dh_auto_build
 
+.PHONY: override_dh_auto_clean
+override_dh_auto_clean:
+	dh_auto_clean
+	$(RM) -r docs/.build
+
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 	PYTHONPATH=. \
--- End Message ---
--- Begin Message ---
Source: django-tables
Source-Version: 1.1.6-2

We believe that the bug you reported is fixed in the latest version of
django-tables, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 822...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian May  (supplier of updated django-tables package)

(This message was generated automatically at their request; if you
believe that there is a problem with it 

[Python-modules-team] django-tables_1.1.6-2_i386.changes ACCEPTED into unstable

2016-04-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 24 Apr 2016 12:08:22 +1000
Source: django-tables
Binary: python-django-tables2 python3-django-tables2 python-django-tables2-doc 
django-tables
Architecture: source all
Version: 1.1.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Brian May 
Description:
 django-tables - Table/data-grid framework for Django (transitional package)
 python-django-tables2 - Table/data-grid framework for Django
 python-django-tables2-doc - Table/data-grid framework for Django 
(Documentation)
 python3-django-tables2 - Table/data-grid framework for Django
Closes: 84
Changes:
 django-tables (1.1.6-2) unstable; urgency=medium
 .
   [ Neil Williams ]
   * Update django build depends to 1.8 as 1.7 in jessie causes the
 django-tables test suite to fail.
   * Add clean rule to remove docs/.build to allow package to build twice
 in a row.
 .
   [ Brian May ]
   * Add changes by Neil Williams. Closes: #84.
Checksums-Sha1:
 68269b61241442fbef58125aac802301c393aafb 2653 django-tables_1.1.6-2.dsc
 4f6a3fa14b4cc9a3321fbf90171606d1bf22dac0 113389 django-tables_1.1.6.orig.tar.gz
 77660df1480e0398dca0db1adc75ab4db27bbefa 5720 
django-tables_1.1.6-2.debian.tar.xz
 44135e27399eb44fec11885b99a97e0230f3604c 8364 django-tables_1.1.6-2_all.deb
 4352e655d7011a8b6613e77428d79a6e58630861 112676 
python-django-tables2-doc_1.1.6-2_all.deb
 b967dac39b224ce88dd6da9d78c83b0a682dfb20 42642 
python-django-tables2_1.1.6-2_all.deb
 3290699737b45b84641b2352de40d84ab67f1869 41458 
python3-django-tables2_1.1.6-2_all.deb
Checksums-Sha256:
 b62790bb0f25fbe67f94c7598d1450b73104c1677da1818eeb3740630a7fa56a 2653 
django-tables_1.1.6-2.dsc
 b54cb1eea10aef1c9f0601f80ca58fb0db919dd80ae281797fd9c7933eb34391 113389 
django-tables_1.1.6.orig.tar.gz
 42f50afd502230d7b1367a5ce601bbae31907ee73f6e13f6db3aaac84ff1d8e8 5720 
django-tables_1.1.6-2.debian.tar.xz
 1d4e36401601d546db326064e9c1dc3ffd4168aad5ee981d50a886fca6804f81 8364 
django-tables_1.1.6-2_all.deb
 f0fdda159ee6bf3dadfd9be40cdbb3d49b94125c1b3883349dc34531b3566f0c 112676 
python-django-tables2-doc_1.1.6-2_all.deb
 811f7767ee82c370abeb25451f1a5c35d6f616a1fa02bf040d1726770035de17 42642 
python-django-tables2_1.1.6-2_all.deb
 11cbcbc65db4b3cb45f048608a0dc3ca1724857c8f98ab53d5fc12e4e55cd9b4 41458 
python3-django-tables2_1.1.6-2_all.deb
Files:
 42a6e3ca1a6476ef48504058d1e25611 2653 python optional django-tables_1.1.6-2.dsc
 1075f6722486000f730b08ef23b42b78 113389 python optional 
django-tables_1.1.6.orig.tar.gz
 8d68e276de5e958b90ffea4471c0a6c8 5720 python optional 
django-tables_1.1.6-2.debian.tar.xz
 516cde9cc8c20d9ccf7708feed510a7d 8364 oldlibs extra 
django-tables_1.1.6-2_all.deb
 c7f6e4686c0782a8ce7028050a4b495a 112676 doc optional 
python-django-tables2-doc_1.1.6-2_all.deb
 f89dfaeae274442c16cbf37f9eabb2f3 42642 python optional 
python-django-tables2_1.1.6-2_all.deb
 089ad2cbbf9dd794f632821810a36e9e 41458 python optional 
python3-django-tables2_1.1.6-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXHD7sAAoJEBeEV3+BH26sjCoQAMJizHaglheaiXQP89MUc/hB
Bj+QwamYVRFuPC1WV+gvK9tKPgWhQPKzS3yWXxYDcjmjjYveaYdQrYtHnlzmtKn1
XyDqC2G5T3EjHzO8JvxXbMVoshMBtne/0ZVNTOoB5YGu54eD8lLMcQplu/M4GBmU
5CDmqmH5sRVa0vkyvmZ7LdrSCs6oihgsgiUSb5xGkVSFLTCgQ6PaFH3E0xiURTAQ
nAkoMaXOhykKmKhwYg18GMpFPegUx2lod9Ujqi4VgnRW3BMSiaWrNueHj4taEWXK
0c34rdA7hE1ByjkhAEYhe1GhQ8KddrVidLq5dVVuc2UC9AdvuAWr8zYy5fMOlQOr
5ZFTriYQ9KeM2k9HIhcuFYUZ6j7sFMhebIoB4DZuDojW8/jtKiEVRq/VrnZOtcxd
1V2iRecgvqKB5VCTvg2DP2s0sk8w4gjsmdK92phMT7Alk/O7BUtWeqRDDG8A6vGF
H9ZcGL6D0Qz+q/1vhOppPm7xOW+KWW8T9c7bz8Tv8bzrULYmLkfVkr0JRot/LK2V
4WiSGOmrF+atKNAI5Hus2bxNvJc+aM0ungn86bNKz6PlaQkMGXs4QfXPZ+GpF8z2
bw6VG+ovOByloUQtvNWnV7vAyvPtx8boL/tv4UX8pKl1+u8xND46ewosXLdN3tqY
+E31vS8FTNkL9l2ixwpO
=+2Gf
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Processing of django-tables_1.1.6-2_i386.changes

2016-04-23 Thread Debian FTP Masters
django-tables_1.1.6-2_i386.changes uploaded successfully to localhost
along with the files:
  django-tables_1.1.6-2.dsc
  django-tables_1.1.6.orig.tar.gz
  django-tables_1.1.6-2.debian.tar.xz
  django-tables_1.1.6-2_all.deb
  python-django-tables2-doc_1.1.6-2_all.deb
  python-django-tables2_1.1.6-2_all.deb
  python3-django-tables2_1.1.6-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] django-floppyforms_1.6.2+dfsg-1_amd64.changes ACCEPTED into unstable

2016-04-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 23 Apr 2016 19:45:31 +0200
Source: django-floppyforms
Binary: python-django-floppyforms python3-django-floppyforms 
python-django-floppyforms-doc
Architecture: source all
Version: 1.6.2+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Michael Fladischer 
Description:
 python-django-floppyforms - better control of form rendering in Django
 python-django-floppyforms-doc - better control of form rendering in Django 
(Documentation)
 python3-django-floppyforms - better control of form rendering in Django 
(Python3 version)
Changes:
 django-floppyforms (1.6.2+dfsg-1) unstable; urgency=low
 .
   [ Ondřej Nový ]
   * Fixed VCS URL
 .
   [ Michael Fladischer ]
   * New upstream release.
   * Switch to python3-sphinx and drop versioned Build-Depends.
   * Bump Standards-Version to 3.9.8.
Checksums-Sha1:
 a9f63212f15945eedcf78563abb6e810c3d598ac 2570 
django-floppyforms_1.6.2+dfsg-1.dsc
 3a2b0de949d763c528e54c7c18a5d92e94f761f9 1140493 
django-floppyforms_1.6.2+dfsg.orig.tar.gz
 10d4f95ba260e6afe3fa40b36220eef52db3cd70 4468 
django-floppyforms_1.6.2+dfsg-1.debian.tar.xz
 bbb3077f33b63b699d44f52469435a4742172fbe 1120630 
python-django-floppyforms-doc_1.6.2+dfsg-1_all.deb
 d68a2bb2f206e01276e41489cb490e85fc8b12fc 32994 
python-django-floppyforms_1.6.2+dfsg-1_all.deb
 0542102cbe2147eb3d222179de92dae83f897504 32886 
python3-django-floppyforms_1.6.2+dfsg-1_all.deb
Checksums-Sha256:
 559ce6bb59d6ddd5a32f5d87eba2dd6084d2179c9619233984f42038480f3b60 2570 
django-floppyforms_1.6.2+dfsg-1.dsc
 4f155a9de8893ff68874ceb127057c689176bfd44b624bcab5402b269979d72e 1140493 
django-floppyforms_1.6.2+dfsg.orig.tar.gz
 19d50e22bbd695ed0da654158a0cd04d4682c52143dd1384abed87eed235bebc 4468 
django-floppyforms_1.6.2+dfsg-1.debian.tar.xz
 de69c99249793e1a795206492309f0a067369546e3ffed41cea760d8e1fb7c2d 1120630 
python-django-floppyforms-doc_1.6.2+dfsg-1_all.deb
 bdfa01c536944732d3fa8915aa4afeffa6a5ec09b76f98c7fcbf5dd12d017e06 32994 
python-django-floppyforms_1.6.2+dfsg-1_all.deb
 8ab2907f6687e4ff56d5dce7cc4a72813f83786dc55cd8c5810cad46ca062084 32886 
python3-django-floppyforms_1.6.2+dfsg-1_all.deb
Files:
 e3b853495faf69b477cc9060ede39a59 2570 python optional 
django-floppyforms_1.6.2+dfsg-1.dsc
 58b44c60377a30ece35be8b8f4851ff2 1140493 python optional 
django-floppyforms_1.6.2+dfsg.orig.tar.gz
 3c926168ca3c6d58ae3361c5e9e1d56f 4468 python optional 
django-floppyforms_1.6.2+dfsg-1.debian.tar.xz
 f8c234424526167f1de14a5b4eddeedf 1120630 doc optional 
python-django-floppyforms-doc_1.6.2+dfsg-1_all.deb
 3f827acc335b34e9dbdacc2431761993 32994 python optional 
python-django-floppyforms_1.6.2+dfsg-1_all.deb
 98b45d181df3ea9cb80ace67687965dd 32886 python optional 
python3-django-floppyforms_1.6.2+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXG7ngAAoJEGlMre9Rx7W2iT0P/3n5R04fX+QktZIxIyJEJfp2
WewtJ8Rgu/7fupxJnB/+xwRbV2cH6l+EbU1HEBgeHW2ko/Vhz6rnPwHJSylzlaPa
974F7ICwg+lLYP4ETZY4WXjZNsvb1PzZ4+CSvdjVCTqootHsL4X0UOXSxbfPNA5Y
eV2vEXnTWx52RgrETKmwr8bzYgqcB7OCdeQClbY7Pjn5xb542OXrkdTMRGLVi7vT
EA0OIXPDuEsrf2fQapZhLkkV8LutbG5IpmlTDOdyAViMZgLSd70eeYY0/0AWs9FZ
fo+2rft08WnvTrp7jzIil/DPa4jL27Npb9NSPX8UUYieQcKgVg/Kwu0tkAXOkjLY
w5hl11oj+5ZfO1/ZyUZMQ4zyBAehpesEBT/n2FHyKCSIpsfrXrXKum6Bv+ktmgt1
MWmeC4RuwAohsdh6PtBkdk8Ey6VN6rBZqPmnpqPblD1sqmbsiQ9ikNfZT5mn1LT8
Gnywt9gs0y0zxgkVHPuEPVUqMVeOWdwtdPzl5R7UX4erEd7YpVEGmi+RRUmTfoqw
MEMqWm+upftTm+pK5ovK6GaQB1ErBlhvEM84frFN2YQ0EaMRij1QtTH97/jBzhPI
qplS7lsUajfE1PphmfsbxBF0reNjm2HREBcbcJO4cVlL+JVcvnmbCyQs9TWRmM5M
L6jVR4XgJ50uZj3ooGAO
=xLJB
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Processing of django-floppyforms_1.6.2+dfsg-1_amd64.changes

2016-04-23 Thread Debian FTP Masters
django-floppyforms_1.6.2+dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  django-floppyforms_1.6.2+dfsg-1.dsc
  django-floppyforms_1.6.2+dfsg.orig.tar.gz
  django-floppyforms_1.6.2+dfsg-1.debian.tar.xz
  python-django-floppyforms-doc_1.6.2+dfsg-1_all.deb
  python-django-floppyforms_1.6.2+dfsg-1_all.deb
  python3-django-floppyforms_1.6.2+dfsg-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] python-keyczar 0.715+ds-4 MIGRATED to testing

2016-04-23 Thread Debian testing watch
FYI: The status of the python-keyczar source package
in Debian's testing distribution has changed.

  Previous version: 0.715+ds-3
  Current version:  0.715+ds-4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] django-session-security 2.3.2+dfsg-1 MIGRATED to testing

2016-04-23 Thread Debian testing watch
FYI: The status of the django-session-security source package
in Debian's testing distribution has changed.

  Previous version: 2.3.1+dfsg-1
  Current version:  2.3.2+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] django-environ 0.4.0-2 MIGRATED to testing

2016-04-23 Thread Debian testing watch
FYI: The status of the django-environ source package
in Debian's testing distribution has changed.

  Previous version: 0.4.0-1
  Current version:  0.4.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] celery 3.1.23-1 MIGRATED to testing

2016-04-23 Thread Debian testing watch
FYI: The status of the celery source package
in Debian's testing distribution has changed.

  Previous version: 3.1.20-1
  Current version:  3.1.23-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] billiard 3.3.0.23-2 MIGRATED to testing

2016-04-23 Thread Debian testing watch
FYI: The status of the billiard source package
in Debian's testing distribution has changed.

  Previous version: 3.3.0.23-1
  Current version:  3.3.0.23-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] www.packages.debian.org

2016-04-23 Thread Carol | AU IT SOLUTIONS

Hello, I hope you are well.

My name is Carol Marshall and I work for a Search Marketing company in  
Sydney, Australia.


I was doing some research on your industry and I landed on your website.  
Thing is i had a look at some of the other businesses who are currently  
ranked on Page 1 and I truly believe you have a better website and a better  
brand.


Long story short, I have created an 18-Page WebsiteAudit which addresses  
all of the technical and web errors on your website that is stopping you  
from ranking on PAGE 1...


I am happy to send you this report forFREE.

All I want is the opportunity to call you and discuss THE WEBSITE AUDIT in  
greater detail.


What do you think?

Kind Regards,


Carol | MANAGER

AU IT SOLUTIONS
Headquarters: 41 Bridge Rd Glebe, NSW 2037, Australia
Other Offices: Hong Kong & China | USA | New Zealand | UAE | Singapore


___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Cалют!

2016-04-23 Thread Маргарита Алексеева
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#822224: Bug#822224: Further changes

2016-04-23 Thread Neil Williams
On Sat, 23 Apr 2016 12:26:06 +1000
Brian May  wrote:

> Neil Williams  writes:
> 
> > python-django and python-django-tables2 from jessie work but if
> > either one is pulled in from jessie-backports without the other,
> > restarting apache2 causes a HTTP500.  
> 
> I am not sure I see how adding the Breaks header helps resolve this?

I was hoping that a backported package depending on django and
django-tables could use both at the same versions as are in jessie as
well as also working with django and django-tables backports together -
yet avoiding breakages by having only one of those from backports.
Over-reaching things a bit..

It's better to move to django1.8 for the upstream security support, so
that's what I'll do instead, updating the django-tables dependency to
the backport too, once available. So the Breaks: change in django-tables
would be wrong.

Thanks for taking the time on this.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpQkj88sO957.pgp
Description: OpenPGP digital signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team