[Python-modules-team] Processed: tagging 897121
Processing commands for cont...@bugs.debian.org: > tags 897121 - moreinfo Bug #897121 [python-pip-whl] virtualenv: ImportError (requests.packages.urllib3.exceptions) when creating virtualenv Removed tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 897121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897121 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] flask-babelex 0.9.3-1 MIGRATED to testing
FYI: The status of the flask-babelex source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.9.3-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] python-pyramid 1.9.1+dfsg-1 MIGRATED to testing
FYI: The status of the python-pyramid source package in Debian's testing distribution has changed. Previous version: 1.6+dfsg-1.1 Current version: 1.9.1+dfsg-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] django-ipware 2.0.2-1 MIGRATED to testing
FYI: The status of the django-ipware source package in Debian's testing distribution has changed. Previous version: 2.0.1-1 Current version: 2.0.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#897147: androgui: traceback and crash (SIGABRT) with no file open and menu item View -> APK
Package: androguard Version: 3.1.0~rc2-1 Severity: normal File: /usr/bin/androgui Usertags: crash When I start androgui without opening any files and immediate choose the View -> APK menu item, it gives a Python traceback and crash: $ gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'thread apply all bt full' --args python3 /usr/bin/androgui [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe16cd700 (LWP 5157)] [New Thread 0x7fffdb2b4700 (LWP 5161)] [New Thread 0x7fffdaab3700 (LWP 5162)] [New Thread 0x7fffd8e28700 (LWP 5163)] [New Thread 0x7fffd063d700 (LWP 5173)] Traceback (most recent call last): File "/usr/lib/python3/dist-packages/androguard/gui/mainwindow.py", line 332, in openApkWindow bin_window = binWidget(self, ApkModel(self.session.get_objects_apk(self.fileLoadingThread.file_path)[0]), "APK") File "/usr/lib/python3/dist-packages/androguard/gui/DataModel.py", line 314, in __init__ self.raw = apkobj.get_raw() AttributeError: 'NoneType' object has no attribute 'get_raw' Thread 1 "python3" received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. #0 0x76a48e7b in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x76a4a231 in __GI_abort () at abort.c:79 #2 0x7fffee4b2197 in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:1716 #3 0x7fffee4b2197 in QMessageLogger::fatal(char const*, ...) const (this=this@entry=0x7fffc480, msg=msg@entry=0x7fffe8bf688b "%s") at global/qlogging.cpp:822 #4 0x7fffe8bebad5 in pyqt5_err_print() () at ../../qpy/QtCore/qpycore_public_api.cpp:204 #5 0x7fffe8bf184d in PyQtSlotProxy::unislot(void**) (this=0x128f640, qargs=0x7fffc670) at ../../qpy/QtCore/qpycore_pyqtslotproxy.cpp:211 #6 0x7fffe8bf2167 in PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void**) (this=0x128f640, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffc670) at ../../qpy/QtCore/qpycore_pyqtslotproxy.cpp:170 #7 0x7fffee6de259 in QMetaObject::activate(QObject*, int, int, void**) (sender=sender@entry=0x1260820, signalOffset=, local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffc670) at kernel/qobject.cpp:3782 #8 0x7fffee6de867 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (sender=sender@entry=0x1260820, m=m@entry=0x7fffefad1840 , local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffc670) at kernel/qobject.cpp:3629 #9 0x7fffef404e52 in QAction::triggered(bool) (this=this@entry=0x1260820, _t1=) at .moc/moc_qaction.cpp:376 #10 0x7fffef40759c in QAction::activate(QAction::ActionEvent) (this=0x1260820, event=) at kernel/qaction.cpp:1167 #11 0x7fffef58661c in QMenuPrivate::activateCausedStack(QVector > const&, QAction*, QAction::ActionEvent, bool) (this=this@entry=0x1265040, causedStack=..., action=action@entry=0x1260820, action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at widgets/qmenu.cpp:1372 #12 0x7fffef58daeb in QMenuPrivate::activateAction(QAction*, QAction::ActionEvent, bool) (this=this@entry=0x1265040, action=action@entry=0x1260820, action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at widgets/qmenu.cpp:1449 #13 0x7fffef58e913 in QMenu::mouseReleaseEvent(QMouseEvent*) (this=, e=0x7fffccc0) at widgets/qmenu.cpp:2943 #14 0x7fffef44a378 in QWidget::event(QEvent*) (this=this@entry=0x14527c0, event=event@entry=0x7fffccc0) at kernel/qwidget.cpp:9277 #15 0x7fffef590beb in QMenu::event(QEvent*) (this=0x14527c0, e=0x7fffccc0) at widgets/qmenu.cpp:3065 #16 0x7fffef40b6cc in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=this@entry=0xde2270, receiver=receiver@entry=0x14527c0, e=e@entry=0x7fffccc0) at kernel/qapplication.cpp:3732 #17 0x7fffef4133df in QApplication::notify(QObject*, QEvent*) (this=this@entry=0x1103660, receiver=receiver@entry=0x14527c0, e=e@entry=0x7fffccc0) at kernel/qapplication.cpp:3208 #18 0x7fffefeae51e in sipQApplication::notify(QObject*, QEvent*) (this=0x1103660, a0=0x14527c0, a1=0x7fffccc0) at ./build-3.6/QtWidgets/sipQtWidgetspart9.cpp:12951 #19 0x7fffee6ae938 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=receiver@entry=0x14527c0, event=event@entry=0x7fffccc0) at kernel/qcoreapplication.cpp:1050 #20 0x7fffef4123b2 in QCoreApplication::sendEvent(QObject*, QEvent*) (event=, receiver=) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234 #21 0x7fffef4123b2 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) (receiver=receiver@entry=0x14527c0, event=event@entry=0x7fffccc0, alienWidget=0x0, alienWidget@entry=0x14527c0, nativeWidget=0x14527c0, b
[Python-modules-team] Bug#897146: androgui: traceback and crash (SIGABRT) with no file open and menu item View -> Resources
Package: androguard Version: 3.1.0~rc2-1 Severity: normal File: /usr/bin/androgui Usertags: crash When I start androgui without opening any files and immediate choose the View -> Resources menu item, it gives a Python traceback and crash: $ gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'thread apply all bt full' --args python3 /usr/bin/androgui [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe16cd700 (LWP 5178)] [New Thread 0x7fffdb2b4700 (LWP 5187)] [New Thread 0x7fffdaab3700 (LWP 5188)] [New Thread 0x7fffd8e28700 (LWP 5189)] [New Thread 0x7fffd063d700 (LWP 5196)] Traceback (most recent call last): File "/usr/lib/python3/dist-packages/androguard/gui/mainwindow.py", line 317, in openResourcesWindow resourceswin = ResourcesWindow(win=self, session=self.session) File "/usr/lib/python3/dist-packages/androguard/gui/resourceswindow.py", line 17, in __init__ self.resourceswindow = ResourcesValueWindow(self, win, session) File "/usr/lib/python3/dist-packages/androguard/gui/resourceswindow.py", line 52, in __init__ self.model = QtGui.QStandardItemModel(nb, 4, UnboundLocalError: local variable 'nb' referenced before assignment Thread 1 "python3" received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. #0 0x76a48e7b in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1 0x76a4a231 in __GI_abort () at abort.c:79 #2 0x7fffee4b2197 in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:1716 #3 0x7fffee4b2197 in QMessageLogger::fatal(char const*, ...) const (this=this@entry=0x7fffc480, msg=msg@entry=0x7fffe8bf688b "%s") at global/qlogging.cpp:822 #4 0x7fffe8bebad5 in pyqt5_err_print() () at ../../qpy/QtCore/qpycore_public_api.cpp:204 #5 0x7fffe8bf184d in PyQtSlotProxy::unislot(void**) (this=0x1303270, qargs=0x7fffc670) at ../../qpy/QtCore/qpycore_pyqtslotproxy.cpp:211 #6 0x7fffe8bf2167 in PyQtSlotProxy::qt_metacall(QMetaObject::Call, int, void**) (this=0x1303270, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffc670) at ../../qpy/QtCore/qpycore_pyqtslotproxy.cpp:170 #7 0x7fffee6de259 in QMetaObject::activate(QObject*, int, int, void**) (sender=sender@entry=0x12cd330, signalOffset=, local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffc670) at kernel/qobject.cpp:3782 #8 0x7fffee6de867 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (sender=sender@entry=0x12cd330, m=m@entry=0x7fffefad1840 , local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7fffc670) at kernel/qobject.cpp:3629 #9 0x7fffef404e52 in QAction::triggered(bool) (this=this@entry=0x12cd330, _t1=) at .moc/moc_qaction.cpp:376 #10 0x7fffef40759c in QAction::activate(QAction::ActionEvent) (this=0x12cd330, event=) at kernel/qaction.cpp:1167 #11 0x7fffef58661c in QMenuPrivate::activateCausedStack(QVector > const&, QAction*, QAction::ActionEvent, bool) (this=this@entry=0x129d000, causedStack=..., action=action@entry=0x12cd330, action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at widgets/qmenu.cpp:1372 #12 0x7fffef58daeb in QMenuPrivate::activateAction(QAction*, QAction::ActionEvent, bool) (this=this@entry=0x129d000, action=action@entry=0x12cd330, action_e=action_e@entry=QAction::Trigger, self=self@entry=true) at widgets/qmenu.cpp:1449 #13 0x7fffef58e913 in QMenu::mouseReleaseEvent(QMouseEvent*) (this=, e=0x7fffccc0) at widgets/qmenu.cpp:2943 #14 0x7fffef44a378 in QWidget::event(QEvent*) (this=this@entry=0x12ca390, event=event@entry=0x7fffccc0) at kernel/qwidget.cpp:9277 #15 0x7fffef590beb in QMenu::event(QEvent*) (this=0x12ca390, e=0x7fffccc0) at widgets/qmenu.cpp:3065 #16 0x7fffef40b6cc in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=this@entry=0xde2380, receiver=receiver@entry=0x12ca390, e=e@entry=0x7fffccc0) at kernel/qapplication.cpp:3732 #17 0x7fffef4133df in QApplication::notify(QObject*, QEvent*) (this=this@entry=0x11469d0, receiver=receiver@entry=0x12ca390, e=e@entry=0x7fffccc0) at kernel/qapplication.cpp:3208 #18 0x7fffefeae51e in sipQApplication::notify(QObject*, QEvent*) (this=0x11469d0, a0=0x12ca390, a1=0x7fffccc0) at ./build-3.6/QtWidgets/sipQtWidgetspart9.cpp:12951 #19 0x7fffee6ae938 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=receiver@entry=0x12ca390, event=event@entry=0x7fffccc0) at kernel/qcoreapplication.cpp:1050 #20 0x7fffef4123b2 in QCoreApplication::sendEvent(QObject*, QEvent*) (event=, receiver=) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234 #21 0x7fffef4123b2 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointe
[Python-modules-team] Bug#896425: marked as done (python3-django-cors-headers: corsheaders fails to import)
Your message dated Sun, 29 Apr 2018 12:05:51 +1000 with message-id <87h8nuahs0@silverfish.pri> and subject line corsheaders fails to import has caused the Debian Bug report #896425, regarding python3-django-cors-headers: corsheaders fails to import to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 896425: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896425 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: python3-django-cors-headers Version: 2.1.0+github-2 Severity: serious User: helm...@debian.org Usertags: python-import After installing python3-django-cors-headers importing the module corsheaders into a python interpreter fails with the following error: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/corsheaders/__init__.py", line 1, in from .checks import check_settings # noqa: F401 File "/usr/lib/python3/dist-packages/corsheaders/checks.py", line 5, in from django.core import checks ModuleNotFoundError: No module named 'django' The vast majority of import failures is attributed to missing dependencies. Often times that manifests as an ImportError or ModuleNotFoundError. Typically, dependencies should be inserted by dh-python via ${python:Depends} or ${python3:Depends}. Thus a missing dependency can be caused by incomplete install_requires in setup.py. Sometimes a missing dependency of a dependency is the cause, in such cases this bug should be reassigned. Helmut --- End Message --- --- Begin Message --- Source: django-cors-headers Source-Version: 2.1.0+github-3 This is actually a duplicate of 896419, because they both are for the same source package. -- Brian May https://linuxpenguins.xyz/brian/--- End Message --- ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processed: severity of 896219 is wishlist
Processing commands for cont...@bugs.debian.org: > severity 896219 wishlist Bug #896219 [python3-importmagic] please avoid the usage of distutils at runtime Severity set to 'wishlist' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 896219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896219 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#896219: Added python3-distutils dependency
On Sat, 28 Apr 2018 17:40:08 +0200 Matthias Klose wrote: > Control: reopen -1 > Control: severity -1 important > Control: retitle -1 please avoid the usage of distutils at runtime > Control: tags -1 + patch > > While the addition of the dependency fixes the issue, please could you consider > to avoid the usage of distutils at runtime? > I really think hard coding the paths is a poor solution. What happens if you use a virtualenv and have enabled system site packages somehow. What if a Debian derivative has a different policy? Why is having distutils installed a problem? Diane signature.asc Description: This is a digitally signed message part ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#896998: closed by Matthias Klose (Bug#896998: fixed in python-pip 9.0.1-2.2)
On Sat, Apr 28, 2018 at 03:15:07PM +, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > which was filed against the src:python-pip package: > > #896998: python-pip: missing required _vendor module in 9.0.1-2.1 > > It has been closed by Matthias Klose . ... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Format: 1.8 > Date: Sat, 28 Apr 2018 15:31:03 +0200 > Source: python-pip > Binary: python-pip python3-pip python-pip-whl > Architecture: source > Version: 9.0.1-2.2 > Distribution: unstable > Urgency: medium > Maintainer: Debian Python Modules Team > > Changed-By: Matthias Klose > Description: > python-pip - Python package installer > python-pip-whl - Python package installer > python3-pip - Python package installer > Closes: 896998 > Changes: > python-pip (9.0.1-2.2) unstable; urgency=medium > . >* Non-maintainer upload. >* debian/pip.dependencies: Add certifi. >* debian/rules: run dirtbike for certifi. >* pip/_vendor/__init__.py: Use the unvendored urllib3. Closes: #896998. Thank you Matthias, I'm grateful that you fixed this so quickly! :-) Cheers, Nicholas signature.asc Description: PGP signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#896356: marked as done (python-kajiki: kajiki fails to import)
Your message dated Sat, 28 Apr 2018 21:13:10 + with message-id and subject line Bug#896356: fixed in python-kajiki 0.7.1-2 has caused the Debian Bug report #896356, regarding python-kajiki: kajiki fails to import to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 896356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896356 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: python-kajiki Version: 0.7.1-1 Severity: serious User: helm...@debian.org Usertags: python-import After installing python-kajiki importing the module kajiki into a python interpreter fails with the following error: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/kajiki/__init__.py", line 7, in from .loader import MockLoader, FileLoader, PackageLoader File "/usr/lib/python2.7/dist-packages/kajiki/loader.py", line 7, in import pkg_resources ImportError: No module named pkg_resources The vast majority of import failures is attributed to missing dependencies. Often times that manifests as an ImportError or ModuleNotFoundError. Typically, dependencies should be inserted by dh-python via ${python:Depends} or ${python3:Depends}. Thus a missing dependency can be caused by incomplete install_requires in setup.py. Sometimes a missing dependency of a dependency is the cause, in such cases this bug should be reassigned. Helmut --- End Message --- --- Begin Message --- Source: python-kajiki Source-Version: 0.7.1-2 We believe that the bug you reported is fixed in the latest version of python-kajiki, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 896...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Goirand (supplier of updated python-kajiki package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 28 Apr 2018 19:44:06 + Source: python-kajiki Binary: python-kajiki python-kajiki-doc python3-kajiki Architecture: source all Version: 0.7.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Thomas Goirand Description: python-kajiki - Really fast well-formed xml templates - Python 2.x python-kajiki-doc - Really fast well-formed xml templates - doc python3-kajiki - Really fast well-formed xml templates - Python 3.x Closes: 896332 896356 Changes: python-kajiki (0.7.1-2) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/watch: Use https protocol * d/changelog: Remove trailing whitespaces . [ Thomas Goirand ] * Team upload. * Ran wrap-and-sort -bast. * Add missing python{3,}-pkg-resources runtime depends (Closes: #896356, #896332). Checksums-Sha1: 9826f7916b7a65c6e8aea3873e3675021a0e321d 2338 python-kajiki_0.7.1-2.dsc 7c17733bb8f5fececfe143cf0eb984f4dc257c05 3684 python-kajiki_0.7.1-2.debian.tar.xz 879fe0fa24ab9291e7c79e9c4f356c05fb780347 86376 python-kajiki-doc_0.7.1-2_all.deb 84addbfbef43419f9ddd58e415c0302bf287d785 55296 python-kajiki_0.7.1-2_all.deb 070fb51c5e3226d027d9b0d8a10fffebafc1 8628 python-kajiki_0.7.1-2_amd64.buildinfo 13a5432a6810fb787e4cc335d0cc9bada54a960d 55096 python3-kajiki_0.7.1-2_all.deb Checksums-Sha256: 0ae3e3b31f7a25d5ebf5c9984feb8b96efc17e80e135cac8e27b8b250b3a8284 2338 python-kajiki_0.7.1-2.dsc 95fcbdb2c956b2e08a1b66bcf3ca113e2014917289a9422368dbfd40971ef931 3684 python-kajiki_0.7.1-2.debian.tar.xz 5c246c84b60cd3d14deb24c5c49022c90fbfa9e79de457e099a7e931ce2da0b5 86376 python-kajiki-doc_0.7.1-2_all.deb cf2a4b306aa78ba4f59c99211852f1bd24d1c6f52b0dfc2ccb0b314d6b2d88d1 55296 python-kajiki_0.7.1-2_all.deb 73cd4ae5480067b9d66f9725c0a938445019574530c36c001b8084b3654ae5a0 8628 python-kajiki_0.7.1-2_amd64.buildinfo 2ec983c6708b1e2fd7cdab798454bffaf27f23eea8d814a7b2ae88954e52f8dc 55096 python3-kajiki_0.7.1-2_all.deb Files: 188e7c38c35af232424ef8ddff1a2007 2338 python optional python-kajiki_0.7.1-2.dsc cd734e298c6c075a59b9525de6887bc7 3684 python optional python-kajiki_0.7.1-2.debian.tar.xz 59e3a60d9882a6f9b175ada6efb0662e 86376 doc optional pytho
[Python-modules-team] Bug#896332: marked as done (python3-kajiki: kajiki fails to import)
Your message dated Sat, 28 Apr 2018 21:13:10 + with message-id and subject line Bug#896332: fixed in python-kajiki 0.7.1-2 has caused the Debian Bug report #896332, regarding python3-kajiki: kajiki fails to import to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 896332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896332 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: python3-kajiki Version: 0.7.1-1 Severity: serious User: helm...@debian.org Usertags: python-import After installing python3-kajiki importing the module kajiki into a python interpreter fails with the following error: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/kajiki/__init__.py", line 7, in from .loader import MockLoader, FileLoader, PackageLoader File "/usr/lib/python3/dist-packages/kajiki/loader.py", line 7, in import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' The vast majority of import failures is attributed to missing dependencies. Often times that manifests as an ImportError or ModuleNotFoundError. Typically, dependencies should be inserted by dh-python via ${python:Depends} or ${python3:Depends}. Thus a missing dependency can be caused by incomplete install_requires in setup.py. Sometimes a missing dependency of a dependency is the cause, in such cases this bug should be reassigned. Helmut --- End Message --- --- Begin Message --- Source: python-kajiki Source-Version: 0.7.1-2 We believe that the bug you reported is fixed in the latest version of python-kajiki, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 896...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Goirand (supplier of updated python-kajiki package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 28 Apr 2018 19:44:06 + Source: python-kajiki Binary: python-kajiki python-kajiki-doc python3-kajiki Architecture: source all Version: 0.7.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Thomas Goirand Description: python-kajiki - Really fast well-formed xml templates - Python 2.x python-kajiki-doc - Really fast well-formed xml templates - doc python3-kajiki - Really fast well-formed xml templates - Python 3.x Closes: 896332 896356 Changes: python-kajiki (0.7.1-2) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/watch: Use https protocol * d/changelog: Remove trailing whitespaces . [ Thomas Goirand ] * Team upload. * Ran wrap-and-sort -bast. * Add missing python{3,}-pkg-resources runtime depends (Closes: #896356, #896332). Checksums-Sha1: 9826f7916b7a65c6e8aea3873e3675021a0e321d 2338 python-kajiki_0.7.1-2.dsc 7c17733bb8f5fececfe143cf0eb984f4dc257c05 3684 python-kajiki_0.7.1-2.debian.tar.xz 879fe0fa24ab9291e7c79e9c4f356c05fb780347 86376 python-kajiki-doc_0.7.1-2_all.deb 84addbfbef43419f9ddd58e415c0302bf287d785 55296 python-kajiki_0.7.1-2_all.deb 070fb51c5e3226d027d9b0d8a10fffebafc1 8628 python-kajiki_0.7.1-2_amd64.buildinfo 13a5432a6810fb787e4cc335d0cc9bada54a960d 55096 python3-kajiki_0.7.1-2_all.deb Checksums-Sha256: 0ae3e3b31f7a25d5ebf5c9984feb8b96efc17e80e135cac8e27b8b250b3a8284 2338 python-kajiki_0.7.1-2.dsc 95fcbdb2c956b2e08a1b66bcf3ca113e2014917289a9422368dbfd40971ef931 3684 python-kajiki_0.7.1-2.debian.tar.xz 5c246c84b60cd3d14deb24c5c49022c90fbfa9e79de457e099a7e931ce2da0b5 86376 python-kajiki-doc_0.7.1-2_all.deb cf2a4b306aa78ba4f59c99211852f1bd24d1c6f52b0dfc2ccb0b314d6b2d88d1 55296 python-kajiki_0.7.1-2_all.deb 73cd4ae5480067b9d66f9725c0a938445019574530c36c001b8084b3654ae5a0 8628 python-kajiki_0.7.1-2_amd64.buildinfo 2ec983c6708b1e2fd7cdab798454bffaf27f23eea8d814a7b2ae88954e52f8dc 55096 python3-kajiki_0.7.1-2_all.deb Files: 188e7c38c35af232424ef8ddff1a2007 2338 python optional python-kajiki_0.7.1-2.dsc cd734e298c6c075a59b9525de6887bc7 3684 python optional python-kajiki_0.7.1-2.debian.tar.xz 59e3a60d9882a6f9b175ada6efb0662e 86376 doc optiona
[Python-modules-team] python-kajiki_0.7.1-2_amd64.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 28 Apr 2018 19:44:06 + Source: python-kajiki Binary: python-kajiki python-kajiki-doc python3-kajiki Architecture: source all Version: 0.7.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Thomas Goirand Description: python-kajiki - Really fast well-formed xml templates - Python 2.x python-kajiki-doc - Really fast well-formed xml templates - doc python3-kajiki - Really fast well-formed xml templates - Python 3.x Closes: 896332 896356 Changes: python-kajiki (0.7.1-2) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/watch: Use https protocol * d/changelog: Remove trailing whitespaces . [ Thomas Goirand ] * Team upload. * Ran wrap-and-sort -bast. * Add missing python{3,}-pkg-resources runtime depends (Closes: #896356, #896332). Checksums-Sha1: 9826f7916b7a65c6e8aea3873e3675021a0e321d 2338 python-kajiki_0.7.1-2.dsc 7c17733bb8f5fececfe143cf0eb984f4dc257c05 3684 python-kajiki_0.7.1-2.debian.tar.xz 879fe0fa24ab9291e7c79e9c4f356c05fb780347 86376 python-kajiki-doc_0.7.1-2_all.deb 84addbfbef43419f9ddd58e415c0302bf287d785 55296 python-kajiki_0.7.1-2_all.deb 070fb51c5e3226d027d9b0d8a10fffebafc1 8628 python-kajiki_0.7.1-2_amd64.buildinfo 13a5432a6810fb787e4cc335d0cc9bada54a960d 55096 python3-kajiki_0.7.1-2_all.deb Checksums-Sha256: 0ae3e3b31f7a25d5ebf5c9984feb8b96efc17e80e135cac8e27b8b250b3a8284 2338 python-kajiki_0.7.1-2.dsc 95fcbdb2c956b2e08a1b66bcf3ca113e2014917289a9422368dbfd40971ef931 3684 python-kajiki_0.7.1-2.debian.tar.xz 5c246c84b60cd3d14deb24c5c49022c90fbfa9e79de457e099a7e931ce2da0b5 86376 python-kajiki-doc_0.7.1-2_all.deb cf2a4b306aa78ba4f59c99211852f1bd24d1c6f52b0dfc2ccb0b314d6b2d88d1 55296 python-kajiki_0.7.1-2_all.deb 73cd4ae5480067b9d66f9725c0a938445019574530c36c001b8084b3654ae5a0 8628 python-kajiki_0.7.1-2_amd64.buildinfo 2ec983c6708b1e2fd7cdab798454bffaf27f23eea8d814a7b2ae88954e52f8dc 55096 python3-kajiki_0.7.1-2_all.deb Files: 188e7c38c35af232424ef8ddff1a2007 2338 python optional python-kajiki_0.7.1-2.dsc cd734e298c6c075a59b9525de6887bc7 3684 python optional python-kajiki_0.7.1-2.debian.tar.xz 59e3a60d9882a6f9b175ada6efb0662e 86376 doc optional python-kajiki-doc_0.7.1-2_all.deb 1e5ee4c0f23ad13b662a69c45485eeb4 55296 python optional python-kajiki_0.7.1-2_all.deb 2f153041a0c1d80cd05b47370fd201c8 8628 python optional python-kajiki_0.7.1-2_amd64.buildinfo 12726e77a9648ea20677904bca0d89dd 55096 python optional python3-kajiki_0.7.1-2_all.deb -BEGIN PGP SIGNATURE- iQJEBAEBCgAuFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAlrk04EQHHppZ29AZGVi aWFuLm9yZwAKCRCrU+UDWGh3puiOD/9nu0c7KQQCFGuwQlpWg2y6BtUM5zNqKt9V 70yALPdiBpGnfbTyj02vzXgUiRV4L7OwZ5sUKghfvdrh6qFPZa8HiAT3iD6x8OhD JDv5ynlASzQhIddueOjwr90cYV+BH9uF00WnMg1Gjum9pf6GaQ4TV++G4aHfRXN+ NnffecRcHB3JKve/YJJrxvxKYjQDaP3/29dwKOE2bl3ZiPf9TXrVVQH2OfQmkspn zkgZoU/l8hrb9oZGcxUt7AE90vg9BZnO79XLkCwiMgX85r1mjRWLVp1I3qNlSLeU uHXAe8FrKmVJrH/yoz6hyBQMXJk+7jV/dU+U/jmJsbWflg7ilVsF9uhQVMODLIbH um//55s6inCgD5USoTqDMrAjMYbo5R0NuQm4iLFZgtNjfcIDKKPIN1d4G/zM8CZt gWVLsCYYkVVDz1ZZyat+5bVdvhhJJR6N3kStHKOvIGyj/Sss6nZBV0B7LvL+WOJN mJYhx39AjX5AxyJ0QUBLDKWRxK3353WittIj8e4hxp3kDzgS/5PKnEANMr2H4XTZ OO1QDbIhEUpR0w0bXGS9yKPeeC+VG3we2S6wI7TkoV5MBIA/HL3WymC56YSOxyzI SN14uQwM18EOSzaI7SXO97fy5HzwtOOhwaV6vIsubR1is4I/PJbnT7Inxpcr29Du UxmBRLeyTQ== =uohA -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processing of python-kajiki_0.7.1-2_amd64.changes
python-kajiki_0.7.1-2_amd64.changes uploaded successfully to localhost along with the files: python-kajiki_0.7.1-2.dsc python-kajiki_0.7.1-2.debian.tar.xz python-kajiki-doc_0.7.1-2_all.deb python-kajiki_0.7.1-2_all.deb python-kajiki_0.7.1-2_amd64.buildinfo python3-kajiki_0.7.1-2_all.deb Greetings, Your Debian queue daemon (running on host usper.debian.org) ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processed: Bug #896332 in python-kajiki marked as pending
Processing control commands: > tag -1 pending Bug #896332 [python3-kajiki] python3-kajiki: kajiki fails to import Added tag(s) pending. -- 896332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896332 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processed: Bug #896356 in python-kajiki marked as pending
Processing control commands: > tag -1 pending Bug #896356 [python-kajiki] python-kajiki: kajiki fails to import Added tag(s) pending. -- 896356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896356 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processed: tagging 897121
Processing commands for cont...@bugs.debian.org: > tags 897121 + moreinfo Bug #897121 [python-pip-whl] virtualenv: ImportError (requests.packages.urllib3.exceptions) when creating virtualenv Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 897121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897121 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#897121: Acknowledgement (virtualenv: ImportError (requests.packages.urllib3.exceptions) when creating virtualenv)
Hi, the attached patch against the python-pip package fixes the issue for me. Thanks, Alexander diff -urN orig/python-pip-9.0.1/debian/control python-pip-9.0.1/debian/control --- orig/python-pip-9.0.1/debian/control 2018-04-26 08:19:09.0 +0200 +++ python-pip-9.0.1/debian/control 2018-04-28 17:58:17.894675791 +0200 @@ -37,6 +37,8 @@ python3-urllib3, python3-webencodings, python3-wheel, + python3-certifi, + python3-idna, Standards-Version: 3.9.8 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 diff -urN orig/python-pip-9.0.1/debian/rules python-pip-9.0.1/debian/rules --- orig/python-pip-9.0.1/debian/rules 2017-01-11 21:48:53.0 +0100 +++ python-pip-9.0.1/debian/rules 2018-04-28 17:57:52.206648134 +0200 @@ -64,6 +64,8 @@ dirtbike urllib3 dirtbike webencodings dirtbike wheel + dirtbike certifi + dirtbike idna python3 setup.py bdist_wheel \ --universal \ -d $(CURDIR)/debian/python-pip-whl/usr/share/python-wheels ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processed: your mail
Processing commands for cont...@bugs.debian.org: > reassign 897121 python-pip-whl Bug #897121 [virtualenv] virtualenv: ImportError (requests.packages.urllib3.exceptions) when creating virtualenv Bug reassigned from package 'virtualenv' to 'python-pip-whl'. No longer marked as found in versions python-virtualenv/15.1.0+ds-1.1. Ignoring request to alter fixed versions of bug #897121 to the same values previously set > End of message, stopping processing here. Please contact me if you need assistance. -- 897121: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897121 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#897121: virtualenv: ImportError (requests.packages.urllib3.exceptions) when creating virtualenv
Package: virtualenv Version: 15.1.0+ds-1.1 Severity: important Dear Maintainer, when creating a virtualenv, the "Installing ..." step fails with the following error: Installing setuptools, pkg_resources, pip, wheel... Complete output from command /tmp/testvenv/bin/python2 - setuptools pkg_resources pip wheel: Traceback (most recent call last): File "", line 7, in File "/usr/share/python-wheels/pip-9.0.1-py2.py3-none-any.whl/pip/__init__.py", line 21, in ImportError: No module named requests.packages.urllib3.exceptions ...Installing setuptools, pkg_resources, pip, wheel...done. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/virtualenv.py", line 2375, in main() File "/usr/lib/python3/dist-packages/virtualenv.py", line 724, in main symlink=options.symlink) File "/usr/lib/python3/dist-packages/virtualenv.py", line 992, in create_environment download=download, File "/usr/lib/python3/dist-packages/virtualenv.py", line 922, in install_wheel call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT) File "/usr/lib/python3/dist-packages/virtualenv.py", line 817, in call_subprocess % (cmd_desc, proc.returncode)) OSError: Command /tmp/testvenv/bin/python2 - setuptools pkg_resources pip wheel failed with error code 1 This appears to be an error in vendoring somewhere (pip?). I tried to pin down the root cause by editing the pip wheel: adding import requests.packages.urllib3.exceptions into /usr/share/python-wheels/pip-9.0.1-py2.py3-none-any.whl/pip/__init__.py produces the following error message instead: Installing setuptools, pkg_resources, pip, wheel... Complete output from command /tmp/testvenv/bin/python2 - setuptools pkg_resources pip wheel: Traceback (most recent call last): File "", line 7, in File "/usr/share/python-wheels/pip-9.0.1-py2.py3-none-any.whl/pip/__init__.py", line 21, in File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/__init__.py", line 97, in File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/utils.py", line 24, in File "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/certs.py", line 15, in ImportError: No module named certifi So the cause appears to be a missing wheel for python-certifi? Thanks, Alexander *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages virtualenv depends on: ii python3 3.6.5-3 ii python3-virtualenv 15.1.0+ds-1.1 virtualenv recommends no packages. virtualenv suggests no packages. -- no debconf information ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#896219: Added python3-distutils dependency
Control: reopen -1 Control: severity -1 important Control: retitle -1 please avoid the usage of distutils at runtime Control: tags -1 + patch While the addition of the dependency fixes the issue, please could you consider to avoid the usage of distutils at runtime? diff -Nru importmagic-0.1.7/debian/changelog importmagic-0.1.7/debian/changelog --- importmagic-0.1.7/debian/changelog 2018-04-28 08:01:34.0 +0200 +++ importmagic-0.1.7/debian/changelog 2018-04-28 17:38:29.0 +0200 @@ -1,3 +1,10 @@ +importmagic (0.1.7-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Avoid usage of distutils at runtime. + + -- Matthias Klose Sat, 28 Apr 2018 17:38:29 +0200 + importmagic (0.1.7-2) unstable; urgency=medium [ OndÅej Nový ] diff -Nru importmagic-0.1.7/debian/patches/avoid-distutils-usage.diff importmagic-0.1.7/debian/patches/avoid-distutils-usage.diff --- importmagic-0.1.7/debian/patches/avoid-distutils-usage.diff 1970-01-01 01:00:00.0 +0100 +++ importmagic-0.1.7/debian/patches/avoid-distutils-usage.diff 2018-04-28 17:38:23.0 +0200 @@ -0,0 +1,24 @@ +--- a/importmagic/index.py b/importmagic/index.py +@@ -8,18 +8,14 @@ import json + import logging + import re + from contextlib import contextmanager +-from distutils import sysconfig + + from importmagic.util import parse_ast + + + LIB_LOCATIONS = sorted(set(( +-(sysconfig.get_python_lib(standard_lib=True), 'S'), +-(sysconfig.get_python_lib(plat_specific=True), '3'), +-(sysconfig.get_python_lib(standard_lib=True, prefix=sys.prefix), 'S'), +-(sysconfig.get_python_lib(plat_specific=True, prefix=sys.prefix), '3'), +-(sysconfig.get_python_lib(standard_lib=True, prefix='/usr/local'), 'S'), +-(sysconfig.get_python_lib(plat_specific=True, prefix='/usr/local'), '3'), ++('/usr/lib/python%d.%d' % sys.version_info[:2], 'S'), ++('/usr/lib/python3/dist-packages', '3'), ++('/usr/local/lib/python3/dist-packages', '3'), + )), key=lambda l: -len(l[0])) + + # Regex matching modules that we never attempt to index. diff -Nru importmagic-0.1.7/debian/patches/series importmagic-0.1.7/debian/patches/series --- importmagic-0.1.7/debian/patches/series 2018-04-28 07:46:08.0 +0200 +++ importmagic-0.1.7/debian/patches/series 2018-04-28 17:30:24.0 +0200 @@ -1,2 +1,3 @@ use-debian-six.patch look-for-test-data.patch +avoid-distutils-usage.diff ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processed: Re: Added python3-distutils dependency
Processing control commands: > reopen -1 Bug #896219 {Done: Diane Trout } [python3-importmagic] python3-importmagic: importmagic fails to import 'reopen' may be inappropriate when a bug has been closed with a version; all fixed versions will be cleared, and you may need to re-add them. Bug reopened No longer marked as fixed in versions importmagic/0.1.7-2. > severity -1 important Bug #896219 [python3-importmagic] python3-importmagic: importmagic fails to import Severity set to 'important' from 'serious' > retitle -1 please avoid the usage of distutils at runtime Bug #896219 [python3-importmagic] python3-importmagic: importmagic fails to import Changed Bug title to 'please avoid the usage of distutils at runtime' from 'python3-importmagic: importmagic fails to import'. > tags -1 + patch Bug #896219 [python3-importmagic] please avoid the usage of distutils at runtime Added tag(s) patch. -- 896219: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896219 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#896998: marked as done (python-pip: missing required _vendor module in 9.0.1-2.1)
Your message dated Sat, 28 Apr 2018 15:11:54 + with message-id and subject line Bug#896998: fixed in python-pip 9.0.1-2.2 has caused the Debian Bug report #896998, regarding python-pip: missing required _vendor module in 9.0.1-2.1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 896998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896998 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: python-pip Version: 9.0.1-2.1 Severity: serious User: debian...@lists.debian.org Usertags: regression With the upload of version 9.0.1-2.1 of python-pip, the autopkgtest¹ started to fail with lots of instances of the error copied below (full log² attached). The error shows that even importing main from pip fails, I *assume* this makes python-pip nearly useless. Looking at the filelist of the two different packages, indeed the _vendor directory is missing in the latest version. (I created the diffs by taking the filelists from packages.d.o). Please investigate the situation. Paul ¹ https://ci.debian.net/packages/p/python-pip/unstable/amd64/ ² https://ci.debian.net/data/autopkgtest/unstable/amd64/p/python-pip/208814/log.gz Traceback (most recent call last): File "/usr/bin/pip", line 9, in from pip import main File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 21, in from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning ImportError: No module named requests.packages.urllib3.exceptions python-pip.log.gz Description: application/gzip 2,7c2,7 < /usr/lib/python3/dist-packages/pip-9.0.1.egg-info/PKG-INFO < /usr/lib/python3/dist-packages/pip-9.0.1.egg-info/dependency_links.txt < /usr/lib/python3/dist-packages/pip-9.0.1.egg-info/entry_points.txt < /usr/lib/python3/dist-packages/pip-9.0.1.egg-info/not-zip-safe < /usr/lib/python3/dist-packages/pip-9.0.1.egg-info/requires.txt < /usr/lib/python3/dist-packages/pip-9.0.1.egg-info/top_level.txt --- > /usr/lib/python3/dist-packages/pip-1.5.6.egg-info/PKG-INFO > /usr/lib/python3/dist-packages/pip-1.5.6.egg-info/dependency_links.txt > /usr/lib/python3/dist-packages/pip-1.5.6.egg-info/entry_points.txt > /usr/lib/python3/dist-packages/pip-1.5.6.egg-info/not-zip-safe > /usr/lib/python3/dist-packages/pip-1.5.6.egg-info/requires.txt > /usr/lib/python3/dist-packages/pip-1.5.6.egg-info/top_level.txt 10c10 < /usr/lib/python3/dist-packages/pip/_vendor/__init__.py --- > /usr/lib/python3/dist-packages/pip/backwardcompat/__init__.py 15c15 < /usr/lib/python3/dist-packages/pip/commands/check.py --- > /usr/lib/python3/dist-packages/pip/commands/bundle.py 17d16 < /usr/lib/python3/dist-packages/pip/commands/download.py 19d17 < /usr/lib/python3/dist-packages/pip/commands/hash.py 25a24 > /usr/lib/python3/dist-packages/pip/commands/unzip.py 27,28c26 < /usr/lib/python3/dist-packages/pip/compat/__init__.py < /usr/lib/python3/dist-packages/pip/compat/dictconfig.py --- > /usr/lib/python3/dist-packages/pip/commands/zip.py 33,37c31 < /usr/lib/python3/dist-packages/pip/models/__init__.py < /usr/lib/python3/dist-packages/pip/models/index.py < /usr/lib/python3/dist-packages/pip/operations/__init__.py < /usr/lib/python3/dist-packages/pip/operations/check.py < /usr/lib/python3/dist-packages/pip/operations/freeze.py --- > /usr/lib/python3/dist-packages/pip/log.py 39,43c33,34 < /usr/lib/python3/dist-packages/pip/req/__init__.py < /usr/lib/python3/dist-packages/pip/req/req_file.py < /usr/lib/python3/dist-packages/pip/req/req_install.py < /usr/lib/python3/dist-packages/pip/req/req_set.py < /usr/lib/python3/dist-packages/pip/req/req_uninstall.py --- > /usr/lib/python3/dist-packages/pip/req.py > /usr/lib/python3/dist-packages/pip/runner.py 45,57c36 < /usr/lib/python3/dist-packages/pip/utils/__init__.py < /usr/lib/python3/dist-packages/pip/utils/appdirs.py < /usr/lib/python3/dist-packages/pip/utils/build.py < /usr/lib/python3/dist-packages/pip/utils/deprecation.py < /usr/lib/python3/dist-packages/pip/utils/encoding.py < /usr/lib/python3/dist-packages/pip/utils/filesystem.py < /usr/lib/python3/dist-packages/pip/utils/glibc.py < /usr/lib/python3/dist-packages/pip/utils/hashes.py < /usr/lib/python3/dist-packages/pip/utils/logging.py < /usr/lib/python3/dist-packages/pip/utils/outdated.py < /usr/lib/python3/dist-packages/pip/utils/packaging.py < /usr/lib/python3/dist-packages/pip/utils/setuptools_build.py < /usr/lib/python3/dist-packages/pip/utils/ui.py --- > /usr/lib/python3/dist-packages/pip/util.py 3,8c3,8 < /usr/lib/python2.7/dist-packages/pip-9.0.1.egg-info/PKG-INFO < /usr/lib/python2.7/dist-packages/pip-9.0.1.egg-info/dependency_links.t
[Python-modules-team] python-pip_9.0.1-2.2_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 28 Apr 2018 15:31:03 +0200 Source: python-pip Binary: python-pip python3-pip python-pip-whl Architecture: source Version: 9.0.1-2.2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Matthias Klose Description: python-pip - Python package installer python-pip-whl - Python package installer python3-pip - Python package installer Closes: 896998 Changes: python-pip (9.0.1-2.2) unstable; urgency=medium . * Non-maintainer upload. * debian/pip.dependencies: Add certifi. * debian/rules: run dirtbike for certifi. * pip/_vendor/__init__.py: Use the unvendored urllib3. Closes: #896998. Checksums-Sha1: b741aeae8ca55eda243e9f3016b4aae52ffe7106 2754 python-pip_9.0.1-2.2.dsc ce6feac99ee6e989682e71a83c00b2e3d373b93e 18056 python-pip_9.0.1-2.2.debian.tar.xz 1362de552c3160dbf0018d2e8d25ad59666a3fd5 7655 python-pip_9.0.1-2.2_source.buildinfo Checksums-Sha256: 9aed92cfacaf634a4195089860ec60a0cb11e53ab9fc90d9b76c6bd5aa88a6d7 2754 python-pip_9.0.1-2.2.dsc 9497e42d165c4970f9dd2732450ab0a896177e605606cf16e1b6725ba67811df 18056 python-pip_9.0.1-2.2.debian.tar.xz eab9c5e656a58270ce7a2ff0eadd803f05a5ee41107887cee7d78fea932d1a6e 7655 python-pip_9.0.1-2.2_source.buildinfo Files: 368fea8dcfa51e71b410323db5cfff32 2754 python optional python-pip_9.0.1-2.2.dsc 610213ad246e01d8de049d4108154520 18056 python optional python-pip_9.0.1-2.2.debian.tar.xz 89022632315d7bcda5cc6cf1117a6659 7655 python optional python-pip_9.0.1-2.2_source.buildinfo -BEGIN PGP SIGNATURE- iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlrkgoEQHGRva29AZGVi aWFuLm9yZwAKCRC9fqpgd4+m9XEsEACO3NN/82E17Ydni8TPTiCoDKJCwwGKJuUR V7wwIcBue9bYRmZGIpS9vMjDnMs/K/NIdHOUUIZko3G+kthADJZoRlZ5FWX9+VJs cgeXkkCCmbN7QPHHBsKD9xoKIRP3sqe3VZb2Ov2nrnwS0TUWYZdEjo5ymgmlYiuT QK3+nWl+xF7LIenS/micMp+CGmFz9sNmRfSUiA5982cBQsfOUVxMJ3KjuEKr6E4f AFs/1cj9jkfkOC4l3zJN0MuBDJ3QJzoQ9cqminvmnScrzCZBUAHcKxBaFRmFWPQa 1dG5hVkDBz6W1SN2GnvDGfSnhBO1QNBZWkB0k2Nqk5V0VEtSTs/+6ERb2MTxNXzV 0dqms1leZKgLrQcVdSLFK6aM1FWWNQ4mNRAH8U3YQ3gHrLLqMEPgA18+KRv1ixYm IWzH5DMIKyDI5mJY6h2A0eDpc4djCmUCgfWvSNmwZ0JAZkEAgCWFuy8nFtmNPTxB bzeBOPZYpDaK4EKDrC/fMuHiSubeN7XvR56oBZQzzXN25Ws6f35k4HIezDRkFfx/ hJ+pELj1yu7qgbK00/Vp9XXDwX/VbmrnUdt2qu7BMRW7okAMoC4TMICzl5VfUF6i gPhjHe+E3tfVkOk/goSsPhqSbsK6ouuU70QZfax3M+a0SWvgkfFJ7u8gUP/O qyWvorSWcg== =6tPz -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] www.packages.debian.org
Hello, I hope you are well. My name is Carol Marshall and I work for a Search Marketing company in Sydney, Australia. I was doing some research on your industry and I landed on your website. Thing is i had a look at some of the other businesses who are currently ranked on Page 1 and I truly believe you have a better website and a better brand. Long story short, I have created an 18-Page WebsiteAudit which addresses all of the technical and web errors on your website that is stopping you from ranking on PAGE 1… I am happy to send you this report forFREE. All I want is the opportunity to call you and discuss THE WEBSITE AUDIT in greater detail. What do you think? Kind Regards, *Carol *| MANAGER *AU IT SOLUTIONS*Headquarters: 41 Bridge Rd Glebe, NSW 2037, Australia Other Offices: Hong Kong & China | USA | New Zealand | UAE | Singapore ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#897106: jpylyzer FTBFS with pandoc 2.1.2
Source: jpylyzer Version: 1.18.0-2 Severity: serious https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jpylyzer.html ... dh_auto_build python setup.py build --force running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/shared.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/jpylyzer.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/etpatch.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/config.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/byteconv.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/boxvalidator.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/__main__.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/__init__.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/shared.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/jpylyzer.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/etpatch.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/config.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/byteconv.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/boxvalidator.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/__main__.py -> build/lib.linux-x86_64-2.7/jpylyzer copying jpylyzer/__init__.py -> build/lib.linux-x86_64-2.7/jpylyzer (cd doc && pandoc -s --toc --toc-depth=2 -N --chapters --latex-engine=xelatex -o jpylyzerUserManual.pdf jpylyzerUserManual.md) --chapters has been removed. Use --top-level-division=chapter instead. --latex-engine has been removed. Use --pdf-engine instead. Try pandoc --help for more information. make[1]: *** [debian/rules:22: override_dh_auto_build] Error 2 ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processing of python-pip_9.0.1-2.2_source.changes
python-pip_9.0.1-2.2_source.changes uploaded successfully to localhost along with the files: python-pip_9.0.1-2.2.dsc python-pip_9.0.1-2.2.debian.tar.xz python-pip_9.0.1-2.2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processed: [patch v3] Re: python-pip: missing required _vendor module in 9.0.1-2.1
Processing control commands: > block 883218 by -1 Bug #883218 [sponsorship-requests] RFS: elpy/1.20.0-1 [ITP] 883218 was not blocked by any bugs. 883218 was blocking: 825980 861174 Added blocking bug(s) of 883218: 896998 -- 883218: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883218 896998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896998 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#896998: [patch v3] Re: python-pip: missing required _vendor module in 9.0.1-2.1
Control: block 883218 by -1 Took at look at this again by the light of day, just in case I missed something...oh my, yes, I had also missed python-requests This time I got all the deps ;-) Sorry it took three tries! Nicholas From a1f3688f8bdfa5ae25701be0690a324e75574bba Mon Sep 17 00:00:00 2001 From: Nicholas D Steeves Date: Sat, 28 Apr 2018 01:47:54 -0400 Subject: [PATCH] python-pip: Add missing depends on certifi, urllib3, and requests In the last week python -m pip --help started failing with: Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main mod_name, _Error) File "/usr/lib/python2.7/runpy.py", line 111, in _get_module_details __import__(mod_name) # Do not catch exceptions initializing package File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 21, in from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning ImportError: No module named requests.packages.urllib3.exceptions Python-urllib3 provides the missing module, but python-certifi and python-requests are also needed. --- debian/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/control b/debian/control index ff653ee..aa20597 100644 --- a/debian/control +++ b/debian/control @@ -53,6 +53,9 @@ Recommends: build-essential, python-all-dev (>= 2.6), python-setuptools, python-wheel, +python-certifi, +python-urllib3, +python-requests Description: Python package installer pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from -- 2.14.2 signature.asc Description: PGP signature ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Processed: Bug #892876 in python-distro marked as pending
Processing control commands: > tag -1 pending Bug #892876 [python3-distro] python3-distro description says package is for Py 2 Added tag(s) pending. -- 892876: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892876 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] python-readme-renderer_20.0-1_amd64.changes ACCEPTED into unstable, unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 27 Apr 2018 12:38:48 +0200 Source: python-readme-renderer Binary: python3-readme-renderer Architecture: source all Version: 20.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Nicolas Dandrimont Description: python3-readme-renderer - Library to safely render arbitrary README files into HTML Closes: 896992 Changes: python-readme-renderer (20.0-1) unstable; urgency=medium . * Initial release (Closes: #896992). Checksums-Sha1: 51d05df8d05c3c3f1a104460a9f1255dec8c1de3 2365 python-readme-renderer_20.0-1.dsc c522363472f449ab97fd3c0a9cb94ef1931a4425 25412 python-readme-renderer_20.0.orig.tar.gz f701175806958726a736742119f60a32fdf2d904 1832 python-readme-renderer_20.0-1.debian.tar.xz 245a7890adb56835a97ce67689af4fbe5787727c 6990 python-readme-renderer_20.0-1_amd64.buildinfo 55aa5f45fae3ef6789d409e523de039d265c7c51 8912 python3-readme-renderer_20.0-1_all.deb Checksums-Sha256: f7ca916e5aa3a63e09aa36e32bbd232551341370ff8a1fd785d581d6c6a1 2365 python-readme-renderer_20.0-1.dsc bde909eaa84d65b7942f7e6998c8b427b90b568b2630ff0306f4ca75f6d2a909 25412 python-readme-renderer_20.0.orig.tar.gz c498bc0ce5ffce45a818dc90ef16998fbd508daf91b1319473ed62999d0c22ac 1832 python-readme-renderer_20.0-1.debian.tar.xz 91fc1b531e1c2ffb95bb1d0e622fe6cbe521f3a397e9997c757874f706c8f1df 6990 python-readme-renderer_20.0-1_amd64.buildinfo 521972725b2737a8966ad550508dd8ec999d3d353801cbbf01ed0151fe75b406 8912 python3-readme-renderer_20.0-1_all.deb Files: 6e05c279f0d7fdc275be2e4fd216f766 2365 python optional python-readme-renderer_20.0-1.dsc 48b973c56329fc654452dae795dc818a 25412 python optional python-readme-renderer_20.0.orig.tar.gz b0bd4ade0f230922e6e8abcb6c1134dc 1832 python optional python-readme-renderer_20.0-1.debian.tar.xz b7fdb947817a9abd59037f73b3f71de8 6990 python optional python-readme-renderer_20.0-1_amd64.buildinfo c94d3753803295fef2407084bfa68396 8912 python optional python3-readme-renderer_20.0-1_all.deb -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEMpGQCo4g4u9D+PnY3K6QUi5xIr8FAlrjOuQACgkQ3K6QUi5x Ir9XIA//bHLJqi1JhCHCaFHTmbWury0XRAJyz+aZBgtWstE2yCeqUgDG74f/eCMv OfJYHG22H6rcnChSQczOXmLxMIVNK/WveH4DrXDZhdO+eApmmfD+13oT32cxFY+T 7fwBJiVpKRJ9aN7ZW7T6VZADHh+YYL6rNW8sHHklu4Ua9NZY8m84BBLzTOcy6R+F cC1djh7rW75yi/461M72zh8t52Y/D/Apx06FP/4gL21dNU/TtDrEv6//BQ0vKlM0 9q864K0EuMWoW68Pku++VuFr18m4eVGiyNGbOPsdoUvYKcjPbirbDWAmUdNF04+X oknmTf2E/hb1zpiQgJmB0ggcg/Tl3N8pwmNVvpFz6qc6U2+IFNcr6EybQg2vHuGl D8nliZVp1bMiTtm6vFAjRuqDk1cwcJFbdv/YB6czGSha1BFrySOLO3YGSZ8GK2Ye dHdFw+3Ldacc2GS5O/uRXydchP38rGJWl3jN8Ifcx7IDt/YTNyQo4HgBDYfyPgQl PBid6i1i4xhIL/SEw75KvAfKoZm02XePcizwpM0wqF/47L52md6OK0F85WllEKc4 ZUKgg9QKFasO8c9ceKZYvPrGuVU/nLvuWYX4lzI7NTudS2MDqobgLJnvQplSiKtD 9D/QkilnJFkTG9/3G67oZnKPndunt/UBHcYBxtBoCHc4dO1BfEM= =PaO4 -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] python-datrie_0.7.1-1_amd64.changes ACCEPTED into unstable, unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 27 Apr 2018 09:06:02 +0200 Source: python-datrie Binary: python-datrie python3-datrie Architecture: source amd64 Version: 0.7.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team Changed-By: Filip Pytloun Description: python-datrie - Super-fast, efficiently stored Trie for Python python3-datrie - Super-fast, efficiently stored Trie for Python 3 Closes: 828741 Changes: python-datrie (0.7.1-1) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field . [ Filip Pytloun ] * d/compat: Bump debhelper version to 11 * d/control: Bump standards to 4.1.4 * d/control: Require libdatrie 0.2.11-1 and newer * d/patches: Add 0003-Drop-use-of-libdatrie-patched-method.patch * Initial release (Closes: #828741) Checksums-Sha1: 3af7100d1c6f1f6323d307808a8b480459bbb863 2286 python-datrie_0.7.1-1.dsc 757c73a5d6b65dd981b370582f529e3156808662 189413 python-datrie_0.7.1.orig.tar.gz 9efbd99753690a82fd30de58a8a546fac234b76f 4364 python-datrie_0.7.1-1.debian.tar.xz a32868b18210113cfff0c031eab3e5b1bf17f6e6 265120 python-datrie-dbgsym_0.7.1-1_amd64.deb 878fe019895a336ca0aef81361c912cbe1a51743 8227 python-datrie_0.7.1-1_amd64.buildinfo ab3b9967bdd1ca8f648b9700424b14392fb34a89 100364 python-datrie_0.7.1-1_amd64.deb 3841357c6ed3d9bb7a5453bcb8be428385fd3c4c 326952 python3-datrie-dbgsym_0.7.1-1_amd64.deb fb2701779646650f2ee6225d0bba2bd87e294627 103944 python3-datrie_0.7.1-1_amd64.deb Checksums-Sha256: 94ca1c022e66fa4f02f7a481c42d8e3d690aa0925e68253bfbf37e10b904769e 2286 python-datrie_0.7.1-1.dsc e0f24a3bd81139729ade68c8dd4a0e2d0078f7a2c808c9058ebebb40c606d571 189413 python-datrie_0.7.1.orig.tar.gz c32da32b020c03d2de2b83d010c22134413f9f1982c8e64dd9079ed53a101239 4364 python-datrie_0.7.1-1.debian.tar.xz 93bbad3a141e21213bf20897cdc8d0ba03c4616d93c99f6a75fe22ce11061a43 265120 python-datrie-dbgsym_0.7.1-1_amd64.deb 288c92282faba738cc40e047d6b8c238eca02081282f68993c97182e2c860eab 8227 python-datrie_0.7.1-1_amd64.buildinfo c77e83d98d02c58a680cff069a5ac0cf5c334aa2a9720a86ca64a0a921b971a6 100364 python-datrie_0.7.1-1_amd64.deb 4e666503e6a08612dee2422325606032ebaf10451191dc91abbc20b0db5949ef 326952 python3-datrie-dbgsym_0.7.1-1_amd64.deb 22555ea4ea6a531a4274ea2bd0831c2676131e930158878e0cca6796fdfa789b 103944 python3-datrie_0.7.1-1_amd64.deb Files: a9e927a13f64f8af04565f5a91197588 2286 python optional python-datrie_0.7.1-1.dsc 7bd081a5639544e4174980a9e51eda68 189413 python optional python-datrie_0.7.1.orig.tar.gz 64034a7afd095dd42cc92fa8b6a3e443 4364 python optional python-datrie_0.7.1-1.debian.tar.xz b327bff15d8cd76f2fd370f26b2a2d47 265120 debug optional python-datrie-dbgsym_0.7.1-1_amd64.deb f777608d385bd89149bf641e7ec05059 8227 python optional python-datrie_0.7.1-1_amd64.buildinfo 37b5f524a6118aa3ddde2b5b20495efc 100364 python optional python-datrie_0.7.1-1_amd64.deb cdea726c8e11745d3d2a483cfb306a8b 326952 debug optional python3-datrie-dbgsym_0.7.1-1_amd64.deb efaba6a056641437cda6922f5b9c9fa5 103944 python optional python3-datrie_0.7.1-1_amd64.deb -BEGIN PGP SIGNATURE- iQJCBAEBCgAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlrjLwkOHHRpbGxlYUBy a2kuZGUACgkQV4oElNHGRtFAyg/7Bh9a9eYehu3hKx+8yn3kl5yha9YHv/UTfnIe kL+0RnCvyhsHVtqRucQG6mEgLEXQe2nvaD0Se16hZj0GAqUYEkMgYnzF/VUCgykg WfGKf74xaWaMZukP5oVDe7nvN+XuLrQsHF6nuQelKP+skRHl9t+r/nV81QqXXRX8 xABFSfIa7I1ZaqA5eatbSYBFmxQNT2itUoWHkvguHaz9P8F0SFLAFhM3VI7IjI/L VhC65FrcFAWpTYzL7lI7GdLw/uXGk/QDg6sONs+o8N7ecl33o9W5NhOICx/r6hts 3WswF3VP2k0W12msdd38HZMunUJnT2i+fBdlZMFC+YKk5blEV7K78miqDmJP9bnt gH/1A6Oy4iJr7KiJFEe+HFuSTNJq3j+wEO5HWue/bRET4w2dQRP+dQhjNsSK/yYA VwJHO6xojNLcQAnQuO6Qcu5O7u0Dg3uhVmGU1mxZ9lE8fj7tmR8t66riVe4exXsm NzQ0g/SqLHFO6u3MliRu6fR1subGUdecQ7H7m49Cn2YGdZgYRmVGAlgnwRAAChKX Yg9G5wQSLUWNWNKqCGYPUB7Y8ZacWOFfOCzwjn5+kZwoNtVcHmOaZOoWVVkqfjl5 Ml3NLl9+A/2kuwsVjeYAnxcBlZ6x8hNPBw+sT53qyI/41ZmCNz9dWzLx153s6jRp U23wa6g= =B/TV -END PGP SIGNATURE- Thank you for your contribution to Debian. ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
[Python-modules-team] Bug#896219: Added python3-distutils dependency
version 0.1.7-2 tags: pending thanks I added python3-distutils as a dependency and that should fix your problem. The new package should show up in unstable in a couple of hours. Diane signature.asc Description: This is a digitally signed message part ___ Python-modules-team mailing list Python-modules-team@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team