[Python-modules-team] RFS: celery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear mentors, I am looking for a sponsor for my package "celery". * Package name: celery Version : 2.4.2-1 Upstream Author : Ask Solem * URL : http://celeryproject.org/ * License : BSD Section : python It builds those binary packages: python-celery - async task/job queue based on message passing python-celery-doc - async task/job queue based on message passing (Documentation) To access further information about this package, please visit the following URL: http://mentors.debian.net/package/celery Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/c/celery/celery_2.4.2-1.dsc I would be glad if someone uploaded this package for me. Kind regards, - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7KSdwACgkQeJ3z1zFMUGY/ggCfUYHEq5YXKAfnXGyU+1VxteMi wiUAn1KkWsd5wBpqkHuS4xQvlS8JDoUJ =3Ih5 -END PGP 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
[Python-modules-team] RFS: django-celery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear mentors, I am looking for a sponsor for my package "django-celery". * Package name: django-celery Version : 2.4.2-1 Upstream Author : Ask Solem * URL : http://celeryproject.org/ * License : BSD Section : python It builds those binary packages: python-django-celery - Celery integration for Django python-django-celery-doc - Celery integration for Django (Documentation) To access further information about this package, please visit the following URL: http://mentors.debian.net/package/django-celery Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/d/django-celery/django-celery_2.4.2-1.dsc I would be glad if someone uploaded this package for me. Kind regards, - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7KSkQACgkQeJ3z1zFMUGbZBACgldUwUB68y7YL4IzPaoIEZxro p98An0GjF3OQNEjf8i6uxDHn4KzHpoQr =tzxk -END PGP 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
[Python-modules-team] Bug#658768: pylibmc: FTBFS: fatal error: sasl/sasl.h: No such file or directory
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 reassign 658768 libmemcached-dev 1.0.3-1 retitle 658768 Missing dependency on libsasl2-dev thanks On 02/05/2012 11:59 PM, Jakub Wilk wrote: > /usr/include/libmemcached-1.0/struct/sasl.h:39:23: fatal error: > sasl/sasl.h: No such file or directory This seems to be a missing Dependency on libsasl2-dev by libmemcached-dev. It will be fixed by the next upload of libmemcached. - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8veXIACgkQeJ3z1zFMUGbdmgCdH9I4s4P/fjUnbp0JSeEW0aTo R0IAn0N6TcsaoTk8CE1adtOrAX9g/Hju =to3z -END PGP 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
[Python-modules-team] Bug#690942: python-pgmagick: Image.attribute does not set the attribute but instead appends to it
Package: python-pgmagick Version: 0.5.1-1+b1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Maintainer, I'm trying to change an EXIF value by doing this: In [1]: from pgmagick import Image In [2]: img = Image('2_topright_x.jpg') In [3]: img.attribute('EXIF:Orientation') Out[3]: '2' In [4]: img.attribute('EXIF:Orientation', '1') In [5]: img.attribute('EXIF:Orientation') Out[5]: '21' As you can seen the '1' was attached to the original value instead of overwriting it, resulting in an invalid EXIF tag. - -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-pgmagick depends on: ii libboost-python1.49.0 1.49.0-3.1 ii libc6 2.13-35 ii libgcc11:4.7.2-4 ii libgraphicsmagick++3 1.3.16-1.1 ii libstdc++6 4.7.2-4 ii python 2.7.3-2 ii python2.6 2.6.8-0.2 ii python2.7 2.7.3-5 python-pgmagick recommends no packages. python-pgmagick suggests no packages. - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlCBGY8ACgkQeJ3z1zFMUGYkRACeN4DDtZ4g8LZo6AqodNN/Czqz RlUAnjfSaEJ/syvqIw601uJjyoLYSrY8 =Rufy -END PGP 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
[Python-modules-team] init scripts for celery, advice needed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm maintaining the celery package, a distributes task task queue written in Python. Upstream ships a set of init scripts that are installed by the package but I'm having second thoughts about this because the scripts are essentially useless without a project (e.g. a django website) that provides the configuration and the logic that celery is supposed to execute. Right now there is no other package, that interfaces with celery directly or relies on it (providing /config/logic). I'm using the supervisor package to take care of my celery processes, because I need to run them for several projects in parallel, again something the init scripts do not support. The question is, should I still keep them as part of the package even? I know that there are people who use them, but to me they are cumbersome and inferior to the supervisor approach when it comes to handling and configuration. Cheers, - -- Michael Fladischer Fladi.at -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlD4Br8ACgkQeJ3z1zFMUGb3kACcCbBQFyyCL2lXBNscIuHAQOUd py0AnRvNZBwvYfqIOxd7asBFIoso4lXr =WVns -END PGP 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
[Python-modules-team] When to split up packages?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I plan on packaging django-storages[1], a collection of storage backends for Django. Upstream currently includes one Python package with 10 modules, each representing a backend, most of them having dependencies on other python packages (like python-couchdb, python-boto, ...). What would be the best approach to get this packaged for Debian? Create one package with all the backend modules in it and simply pull in all dependencies? Or create a single package for each backend with only the specific dependencies on each of them? This sounds like overkill to me but I'm not sure. What do you think? [1] http://code.welldev.org/django-storages/wiki/Home - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvZZEAACgkQeJ3z1zFMUGY6QACfWA1pm8Aw3aeCaGfk3dXn4SY7 nZ4AnjQ+F/zSeWg/jXNDYDUKzh/yMWw2 =ki3d -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608748: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-multiprocessing Version: 2.6.2.1-4 Severity: minor /usr/share/doc/python-multiprocessing/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hqrEACgkQeJ3z1zFMUGYn9gCfSRi3mzoVztB1LYVSHVwnEkaH 50MAn2+J97EMdluLnjeAnil73xilbKo4 =GHV6 -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608753: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: ibid Version: 0.1.0+dfsg-2 Severity: minor /usr/share/doc/ibid/docs/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hrDYACgkQeJ3z1zFMUGbhYgCfbLLDLqcOGyvNls11hNmzFYa5 apYAniezNBy8cLOdGBYTZtRrHd76CQuz =r0K8 -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608760: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-matplotlib-doc Version: 0.99.3-1 Severity: minor /usr/share/doc/python-matplotlib-doc/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hrecACgkQeJ3z1zFMUGbVMACcDHvi4QbWNdXJqr/0gffDjbF3 GlQAn13RbeTSF0rikdjjezNSZcVN2yHU =BplQ -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608762: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-mpmath-doc Version: 0.15-1 Severity: minor /usr/share/doc/python-mpmath-doc/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hrjkACgkQeJ3z1zFMUGZiegCfaJmf0e65c61CWM8EC+uo+GqY Sb8AnjnBZaN5CDVzUkjxuJXIBAHCDaX4 =RD3K -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608766: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-pywt Version: 0.2.0-1 Severity: minor /usr/share/doc/python-pywt/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hruYACgkQeJ3z1zFMUGbOXACdFentY+ITI3yBCQlTwHRef0io VSAAnjFCzwFAwtnajIKAOYTA7FB1COv2 =YqTG -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608772: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-sip-dev Version: 4.10.2-1 Severity: minor /usr/share/doc/python-sip-dev/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hr9MACgkQeJ3z1zFMUGaN1ACeLd/i52ICPNpK/YZh9gQclhCT WGcAn32lU/qeZbG/A4bcwFCz7mInh3sK =Eztq -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608780: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-networkx-doc Version: 1.3-1 Severity: minor /usr/share/doc/python-networkx-doc/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hsOYACgkQeJ3z1zFMUGZ4ggCghbFSpj77OK7aqQkOOchHlMyH t0gAniHlbNSSfHw91h+/mVVjgWH/whQe =ZlyE -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608777: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-turbogears2-doc Version: 2.0+svn6611-1 Severity: minor /usr/share/doc/python-turbogears2-doc/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hsIMACgkQeJ3z1zFMUGZEzQCghkcCtFf185GjmKUWoeWAPz1Q skYAn1rCTXV7dCA8jERw2XDX8MHiKu0a =LuNa -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608774: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-scrapy-doc Version: 0.8-3 Severity: minor /usr/share/doc/python-scrapy-doc/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hsBQACgkQeJ3z1zFMUGa04wCfa7pBEP+uC4oUL0fzh2ukOW5T BAEAoIKsfPDEagNURiXulm1eaeQgJwvN =SKsu -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608773: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-repoze.what Version: 1.0.9-1 Severity: minor /usr/share/doc/python-repoze.what/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hr/UACgkQeJ3z1zFMUGbIUgCaAsYZUZEjeFv5B6XGuAa9+x25 MoEAn2pI2Hwv9yCxQ/Zwcdq04T0uoEjN =5MWO -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608771: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-numpy-doc Version: 1:1.4.1-5 Severity: minor /usr/share/doc/python-numpy-doc/html/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hr60ACgkQeJ3z1zFMUGYiewCfeGfmRZ7naIcuaAcRDo70R1Yq zvMAnjVk1eYBdGKgioeqXd1uS7wRWvyp =JRp1 -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#608770: objects.inv should not be compressed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: python-kinterbasdb Version: 3.3.0-2+b1 Severity: minor /usr/share/doc/python-kinterbasdb/docs/objects.inv.gz should not get compressed to be of use for sphinx.ext.intersphinx. For an example of a fix see: http://svn.debian.org/viewsvn/python-modules/packages/sphinx/branches/1.0/debian/rules?r1=15231&r2=15230&pathrev=15231 - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0hr4gACgkQeJ3z1zFMUGZ58wCfZaUVzLl2NiHzMETfLG870FdO ajwAn36WXXGDlsyJKLqFxj+ULWTBc9dl =d15L -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Dependencies for python2.6-only packages (best practice)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi team, Following up #606711, I'd like to ask what's the best way to tailor python dependencies for a package when it's content is a backport of a future Debian default python (e.g. 2.7) feature? In the case of importlib, it's inclusion in upstream python started with 2.7 but I'd like to provide the backport for at least 2.6. python-support translates "XS-Python-Version: 2.5,2.6" into "python (<< 2.7)" for ${python:Depends}, so once 2.7 becomes the default for Debian, importlib would no be installable for python2.6. Matthias Klose came up with patching ${python:Depends} during build. After a conversation with Sandro Tosi we came up with omitting ${python:Depends} and defining the dependencies manually like this: "python2.6 | python2.5". Is there a better way to do this with python-support? And as a accompanying question: Does it make sense to still support python2.5? Thanks for your help, - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk03QCIACgkQeJ3z1zFMUGZ7hACfdxigEmrody/kK46im8qTfQBI oBUAnjHqTASVLXeeezXMOR4wyAPUnzim =v0T5 -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
Re: [Python-modules-team] removal of python-kde3
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ana Guerrero, 2011-03-01 00:23: > One of the packages using kdelibs4c2a is python-kde3. Currently > only one package has a suggests on it (panflute-daemon), so there > is any blocker preventing the removal from the archive. I'm the maintainer for panflute. The Suggests for python-kde3 was only necessary for Amarok 1.x support. As the Debian archive has Amarok 2.x only and panflute supports this version without any external dependencies, I've removed the Suggests on python-kde3 from panflute. This will be in effect once I find a (PAPT) sponsor for panflute-0.7.0-1. Cheers, - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1sxOUACgkQeJ3z1zFMUGasegCeKIP+4R3GOycDcxYrERXy1Lu5 3OAAoJHXPKCTT9pGxO8eWsWsbhjR7cPm =S6lS -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#534709: Status of bug?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I think this bug is more serious as it seems, taken into account that python-anyjson always picks cjson as it's preferred implementation if installed. This bug is currently causing the unittests in one of my pending packages to fail (python-kombu). If there is no chance of fixing it, I'll have to Conflicts on python-cjson to prevent it from getting picked up by anyjson. Cheers, - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk1xdREACgkQeJ3z1zFMUGYhSACeJYc6qjEzCkhEhiUbyvvOnb95 l44AnjHU5d/HI0BcTruHzMM8g4k7rT+n =Ingy -END PGP SIGNATURE- ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#638641: kombu: Please consider updating to new upstream version 1.2.1.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alessio Treglia, 08/21/2011 12:09 PM: > I'd like to see the new release of kombu available in Debian sid, > please let me know if you need help to do that. kombu 1.2.1 depends on amqplib >= 1.0, Debian currently has 0.6.1. I've tried to build an updated package for amqplib but there's an issue with the upstream tarballs: http://code.google.com/p/py-amqplib/issues/detail?id=36 As for your offer to help: I'll need a sponsor for kombu-1.2.1-1 once amqplib is up to date in the archive. Cheers, - -- Michael Fladischer -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5SAIAACgkQeJ3z1zFMUGYx/QCfZYCPYebcP3cvNevTIt5gRcBq LXMAn1otcAhOT2GZEHizJNwj5KQN8JUA =09VH -END PGP 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
[Python-modules-team] Bug#712927: python-pylibmc: FTBFS with libmemcached-1.0.17 from experimental
Package: python-pylibmc Version: 1.2.2-1+b2 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Maintainer, libmemcached-1.0.9 broke its API by replacing memcached_server_instance_st struct with memcached_instance_st. Therefore building proftpd with libmemcached from experimental results in a FTBFS. x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -DUSE_ZLIB -I/usr/include/python2.7_d -c _pylibmcmodule.c -o build/temp.linux-x86_64-2.7-pydebug/_pylibmcmodule.o -fno-strict-aliasing _pylibmcmodule.c: In function 'PylibMC_Client_delete': _pylibmcmodule.c:1001:15: warning: variable 'retval' set but not used [-Wunused-but-set-variable] PyObject *retval; ^ _pylibmcmodule.c: In function '_get_lead': _pylibmcmodule.c:1890:9: error: unknown type name 'memcached_server_instance_st' memcached_server_instance_st svr = NULL; ^ _pylibmcmodule.c:1890:44: warning: initialization makes integer from pointer without a cast [enabled by default] memcached_server_instance_st svr = NULL; ^ _pylibmcmodule.c:1892:13: warning: assignment makes integer from pointer without a cast [enabled by default] svr = memcached_server_by_key(mc, key, len, &rc); ^ _pylibmcmodule.c:1895:31: error: invalid type argument of '->' (have 'int') svr->hostname, svr->port); ^ _pylibmcmodule.c:1895:46: error: invalid type argument of '->' (have 'int') svr->hostname, svr->port); ^ error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 - -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.9-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-pylibmc depends on: ii libc6 2.17-5 ii libmemcached10 1.0.8-1 ii python 2.7.5-2 ii python2.6 2.6.8-2 ii python2.7 2.7.5-6 ii zlib1g 1:1.2.8.dfsg-1 python-pylibmc recommends no packages. Versions of packages python-pylibmc suggests: ii memcached 1.4.13-0.2 - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJRw2HCAAoJEGlMre9Rx7W2978P/1eDBtx0m6+2FE4pSuclmOWt BLLJuBfUhVsHcq6ynQj7ytgAu/A/FWW8EUV7vIyizxrNouWaEPAaR8BKGSTnCgz6 5OStqKGvN/voTDbmj7T9m89ZeANhmRgdMbGnd6lxD9oNkSPVwqaai0a9MKkzELDP g3QL/Vf7XiKFOQi16ZIHL1k17LNUBIxQA2W0eT92AB1yKOMeeGSCZy+36AG6eHMZ HNZQfQP2VFZqAec66B1nFxMa+mw48iQ8wRzoLCzgf2NE66Xt/5ps9rkF6Um7KupO l01JyCBseqVdW6IatTtKJQqzQ/vEUM+34jl2ctwtef5fGo2d2zKrGxRIWg1XUzzA EmtZK3hnAO2N792W9TB8akDSkh5fBm77HDm43hRHiXnEiWx/qE5XzE3RQE5VHtw4 XnBvOR1lkd1PNugEKDgCQuopROYgGiwSBHcVRVtoasmmGhMPaifBWGTFLBL9EG+h s/wOsmZYccsridcKNa4oJlOzY1LMP2wvJuTHA9PyB7nLzq2kc3nlXvq7BZ9chqAn Q2gc8Qyzm4afZ0ZshYWnnUF+BvUEmesQ3jegaE8wxY8hucY1n/GUwjP62IpBb0fK XSXzojESztkn8OAQ6+Kv43qVlUsg2O371N1OWvV2m4fZj4urky7WZ4yXPIr0lbiY GHDPCUzKr/UIXsJ2UJde =d8pQ -END PGP 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
[Python-modules-team] Bug#712927: python-pylibmc: Patch to fix FTBFS
Package: python-pylibmc Version: 1.2.2-1+b2 Followup-For: Bug #712927 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Maintainer, The debdiff in this email adds a patch that fixes the FTBFS by checking the libmemcached version through IFDEFs. This patch can be dropped once libmemcached upstream resolved the API breakage[0]. [0] https://bugs.launchpad.net/bugs/1190240 - -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.9-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-pylibmc depends on: ii libc6 2.17-5 ii libmemcached10 1.0.8-1 ii python 2.7.5-2 ii python2.6 2.6.8-2 ii python2.7 2.7.5-6 ii zlib1g 1:1.2.8.dfsg-1 python-pylibmc recommends no packages. Versions of packages python-pylibmc suggests: ii memcached 1.4.13-0.2 - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJRw2f0AAoJEGlMre9Rx7W2l0sP/3BJq8cxu7GaUgB/JP77NgwJ WZIuvXOIuXemVcUgGdPkRhW3ULDtHRtN7TBDR1NB8Es23tpUsBSqfTzoX1/TaRal 5HyBCozTTYlNpbX6B/kSB6lvAlAsRqxuoTIgQPX/Usc7kpQrj/JOoLVrPtUPXKsH 29aYsCYtCDxOCxlZxNxlZCiuuRMystBYqNTjr5LkB+Vy+/hSqb1EsoTzktdJsmno 4bI1bLiRZucc9x+p+CahOY8Js5ygZN2BDzjOcWTkG4SN/bO6DpjDf1dGmwWH0vO2 FFfkcnf6t4GEoYodGsmwXQxHPastYQb3kyqgGBV6Xp5ggONKEa1eL5d0Sanhj4qN xnnqxnAYrU3/QWEK6Mgbq4wQea7y41J2/pnoGRdWdNVpPyqnO23MXVGgT1njfOXr 6m8suzP43DGwFIz1Y4sbAdTu4RnkRQ8tU+VtxwJG3X8idZIiSUTfCpsFCYR5HSL3 8Vw7savoCDfhx3es3UCuUD0ffkfaOgvM9HOAC5Q0AaUBgH/iAQc8pDzQnWjt739c SUUfXDt3OgiXU0W4POA3xJ/ifh6AfdJv9IOWCyH+tzeNcKyn4lTMw3hKSbmcwrqA yaTOoU2Qh0LmFmqhCgr30cxepkXXRS+ZoQxcrptCIH8dPRJl0QFZLdSAHdmQHz/X MUSS3KgrAeMhSulYZnlQ =WKJr -END PGP SIGNATURE- diff -Nru pylibmc-1.2.2/debian/changelog pylibmc-1.2.2/debian/changelog --- pylibmc-1.2.2/debian/changelog 2011-12-07 19:56:53.0 +0100 +++ pylibmc-1.2.2/debian/changelog 2013-06-20 22:17:32.0 +0200 @@ -1,3 +1,11 @@ +pylibmc (1.2.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add patch libmemcached-1.0.9 to fix FTBFS with libmemcached-dev (>= 1.0.9) +(Closes: #712927). + + -- Michael Fladischer Thu, 20 Jun 2013 22:17:25 +0200 + pylibmc (1.2.2-1) unstable; urgency=low * New upstream version diff -Nru pylibmc-1.2.2/debian/patches/libmemcached-1.0.9 pylibmc-1.2.2/debian/patches/libmemcached-1.0.9 --- pylibmc-1.2.2/debian/patches/libmemcached-1.0.9 1970-01-01 01:00:00.0 +0100 +++ pylibmc-1.2.2/debian/patches/libmemcached-1.0.9 2013-06-20 22:25:12.0 +0200 @@ -0,0 +1,35 @@ +Description: Adapt to libmemcached >= 1.0.9 new instance API + memcached_server_instance_st is no more and surprisingly there's no + deprecated typedef to help with that. Add a bunch of #IFDEFs and adapt + to the new API. +Author: Michael Fladischer +Last-Update: 2013-06-20 +Forwarded: no +Bug: #712927 + +--- a/_pylibmcmodule.c b/_pylibmcmodule.c +@@ -1887,12 +1887,23 @@ + #if LIBMEMCACHED_VERSION_HEX >= 0x00038000 + if (key != NULL) { + memcached_return rc = MEMCACHED_FAILURE; ++#if defined(LIBMEMCACHED_VERSION_HEX) && LIBMEMCACHED_VERSION_HEX >= 0x0109 ++const memcached_instance_st* svr = NULL; ++#else + memcached_server_instance_st svr = NULL; ++#endif + + svr = memcached_server_by_key(mc, key, len, &rc); + if (svr && rc == MEMCACHED_SUCCESS) { ++#if defined(LIBMEMCACHED_VERSION_HEX) && LIBMEMCACHED_VERSION_HEX >= 0x0109 ++sz += snprintf(buf + sz, n - sz, " on %s:%d", ++ memcached_server_name(svr), ++ memcached_server_port(svr)); ++ ++#else + sz += snprintf(buf + sz, n - sz, " on %s:%d", +svr->hostname, svr->port); ++#endif + } + } + #endif diff -Nru pylibmc-1.2.2/debian/patches/series pylibmc-1.2.2/debian/patches/series --- pylibmc-1.2.2/debian/patches/series 1970-01-01 01:00:00.0 +0100 +++ pylibmc-1.2.2/debian/patches/series 2013-06-20 22:12:16.0 +0200 @@ -0,0 +1 @@ +libmemcached-1.0.9 ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team
Re: [Python-modules-team] Comments regarding celery_3.1.6-1_amd64.changes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2013-12-20 12:34, Luca Falavigna wrote: > why moving the init scripts only, and not the full celeryd system? Because celery can be used without the init scripts. In the environments where I run celery, it is used to power workers for more than one project per OS instance. The init scripts are only a convenience feature to get beginners started who only run a single project. Production environments would usually run python-celery with the workers managed by supervisord. Those environments can now just skip the celeryd package and avoid cluttering their init system with scripts they won't use. I hope this makes sense to you :-) Cheers, - -- Michael Fladischer Fladi.at -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBCgAGBQJStCzNAAoJEGlMre9Rx7W2S9oQAJvkbgQp+yr1BC77Ir6dCfof My6zRA8pdAJo43vchP585wWBhEWglXVJo5ar5iLOjI0ljZf8DkfQEdt4DhzDmXtv xhwfPF1qf26P0a0D/Bld9B7I5wWszG1kYDbOsk0d4LfCwjMuPVkTbtQn15vSOnaF 8GVgmaOTrP6mgWc/xM+LK7DGcbNXYgMcjpv2laKIGUeIE9Ui4suC5Cyn8oIneO1D RBsJ5Om4HlPxuIzHCpr1s2gsuhcrjs8pXYMe61vHDRFtBY8D2aG/sEUeeeulustg p7bYSyqUDcCZ3wanpC+GxvZyTqc4Q6qQPayddZOzZmUtm05epm00Mmn6cNKrId1M NnHAAiPmHRFAS0YZZbCxYwf5VRfveMo+Ed8C/S9P/p5N+cd6fu0BmK8YAMiIL+WY P7r63/kSXKzCs4ZIRmS2cVvHTUxZ8KOPNlc6D1uM5EgQgj9mlH9fCzFqADrvJP5Q kGNHSMKXMxSzLVlX/++WqYOMedM0q8+v95AKMH6IIdaO5UC35eSyu6MOTJkHaJ9D +3xR8W5ciTHqv8dTVjx25Ij8ev+VvoGKnWz7jXMTRY3xmB7tqUxk0ef9kti/JHhk ++1wGAAgrlqCXsffUpzjuyJwiSCZQkOgrkzxCaRnuReunGUbawcdk3TkoM0HF2EP K0QEHqUQDX+g7yRyJxVT =t3tf -END PGP 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
[Python-modules-team] Bug#739404: ITP: django-sitetree -- site tree, menu and breadcrumbs navigation for Django
Package: wnpp Severity: wishlist Owner: Michael Fladischer -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: django-sitetree Version : 1.0.0 Upstream Author : Igor Starikov * URL : https://github.com/idlesign/django-sitetree * License : BSD Programming Lang: Python Description : site tree, menu and breadcrumbs navigation for Django django-sitetree is a reusable application for Django, introducing site tree, menu and breadcrumbs navigation elements. .. Site structure in django-sitetree is described through Django admin interface in a so called site tree. Every item of such a tree describes a page or a set of pages through the relation of URI or URL to human-friendly title. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJTAyOsAAoJEGlMre9Rx7W2Eb0P/0wCWYvKcwHcxDQOFmjUGVkS x4YGlVoPFqCLDVsC4xm+QfdRs+AIwkM+g04Ffs77Dszv5cqOlfgnVPZY0PRzzUNY J03wlUkcsd/vHxruT0o5ZkZ1WS4y5TxQV5jbx3m5B9UsDtRm83gX3EvK+pcWzDmb U7cX97CktmOVG7Fr4bE9XFl6ZKTmMP7J82eipL4l3MU1E0EXKEn0GfDzzncZFrBv 4ho5OR8+zuUazRwltNSsvi7KYhOYgSWHtZfEzeSG6Xcwz9qYrvnfpYKFmOatVjzd r3eVrYnm3FMZ1Hg5fE1kGA5QXvCjYZhh6P7YqEBu4N2ivBjOfGlw70EhAKvgkT1J 8lbW/o88Tv9kONSljjmnkTB2qYbyLydS8WGBAEYE/Z/loI7D8XsA5+z6bsXXwz8/ hk8Uz8UemGZIkUeEwNGRNYpO3LO4TqioDJBHHy5VaY4vaKXP2n3SZtuyrZFQzClD PULA6ktrG4kXof6CeR64QMBKWjtrGBBwFpO/INgfT+NTFDHag+jvqd7nP9UEVfr5 98r7Jjz9x4/ewudXKhIkX/uGJc5ZVw6HrrRJ1c1GQvUxiOiaZzIBNWAUE/xLcqkH n6y7dteU4vsriEQ5LEhVNg3vUzac5OGPQQdOG9wdnIT6kCbvm51y7PMEyvQ9nF8e kgySojJp6BTjjJMOSb1v =J+Q8 -END PGP 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
Re: [Python-modules-team] Comments regarding django-fsm_2.2.1-1_amd64.changes
On 2015-06-27 20:27, Thorsten Alteholz wrote: > your package Recommends: python3-pygraphviz, which is not yet available. Do > you intend to upload it? It is available, but only in experimental. I should have checked this before making the upload. CCing Sandro so he can comment on his plans for pygraphviz. Cheers, -- Michael Fladischer Fladi.at signature.asc 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
[Python-modules-team] Bug#793945: pbr-1.3.0 in unstable?
Hi Thomas, it seems that there is one missing depeendency for python-mock-1.3.0 still in experiamental: pbr-1.3.0 Could you do an upload into unstable? This would fix the FTBFS for python-mock. Cheers, Michael signature.asc 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
[Python-modules-team] Bug#795273: python-oauthlib: New upstream release available
Package: python-oauthlib Version: 1.0.0-1 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dear Maintainer, there is a new upstream release available: 1.0.1 It would be nice to have this version in the Debian archive as it fixes a bug that prevents me from uploading django-oauth-toolkit-0.9.0. - -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: armhf Kernel: Linux 4.0.0-2-amd64 (SMP w/1 CPU core) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python-oauthlib depends on: ii python-blinker 1.3.dfsg2-1 ii python-cryptography 0.9.3-1 ii python-jwt 1.3.0-1 pn python:any python-oauthlib recommends no packages. python-oauthlib suggests no packages. - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJVy0lxAAoJEGlMre9Rx7W2nkgP/jDSi9VNAr+iHMg0fMwgaKJ/ GfnxZXfbhQTSYtjIRWm+cJKvlIYWHlSPb8A9qk7cBTDtH36lunvQNRlgh+X+zFE5 P1VqsqZQCWGxZD5iTMBXKU2RVDXh7AJM1Yne2Qia90u+/Hsc1DJ/p/vO42vUNJtD dbvdvn3xdzyWC/hPQ9CLzIfYLTcRlA7oRrXuCle6WBhM4jPHChcivRhD+G7WY5zR s+u1so2TtVlwsDqE6nTDFBh/6WiSwRgA+ntrKqWvXnN7h2G8mhkHMq0gDbeClNhl NYqcDEkJGyY/Azm4bh9Icpg4V+ht/yWTpnz7XJoEJAzuHC+4sVh+YaJIY688w1B2 bWFKcFQKHVR1bT6gvLU3AxQ0APxaikFu/fhZqjRvkK2nVgU9mHUshpKJHfBT2R7v L48ufh39bC4jIsxPeoX1lGWiAVZOlk8FC7C5Rmv8zW/fGH5+gxT1UvIXcnpajspd E6RV7cKq/ZiMo/+eqg2lpDSLSxzWYTBGmbLe8UmHnhTYX1VqruSh7iM1AzWx/Rkr fC6MM6wDOpXgC3vhp9a5IsqvpjcnSmv7j+VWoDHJGUlDqxgNxmiVwzWcEOXIVtbJ LdIpf0OZTVgdZ3Xq2/GjyDBx1iRWSqv6RX7pStm41leqAMLf7AOCTg9ZpMOk4GFd fmrBw8QwbCS5qe8IZtzq =5I9s -END PGP 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
[Python-modules-team] Bug#800137: Fixed by upstream
Hi, this seems to be a problem introduced by python-3.5 and causes FTBFS for several Django related packages. upstream already fixed it but only for the 1.8.x releases (AFAIKT): https://github.com/django/django/commit/b07aa52e8a8e4c7fdc7265f75ce2e7992e657ae9 Cheers, signature.asc 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
[Python-modules-team] Bug#800882: cairosvg
Thanks for reporting this. It seems that pycairo is to old for the latest version of cairosvg. However, there is an easy workaround: install python-cairocffi, which should be the preferred alternative to python-cairo for cairosvg. I'll update the package with Depends: python-cairocffi ASAP. Cheers, -- Michael Fladischer Fladi.at signature.asc 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
[Python-modules-team] Bug#803117: celery: non-free documentation (CC-BY-NC-SA-3.0)
On Tue, 27 Oct 2015 16:47:42 +1100 Dmitry Smirnov wrote: > On Tuesday 27 October 2015 16:36:15 Brian May wrote: > > Sounds like we might have to repackage the source to drop the entire > > docs directory and remove the python-celery-doc package :-( > > It might be helpful to bring upstream's attention to the matter... I opened an issue with upstream and will wait a few days for them to respond. If they cannot change their license I will repack the source tarball and drop the documentation. Cheers, -- Michael Fladischer Fladi.at signature.asc 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
[Python-modules-team] Bug#802757: djangorestframework-gis: FTBFS with djangorestframework 3.2.2-1
On Mon, 26 Oct 2015 11:11:18 +1100 Brian May wrote: > Brian May writes: > > > AssertionError: Tuples differ: (6.381496, 53.384067) != > > (6.381495826183805, 53.3840669... I have a suspicion that the reduced precision is because we use spatialite for our tests while upstream uses PostgreSQL. See my PR to upstream for a possible fix: https://github.com/djangonauts/django-rest-framework-gis/pull/84 Cheers, -- Michael Fladischer Fladi.at signature.asc 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
[Python-modules-team] Bug#786227: python-django-rosetta: deprecation of python-support
On Sat, 2015-12-12 at 18:52 +, Mattia Rizzolo wrote: > Dear Michael, > what's the current status of this package? > It would be nice to have it uploaded. I started working on it but I got stuck when I took a shot at running the tests as they revealed some dependencies (e.g. microsofttranslator) for which I have no interest in packaging them. There is also the issue of a privacy breach because the code uses JavaScript from www.google.com/jsapi. The documentation source is also bogus as it contains minified JS-files for which I'd have too check if they can be symlinked by sphinxdoc. And of course there are .pyc files in the source tarball from pypi which lintian dislikes. To be honest, I'm no longer interested in getting this package up to DPMT standards as is a mess, even after I put a considerable amount of time into polishing it up. Because of it's bad state I also got rid of it in all of my projects ... Maybe someone other would like to give it a shot. I'll push my changes but this leaves the package still at FTBFS. Cheers, -- Michael Fladischer Fladi.at signature.asc Description: This is a digitally signed message part smime.p7s Description: S/MIME cryptographic 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
Re: [Python-modules-team] python-django-celery-beat_1.1.0-1_amd64.changes REJECTED
Hi Thorsten, On 2017-11-26 17:00, Thorsten Alteholz wrote: > please mention > django-celery-beat-1.1.0/extra/appveyor/run_with_compiler.cmd::: License: > CC0 1.0 Universal: http://creativecommons.org/publicdomain/zero/1.0/ > django-celery-beat-1.1.0/extra/appveyor/install.ps1:# License: CC0 1.0 > Universal: http://creativecommons.org/publicdomain/zero/1.0/ > in your debian/copyright. thanks for spotting this. Your work is really appreciated. I uploaded 1.1.0-2 with an updated d/copyright file. Regards, Michael signature.asc 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
[Python-modules-team] reassign 878707 to vine, closing 878707
reassign 878707 vine close 878707 1.1.4+dfsg-1 thanks Since 2.x python-amqp uses the five module provided by vine intead of its own. ___ 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] Accepted django-polymorphic 2.0-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 04 Feb 2018 14:12:43 +0100 Source: django-polymorphic Binary: python-django-polymorphic python-django-polymorphic-doc python3-django-polymorphic Architecture: source all Version: 2.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-polymorphic - Seamless Polymorphic Inheritance for Django Models python-django-polymorphic-doc - Seamless Polymorphic Inheritance for Django Models (Documentation python3-django-polymorphic - Seamless Polymorphic Inheritance for Django Models (Python3 versi Changes: django-polymorphic (2.0-1) unstable; urgency=low . * New upstream release. * Always use pristine-tar. * Refresh patches. * Add patch to remove dependency on dj_database_url in tests. * Remove lintian override for missing GPG signature check on source tarball to serve as a reminder to improve on this. * Bump Standards-Version to 4.1.3. * Bump debhelper compatibility and version to 11. * Run wrap-and-sort -bast to reduce diff size of future changes. * Enable autopkgtest-pkg-python testsuite. * Build documentation in override_dh_sphinxdoc. Checksums-Sha1: df4e6d7550f6032b030e29e0e900a9079d38055f 2125 django-polymorphic_2.0-1.dsc a49affbe5c499816dbffa3983057dccbd4b214a7 98719 django-polymorphic_2.0.orig.tar.gz 3734ed9e22c0c7ddc71ba4d7272cda6074564922 5180 django-polymorphic_2.0-1.debian.tar.xz 1406f0d78c9850b7ffe25f9a724ca34b3bb2874a 8413 django-polymorphic_2.0-1_amd64.buildinfo 941eeaccdf81ee57b0b755d92d5952daae6508ed 80532 python-django-polymorphic-doc_2.0-1_all.deb 7ec5365298187ba0b46726adab5b850b2a62984a 50076 python-django-polymorphic_2.0-1_all.deb 49b62e1d247951ebc29ce8e4de5f3208e06c5309 49944 python3-django-polymorphic_2.0-1_all.deb Checksums-Sha256: 3b427934395e476d639dc59cad13f0d2520bd6a2ac98149ae5ebe9c403a9e81f 2125 django-polymorphic_2.0-1.dsc 0c871fa1a601024f600026fe580645f33fe0de396956a4017e014bd3cd968658 98719 django-polymorphic_2.0.orig.tar.gz 977f6db64525b4f9576b8cb568d5b08fcd62de230b9e4c47b5407f8e9df20fde 5180 django-polymorphic_2.0-1.debian.tar.xz c994601ccf44f59d0e89dac9ce59b7e26d312bced4187a94550b6139baa0d8b2 8413 django-polymorphic_2.0-1_amd64.buildinfo acea0105f3ade9df032699b206b707c5dd908b9dbb70fc63e58dd6f2840a80ee 80532 python-django-polymorphic-doc_2.0-1_all.deb 90bdb64249936dd9a844e156e1d553c1a7e7c94c7167fc5266a0c6d14c595ffb 50076 python-django-polymorphic_2.0-1_all.deb 0cda4def29917eeec20c9f05b144e779b9ef41140b8092f30097eaea7c99f78d 49944 python3-django-polymorphic_2.0-1_all.deb Files: 295697e8b19267fdad657dc473b07093 2125 python optional django-polymorphic_2.0-1.dsc 9499b7c8cfc81699c8b6208fe01db7c2 98719 python optional django-polymorphic_2.0.orig.tar.gz 904d75c23cc32fe1eae74d8840672486 5180 python optional django-polymorphic_2.0-1.debian.tar.xz 00020b0b2b470570448008b8ad1ab58f 8413 python optional django-polymorphic_2.0-1_amd64.buildinfo 3af51f5a7887e135f2ba0d3d72753c87 80532 doc optional python-django-polymorphic-doc_2.0-1_all.deb 278c0c058d4b264c74ba12892ef689e3 50076 python optional python-django-polymorphic_2.0-1_all.deb ae3acc519b30e33df2eb06a7d284fee8 49944 python optional python3-django-polymorphic_2.0-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlp3CFkACgkQ/9PIi5l9 0WrKyAf/a3XZyHNc5eHmR5NqbBxsWAxuQ2Pq4cgeqG2HThvnlirY8uNnaculmnZs Lk2UWmAN3R3I6EsC/1XZbJ/5qc9Q6ALHPT94QD3ITB32ztIqCCvyEFkTgg4fmKxb 4IXpKxydfY+9y4ElsFi5No+N1EOnKjWWzfHLZloGkNxgcszxWvCLuVt75fIiRR34 iakAyUC+/WVvRsiBFx5s9wPwhcaH7eQqb2zyd6ObmJ+OMkGysZ+qGdYxwTVGD4Nr BjwVhQXCU0sZLoFT0wysnWHI50+n4DYC6hRa8kWv9/LpJ4/oahYtzXucPyCK6+Vx LdiOt3uo8LC7pNlZfO2p7nZgYN/Ymg== =96f2 -END PGP 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
[Python-modules-team] Accepted python-dropbox 8.7.0-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 04 Feb 2018 15:12:49 +0100 Source: python-dropbox Binary: python3-dropbox Architecture: source all Version: 8.7.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python3-dropbox - Official Dropbox API Client (Python3 version) Changes: python-dropbox (8.7.0-1) unstable; urgency=low . * New upstream release. Checksums-Sha1: aa25a9f4edc08522960d9b21f27fb8142af6ae8f 1799 python-dropbox_8.7.0-1.dsc 15527028aa1c172b1aa85dea5253d8ed0e333c85 454409 python-dropbox_8.7.0.orig.tar.gz 981f7561e5ce463d341b609f54f556b272ed77d3 2436 python-dropbox_8.7.0-1.debian.tar.xz 78acd49b3166d42e3e5c673437b6d2c346300e5d 6550 python-dropbox_8.7.0-1_amd64.buildinfo 221d3a4a3bf3502e7a63c42f299104797c3eae1a 323636 python3-dropbox_8.7.0-1_all.deb Checksums-Sha256: f5f88efe8b339d7d80f900ecd64b8aa57bc67957e37529f9d0fb29ad24f78bef 1799 python-dropbox_8.7.0-1.dsc c13fa40064d7adccc22f9d7f5fa5e4cbfbb9d941910c4b5ca50f6dfd88f17fd2 454409 python-dropbox_8.7.0.orig.tar.gz f620b3af95beab0f408ea023704fd5fd9eacda1f2a9f4188aa4f4ef6079315c5 2436 python-dropbox_8.7.0-1.debian.tar.xz a3363621bb4881890df31b389a196bc5cb08bf7c2628d07ef79730c72560dc96 6550 python-dropbox_8.7.0-1_amd64.buildinfo ac15b95c86e5d9a0504b7b2269e8849837f23f424f2b3593280d9abf447b3428 323636 python3-dropbox_8.7.0-1_all.deb Files: 139f013af62e7a92de45e2829976a402 1799 python optional python-dropbox_8.7.0-1.dsc 64afa82631e7e07dcc2b841c7d3566d9 454409 python optional python-dropbox_8.7.0.orig.tar.gz d0d00f89a0da51927af29d2214ff81b7 2436 python optional python-dropbox_8.7.0-1.debian.tar.xz 3f7b6991690e80f4d1fc60fe77a302b3 6550 python optional python-dropbox_8.7.0-1_amd64.buildinfo c038e21cbb1a13fb416e0cd1cfa13680 323636 python optional python3-dropbox_8.7.0-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlp3FYsACgkQ/9PIi5l9 0WpNxAf8DxVQwOopOpslyIJJrZPxLB8zY6ym3C0Op/lyhFvoGFVjSNSsE5QUX9dY Hu5bH6rBqYoW5yMT/gpbgCKusDEGL13FrH7Pdym4yXbDhtIj3nOplx3sdsZAWVR5 E096ra/uY7oNrl3avN0j1zDM1V8gPe9cvlhKRl0LfwiIU31sAC93krYGcxfUO12q TnHO1c1lQwX2HcUikMEmLBz9AtAw0OjLgfOaUE9qWho/T9xkV5B2iiVXyEGD9M2k luKY3zp0r1avbEbk07QmxsohX7ox/K+6NH9iZJiaO9ZsBu526ZE7me6bUeaO0BrJ NMSoXi9znfzsX6UFFqb5Dxp0unKnlw== =0KsM -END PGP 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
[Python-modules-team] Accepted django-haystack 2.7.0-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 14 Feb 2018 19:15:48 +0100 Source: django-haystack Binary: python-django-haystack python-django-haystack-doc python3-django-haystack Architecture: source all Version: 2.7.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-haystack - modular search for Django python-django-haystack-doc - modular search for Django (Documentation) python3-django-haystack - modular search for Django (Python3 version) Changes: django-haystack (2.7.0-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * New upstream release. * Always use pristine-tar. * Update license definition for SOLR auxiliary files. * Remove lintian override for missing GPG signature check on source tarball to serve as a reminder to improve on this. * Bump Standards-Version to 4.1.3. * Bump debhelper compatibility and version to 11. * Run wrap-and-sort -bast to reduce diff size of future changes. * Enable autopkgtest-pkg-python testsuite. * Build documentation in override_dh_sphinxdoc. Checksums-Sha1: 8c5bd9c94e1914cb51e3fca578d4b9e7e1dd2844 2024 django-haystack_2.7.0-1.dsc 97ba5a5c71d9097be5cbfc7eae0e307974fdf833 420971 django-haystack_2.7.0.orig.tar.gz 3422664e427bd83b2f511e11afe33fb249043e53 4052 django-haystack_2.7.0-1.debian.tar.xz 393b92bede6216a897dc414e2f5982f72ad59c2a 8156 django-haystack_2.7.0-1_amd64.buildinfo c58da481f4567bc87cfcbee2d4465653f18b75a9 313528 python-django-haystack-doc_2.7.0-1_all.deb 9d129e6cac53c79910612c6f9fbf0738ae2cba96 141040 python-django-haystack_2.7.0-1_all.deb a7a42d09ba14aded9ed76d2b7f05b62f81074152 141128 python3-django-haystack_2.7.0-1_all.deb Checksums-Sha256: 7335420a7168d3e8f7c9e5463362d7bad17b3bdf0955777bee40c7a58552c02f 2024 django-haystack_2.7.0-1.dsc cbf0802eda82dfa449b09e8d0df832dbae95c83c1b2c979061824256d4531318 420971 django-haystack_2.7.0.orig.tar.gz c5d518df9e81c19b1e29daa580bea44b93f4d02bda6a89c389701bf1a155d78b 4052 django-haystack_2.7.0-1.debian.tar.xz 654fe34a38a562ce265787cef27ffefadda0f7f47a876a32551186fc7f202555 8156 django-haystack_2.7.0-1_amd64.buildinfo 22fa710580463ce1cbe00ce518bdc6ffb1ca42e582f3a378a6dbab7c7fca3ac3 313528 python-django-haystack-doc_2.7.0-1_all.deb a517c0c37fb720fd3d9b27c1a82cef3f6b17ef8db6928481bd00072ffdd5e30e 141040 python-django-haystack_2.7.0-1_all.deb 2e31d10939da38710156daa3e883e738315115c2deb4e52988a413baf5b8659d 141128 python3-django-haystack_2.7.0-1_all.deb Files: 67e4dd5a00fb7d29a7a05c7aa322ca20 2024 python optional django-haystack_2.7.0-1.dsc 94fa78496c90ccf2e17de919950617bf 420971 python optional django-haystack_2.7.0.orig.tar.gz d7ec286cd73db245ee68811987e4311f 4052 python optional django-haystack_2.7.0-1.debian.tar.xz 086b77a8fca2b3d240eac9daa4f2ae48 8156 python optional django-haystack_2.7.0-1_amd64.buildinfo 2f03703b33d6154cdde86a841b527673 313528 doc optional python-django-haystack-doc_2.7.0-1_all.deb 781d07f20bc6f090c66d23cd78044520 141040 python optional python-django-haystack_2.7.0-1_all.deb 72a3816310f0183b5c7f6bd4f112d7b2 141128 python optional python3-django-haystack_2.7.0-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlqEfdkACgkQ/9PIi5l9 0WqT9Af9ElNv6mGhsVkkadoukp31O9KdcMKRHiHMDIcD1zKcb9v1aBMTThfx5ZBU xWdnuKk4aYTMLNJkOArRKcejSxhHGJOrW2qkyAZU/EPXY4pjGa53Ihfmb1Tmjieg cOadeWGyAByi7M3NvP6DZKNUDYCd+0Mg36AXMs1yBkp06aYl068CxN0Lj7En81DI Rd7hO+xcNsnQjo7v22idMYmyfawrcHEphxwVRXJvPaDuf5ybgUSD4ZsYaMEI91AG 5FAOcarxT6pqTxmiWDB+OYbTS57BJhh7ShdE9JClfHgWSgRTU7QhvWdzPB4tfCup One33JDXVGNjZvd4URVmTL0M8xhT8A== =+9M0 -END PGP 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
[Python-modules-team] Accepted python-dropbox 8.7.1-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 16 Feb 2018 10:02:49 +0100 Source: python-dropbox Binary: python3-dropbox Architecture: source all Version: 8.7.1-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python3-dropbox - Official Dropbox API Client (Python3 version) Changes: python-dropbox (8.7.1-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * New upstream release. Checksums-Sha1: ba437b0035f4a17ad93142925f6c4502f764af16 1774 python-dropbox_8.7.1-1.dsc 46d6323179c4c32b939807fa5fbfc152240ee89b 454527 python-dropbox_8.7.1.orig.tar.gz 0de94a4f7d2d2eb80ad44f6a1a71352b8c462658 2500 python-dropbox_8.7.1-1.debian.tar.xz 1eab1ce720ea86e4fab50ed7f504d3ba21fa1aa0 6574 python-dropbox_8.7.1-1_amd64.buildinfo de1af87820d7a46f82c6bbc7e2a4eab6d20d7024 323788 python3-dropbox_8.7.1-1_all.deb Checksums-Sha256: 3cb9a7d15011a8cc4cbaf9ead4b1ab211a347ecb03de1cc9c788c3afe882143b 1774 python-dropbox_8.7.1-1.dsc 019f1529631d335f2b57ffd65a4545406bd3d139d0a9611cb6ca8c66c4ae7309 454527 python-dropbox_8.7.1.orig.tar.gz 9fb0baeb90b740870d4405a63204b1c11bd83ba3488ded0b85c4ab35072ba263 2500 python-dropbox_8.7.1-1.debian.tar.xz fd931b025cb57c79ecb42d8bf4ad12d91a4cf43d9603a541f49ad40ebca5d01f 6574 python-dropbox_8.7.1-1_amd64.buildinfo 0886236bfaae954ae8d9e1e59dccfb3e92e89ba17aa20c9b22ed8db6b98f7a01 323788 python3-dropbox_8.7.1-1_all.deb Files: e81e03cbc3cd825d8f77192cfd3c78ac 1774 python optional python-dropbox_8.7.1-1.dsc f5c9941e72ed2347c25755b92b61cd5b 454527 python optional python-dropbox_8.7.1.orig.tar.gz 20f8c2062e59fc79ce3034612732f666 2500 python optional python-dropbox_8.7.1-1.debian.tar.xz 2618cf5404cff69b5d4ee9cead1e5da2 6574 python optional python-dropbox_8.7.1-1_amd64.buildinfo ed94f8bba56c98c0d2182a6913611c91 323788 python optional python3-dropbox_8.7.1-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlqGntoACgkQ/9PIi5l9 0WoOuQf+OMrVLJ7WuK7YqGWlDbboDCvUv5f5dM3zH+d+pmV5W+Asj+dZ+fcu905B t2LdfQR8w3gk1RHdoe9Qng2MeaPklVobja7U5DkhFOdbNdoapvWHgiPk2XPj15D+ KlocWkxdhZ0zzu3KdBxP9z0es17yqZPQLnFJHqrQVsD7207DaB4JzAX8OZz1vm0M 6rCSZCLZ/Bm1fUwnXKPN1gdZ+jaQ4QI+HxKQvN+HDCkpxD/crKJnnEr6aNDcbuqI g97rWOgszae0aF6FfRScP0o0VULPCXRljJc46JLleykhuh2GsdJ+bWaw8HOKoprP cVZFQ5k9QbMgy870gL8Mh/bZwoZT/g== =pwMX -END PGP 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
[Python-modules-team] Accepted django-polymorphic 2.0.2-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 16 Feb 2018 09:46:38 +0100 Source: django-polymorphic Binary: python-django-polymorphic python-django-polymorphic-doc python3-django-polymorphic Architecture: source all Version: 2.0.2-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-polymorphic - Seamless Polymorphic Inheritance for Django Models python-django-polymorphic-doc - Seamless Polymorphic Inheritance for Django Models (Documentation python3-django-polymorphic - Seamless Polymorphic Inheritance for Django Models (Python3 versi Changes: django-polymorphic (2.0.2-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * New upstream release. * Refresh patches. Checksums-Sha1: 99598c50d5fc816270919d81da4c9e0db3f658ec 2114 django-polymorphic_2.0.2-1.dsc 89da5bd25ff3df671fbde1f26f6f4fd5a148c6ea 99805 django-polymorphic_2.0.2.orig.tar.gz afd6ce98dbdd19ab6a497fed8550e6e11cbc8e39 5216 django-polymorphic_2.0.2-1.debian.tar.xz 232e7062ac283837ec49dd8c0dae6c177391358f 8465 django-polymorphic_2.0.2-1_amd64.buildinfo 20ecf12fa01ac64942a578f584e9107030f2dcd8 81324 python-django-polymorphic-doc_2.0.2-1_all.deb 8c61c22553f2aee14a72adb9cf493fd3be8abb13 50796 python-django-polymorphic_2.0.2-1_all.deb 0dc6d8951e8f1b526fe3da06fc5d5a5593aa9934 50644 python3-django-polymorphic_2.0.2-1_all.deb Checksums-Sha256: 855915303e29debd025846c15b5ab72074307476ad251fada5ad90d477e9a8c9 2114 django-polymorphic_2.0.2-1.dsc 48b7b4612dbb93a1f933da3f78caf233e838eff42fb2dd53d71d17640a2d684a 99805 django-polymorphic_2.0.2.orig.tar.gz 90d5f51196fa102943f5e136e55792ebde4f7b9bbe054b184d2e0f05f5faefa3 5216 django-polymorphic_2.0.2-1.debian.tar.xz 187d3555d953cbe5be2cc82aae09d3e560e01ac3b428c0b450544c7a1b55a0c3 8465 django-polymorphic_2.0.2-1_amd64.buildinfo 13d3993b3dbd1670f92dede03d14ac19f0d3d3e6a876be140d30c6dd6998bf20 81324 python-django-polymorphic-doc_2.0.2-1_all.deb aa6df163751fc2ac08c58e16e53cf4d6a86ea079bc1077bb23a739a7b39e266b 50796 python-django-polymorphic_2.0.2-1_all.deb 7a3b23d6f8c9313a807c114f4096837b2af6169b05415aa29da0fde4e25f3e4d 50644 python3-django-polymorphic_2.0.2-1_all.deb Files: d705403a97492e80b0fcbabf23497833 2114 python optional django-polymorphic_2.0.2-1.dsc 8f0c894847f075e506114cfc2554f719 99805 python optional django-polymorphic_2.0.2.orig.tar.gz 457ae1d544eca8c6286680e8d6a867f5 5216 python optional django-polymorphic_2.0.2-1.debian.tar.xz c96c97da88f640b10b4aa2bbc88593df 8465 python optional django-polymorphic_2.0.2-1_amd64.buildinfo 878b161438ad1b34e328f6c974547e1b 81324 doc optional python-django-polymorphic-doc_2.0.2-1_all.deb 0dce449074dd162c546b6b5e796641d2 50796 python optional python-django-polymorphic_2.0.2-1_all.deb cb96061368bfb9a1d89ac528d524daa9 50644 python optional python3-django-polymorphic_2.0.2-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlqGm7cACgkQ/9PIi5l9 0WpKxQf/W+c7fpRw6CoZ/XVYRnxNsc+VJStG+MS7VXeBejXGtS6UYn1u8NHRX5Pt Q124BwxPo2Ttmr0hp4I+NXM7tjsA0rTXhmiQ3COACyIDUVBXbhTqWYgNLr6WOHoM PInJwu0KcC+EUV4z5NriyuWoeeVCWcHYuaM+m+dZwUeWwu+lP+0adNLyUNMvhgOE YZl/NF7wdB4VR9c7mKPH49Ku2y/5fshBRSC94qYd6/fEeoVD1JjHbMHUZRal69hk 0QFbPPOygIn0ISVIGoY4qoLKKp3NFDuXqHCG3jd1XvCMRYsSfMwrYU8gBFpI5RSd O2y+ahTvDBdAgiFW5lX+w11pFhrc/w== =y3SV -END PGP 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
[Python-modules-team] Accepted python-parsel 1.4.0-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 16 Feb 2018 10:17:23 +0100 Source: python-parsel Binary: python-parsel python3-parsel Architecture: source all Version: 1.4.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-parsel - Python 2 library to extract HTML/XML data using XPath/CSS selecto python3-parsel - Python 3 library to extract HTML/XML data using XPath/CSS selecto Changes: python-parsel (1.4.0-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * New upstream release. Checksums-Sha1: ff3d0515436b6dd7ec86d5b446525f2b3055de8f 2034 python-parsel_1.4.0-1.dsc ddfc1f79c27810dc0bc8ce321383f6cb464dce61 35931 python-parsel_1.4.0.orig.tar.gz 23c65d13cd0863892705414e101f315587a42db7 2660 python-parsel_1.4.0-1.debian.tar.xz 645a9cf5093a64db047bea9609cdecb74bd85332 11156 python-parsel_1.4.0-1_all.deb 68e1d88d563698477affd8705837420834243076 7299 python-parsel_1.4.0-1_amd64.buildinfo e76e04fed47a82cb1018c6f0300a87c8320eed7a 11244 python3-parsel_1.4.0-1_all.deb Checksums-Sha256: 4ee699eac3c9120e08faead65e252c5031f28afadd68a523e66e8284cf7befb7 2034 python-parsel_1.4.0-1.dsc 8244b4fcaac17e73c4fc1bfe75c2bcd41e1b5776eaf0a72b8670358655250060 35931 python-parsel_1.4.0.orig.tar.gz ae55a0f76272a52b1d1ede121cff1c1db69e5c060bf32c8594199c894c880c75 2660 python-parsel_1.4.0-1.debian.tar.xz 67123ad9403e0b84e0778f16a4c7ce8631e01bd886441ed2ee2f710a9b30e769 11156 python-parsel_1.4.0-1_all.deb 286fb95608f6484fb2d650fea4b4c85e19e6b314e1a9af0d0a96c005e5ad644d 7299 python-parsel_1.4.0-1_amd64.buildinfo 1300208d66d43b45bc78653498cb8dcdc18bc1fa46810ce3faa40c7e7d98 11244 python3-parsel_1.4.0-1_all.deb Files: eb05768d013adc2dc6d652e81bde9d6c 2034 python optional python-parsel_1.4.0-1.dsc 69f2862d602d0b7f9bc795514b25952d 35931 python optional python-parsel_1.4.0.orig.tar.gz 1ca34fd78f5d54c9dac7d90f82803a50 2660 python optional python-parsel_1.4.0-1.debian.tar.xz 7b8b4f3b49f31a57b3f42a8b95edd5dc 11156 python optional python-parsel_1.4.0-1_all.deb db40fa27fcc2f6549e6e88489a6c9398 7299 python optional python-parsel_1.4.0-1_amd64.buildinfo 15deac21ffa67cd0e616e89b444e5f0e 11244 python optional python3-parsel_1.4.0-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlqGonAACgkQ/9PIi5l9 0WrUuQf+PtYvm1NeOvil0khAZPRzXklrYqGbChl3spmkQCIqyexowJ76v74p89qE ni4kMnH/R6i6X6W1UzTnZonfi+C6qWkuPqrlZBnIhBuScgPqhUUd5itJpwg5Kfvc sl6EigWEqeqejvs8fr0XjR1YpMdpHYefC8HrHXy91lJScbeGJHIP31AV80wUsDei HOZwoPujT7iqVzVIgVlK8+AR6dAxJUGCVuaoZSymOJcepZ94wcaYjNGxGbgmG33/ SDXy25IRgNWadxDKkF+Qpo4357N3nE1mqgNGxIShsuHjt5lEa4ewvYc5e+iz/fsb qCm8KAcxam74Hhst6ByCtxGvms+MIg== =Besk -END PGP 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
[Python-modules-team] Accepted python-django-celery-beat 1.1.1-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 22 Feb 2018 21:06:45 +0100 Source: python-django-celery-beat Binary: python-django-celery-beat-doc python3-django-celery-beat Architecture: source all Version: 1.1.1-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-celery-beat-doc - Database-backed Periodic Tasks (Python3 version) python3-django-celery-beat - Database-backed Periodic Tasks (Documentation) Changes: python-django-celery-beat (1.1.1-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * New upstream release. * Refresh patches. * Bump debhelper compatibility and version to 11. * Fix inverted substitutions for python3 and sphinx. * Bump Standards-Version to 4.1.3. Checksums-Sha1: e5bf07dce14fa76ca71246a6977fdf7399550b30 2070 python-django-celery-beat_1.1.1-1.dsc d9694400499359e195790b49102df6afa9148ce5 71753 python-django-celery-beat_1.1.1.orig.tar.gz a8f276dd5c7bdec89ad8307d60a9e596bad6f4a4 9680 python-django-celery-beat_1.1.1-1.debian.tar.xz 7bf13d7ccca3390a1d8bfca86dc4bd74fe85f82e 113564 python-django-celery-beat-doc_1.1.1-1_all.deb eef025ea066b6a6513a2201d723dd8fbcf96a2c7 8108 python-django-celery-beat_1.1.1-1_amd64.buildinfo ec1de4a1f55a27502bd8f81ef9543f28f8c85ae1 24984 python3-django-celery-beat_1.1.1-1_all.deb Checksums-Sha256: 14e978ed5dc74d02f1115e8d8fdd9b14adf158c893f5190a813d1d2c52f6069e 2070 python-django-celery-beat_1.1.1-1.dsc d03b414affcb8c8c19d9f88e9ada977a900b84994daaf094609aca207cc2fed0 71753 python-django-celery-beat_1.1.1.orig.tar.gz 2f4afeb174395998f856fd7607287f659f9580aef5679054830d97162017be39 9680 python-django-celery-beat_1.1.1-1.debian.tar.xz 0b1ec9b79678d48d6ea770b98b89749dcfb2e92a068f551dab0804d9ff54e211 113564 python-django-celery-beat-doc_1.1.1-1_all.deb 2a92ebf5c6b8e63b45acc4013be3bca2bdc2aead4ad3a983c928a59f9c62609f 8108 python-django-celery-beat_1.1.1-1_amd64.buildinfo c3af2018ddcf69a059313ac7140e543974c2413eb4f79b58f659dfd4c5723286 24984 python3-django-celery-beat_1.1.1-1_all.deb Files: e10af711b4bfba3528aeaa8bcce0155c 2070 python optional python-django-celery-beat_1.1.1-1.dsc 579825bdd3b835b53569a79196cf7126 71753 python optional python-django-celery-beat_1.1.1.orig.tar.gz 2b250e9d0e11441609cc6b51770b1716 9680 python optional python-django-celery-beat_1.1.1-1.debian.tar.xz 291ba4a7cca59a1d2e3fc1a46e76fde8 113564 doc optional python-django-celery-beat-doc_1.1.1-1_all.deb fbd33a7f9d0c4b6019efa11a4f8b6be7 8108 python optional python-django-celery-beat_1.1.1-1_amd64.buildinfo 62080180a4c7d3ae540c443f639e5a55 24984 python optional python3-django-celery-beat_1.1.1-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlqPI5oACgkQ/9PIi5l9 0WqRlAgAnAT8BZEo1aRaMjiHFImF+gd2upmbNbzPW3fbj5huoJH+HOjQnpx+uy9T XwiGME0lsMQD3ZYSyJ+0//HJLl6We7GJUpAfZUyarR3r98UrQzpiKEqEQpP9yflF W/BUXSuazWtGmQK/0OB3wu5oumrt1t4NtH2JghvCkNS8DsGL//Gb/AVWG9jWkaAw gIQ/5KQUk5/VxGh1uLnsm+fafi0eS6qtoIk7nyYicJ4XF2CQcGzxibldR9VfGcsE xMB8a33GzwF/Iu4i461BLjY59NuqVcd+nEANBHNVUzjejoL3WRd5dZZaqyoBIlq0 GK9Vh78FF6h0XpVLkpBAfBuWHLqSng== =jYcb -END PGP 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
[Python-modules-team] Accepted django-redis 4.9.0-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 03 Mar 2018 19:40:09 +0100 Source: django-redis Binary: python-django-redis python3-django-redis Architecture: source all Version: 4.9.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-redis - Redis cache backend for Django (Python 2) python3-django-redis - Redis cache backend for Django (Python 3) Changes: django-redis (4.9.0-1) unstable; urgency=low . [ Scott Kitterman ] * Add missing depends on python/python3-django . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/watch: Use https protocol . [ Michael Fladischer ] * New upstream release. * Always use pristine-tar. * Bump debhelper compatibility and version to 11. * Enable autopkgtest-pkg-python testsuite. * Bump Standards-Version to 4.1.3. * Run wrap-and-sort -bast to reduce diff size of future changes. Checksums-Sha1: 619c439f6e09f02e078ff092e6da413ac716ef2e 1868 django-redis_4.9.0-1.dsc 9e03118a037e0c886c88b4992eae6bc4736d6cfe 48816 django-redis_4.9.0.orig.tar.gz 95f79415e5c423c7f3178753bb951552e9712429 2680 django-redis_4.9.0-1.debian.tar.xz c3fc8742fad8ba7315c9c076aa57c112c90c610a 6909 django-redis_4.9.0-1_amd64.buildinfo 51ffa8fa1c18152dad2010046e7c329562deeff2 17380 python-django-redis_4.9.0-1_all.deb d7fe49b83bc60b3eaea559cc48683cb57be97b9a 17464 python3-django-redis_4.9.0-1_all.deb Checksums-Sha256: cd8b408d1ebf2e040ed5cbda0d4aaa9b5924fdf32e74ae4ad8a6618dfb5935b6 1868 django-redis_4.9.0-1.dsc 15b47faef6aefaa3f47135a2aeb67372da300e4a4cf06809c66ab392686a2155 48816 django-redis_4.9.0.orig.tar.gz 6ff1521d88ba74f655ec8ec9f2b2a4e82ed222544598b8db71cf2ed5f8489fdb 2680 django-redis_4.9.0-1.debian.tar.xz 935dc224d17fc812e4361e273371cfe6981d489cb4b3e8e9ec152d0a467cb50f 6909 django-redis_4.9.0-1_amd64.buildinfo 8ce9f6d7a6653300acf2549d802093dd9159fac2b838dce5af1166af53f7baa2 17380 python-django-redis_4.9.0-1_all.deb 5bb6f3d580b5e37499d309321bfb73fa5c2279906ec630329b4e2b3bc7f3481e 17464 python3-django-redis_4.9.0-1_all.deb Files: 1afbcd2edfcca6a3404844e96b63539f 1868 python optional django-redis_4.9.0-1.dsc 944e3f8ad8c9b616da7e9db5404a1f0a 48816 python optional django-redis_4.9.0.orig.tar.gz 6e3e665fc38122361b0a54217c1440e0 2680 python optional django-redis_4.9.0-1.debian.tar.xz 49fb3b3c6171ad52a4574fe5985f2261 6909 python optional django-redis_4.9.0-1_amd64.buildinfo 30ce4d291ad3f555c51c6c7a29360320 17380 python optional python-django-redis_4.9.0-1_all.deb a8f052623b3250a76be2fc8bf8dd2248 17464 python optional python3-django-redis_4.9.0-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlqa7KoACgkQ/9PIi5l9 0Wqdgwf+Is+26mtC1kJFy7S9b/KOTQJTS8PC3OxkNIe7/7bIM197C+fVt0uDTCJK quAKBHafQofVBpJmAUgnIfHBduCeSNJ9e8IVPpGoJzsyGJsuWVCmfBZ6ib28vn9T 99jzmFzFEbAsx/7TMl8A5oZh0vSxi11fDEeN62XAE2uKbxG5qEn2u3KMY7FXecR5 tG+2dY5u7M5VzCUk83CbZbUutcRrHzgl7IcQPzy/pgpAhqkLzL3rkLBqQcQQ2KYL sdtbSThK1L3OGmJQJYBpWy0pKBGIpDkFundT7ifE0mKhk7oitKfe5nqTXdgR+yRy JRkSdyf1uFBKrYOsFyDQHpX4+kVIrg== =tFFm -END PGP 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
[Python-modules-team] Accepted python-django-extra-views 0.10.0-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 07 Mar 2018 14:42:53 +0100 Source: python-django-extra-views Binary: python-django-extra-views python-django-extra-views-doc python3-django-extra-views Architecture: source all Version: 0.10.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-extra-views - Complementary class-based generic views for Django (Python2 versi python-django-extra-views-doc - Complementary class-based generic views for Django (Documentation python3-django-extra-views - Complementary class-based generic views for Django (Python3 versi Changes: python-django-extra-views (0.10.0-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * Refresh patches after git-dpm to gbp pq conversion * New upstream release. * Bump debhelper compatibility and version to 11. * Bump Standards-Version to 4.1.3. * Run wrap-and-sort -bast to reduce diff size of future changes. * Build documentation in override_dh_sphinxdoc. * Enable autopkgtest-pkg-python testsuite. Checksums-Sha1: 31edff6227357ed08d4708d0f20b5826872a6ece 2191 python-django-extra-views_0.10.0-1.dsc ff3bce45349040b7aa5d476ddea234489b18147c 26268 python-django-extra-views_0.10.0.orig.tar.gz 78e30c5c553ef9df3089c1201b29049823f5ca70 3496 python-django-extra-views_0.10.0-1.debian.tar.xz cc31df9246ef25e62af77e2bbb6dd875c7660e24 21016 python-django-extra-views-doc_0.10.0-1_all.deb 96674e64a5dfbf310982ccc056111276e6e6d61b 15028 python-django-extra-views_0.10.0-1_all.deb 881c158fd3b016a5afa5119538d47bb283aa0d01 8447 python-django-extra-views_0.10.0-1_amd64.buildinfo 09100a529197b403af84a2b8bd1872c8133fb305 15120 python3-django-extra-views_0.10.0-1_all.deb Checksums-Sha256: e7fd59cb30e378d4680a3f22778ec9b3884ccbd7fd8014509cf8dfbd3c1189e5 2191 python-django-extra-views_0.10.0-1.dsc 87d637d6fe89ba4c02eda9975bbc4feb5a3a0a14cf580fc5b5ba63d51a38e77f 26268 python-django-extra-views_0.10.0.orig.tar.gz 7ed1d53fc98ee469a57ec181c616d86a94570f3367fb80678fade8304b972c32 3496 python-django-extra-views_0.10.0-1.debian.tar.xz 01ade21e6a76c656b119928e039b432bf429acd734b5fc0ef32fb0ba4358a346 21016 python-django-extra-views-doc_0.10.0-1_all.deb cc4cf4ed0e8092e403f07e1903bdc747fac267dc227fc4377d2e267da680042d 15028 python-django-extra-views_0.10.0-1_all.deb 586dc4b4a5ff75b99be8073fd74e15884c0318e3208ac87853a43f99cf579db8 8447 python-django-extra-views_0.10.0-1_amd64.buildinfo d6202e76f93f420e7201d072b2b28c9eb3f4f93a3df3d39dacea9fcca95b8d73 15120 python3-django-extra-views_0.10.0-1_all.deb Files: 8db09a3d9976f3433d71eca60935d031 2191 python optional python-django-extra-views_0.10.0-1.dsc 6f563bc0bd83baf39557a6db4a1cdc70 26268 python optional python-django-extra-views_0.10.0.orig.tar.gz b202b9bf922421fa6eacbf9fd0ca872a 3496 python optional python-django-extra-views_0.10.0-1.debian.tar.xz cbc1b278629d581de3ca095e2262d5ff 21016 doc optional python-django-extra-views-doc_0.10.0-1_all.deb dcde1b7b3b1177f5fc014315b8707d78 15028 python optional python-django-extra-views_0.10.0-1_all.deb e3c2c23f7a7ec40a9cfc59053ddb67fe 8447 python optional python-django-extra-views_0.10.0-1_amd64.buildinfo f9397ee1693f3723c6edbbd20443e5b8 15120 python optional python3-django-extra-views_0.10.0-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlqf7TwACgkQ/9PIi5l9 0WoraQf+Jk0CL+iegE58NAzgfFQTLaZ+23Stx9mw03JsoQsTgzW6e3UnL8NcguKS 9NrsS2qu65WxomEiQZVvKIqzi+BEWSOBngpb0/fBxFrPTFvWOCTf6glaz/1uVseX uA5hjG+P8RPAtgJNFn8eBebCNsStcVSTi4gbSi40byHaxCfyXSNCU/x2o/jurMfd m7vt9s9cBm2Vg9TI4db8rv8X1T8N5W3CAA18i9lg08wrl2PG2BaEyCRxv5WuMaxD J7vwEKASwxOOETDKakhU7Yqi7sIIeY457pJJ/BzoZnwb8vj2eQSMl/5QpDaK6GWC ZfklqSWjqoY/eHoiv0QnXDm46BF0+g== =aqIu -END PGP 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
[Python-modules-team] Accepted django-haystack 2.8.0-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 24 Mar 2018 19:40:40 +0100 Source: django-haystack Binary: python-django-haystack python-django-haystack-doc python3-django-haystack Architecture: source all Version: 2.8.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-haystack - modular search for Django python-django-haystack-doc - modular search for Django (Documentation) python3-django-haystack - modular search for Django (Python3 version) Changes: django-haystack (2.8.0-1) unstable; urgency=low . * New upstream release. Checksums-Sha1: 570781f3728b52ab51974afc93b1b90228b91f2b 2024 django-haystack_2.8.0-1.dsc 5f3ec1f11a0fd5afc7f8120fb749b9f0ce9b55cc 421203 django-haystack_2.8.0.orig.tar.gz 45dd59795c303f6e0866226960ddba2bae2db739 4072 django-haystack_2.8.0-1.debian.tar.xz 413642da6f202ee7f2c9962353005898aada6c9b 8180 django-haystack_2.8.0-1_amd64.buildinfo 23f9a1fa11510215e3c2129775476039b4b9b86b 313464 python-django-haystack-doc_2.8.0-1_all.deb 59428444f5a36b280f3dda608a76dc591a7c46bf 141120 python-django-haystack_2.8.0-1_all.deb 044fa8d79ad9ca23b7ab3cf14e117433fc8759bc 141180 python3-django-haystack_2.8.0-1_all.deb Checksums-Sha256: d25aa1ec2a6ec9ed70f3e0b78b8f8afd8b76c09345ec64ea9aca4a867836fbb5 2024 django-haystack_2.8.0-1.dsc 582227d77adea51e5e3b7faa0b8efce397bd2925d3159f71f324f6bb60bbdca1 421203 django-haystack_2.8.0.orig.tar.gz 26608b16934054b405105de9f37129c23b0c79fb6ad488c4486d501592308143 4072 django-haystack_2.8.0-1.debian.tar.xz ae103097aa13c7fb18b5785963351c9299cb261e740e66970aa13fd736181ed6 8180 django-haystack_2.8.0-1_amd64.buildinfo c2d024f845ee8ea99e903cdb8b57e518a5a2e039789838ebe4bdab9c2eb8dab9 313464 python-django-haystack-doc_2.8.0-1_all.deb e3db1b42789ccc473c88e9c12b33f0c1d54dd5c41475b8bb0c96cec36865e394 141120 python-django-haystack_2.8.0-1_all.deb d1d1e0a64473d6120882263259053c428f6e75e25924646895c1f004a1356fb8 141180 python3-django-haystack_2.8.0-1_all.deb Files: 7708dd66b1631c9a642a9041b0974983 2024 python optional django-haystack_2.8.0-1.dsc a763c69f92417ceb5f88f807856369e8 421203 python optional django-haystack_2.8.0.orig.tar.gz 125319debb5a13c67394797f3119382e 4072 python optional django-haystack_2.8.0-1.debian.tar.xz 213f735989fea335d655d86e7aebce35 8180 python optional django-haystack_2.8.0-1_amd64.buildinfo 78475015898d068dd7e8a045812219b9 313464 doc optional python-django-haystack-doc_2.8.0-1_all.deb 33022a55300d27c8febea98543aa054d 141120 python optional python-django-haystack_2.8.0-1_all.deb 70dfba3dbd6283fa36adb11877445691 141180 python optional python3-django-haystack_2.8.0-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq2nJIACgkQ/9PIi5l9 0WqK2gf/aURQwSmPzboeC2Am4n4rfXMK8vayDKqiwRVlAxB716lU4h6Kijrx/cbi uMXpvyJIAt0ksTOVUnWYd5M35efd/2DkHlH1W2BhFtoo7yry04xdy3P9jBLdDyMT NckC/zPBJAxIqCILCmLgb04b6ZwYIWJXeetwY31XeL+28hY+A4Ppun5LLgbm0eLw tQJZ43jM0lKA3K2Ijm4EiE7NQM6ow/613y18xjfYq5KG83tW8IUI7bW7sOJwyWnE aY+BijA3DQ9BT8wtKlo0AlNqXYqffXdPXDltbwdwh4De8R3oKbzZl75oUzvhgX6/ haprqpFt7F11EJHA8HEUTfWjkpvMlQ== =y/Sa -END PGP 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
[Python-modules-team] Accepted python-django-crispy-forms 1.7.2-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 24 Mar 2018 21:37:11 +0100 Source: python-django-crispy-forms Binary: python-django-crispy-forms python-django-crispy-forms-doc python3-django-crispy-forms Architecture: source all Version: 1.7.2-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-crispy-forms - app for Django providing elegant form rendering python-django-crispy-forms-doc - app for Django providing elegant form rendering (Documentation) python3-django-crispy-forms - app for Django providing elegant form rendering (Python3 version) Changes: python-django-crispy-forms (1.7.2-1) unstable; urgency=low . * Team upload. * New upstream release. * Enable autopkgtest-pkg-python testsuite. Checksums-Sha1: 688010b547526dfba955775e2453b8960c363e43 2159 python-django-crispy-forms_1.7.2-1.dsc 75e8aeba3be24e175b1bb6c82fad75140633c605 158420 python-django-crispy-forms_1.7.2.orig.tar.gz e8e22c75f497570724e6b45f930cce56c7ed015b 5544 python-django-crispy-forms_1.7.2-1.debian.tar.xz 9d88cf5828d7e84ba57b2f97b44426eac68e5f03 147992 python-django-crispy-forms-doc_1.7.2-1_all.deb b70c00e031e3b7ce06e1c49e076f7b25235a0920 57808 python-django-crispy-forms_1.7.2-1_all.deb 0c2ef2304824a0655b488557ef3da5f0dd58d5fc 8331 python-django-crispy-forms_1.7.2-1_amd64.buildinfo 98a0d5ca5eeab5b1906cebe7f0206a20362a2074 57864 python3-django-crispy-forms_1.7.2-1_all.deb Checksums-Sha256: 7de3712d49df6013466206a6368e9a82edc0f4c11cc01ee4f5a8335fcb4b327b 2159 python-django-crispy-forms_1.7.2-1.dsc c42f8a388e152ac403b9129db3c65a1deccd23f98b43efc4ad4644d2c823cce0 158420 python-django-crispy-forms_1.7.2.orig.tar.gz 9e329e169714d154c15670509269f9fc2f6a7d1fbfb3c5360757bcb0ace7616d 5544 python-django-crispy-forms_1.7.2-1.debian.tar.xz cb1e3be83b651bbe729bcc854630b14c1440abfc40be9e3027583590f8a28f70 147992 python-django-crispy-forms-doc_1.7.2-1_all.deb 38bdb3fa8c85335aa84c61a3223748946cce75bc4775166865c448bd5aab6a77 57808 python-django-crispy-forms_1.7.2-1_all.deb 23bc5b48c8a026f2049ce082585f47a1d082d9f76fc3f2317670498c79a04877 8331 python-django-crispy-forms_1.7.2-1_amd64.buildinfo 7f53c26a09b7e759b27d6e797a6ce2c0919b4c11001abfd58ad707a6416dab6f 57864 python3-django-crispy-forms_1.7.2-1_all.deb Files: 4e5409f8e49fe9c32ab8cea9aa1f47f9 2159 python optional python-django-crispy-forms_1.7.2-1.dsc 265502fec23a2f3fded4c5ef2b954253 158420 python optional python-django-crispy-forms_1.7.2.orig.tar.gz 05a22cdeb84ff7e5b299e013ac63d8f3 5544 python optional python-django-crispy-forms_1.7.2-1.debian.tar.xz 0423ec0fc736c4c39a64c238357052cf 147992 doc optional python-django-crispy-forms-doc_1.7.2-1_all.deb c36cb38b4307980e84d1d173b216fb28 57808 python optional python-django-crispy-forms_1.7.2-1_all.deb ce153a384fbeb71ba217a3af407282c2 8331 python optional python-django-crispy-forms_1.7.2-1_amd64.buildinfo cb67dcca727733ff88e87868feb3cabf 57864 python optional python3-django-crispy-forms_1.7.2-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq2uLwACgkQ/9PIi5l9 0WrR0wgAhpjDTYPQcgp19OZbzCFB/OHunGc6hjBIk5euCsr0reDBucxpJ/yAPxwt M0bQiohis8KlQISufTJfdvXjTEs0Jybe0S5RDFs4uz9djeto7Uj+tiobfZ5bUb2x s+TRnKsRc0Jn19VeWMsqUCND/+5HhfHGThSE+LK1tMyM5FTAdbuQXNbOeoH5iNiF D0DoAUHIJwlNqKYVpIQfE5BkK2dYEIqyq7RQkz6uPvqpSL4UVKoW15APUoLYeRW4 K/ZlCLBs/a92gwCDkxs7unOua3wzoH1zCNa86STNx7yGiHKUJDzG/ApWYJ3e2OqL 8hbr98n2aQ95gMOcCW3FTBn9OKNwHw== =4wBG -END PGP 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
[Python-modules-team] Accepted drf-haystack 1.8.1-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 24 Mar 2018 21:07:20 +0100 Source: drf-haystack Binary: python-djangorestframework-haystack python3-djangorestframework-haystack Architecture: source all Version: 1.8.1-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-djangorestframework-haystack - Haystack for Django REST Framework python3-djangorestframework-haystack - Haystack for Django REST Framework (Python3 version) Changes: drf-haystack (1.8.1-1) unstable; urgency=low . * New upstream release. * Refresh patches. * Bump debhelper compatibility and version to 11. * Bump Standards-Version to 4.1.3. * Enable autopkgtest-pkg-python testsuite. * Run wrap-and-sort -bast to reduce diff size of future changes. Checksums-Sha1: b8835d2a2fa9ee29dc87ef274948be66e9ab3c6c 1893 drf-haystack_1.8.1-1.dsc 6d1dd6853b7311883eaa54f95ee7a7068b6e2ca8 60324 drf-haystack_1.8.1.orig.tar.gz f190f66f8155ed45819bcaf257b3156ac7654f51 3240 drf-haystack_1.8.1-1.debian.tar.xz ff36c84ec798ec546fbf531246af4bff8244f959 7061 drf-haystack_1.8.1-1_amd64.buildinfo f5fbb305972f8c4efe8df8a3c46b777518aa3d6c 17240 python-djangorestframework-haystack_1.8.1-1_all.deb 8d4a0a96181f1cea324b5944112bb813cd0e188b 17364 python3-djangorestframework-haystack_1.8.1-1_all.deb Checksums-Sha256: 0d1f1a5a7cc031246a43f6a82801686f313d48ee5a2d99904c8e6c3a650586b2 1893 drf-haystack_1.8.1-1.dsc 178e9f308d1eb9680cb87cf3e28f20826159227f7baa297871784ef1c7ce80aa 60324 drf-haystack_1.8.1.orig.tar.gz cd2601e811dd914a5d2e4e6de545297232dac49f20fca8eec4948bd03fccfb5c 3240 drf-haystack_1.8.1-1.debian.tar.xz 3d7bd30144a91bf953455a40ca970c6175b9fbea67dcb17d3af69e01050d05bc 7061 drf-haystack_1.8.1-1_amd64.buildinfo 5fd6a2788c02e2184a23d73b27fb7387402abd8f1c9df53bd3168949d6de5e24 17240 python-djangorestframework-haystack_1.8.1-1_all.deb add81bbdd9414df1d7c9bee23c758c314e183df92c9ac0e2346334efe6405599 17364 python3-djangorestframework-haystack_1.8.1-1_all.deb Files: 6dd1b836e88ee79bd7150e8008183e6c 1893 python optional drf-haystack_1.8.1-1.dsc ffb6c91e170fa2261f4b1017b9eb0c31 60324 python optional drf-haystack_1.8.1.orig.tar.gz bfe45ed949e8cab2f54494ded1465a0c 3240 python optional drf-haystack_1.8.1-1.debian.tar.xz a3d2a5aa104418f4156e9c9dc895af82 7061 python optional drf-haystack_1.8.1-1_amd64.buildinfo 190cff0b30f5ed5a4a566899e0927348 17240 python optional python-djangorestframework-haystack_1.8.1-1_all.deb db4ef7a790534aacbc6186fcfa863ec1 17364 python optional python3-djangorestframework-haystack_1.8.1-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq2sOUACgkQ/9PIi5l9 0WpT1gf/ZVmRqkmG+3p/0SLljpnyZkNDxAj2wjx1PtnKNdOwecbZ79OoJAQNvmOq MGfxBZSCICTm9Xw8vW9Dk7/OB0pvBOGVfsqUJaXGRZztUCWjb4rMAG8xZqlaBsKJ iXNv2DR1zsOjwRiqFd14i0gIqkK87DrwQO/pXOc9PiiaHblbQshq+h+Qa/2vHk7e LIEhsxpM01QCEbMUS29hwFE19RYuKOT+YxKNDoMgnl+uzQMhy3zVfL+PIAO6NV8x +dBBNIFbzEC2eM3X+aAyZwXloJfM2DJGcIueentTueERGWJqy0k/SkUL4IuAKBPL wZ7tDuWfbLoNIIz2mRnJUrJ62iNx3A== =xBh0 -END PGP 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
[Python-modules-team] Accepted purl 1.4-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 23 Mar 2018 22:17:05 +0100 Source: purl Binary: pypy-purl python-purl python3-purl Architecture: source all Version: 1.4-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: pypy-purl - URL interrogation and manipulation (PyPy version) python-purl - URL interrogation and manipulation python3-purl - URL interrogation and manipulation (Python3 version) Changes: purl (1.4-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/control: Deprecating priority extra as per policy 4.0.1 * d/watch: Use https protocol . [ Michael Fladischer ] * New upstream release. * Always use pristine-tar. * Bump debhelper compatibility and version to 11. * Bump Standards-Version to 4.1.3. * Enable autopkgtest-pkg-python testsuite. * Run wrap-and-sort -bast to reduce diff size of future changes. Checksums-Sha1: b28d9544accbae20fc185245a67abc168dcf01f9 1850 purl_1.4-1.dsc 50721d5e565b598236ee1e6a866d6f1467aa5680 9978 purl_1.4.orig.tar.gz 09b5a65d97070a2937616b3b22a55712417fd1ba 2696 purl_1.4-1.debian.tar.xz c50353149275d342f1c28c656af720fd48daf0ae 7251 purl_1.4-1_amd64.buildinfo 630ddd2d2e509365eeb44cd08e0012b4c510dd0a 10884 pypy-purl_1.4-1_all.deb f918ce64f8f5e50820d1dfa2cc1eae93f2fd6243 13044 python-purl_1.4-1_all.deb 6bd4354543c0b72a6ff12b57ae9493f49cb09d43 13156 python3-purl_1.4-1_all.deb Checksums-Sha256: 5799615b435d2267a147c2db780afd4b56de30f07cd947823259b90a91339682 1850 purl_1.4-1.dsc d9b1ab3e2bee15900138562504422165728f86d0815dfbcbc3f180448990de8a 9978 purl_1.4.orig.tar.gz 7183477ae030196ed2ae3067da3aaab8cf02481da23957707a8fd56e8e64561d 2696 purl_1.4-1.debian.tar.xz 45fb4a221277b8966c08da9b1f37a104d6f2d7ccdb4fa782589191a9fad9c2b1 7251 purl_1.4-1_amd64.buildinfo a7648453a1571143547cd5460fce28179257279c0e065be9727e72dfd2efdbe5 10884 pypy-purl_1.4-1_all.deb 3f6f16aed6104112474645634742f5c25a4c02886208818538eb453fa382cd58 13044 python-purl_1.4-1_all.deb 2530c136da20a4015dd11fe4bf585298970152d9d632420c5955a685d020ead3 13156 python3-purl_1.4-1_all.deb Files: 37e635ebd99422622ce638e605b303b3 1850 python optional purl_1.4-1.dsc cb344d5f78bdb34b11ff23df771366a2 9978 python optional purl_1.4.orig.tar.gz 6a7c050a3a8168ba252f4c4e3133e15d 2696 python optional purl_1.4-1.debian.tar.xz 6a22c83f1696bbdaf70db1d5c01351fc 7251 python optional purl_1.4-1_amd64.buildinfo cf9c9bbc04a3eb978dbe07f728494727 10884 python optional pypy-purl_1.4-1_all.deb eec3b2c6970431eae148be1e4aa40309 13044 python optional python-purl_1.4-1_all.deb ad9b54c779457ce3e9551d11f1e01c66 13156 python optional python3-purl_1.4-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq1b6AACgkQ/9PIi5l9 0Wpplwf/XDoEkQPkilW8j4yeiSQo4TF7eTupfnUkbIF7of4hUNkyMJnyx9X6ba6F Aj1ia+yk+l/AKOLbmfdzUOX8AN0FrQMqXz/vsh/lqLeVIB+R2uvRP6Bdl6tDrCdi +K4ko71LKByHEb3uXlv0a4aZmBV30S6sgP8bbLubU6DQyMvnze3viyTpkaHiWtad hVTooArv7DTI8LolgXWBw9I7iooue2AvnfMRpImugPwv8QQ2sIEriWHqVZGDBncU zfSZI6hn+9zi22K5Q7nWxQrCfG/Xli4r/OldN/P62QSwQFV3jehcAeshYD7SW1xo g9QkFyXKCK2H5ued3HXsBxGMo42jgA== =9vrp -END PGP 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
[Python-modules-team] Accepted celery 4.1.0-3 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 28 Mar 2018 21:32:57 +0200 Source: celery Binary: python-celery python-celery-common python-celery-doc python3-celery Architecture: source all Version: 4.1.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-celery - async task/job queue based on message passing (Python2 version) python-celery-common - async task/job queue based on message passing (common files) python-celery-doc - async task/job queue based on message passing (Documentation) python3-celery - async task/job queue based on message passing (Python3 version) Closes: 892640 Changes: celery (4.1.0-3) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * Add patch to disable pytest (>=3.3) log capturing to avoid changing log handlers (Closes: #892640). * Bump debhelper compatibility and version to 11. * Bump Standards-Version to 4.1.3. * Enable autopkgtest-pkg-python testsuite. * Always use pristine-tar. Checksums-Sha1: 3af8962265dc7e7e9536693637d78c7855db1e2c 2715 celery_4.1.0-3.dsc 68c4fcb08b0e1251fdc88cadd68fca2442a163b7 1331689 celery_4.1.0.orig.tar.gz 21d8cbc185855b429486353b6ac2c6e409762a0c 23132 celery_4.1.0-3.debian.tar.xz afa25b79f6b45c34cb1a20900deb978ba986c684 12909 celery_4.1.0-3_amd64.buildinfo d6d80552515a2f3c9f2cedd6fe1157d40bb8f413 31080 python-celery-common_4.1.0-3_all.deb 82c432749737027976ab0616a32246f3a1be53c5 1679532 python-celery-doc_4.1.0-3_all.deb 2361b0c31241ce1a434d848b1aadf5076f919700 274084 python-celery_4.1.0-3_all.deb 527c753496702063aad7f8b1b1b27ce6f62e7ae9 274080 python3-celery_4.1.0-3_all.deb Checksums-Sha256: 307565c136bb4783aa2842a080c377ebd7a4cb2587f88bc57d355bd84fcd99a6 2715 celery_4.1.0-3.dsc 77ff3730198d6a17b3c1f05579ebe570b579efb35f6d7e13dba3b1368d068b35 1331689 celery_4.1.0.orig.tar.gz f530a9c59f556732d2f1f5455dc3b75e5d09f8f8a60fdce186891e53d4c7289a 23132 celery_4.1.0-3.debian.tar.xz 870e9ad74d91a23c3d9ceb7549067a068e332a708e75d42ccd9f24ff13cf0213 12909 celery_4.1.0-3_amd64.buildinfo 66899a993b7444fafe69f9e33bfb06f2b861ee58995fbecaab33aebf45d0c79e 31080 python-celery-common_4.1.0-3_all.deb 5f3cef9765a88ee1287e19307909941859d3747b608747bb53aa1f8e6e4bd7d6 1679532 python-celery-doc_4.1.0-3_all.deb 0411572859c520bbb74c25efec5b55795e38e5c59337fb547f472198d145091a 274084 python-celery_4.1.0-3_all.deb 91b293642a554fb3fbf2a7f62bb141defe015dfe9c8d2bb2a930ded950d2de27 274080 python3-celery_4.1.0-3_all.deb Files: 025e4889c654612ab751a8da2733a01c 2715 python optional celery_4.1.0-3.dsc db91e1d26936381127f01e150fe3054a 1331689 python optional celery_4.1.0.orig.tar.gz f32d7988460012a3bc1a0036b4aca8ed 23132 python optional celery_4.1.0-3.debian.tar.xz 284782a0c62e16d2b0a6bb137cbb1f2a 12909 python optional celery_4.1.0-3_amd64.buildinfo 4a55c66bb02ccf77f32cc23742d3ddfb 31080 python optional python-celery-common_4.1.0-3_all.deb 7190f7124b037124b6822dfd9ad87600 1679532 doc optional python-celery-doc_4.1.0-3_all.deb ec3296a9d600e197f2a34da7625c8440 274084 python optional python-celery_4.1.0-3_all.deb 698379804df048e4664cfb6209a82f20 274080 python optional python3-celery_4.1.0-3_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq78akACgkQ/9PIi5l9 0Wozfgf/U8kRvPhGJViSeM/4/6jPAn4k2MIsB2/b8BTUQuP3l9U2FEqwhW42AMwp d4v8kwpCQx/ZpF1lCrtM6jjRmw38BeVK6dWd268i8kaJHG/+BjUVBrqM1jng/16C YkVaPMjKBzuXdTW8Aqj7Vo1jnmmoGvRN6QDCuRtHRuWsmLLu6SsLo3cfDrxaQ/mP pW8850cTWKzpJ5hVCysfcjovrLiHpb57CtQhsplzCJkYSUJkk5ZdSRqn92Q+J2mJ iNBSPX19pq2Z7J1qK+apesIuIek/Mc8QWzbhuUtv/uUgPvYCQvqkqRIkkmcs1kJP waYTRyIfCiojre6rOHRa5RMjN29NWw== =cyPJ -END PGP 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
[Python-modules-team] Accepted django-sekizai 0.10.0-2 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 28 Mar 2018 22:44:59 +0200 Source: django-sekizai Binary: python-django-sekizai python-django-sekizai-doc python3-django-sekizai Architecture: source all Version: 0.10.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-sekizai - template blocks for Django projects python-django-sekizai-doc - template blocks for Django projects (Documentation) python3-django-sekizai - template blocks for Django projects (Python3 version) Closes: 865590 Changes: django-sekizai (0.10.0-2) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * Always use pristine-tar. * Apply patches from upstream PR#75 to make test pass again (Closes: #865590). * Add python(3)-pycodestyle to Build-Depends-Indep to be used during tests. * Bump debhelper compatibility and version to 11. * Bump Standards-Version to 4.1.3. * Enable autopkgtest-pkg-python testsuite. * Run wrap-and-sort -bast to reduce diff size of future changes. * Build documentation in override_dh_sphinxdoc. Checksums-Sha1: 0f752982d1761be1670320b3f052ac388b2790c4 2235 django-sekizai_0.10.0-2.dsc 266f7d34904d3a4169f844400962ac9be0d882ff 19047 django-sekizai_0.10.0.orig.tar.gz 593fbda6fb6cfbe2e245170f846f32295a9cb534 6768 django-sekizai_0.10.0-2.debian.tar.xz d444d69c0d79905de91d61af6cdd9fcb55b7fd0f 8439 django-sekizai_0.10.0-2_amd64.buildinfo eee89258e5abb129e8335b8af52f4e198166db81 22284 python-django-sekizai-doc_0.10.0-2_all.deb bf4a8e56ab12b79bd637040ee7848ec618879bcb 14464 python-django-sekizai_0.10.0-2_all.deb 54f3235ef3294af8b4d33dab5fe8d53b24a32d80 13976 python3-django-sekizai_0.10.0-2_all.deb Checksums-Sha256: c6036a0fa3da3933f1d2e2bb850cd024640bc2de6a417e954402fa003a748524 2235 django-sekizai_0.10.0-2.dsc f56a8749c2495a7bc1efa88aa3bc6446d4422ed0c104fc28524511d2834bacda 19047 django-sekizai_0.10.0.orig.tar.gz c16bae5dd0420985a68c882a9fe500c0187e06a15188909c98a6a1784fe01c38 6768 django-sekizai_0.10.0-2.debian.tar.xz 94b1176bb4eeb396c0be0b1bbc775e6589f616ad0529fb2ee38e8038b769dd55 8439 django-sekizai_0.10.0-2_amd64.buildinfo d6f9db9db0b0e59a1f12ec125d3dd0a70a4029c68cf6f1f7af0277661950a655 22284 python-django-sekizai-doc_0.10.0-2_all.deb 6e77d339ce4bd8b262102b553cda62601ca25825f989ebf072b7d82bb03d4bfe 14464 python-django-sekizai_0.10.0-2_all.deb 13ae1a927a22cea2167f4333fdd2f5baf05e776a3287ca935e857ea60d6e7f90 13976 python3-django-sekizai_0.10.0-2_all.deb Files: bf6cc926ccab250c05acafcacf52b99e 2235 python optional django-sekizai_0.10.0-2.dsc 9c69c2d6b189d74f55ae55d243e36c31 19047 python optional django-sekizai_0.10.0.orig.tar.gz 934127bf35c778a4282eb03ef0bbfd4d 6768 python optional django-sekizai_0.10.0-2.debian.tar.xz 7ba12ba6532749ae5bdb0a994603dbcc 8439 python optional django-sekizai_0.10.0-2_amd64.buildinfo 73fe0fecc1ca6c1b1cda18839a7bbbc1 22284 doc optional python-django-sekizai-doc_0.10.0-2_all.deb c7b9a435d67f7ebd20e8b798ba68be3e 14464 python optional python-django-sekizai_0.10.0-2_all.deb fa6eed30d8c8da762f021a8b5aeebecd 13976 python optional python3-django-sekizai_0.10.0-2_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq7/+EACgkQ/9PIi5l9 0WrjpggAh8Xc/F/n5xdAy3E7GOiHOe/rgX71jxtnrJ5Dk/35H6x3bsC0ErtKXW/k L/MH3xetdvaiQKxuYAU1Epl8faZ3TM95BLK5iYLDICIukbNdpv4ImgpNhVKdBDTD fKf3cSKjV1i9vCErembPUKsTkrQmKK//YgSth+m+BvnGXE+oUbF+XtOaKu/5rZuJ 57FgU9nPr+LzQDSEoCuL2Tbm6He9GHQEfMzmFKA+GwYHFbaWGNoaWgKBuS2nLkOJ ogObkjjyWulcKjuq8xh3sxEGqjFFK4lwfF85Zccx+2zOwry1v+oGYSBnmgk5IPvm NTTMoGne8bH5mXJrXMuUTfnNMGHGrQ== =rqPC -END PGP 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
[Python-modules-team] Accepted python-django-treebeard 4.2.1+dfsg-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Mar 2018 10:44:29 +0200 Source: python-django-treebeard Binary: python-django-treebeard python-django-treebeard-doc python3-django-treebeard Architecture: source all Version: 4.2.1+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-treebeard - Efficient implementations of tree data structures for Django python-django-treebeard-doc - Efficient implementations of tree data structures for Django (doc python3-django-treebeard - Efficient implementations of tree data structures for Django (Pyt Changes: python-django-treebeard (4.2.1+dfsg-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * New upstream release. * Refresh patches. Checksums-Sha1: bafc89f39e7d387e914c506d4aa2bab1db9a3155 2193 python-django-treebeard_4.2.1+dfsg-1.dsc 712d996c378b5ed8a5060474cd6b979f6748d10f 288360 python-django-treebeard_4.2.1+dfsg.orig.tar.gz 87bf4d30dac550670925e3560329907f91d36d8d 6396 python-django-treebeard_4.2.1+dfsg-1.debian.tar.xz 595e73ac538d8e5f9034598ca3fc91b5aa39b1b2 327752 python-django-treebeard-doc_4.2.1+dfsg-1_all.deb fb838c65aa57f31473d1c9385475012c1cd22e88 56360 python-django-treebeard_4.2.1+dfsg-1_all.deb 8e9c1602e70488b7ab7f23b097cba611d9c92b97 10037 python-django-treebeard_4.2.1+dfsg-1_amd64.buildinfo b66b2011b1b8bc05caf79e335b29439d72acfe89 56236 python3-django-treebeard_4.2.1+dfsg-1_all.deb Checksums-Sha256: 7a7d26939a9ae76b71101d658fe1f8d9d6d5f961f6da6ebb3533cfa2552d68d7 2193 python-django-treebeard_4.2.1+dfsg-1.dsc b68b2243c9292546641ec28b42545cbd773eb04a6dd2067dcbbd0219ebbfe426 288360 python-django-treebeard_4.2.1+dfsg.orig.tar.gz 48bcbb90025f27ac9ce297a12a9018c1c8b6d230b0866b72f05c8d889c6629b9 6396 python-django-treebeard_4.2.1+dfsg-1.debian.tar.xz 53765a387f285924f51c21f07ef1e6d358904db89df7284a3c63c0bbc742bd45 327752 python-django-treebeard-doc_4.2.1+dfsg-1_all.deb e375227427da53c2175173fe945fb91e8c7131e9b2ca4c2bd11203b4441f90d6 56360 python-django-treebeard_4.2.1+dfsg-1_all.deb 3e448a8e0b2e8d27fecb18fbbdba6ebddd67e482184bbf04e2701aa37d01374f 10037 python-django-treebeard_4.2.1+dfsg-1_amd64.buildinfo fe95c9a887716814a6338eddbc521ab64b1742fb5e7c1dba4465dc3f15000173 56236 python3-django-treebeard_4.2.1+dfsg-1_all.deb Files: 0818e65a024394cdf0d027ab84b28ec4 2193 python optional python-django-treebeard_4.2.1+dfsg-1.dsc de6d175038c2645b2a06a61a2105b9e0 288360 python optional python-django-treebeard_4.2.1+dfsg.orig.tar.gz f433d4349e6b87249e1e5d53f504523c 6396 python optional python-django-treebeard_4.2.1+dfsg-1.debian.tar.xz 3ad087b0ddc5f71e022632cda5d4c4da 327752 doc optional python-django-treebeard-doc_4.2.1+dfsg-1_all.deb be9175bbc51f7f6f78c92e4befdef86e 56360 python optional python-django-treebeard_4.2.1+dfsg-1_all.deb c685b68879c25defe714bbd7939e9409 10037 python optional python-django-treebeard_4.2.1+dfsg-1_amd64.buildinfo b4b79b23bc1e3f46f0ab166109423692 56236 python optional python3-django-treebeard_4.2.1+dfsg-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq8qNMACgkQ/9PIi5l9 0WoD7wgAqXvQ0+tIadgESrTo+OIV12SkBTeAna+jl809zavVVbeDSLFNSZRtaZsX /CgGumTAp27BePi95COlak2MARcMBUHn4Aw1+O8t3SDguzKQDGNGI5JJMXUnmoJC pTMxV7u4qJEPnD072gj0um2R/3CflUly9jeZllx3uKzQnuOpWm3o5gnOzoUS3uQ9 EeVl1B3jKpjxMD5dG9lHjSBIxYYalm6LB8BrqS/M0k5leys8GTdcU/UM1+A3LDyc f9suRrQfHlLKvCjnT3acAlFfujx25e6OdAC1ji9XrMg+EEpnUiiMc6tlWE7i0WGH gQRYZjfdjhUGKAiTJ3x8WM7i5aThBw== =npae -END PGP 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
[Python-modules-team] Accepted django-auth-ldap 1.4.0-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Mar 2018 09:30:06 +0200 Source: django-auth-ldap Binary: python-django-auth-ldap python-django-auth-ldap-doc python3-django-auth-ldap Architecture: source all Version: 1.4.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-auth-ldap - Django LDAP authentication backend (Python2 version) python-django-auth-ldap-doc - Django LDAP authentication backend (documentation) python3-django-auth-ldap - Django LDAP authentication backend (Python3 version) Changes: django-auth-ldap (1.4.0-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * New upstream release. * Bump debhelper compatibility and version to 11. * Refresh patches and drop patch for using pyldap in Python2. * Bump Standards-Version to 4.1.3. * Build documentation in override_dh_sphinxdoc. Checksums-Sha1: e954bcb0526fe9541b542392ca1bade512d60881 2148 django-auth-ldap_1.4.0-1.dsc 119e67ded46ae0522524cd539cedf735c24dcfdb 106460 django-auth-ldap_1.4.0.orig.tar.gz ea0e395ee917f1f00acbefb5efceb0dcd864c4c3 12300 django-auth-ldap_1.4.0-1.debian.tar.xz 203e73c97e0523ee752c80fbba3130629e4161cd 9156 django-auth-ldap_1.4.0-1_amd64.buildinfo eb1270e1343da082e4e4721affd20c051cdadb35 51852 python-django-auth-ldap-doc_1.4.0-1_all.deb 88dcc932e8ca0484863a6b0e0b6f4c11f2dfb611 21980 python-django-auth-ldap_1.4.0-1_all.deb ae8937966a42ee392048be70dffac709a731b7e6 22056 python3-django-auth-ldap_1.4.0-1_all.deb Checksums-Sha256: 7c74eed0bb0be1f068642a7326c5a8c9c3b2a07bf4fb6d99e1ad3f7fd0f883da 2148 django-auth-ldap_1.4.0-1.dsc 4ddb67437058e282f32d0e5dc6ce4b1b94e53b89b7a835fdccbb88d6cc6d7c0b 106460 django-auth-ldap_1.4.0.orig.tar.gz 10c1122666a540326d4f5b423568921cb197300f97b059bde7dffb6068098c9b 12300 django-auth-ldap_1.4.0-1.debian.tar.xz 60e3af650785fe5bc72783d553b9a82dd7ac34ccc2e89762477d50d41b14fe6b 9156 django-auth-ldap_1.4.0-1_amd64.buildinfo 32d35d814eaaf837adb7de0ee737a74aadb09f9c0abe6e8ccf856358443fc7a5 51852 python-django-auth-ldap-doc_1.4.0-1_all.deb e74c690998235a5c9d78b6c87584bacd438537335db109398394b1e20076b4bc 21980 python-django-auth-ldap_1.4.0-1_all.deb 1ed7a7f978c322a22f0288548879bbad9f5a0fff8c933c159c37b49dc9b9c3a5 22056 python3-django-auth-ldap_1.4.0-1_all.deb Files: 391dd271fcd43a4a2bfaf52082be66ac 2148 python optional django-auth-ldap_1.4.0-1.dsc b9340b22b93636df393a43e49ef6b927 106460 python optional django-auth-ldap_1.4.0.orig.tar.gz b6c46e244389644760dfbb9ebbf6934f 12300 python optional django-auth-ldap_1.4.0-1.debian.tar.xz 8fe839a314432c21d7231537a35c19a9 9156 python optional django-auth-ldap_1.4.0-1_amd64.buildinfo 93ad7be5f2461f68bbf956c0e9c3ff92 51852 doc optional python-django-auth-ldap-doc_1.4.0-1_all.deb 8e68fbe007954bb84dce60b4cdb2201f 21980 python optional python-django-auth-ldap_1.4.0-1_all.deb a30dbc8dd71a61bd6e8437852ad2e144 22056 python optional python3-django-auth-ldap_1.4.0-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq8lvgACgkQ/9PIi5l9 0WpUdggAmJpagevwS7jY27IQa2AK4JkecxrHXdJbgpr+/Un+MVsnXU/oBfKCLF37 YFaIyki7JLnay6AaV4tKNHPIqkZLncUZKm3jaEM+Yj1jVXONZk1sRD8QkQYSz5aL sB6M0f6Y3TRf9wvBWhRu9IH2vx3pk8Q9hP1TwPfR19Udfb3QVsmy+OVMHCQENO+M OQ3Fq6w66IluIBReZ7KZuE8QwsCmoE6GOZGtLnG9udwuE7QxiIbZwEZmayyuW8q2 gHf9f4GxMFgqcQadRGwWxNmHZR/JhTdBvJ4RDtbo1rhelqG1dnWxKqKq26hcrSEw 6Mm6q3H4+YZJmUUDg9BNeGHjoEhuxg== =2TO9 -END PGP 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
[Python-modules-team] Accepted python-django-otp 0.4.3-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 29 Mar 2018 10:14:35 +0200 Source: python-django-otp Binary: python-django-otp-doc python3-django-otp Architecture: source all Version: 0.4.3-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-otp-doc - pluggable framework for two-factor authentication (Documentation) python3-django-otp - pluggable framework for two-factor authentication (Python3 versio Changes: python-django-otp (0.4.3-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org . [ Michael Fladischer ] * New upstream release. * Refresh patches. * Check DEB_BUILD_OPTIONS against nocheck. Checksums-Sha1: fa63af1d17bd38e036df6a082748841ecfeee34b 1877 python-django-otp_0.4.3-1.dsc 28328d392a98ed1dee5e63bc88ce2ba3cd358c55 42480 python-django-otp_0.4.3.orig.tar.gz 1a90fc6deb731fd0672757d871092bdf55d0cb04 11256 python-django-otp_0.4.3-1.debian.tar.xz 039c7a7643159641126b980318490aa50f192937 73320 python-django-otp-doc_0.4.3-1_all.deb 15c7bdbd4aa88747b0ce6a8877554bc8f771ef88 7546 python-django-otp_0.4.3-1_amd64.buildinfo 06f687e892ceb5a921baa871ee5c88b632c58dc9 27356 python3-django-otp_0.4.3-1_all.deb Checksums-Sha256: 2ec7a79a0c8542070435ec303fc66eb6dbbb5921d29d1a014324f14c76791e56 1877 python-django-otp_0.4.3-1.dsc fd9e787779c053ba77e47a6907539c01e8db41b09f99722793317ed9a4183b32 42480 python-django-otp_0.4.3.orig.tar.gz a9841c88efa5d901262f4e2fea01bc30be2ccdfd2d2575e49cc5d86e23c89b5b 11256 python-django-otp_0.4.3-1.debian.tar.xz e77fba96cb7026df175ffe3d89dc9624294141c0d68b4539ccf138549c61ae44 73320 python-django-otp-doc_0.4.3-1_all.deb 236f881ecee439a3ebd8e126146c7d5b7771334dcac1735af48aa71ec0a3abbb 7546 python-django-otp_0.4.3-1_amd64.buildinfo d248d07acb70b1de0422bd6899475d45b89734813f0ed4760a4c8210f1db4e84 27356 python3-django-otp_0.4.3-1_all.deb Files: 7dd3d56ac85fb88999a107210206c4c5 1877 python optional python-django-otp_0.4.3-1.dsc 5b078961be8b9b48207dc30710991df4 42480 python optional python-django-otp_0.4.3.orig.tar.gz 9142bc0ac365abc00b7868cc896466a7 11256 python optional python-django-otp_0.4.3-1.debian.tar.xz fb35be788142f2b7400c101e9baa0392 73320 doc optional python-django-otp-doc_0.4.3-1_all.deb 49144995ca6ed280ede513ff2c02c0b0 7546 python optional python-django-otp_0.4.3-1_amd64.buildinfo ad4f8c7689db3fdb9069574eae6e572a 27356 python optional python3-django-otp_0.4.3-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq8oWIACgkQ/9PIi5l9 0WrBvgf9GmYgTDDSulk8k8+MKCIuRP/+xl9r0TZ6xK7Uvl6Z0wIyuBfwbXunVE6v IbKBDYL/o8Rugkx5wNyExnj5Ba3QXgTlOELch5dReXkj8YVa8ijOoA0gRBHunHkv fhBemqbOoHdLbO7IcqZ76++Ze74ddwtjn3oTcU4a+dhH0FDKb1QkR8FmPuLqJyHo uHoCGjT62NYOOgcDZ8m1+etkHr9uhbe3Eu6c5LLJffnXvdWRFvkNEQIqcYhG/ov4 Y3IqMrCXnB/SuKd7QaYijwXlxgZ+LLgKOqP6Ck0mm62qt4hX5U/riMCioJf8+I5r jAmNohMAm0qFPqaM+PfbHhCLGUVFfw== =x706 -END PGP 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
[Python-modules-team] Accepted django-countries 5.2-1 (source all) into unstable
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 01 Apr 2018 20:02:34 +0200 Source: django-countries Binary: python-django-countries python3-django-countries Architecture: source all Version: 5.2-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team Changed-By: Michael Fladischer Description: python-django-countries - provides a country field for Django models python3-django-countries - provides a country field for Django models (Python3 version) Closes: 803448 865790 Changes: django-countries (5.2-1) unstable; urgency=low . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/watch: Use https protocol * Refresh patches after git-dpm to gbp pq conversion . [ Michael Fladischer ] * New upstream release (Closes: #865790). * Always use pristine-tar. * Disable PGP signature check in uscan as upstream is not providing a signature for current releases. * Move upstream signing key to debian/upstream/signing-key.asc. * Refresh patches. * Add patch to fix tests to work with local XML data from iso-codes package. * Clean up django_countries.egg-info/requires.txt to allow two builds in a row. * Install upstream changelog. * Bump debhelper compatibility and version to 11. * Bump Standards-Version to 4.1.3. * Enable autopkgtest-pkg-python testsuite. * Run wrap-and-sort -bast to reduce diff size of future changes. * Remove lintian override for missing upstream changelog. * Change dpkg-triggers to use noawait variants (Closes: #803448). * Remove lintian override for empty directory used for symlink farm. Checksums-Sha1: b8e0c2b5d5fe9b63495660f828f8fac094744b42 1985 django-countries_5.2-1.dsc 1f845da750419e172aa9af6862e88706294fe604 451754 django-countries_5.2.orig.tar.gz 4f5c7369616e13e043e0c846e9de76913f5aabe0 15660 django-countries_5.2-1.debian.tar.xz a978cb8e679530e2ae632e2d62050578578afd6a 7315 django-countries_5.2-1_amd64.buildinfo a82b2cf51150219456debe767ac3958335c9d501 43896 python-django-countries_5.2-1_all.deb 89e08680cb7f2537e3fb548b4c5ac088addd3454 44032 python3-django-countries_5.2-1_all.deb Checksums-Sha256: 70154f3d91e8f87c262fc184d9b7c140c2229942cb70e8d0b7bfd11422f2c37b 1985 django-countries_5.2-1.dsc 00b24c5d798e076e9168c9cf28c7c315cff8a9620908800f9ef5bae1f8a20688 451754 django-countries_5.2.orig.tar.gz a189d9868edc228bb662f4234e9307b665ac1032619bdc32efe4b85e1ca80e09 15660 django-countries_5.2-1.debian.tar.xz cf193aa6f07ab9e4c8175fe20dc6c2185633dd97bbb1c81739adbdda9a95f22b 7315 django-countries_5.2-1_amd64.buildinfo 4407877a6eb1437a0f407d7942f2852d8896b44c453d6984bf728968c1a63a5b 43896 python-django-countries_5.2-1_all.deb ac8e8d0c5d7da82f3da003066a69db4bc9078d9ad827ef6eb515e533cd8c560b 44032 python3-django-countries_5.2-1_all.deb Files: 2305b94857d3a512cd2e6cde65b9b162 1985 python optional django-countries_5.2-1.dsc 1ae0a89a45ac11b56b9629f33769e342 451754 python optional django-countries_5.2.orig.tar.gz 5a04f18a694a8097da70ae410227c496 15660 python optional django-countries_5.2-1.debian.tar.xz db423fab92f7ca1b3e570320ecafa697 7315 python optional django-countries_5.2-1_amd64.buildinfo d84cb61e18c203a0edb72ab24490d9f6 43896 python optional python-django-countries_5.2-1_all.deb 4b503ab7684bc2c751dbd99e509418f6 44032 python optional python3-django-countries_5.2-1_all.deb -BEGIN PGP SIGNATURE- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlrBIigACgkQ/9PIi5l9 0Wr9cwf+KNbeGTn10eNgafrXl+C0sCWRIWjZ7AouQgeyT9B/IEMNVNKjoLImVJM/ 2ZGi5b6uczucpZgkFR2LpWXk3of0T1XD/AePZ3u6ZYv9x1RpcsBvzVAong9P8SmB fLGtnIheZaXVXClDohLLk7/rHy9RazUd2dc5cBro3jTexVIiH8pDA/mQ01MOx9T2 xMxiu0m7i3gB6o31FSoxj7NfsW4uZ7ET7ny2/eKYJyfbbYXC3i0f5O0AhCCHdZ5a ZghR7SBvjdYRRavgN8uKNlBRNyChUvGXRbCWhHTNiFksb6OKIf/12L/rZYOPmtPQ f8uNy4HxammxyXDACQ6tLPZO/Di9oQ== =4SvI -END PGP 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
[Python-modules-team] Bug#889663: Unable to reproduce
Hi Antonio, I'm unable to reproduce this in a current clean chroot (pbuilder). Do you have to full build log available somewhere? Cheers, Michael ___ 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#747270: Bug#747270: python-librabbitmq
On 2014-07-28 07:42, Brian May wrote: > Seems like there was already an attempt to package 1.5.0 (1.5.2 is now > current), based on changes in subversion. > > Did this not work out? It did work out to the point where one should be able to build the package, but I did not find the time to test it. > I note that the debian/patches/fix_setup.patch has extensive changes to > setup.py (this no longer applies cleanly). Cleaning should be relatively easy as this patch just drops all the unnecessary cruft required for building the embedded librabbitmq-c lib. In Debian all this is provided by the librabbitmq library. > I also note that the version number was called 1.5.0+dfsg-1, which > suggests you had to repackage the orig.tar.gz file - was this the case? See debian/copyright. I excluded the whole embedded librabbitmq-c library. Thus the +dfsg suffix. Cheers, -- Michael Fladischer Fladi.at signature.asc 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
[Python-modules-team] Bug#747270: Bug#747270: python-librabbitmq
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Brian May wrote on 2014-08-09 10:28: > So it makes sense not to use it, but I don't see any justification > for repackaging the orig.tar.gz file. > > Did I miss something? The idea was to save archive space by not shipping duplicated code in the source package. If you think that it's better to leave the upstream tarball untouched, feel free to drop this one line from d/copyright. Cheers, - -- Michael Fladischer Fladi.at -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCgAGBQJT5fVvAAoJEGlMre9Rx7W2b/MP/jicM+tbBBVoCKYHs8k+WGmR nESmJVvry0aa2k3dhOjAQl3myggXeeK7MhYR95HcAb9C2ll++DEpwvDZGZbgq36K +TibVvScgawVA1/Z0rNm7INeCrfK7dK8qzXPEBBvIsVt9ivDaSSNSWRD5XB4mnCv JhQV8DdPVJ8z5o37L+DbFdGV9RPfrIIdIgXGdfkJExK7cGYDLiKBatDt68ppXQK3 JIkx5scYHEFtxQIYHbi5sCn4zRD2Ea3KJ/1fl+cOBEAsqfgPUyMXW9+4mxvBsPSt 7i5eifDKmdaWfVMKRJc51jBkjtjb6qTpseDeiwrm5L39WIDc6WtKjEb9GUb91YRJ rY5plpLH4pm3//WgtwiTKUmd0itNiruLrdSCkKpkkWBxijwmr+xNYwa+TboguhD2 4nRHK/17XP9qqvUPmoRSgL1exDMnxtzH1Q2Vtne9VeG06SpIO6lXgBoyiaBMNT3m U1y5XoFMg8IC1o/uBd9rYuA+e8mzP4Qj/hJCJfHmlu4umQaQo2oXwa+HgfDxtLC+ GhMHB5+UnLl0cnuM4VAE1unmUkVZ9LKciaBJM/LCxmWIIL2HoJfsu4HdhJvaujtP 1/1qX+dyv5VjTkSr00y6+YGyxVQ0g4HuUJ0aUQ6GO81MIPk23vf844/+5emODftu 3vwzlRiiaTv667hgFsrO =1JYC -END PGP 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
[Python-modules-team] Bug#747270: Bug#747270: Bug#747270: python-librabbitmq
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Brian May wrote on 2014-08-09 11:52: > If I install this package and start a celery process, it works. > > If I downgrade python-librabbitmq to the version in unstable, it > breaks again. So I think the new version may have fixed the > problem. Yes, I can confirm this. 1.5.2 seems to have fixed the segfault for all my Celery instances. > Oddly enough though, python-kombu still appears to require > python-amqp to be installed even when using python-librabbitmq, as > kombu/exceptions.py contains: > > from amqp import ChannelError, ConnectionError, ResourceError > > This cannot be satisfied by python-librabbitmq You are right. I'm preparing a new kombu upload right now, that will have python-librabbitmq (>= 1.5.2) as a Recommends. > I also opened this bug report about librabbitmq-dev being an old > version in Debian, note though I didn't have to update this to > solve this segmentation fault. > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757553 I also prepared an upload for librabbitmq-0.5.0 which will then close this bug. I also tested python-librabbitmq with this release and it also worked fine. Cheers, - -- Michael Fladischer Fladi.at -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCgAGBQJT5jpOAAoJEGlMre9Rx7W2kAMP/R5MHZ/BULgdY2UL6DvRu7d8 tDWw1WkubIsx/k6pBVNuYWw0BhL6VbeW1fYnf0eycTzyLjEa7RXnjBP8xXkchCAl wWx76FeTzVPKrNd9zP+fCFDc/KN528btaY51M2vJQBOrv4HG2DfFbdQHdKnDE9mM Elva4o2IfkBu3hppDZi6hLWURKL8M55EZe6FlzWAsX0fG/lkyIOrhPQIPz53TlxL SzVQTHdKIY//SPJR64seiZFJgEPsc1rBtIUW3obPXk4E8mvxhH05huBQqHnNJSTk 9kAPUqi/yG3bOCrKp0Xd3EX6ONlqdwNy5wzgDMFBQhFMdYXLI1n+KSOGqT6qiqiw 4l73EoGRc07lqw6eHQV5K64zHql+wLEzmX66tPWY9t4RkEemO4IbYYeioMkcyyV8 Q08KYgVEYNTQvqzW0rWcmort1x2xevuSF3F6hayjbQsRwgosxqtNYPcqWtZPXjxd tfJFLcswWdObAz0iR+QpT3uP/nxCxixT3A7ympwSsYs06WiiqUueaURtFDCutLX2 nsfOpb7fn3miHcVnUaPsk/BDFtb4TMEIOm5x503hzdELy4DmsuNUAznGoMx44DLZ rCTP+bltJ0EIHJ3CmrIpxSPZZowyZ5zO2dCV6Dyz5ccoU/nWqV/8wYHH94LPqIrl vCkhu5YQt/UaLhhTV5K0 =Ax0k -END PGP 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
Re: [Python-modules-team] Comments regarding django-markupfield_1.2.1-1_amd64.changes
On 2014-08-27 17:39, Paul Richards Tagliamonte wrote: > Mind upstreaming that patch? Just so happens the > author is my coworker / boss. I'm sure he'll take > patches, we use Django 1.7 in our stack now. I don't think this makes much sense as this patch is only temporarily necessary. Django upstream has already fixed issue #23112 but django-1.7c3, which is the version in Debian, does not contain this fix. I'll drop my django-1.7.patch once Django has the fix in Debian. Cheers, -- Michael Fladische Fladi.at signature.asc 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
Re: [Python-modules-team] Comments regarding python-django-navtag_2.1.1-1_amd64.changes
On 2016-07-09 19:48, Thorsten Alteholz wrote: > I marked the package for accept, but please ask upstream why he calls > the BSD license "MIT" in his metadata files. You are right, I opened an upstream issue, asking for clarification: https://github.com/SmileyChris/django-navtag/issues/3 Cheers, Michael ___ 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#828646: django-countries: Fix for Django 1.10 FTBFS available in git
On 2016-08-05 14:46, Thomas Goirand wrote: > I have committed in Git a quick fix for #828646. Can I upload it? Yes, please go ahead with an upload. Thanks for your help! Cheers, Michael ___ 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#836585: celery: FTBFS in testing (failing tests)
On 2016-09-14 12:08, Santiago Vila wrote: > (The "some hint" thing I surely did: I clearly put "testing" in the > subject and "stretch" in the body). I did notice this and as I commented when lowering the severity, I used a testing buildroot with cowbuilder accordingly. > For completeness, here is a build log that was created the same day I > reported this, so you can check that this problem was indeed real. > > I didn't include it in the initial report for two reasons: > > * The bug was very easy to reproduce in testing and it was not a > random FTBFS bug at all. > > * I naively thought, being a FTBFS bug, that you would try to > reproduce it sooner. I reported this on 2016-09-04 and the first reply > from Paul was on 2016-09-13. You do realize that I'm a volunteer and therefore offer up my spare time to work on those packages. One of the implications of this is that I'm not always able to jump immediately when someone files a bugreport, regardless if it's RC or not. Daily job and personal life comes first. Please be patient with people. > This was already diagnosed by Paul and it was due to the > python-openssl package in testing at the time not being ok to build > the celery package in testing at the time. > > So this problem happened in stretch at least between 2016-09-04 and > 2016-09-09, the last date being the time pyopenssl 16.1.0-1 migrated > to testing. > > In case you still want to verify the problem, you can use > snapshot.debian.org and try building with python-openssl 16.0.0-2. I don't think anyone thought that your report was not based on hard facts, it was just that once Paul did his rebuild, a newer python-openssl has already migrated to testing. I could have reassigned the bug to python-openssl and annoy its maintainer with a bugreport that would have to be closed there. But I decided not to. > So: It is really so much work to add a versioned build-depends? > (I see that a lot of them are already versioned). > > We really *never* use versioned build-depends to avoid FTBFS bugs > as some people claim? To me, versioned dependencies were used to prevent FTBFS in unstable. But you have a point here, I'll probably add a version constraint to python-openssl in my next upload to unstable. > Agreed, this does not happen anymore in stretch (I assure you that it > did when I reported it), but the source package claims buildability > with the build-dependencies shown in the build-depends field in the > control file, so it may be argued this is still a bug in the source > package. What about Ubuntu or any other Debian-derived distro which > forks unstable and not testing? Someone on debian-devel mentioned checking for passing builds before migration packages to testing … maybe this is the way to go. Cheers, Michael signature.asc 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
[Python-modules-team] Bug#850019: python3-social-auth: Syntax error in flask_app prevents installation
Package: python3-social-auth Version: 0.3.0-1 Severity: important Dear Maintainer, Setting up python3-social-auth (0.3.0-1) ... File "/usr/lib/python3/dist-packages/social/apps/flask_app/peewee/models.py", line 1 fro social_flask_peewee.models import FlaskStorage, init_social ^ SyntaxError: invalid syntax -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.8.0-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages python3-social-auth depends on: pn python3:any python3-social-auth recommends no packages. Versions of packages python3-social-auth suggests: pn python-social-auth-doc -- no debconf 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] Bug#854716: python3-django-cors-headers: Does not work with Django 1.10
Package: python3-django-cors-headers Version: 1.1.0-1 Severity: important Dear Maintainer, the version of django-cors-headers currently in testing/unstable does not work with Django 1.10 because of changes to the middleware system. Upstream has an issue on this: https://github.com/ottoyiu/django-cors-headers/issues/102 Updating to 1.2.0 would solve this but the freeze is already in place, so it's either backporting the fix from upstream[0] or asking fo an exeption from release team. [0] https://github.com/ottoyiu/django-cors-headers/commit/870b1d9deb54ff4c1fefedc39dff02519abb32c5 -- System Information: Debian Release: 9.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- no debconf 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