[Python-modules-team] python-changelog 0.5.1-1 MIGRATED to testing

2020-05-19 Thread Debian testing watch
FYI: The status of the python-changelog source package
in Debian's testing distribution has changed.

  Previous version: 0.4.2-2
  Current version:  0.5.1-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] zzzeeksphinx 1.1.4-1 MIGRATED to testing

2020-05-19 Thread Debian testing watch
FYI: The status of the zzzeeksphinx source package
in Debian's testing distribution has changed.

  Previous version: 1.0.20-3
  Current version:  1.1.4-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-ntlm-auth 1.4.0-1 MIGRATED to testing

2020-05-19 Thread Debian testing watch
FYI: The status of the python-ntlm-auth source package
in Debian's testing distribution has changed.

  Previous version: 1.1.0-1
  Current version:  1.4.0-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#941072: kivy: please make the build reproducible

2020-05-19 Thread Chris Lamb
Hi Scott,

> Looks like the attached patch is empty.

Trying again...


Regards,

--
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org  chris-lamb.co.uk
   `- --- a/debian/patches/reproducible-build.patch   1970-01-01 01:00:00.0 
+0100
--- b/debian/patches/reproducible-build.patch   2020-05-19 22:15:44.568617176 
+0100
@@ -0,0 +1,26 @@
+Description: Make the build reproducible
+Author: Chris Lamb 
+Last-Update: 2020-05-19
+
+--- kivy-1.10.1.orig/setup.py
 kivy-1.10.1/setup.py
+@@ -17,6 +17,7 @@ from os import walk, environ
+ from distutils.version import LooseVersion
+ from distutils.sysconfig import get_python_inc
+ from collections import OrderedDict
++import time
+ from time import sleep
+ from subprocess import check_output, CalledProcessError
+ from datetime import datetime
+@@ -46,7 +47,10 @@ def get_description():
+ 
+ def get_version(filename='kivy/version.py'):
+ VERSION = kivy.__version__
+-DATE = datetime.utcnow().strftime('%Y%m%d')
++DATE = time.strftime(
++"%Y%m%d",
++time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time(
++)
+ try:
+ GIT_REVISION = check_output(
+ ['git', 'rev-parse', 'HEAD']
--- a/debian/patches/series 1970-01-01 01:00:00.0 +0100
--- b/debian/patches/series 2020-05-19 22:15:37.368528337 +0100
@@ -0,0 +1 @@
+reproducible-build.patch
___
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] kivy_1.11.0-1_source.changes ACCEPTED into unstable

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 May 2020 17:29:52 -0400
Source: kivy
Architecture: source
Version: 1.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Scott Talbert 
Changes:
 kivy (1.11.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Debian Janitor ]
   * Use secure URI in Homepage field.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
 Repository-Browse.
 .
   [ Scott Talbert ]
   * Update to new upstream release 1.11.0
   * Update Standards-Version to 4.5.0
   * Patch setup.py to increase max Cython version
Checksums-Sha1:
 ecdcbebe7a8a2241f39e81271b28431f1593c365 2211 kivy_1.11.0-1.dsc
 032a7b2852c9e4b0631260388216e64edb3bb956 23553533 kivy_1.11.0.orig.tar.gz
 337f9e28861e3791ffd1aa7875864392f25c557b 5232 kivy_1.11.0-1.debian.tar.xz
 a78a1a8d64b7d08305befcffb3abe74c78deb5fe 12083 kivy_1.11.0-1_amd64.buildinfo
Checksums-Sha256:
 262b9e46eeece3b518e76bdccfc451e23b6d2ec62f9b1a72b8c00ed2f55a098e 2211 
kivy_1.11.0-1.dsc
 39929e72feb6f02daf44ec8da4d45d31544a6494dabaa4c0b40b3b1d799067f1 23553533 
kivy_1.11.0.orig.tar.gz
 ee0dde6b5abc3241605f1c3fc1e45b9abba577bc9af80ccaf621adcaf1087a38 5232 
kivy_1.11.0-1.debian.tar.xz
 a58da6f8103e28e2b76816cecf2cee67d931f18b355f6018dff4683b9cae71f5 12083 
kivy_1.11.0-1_amd64.buildinfo
Files:
 637905a36b9eebe99590f3628bf49043 2211 python optional kivy_1.11.0-1.dsc
 1b6d291c4df5b55754dc6db41f7c4b2f 23553533 python optional 
kivy_1.11.0.orig.tar.gz
 cc6784e54f11d6095c83f75028b3fb14 5232 python optional 
kivy_1.11.0-1.debian.tar.xz
 03c7dfb5da8716c7cb313b644bd74f45 12083 python optional 
kivy_1.11.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCgAtFiEEbnQ09Yl9Q7F/zVe3U9W8ZLUjeKIFAl7EUj4PHHN3dEB0ZWNo
aWUubmV0AAoJEFPVvGS1I3iil64P/1APugOmLkXj21HGyk1EXtSZS9aOu7uKDPtN
KG5hKtrJq2x2wohjWi/8yDR4sz7n+mK2tZKt3S/KoiNxHTs4O6DtbzFP9ROleCcc
lCBl1D0GsfnG62A/hDcO8p+mLnlL+LIyKfmPtHpgDxYWOyR1Yf07ky9xregA7oW/
e+RoOdAcRS/ZNPs4wIcy/f1QqwYL+tQ8kYJtK4B9/jpR7YIU6afZlnvwmOR79QZD
AuGCaz1MLzaGId2ah7UjEuMhxP9AO0czNLe3Ag8iHN6T51XoJLtoeW9BE2DiNfKL
9aEY/WJwqjoxbw/hKZHNnLSHUrO1c9sfkPOMmCFblj2QaA/I5q7nDrPSAMbuIbVe
iYqujM5MDI/zjiNXfUkZCdbOIOHT0UC3oQWp1cHpdg5uNL80OpRPqnW1WId+q5KS
oZ4DVI8xO8XlsC6dLKBf2hJb6TvGOAPE/XQmz4ahSHznlW+mv6F2gfdAMJ2Oxhrq
MOy5eYlzHrGEr0SQ9wYoo8LvnF+eZxN1mnzV1PBlyWyvCnAI7hrbKG6wxOLLlL1h
2EeMeGkSPjAkRtt896auoLjKvIpLvzRzYNDJE8On/jc0txcE2tj1NTAp+bksMoL9
OWNSGiJIXU4E+SiWACwVLfNLyk7YeeADzUDq7Ehq4N7tWJfTY7DbCEkTZCYuQ1e9
a2FTM9dK
=BZAs
-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] Processed: reassign 959118 to src:opensubdiv, fixed 959118 in 3.4.3-2, tagging 960619 ..., tagging 959798 ...

2020-05-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 959118 src:opensubdiv 3.4.3-1
Bug #959118 {Done: m...@debian.org (Matteo F. Vescovi)} [libosdgpu3.4.0] 
blender fails to start - missing libosdGPU.so.3.4.0 library
Bug #960180 {Done: m...@debian.org (Matteo F. Vescovi)} [libosdgpu3.4.0] 
blender: does not start: libosdGPU.so.3.4.0: cannot open shared object file: No 
such file or directory
Warning: Unknown package 'libosdgpu3.4.0'
Bug reassigned from package 'libosdgpu3.4.0' to 'src:opensubdiv'.
Bug reassigned from package 'libosdgpu3.4.0' to 'src:opensubdiv'.
No longer marked as found in versions opensubdiv/3.4.3-1.
No longer marked as found in versions opensubdiv/3.4.3-1.
No longer marked as fixed in versions opensubdiv/3.4.3-2.
No longer marked as fixed in versions opensubdiv/3.4.3-2.
Bug #959118 {Done: m...@debian.org (Matteo F. Vescovi)} [src:opensubdiv] 
blender fails to start - missing libosdGPU.so.3.4.0 library
Bug #960180 {Done: m...@debian.org (Matteo F. Vescovi)} [src:opensubdiv] 
blender: does not start: libosdGPU.so.3.4.0: cannot open shared object file: No 
such file or directory
Marked as found in versions opensubdiv/3.4.3-1.
Marked as found in versions opensubdiv/3.4.3-1.
> fixed 959118 3.4.3-2
Bug #959118 {Done: m...@debian.org (Matteo F. Vescovi)} [src:opensubdiv] 
blender fails to start - missing libosdGPU.so.3.4.0 library
Bug #960180 {Done: m...@debian.org (Matteo F. Vescovi)} [src:opensubdiv] 
blender: does not start: libosdGPU.so.3.4.0: cannot open shared object file: No 
such file or directory
Marked as fixed in versions opensubdiv/3.4.3-2.
Marked as fixed in versions opensubdiv/3.4.3-2.
> tags 960619 + sid bullseye
Bug #960619 [libzypp1702] libzypp1702: Depends on cruft package libsolv0
Added tag(s) sid and bullseye.
> found 959798 7.5.1~ds-1
Bug #959798 [src:libjs-webrtc-adapter] libjs-webrtc-adapter: Build with babel 
version 7
Bug #960264 [src:libjs-webrtc-adapter] libjs-webrtc-adapter: Please remove 
dependency to node-babel-preset-env
Marked as found in versions libjs-webrtc-adapter/7.5.1~ds-1.
Marked as found in versions libjs-webrtc-adapter/7.5.1~ds-1.
> tags 959798 + sid bullseye
Bug #959798 [src:libjs-webrtc-adapter] libjs-webrtc-adapter: Build with babel 
version 7
Bug #960264 [src:libjs-webrtc-adapter] libjs-webrtc-adapter: Please remove 
dependency to node-babel-preset-env
Added tag(s) sid and bullseye.
Added tag(s) bullseye and sid.
> found 960073 5.11.3+dfsg-1
Bug #960073 [python-pyqt5] Package:python-pyqt5 Run the example code with Trace 
and crash (SIGABRT)
Marked as found in versions pyqt5/5.11.3+dfsg-1.
> found 960237 18.16.1+ds-4
Bug #960237 [src:clickhouse] FTBFS: No such file or directory: 
/usr/share/zoneinfo/
Marked as found in versions clickhouse/18.16.1+ds-4.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
959118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959118
959798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959798
960073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960073
960180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960180
960237: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960237
960264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960264
960619: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960619
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] Processing of kivy_1.11.0-1_source.changes

2020-05-19 Thread Debian FTP Masters
kivy_1.11.0-1_source.changes uploaded successfully to localhost
along with the files:
  kivy_1.11.0-1.dsc
  kivy_1.11.0.orig.tar.gz
  kivy_1.11.0-1.debian.tar.xz
  kivy_1.11.0-1_amd64.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] Bug#941072: kivy: please make the build reproducible

2020-05-19 Thread Scott Talbert

On Tue, 24 Sep 2019, Chris Lamb wrote:


Source: kivy
Version: 1.10.1-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed
that kivy could not be built reproducibly.

This is because it generated a version.py file that contains the current
build date. A patch is attached that uses SOURCE_DATE_EPOCH [1].

[0] https://reproducible-builds.org/
[1] https://reproducible-builds.org/specs/source-date-epoch/


Looks like the attached patch is empty.

Scott

___
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#961078: python-django-jsonfield: FTBFS with Django 3.x

2020-05-19 Thread Chris Lamb
Source: python-django-jsonfield
Version: 1.1.0-2
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. Unfortunately,
python-django-jsonfield fails to build. Please see:

http://bugs.debian.org/960890

... for more information. Please use this bug report for queries
or questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]

  dh_auto_test -- --system=custom --test-args="{interpreter} 
debian/run_tests.py"
  I: pybuild base:217: python3.8 debian/run_tests.py
  Traceback (most recent call last):
File "debian/run_tests.py", line 23, in 
  django.setup()
File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in setup
  apps.populate(settings.INSTALLED_APPS)
File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 91, in 
populate
  app_config = AppConfig.create(entry)
File "/usr/lib/python3/dist-packages/django/apps/config.py", line 90, in 
create
  module = import_module(entry)
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 783, in exec_module
File "", line 219, in _call_with_frames_removed
File 
"/home/lamby/temp/cdt.20200517002210.n7i3i8p1o1.ags.lamby-debian-experimental.python3-django-jsonfield/python-django-jsonfield-1.1.0/jsonfield/__init__.py",
 line 3, in 
  from .fields import JSONField
File 
"/home/lamby/temp/cdt.20200517002210.n7i3i8p1o1.ags.lamby-debian-experimental.python3-django-jsonfield/python-django-jsonfield-1.1.0/jsonfield/fields.py",
 line 10, in 
  from django.utils import six
  ImportError: cannot import name 'six' from 'django.utils' 
(/usr/lib/python3/dist-packages/django/utils/__init__.py)
  E: pybuild pybuild:352: test: plugin custom failed with: exit code=1: 
python3.8 debian/run_tests.py
  dh_auto_test: error: pybuild --test -i python{version} -p 3.8 --system=custom 
"--test-args={interpreter} debian/run_tests.py" returned exit code 13
  make[1]: *** [debian/rules:10: override_dh_auto_test] Error 25
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20200517002210.n7i3i8p1o1.ags.lamby-debian-experimental.python3-django-jsonfield/python-django-jsonfield-1.1.0'
  make: *** [debian/rules:6: build] Error 2
  dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

  […]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


python-django-jsonfield.1.1.0-2.unstable.amd64.log.txt.gz
Description: Binary data
___
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#961079: python-django-contact-form: FTBFS with Django 3.x

2020-05-19 Thread Chris Lamb
Source: python-django-contact-form
Version: 1.4.2-3
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. Unfortunately,
python-django-contact-form fails to build. Please see:

http://bugs.debian.org/960890

... for more information. Please use this bug report for queries
or questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]

  ==
  ERROR: contact_form.tests.test_forms (unittest.loader._FailedTest)
  --
  ImportError: Failed to import test module: contact_form.tests.test_forms
  Traceback (most recent call last):
File "/usr/lib/python3.8/unittest/loader.py", line 436, in _find_test_path
  module = self._get_module_from_name(name)
File "/usr/lib/python3.8/unittest/loader.py", line 377, in 
_get_module_from_name
  __import__(name)
File 
"/home/lamby/temp/cdt.20200517000949.P3c9Eukd7z.ags.lamby-debian-experimental.python3-django-contact-form/python-django-contact-form-1.4.2/contact_form/tests/test_forms.py",
 line 7, in 
  from django.utils.six import text_type
  ModuleNotFoundError: No module named 'django.utils.six'

  […]

The full build log is attached.


Regards,

--
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

python-django-contact-form.1.4.2-3.unstable.amd64.log.txt.gz
Description: Binary data
___
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#961072: django-pipeline: FTBFS with Django 3.x

2020-05-19 Thread Chris Lamb
Source: django-pipeline
Version: 1.6.14-3
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. Unfortunately,
django-pipeline fails to build. Please see:

http://bugs.debian.org/960890

... for more information. Please use this bug report for queries
or questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]

File 
"/home/lamby/temp/cdt.20200517002930.qfTgNFYgSV.ags.lamby-debian-experimental.python3-django-pipeline/django-pipeline-1.6.14/tests/tests/__init__.py",
 line 10, in 
  from .test_collector import *
File 
"/home/lamby/temp/cdt.20200517002930.qfTgNFYgSV.ags.lamby-debian-experimental.python3-django-pipeline/django-pipeline-1.6.14/tests/tests/test_collector.py",
 line 9, in 
  from pipeline.collector import default_collector
File 
"/home/lamby/temp/cdt.20200517002930.qfTgNFYgSV.ags.lamby-debian-experimental.python3-django-pipeline/django-pipeline-1.6.14/pipeline/collector.py",
 line 10, in 
  from django.utils import six
  ImportError: cannot import name 'six' from 'django.utils' 
(/usr/lib/python3/dist-packages/django/utils/__init__.py)
  make[1]: *** [debian/rules:25: override_dh_auto_test] Error 1

  […]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


django-pipeline.1.6.14-3.unstable.amd64.log.txt.gz
Description: Binary data
___
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#961069: python-django-csp: FTBFS with Django 3.x

2020-05-19 Thread Chris Lamb
Source: python-django-csp
Version: 3.5-2
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. Unfortunately,
python-django-csp fails to build. Please see:

http://bugs.debian.org/960890

... for more information. Please use this bug report for queries
or questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]

  from csp.middleware import CSPMiddleware
  csp/middleware.py:8: in 
  from django.utils.six.moves import http_client
  ModuleNotFoundError: No module named 'django.utils.six'

  […]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


python-django-csp.3.5-2.unstable.amd64.log.txt.gz
Description: Binary data
___
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#961068: django-cors-headers: FTBFS with Django 3.x

2020-05-19 Thread Chris Lamb
Source: django-cors-headers
Version: 2.2.0-2
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. Unfortunately,
django-cors-headers fails to build. Please see:

http://bugs.debian.org/960890

... for more information. Please use this bug report for queries
or questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]
File 
"/home/lamby/temp/cdt.20200517001005.hCPuKuLGMF.ags.lamby-debian-experimental.python3-django-cors-headers/django-cors-headers-2.2.0/corsheaders/__init__.py",
 line 1, in 
  from .checks import check_settings  # noqa: F401
File 
"/home/lamby/temp/cdt.20200517001005.hCPuKuLGMF.ags.lamby-debian-experimental.python3-django-cors-headers/django-cors-headers-2.2.0/corsheaders/checks.py",
 line 8, in 
  from django.utils import six
  ImportError: cannot import name 'six' from 'django.utils' 
(/usr/lib/python3/dist-packages/django/utils/__init__.py)
  E: pybuild pybuild:352: test: plugin custom failed with: exit code=1: 
python3.8 
/home/lamby/temp/cdt.20200517001005.hCPuKuLGMF.ags.lamby-debian-experimental.python3-django-cors-headers/django-cors-headers-2.2.0/runtests.py
  dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.8 
returned exit code 13
  make[1]: *** [debian/rules:8: override_dh_auto_test] Error 25
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20200517001005.hCPuKuLGMF.ags.lamby-debian-experimental.python3-django-cors-headers/django-cors-headers-2.2.0'
  make: *** [debian/rules:5: build] Error 2
  dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

  […]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


django-cors-headers.2.2.0-2.unstable.amd64.log.txt.gz
Description: Binary data
___
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#961066: django-simple-captcha: FTBFS with Django 3.x

2020-05-19 Thread Chris Lamb
Source: django-simple-captcha
Version: 0.5.6-2
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. Unfortunately,
django-simple-captcha fails to build. Please see:

http://bugs.debian.org/960890

... for more information. Please use this bug report for queries
or questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]

File 
"/home/lamby/temp/cdt.20200517000701.TQD1OjvFwP.ags.lamby-debian-experimental.python3-django-captcha/django-simple-captcha-0.5.6/captcha/models.py",
 line 4, in 
  from django.utils.encoding import python_2_unicode_compatible
  ImportError: cannot import name 'python_2_unicode_compatible' from 
'django.utils.encoding' 
(/usr/lib/python3/dist-packages/django/utils/encoding.py)

  […]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


django-simple-captcha.0.5.6-2.unstable.amd64.log.txt.gz
Description: Binary data
___
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#961067: django-cas-server: FTBFS with Django 3.x

2020-05-19 Thread Chris Lamb
Source: django-cas-server
Version: 1.1.0-1
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. Unfortunately,
django-cas-server fails to build. Please see:

http://bugs.debian.org/960890

... for more information. Please use this bug report for queries
or questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]

File 
"/home/lamby/temp/cdt.20200517000724.7gVoqaidEn.ags.lamby-debian-experimental.python3-django-cas-server/django-cas-server-1.1.0/cas_server/models.py",
 line 20, in 
  from django.utils.encoding import python_2_unicode_compatible
  ImportError: cannot import name 'python_2_unicode_compatible' from 
'django.utils.encoding' 
(/usr/lib/python3/dist-packages/django/utils/encoding.py)
  
  […]

The full build log is attached.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


django-cas-server.1.1.0-1.unstable.amd64.log.txt.gz
Description: Binary data
___
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-rq_1.4.0-1_source.changes ACCEPTED into unstable

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 May 2020 14:40:41 -0400
Source: python-rq
Architecture: source
Version: 1.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Scott Talbert 
Changes:
 python-rq (1.4.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Marcos Fouces ]
   * New upstream release.
   * Bump to debhelper-compat level 13.
   * Add upstream metadata.
 .
   [ Scott Talbert ]
   * Add gbp.conf
Checksums-Sha1:
 754ddd05934ebfe7a415cf2082f022fbd1213f5b 2066 python-rq_1.4.0-1.dsc
 b01d35b920c714e1e66cfd2c1b29ca197ab46707 51124 python-rq_1.4.0.orig.tar.gz
 d767d4e2fd9e2eafb306de31cd6661f296f63c7f 4192 python-rq_1.4.0-1.debian.tar.xz
 6267798a492588efe20b6b6b642ea1b8176fe80f 6291 python-rq_1.4.0-1_amd64.buildinfo
Checksums-Sha256:
 ab3ac03d9cd603af05f82c3e5bc7e16d561e7e147d36a0205aae4a7543cdcebe 2066 
python-rq_1.4.0-1.dsc
 efabd10f27ef45414fc3e5f592110f699811b3ab9993ac40d78e87656423288a 51124 
python-rq_1.4.0.orig.tar.gz
 59bb9cb66d63102001391dd0b2f30a09ff231e2a4bdc7d4aa5592ae769d103e8 4192 
python-rq_1.4.0-1.debian.tar.xz
 3fa58e6ae1c75c082fe32676a1c2aa93a8953b07551e37485aa354657a330c1d 6291 
python-rq_1.4.0-1_amd64.buildinfo
Files:
 95a9587a0fef1d6b21d55207286e3b26 2066 python optional python-rq_1.4.0-1.dsc
 4551030b9fea5c3ec10697b4b847bda9 51124 python optional 
python-rq_1.4.0.orig.tar.gz
 ca0da04146981f720c7ce73703ddd0be 4192 python optional 
python-rq_1.4.0-1.debian.tar.xz
 05922caa49d439709d014ab1bf632a4c 6291 python optional 
python-rq_1.4.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCgAtFiEEbnQ09Yl9Q7F/zVe3U9W8ZLUjeKIFAl7EKPsPHHN3dEB0ZWNo
aWUubmV0AAoJEFPVvGS1I3iioJsP/3BmC5ippOEx6763UFpOPzmz0qaCk3TK2bR5
HUCk6JIl4MmjOoGzr0JFBohpew9RN1+lg/TfnhXVaCzT8aPJVlbsUM3BgGwdFXrw
Uk7LOmHahywRnQ5LUULBpfGikHDhV0/J910VP2C7nXJci4Z2y5bLG7Qt+I4xiM/+
Kk0xYyMpqFs+cZuzwbKiCfXXXGVk347+5jQXzpS+tbd3xgFXnfRpD2+ov64HP1ZA
9SBorgg1vs+pehybEnOKhS1b7HYw7E/cR+mDinCXhypiwSK3fEcZmTI5FWrIAj+t
Qmg+NxOc5hADGbCBotNS7aL6sPlZUu2g/cnkPeO/UzlNmOPZmJWeVJTtqVD94GyB
yRkWQ7S/lNXS2m+WnJFozFJx1jQLHUG3EWnfHoMjcK3jd9z3n0yLhabNRqqnZDQG
MvihZLd79GlQ2Vh2kS8F3VQ7OLiFs+vzBRdnuwqdVhseqDb52/1LRt+V05gUvrC6
gOK3oWPqHQFRwC+hmVV0U967yH8SIlgzggc9tU/RPQQuzgAbUxDku0nHLi1MTzCK
kUj0X29S3ua2DVUacCaSSKjb6jm1260060sstGMUvwFHGoU0XvSVHhal9x7sU7tO
np6CytPVRaTXdpzd/rp1HSsRIHoJPyf5p3hKy+ugofEMf7Ld9WTzPgCnE55fD2j4
ZuKKOaQr
=H8Ai
-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#961065: sorl-thumbnail: FTBFS with Django 3.x

2020-05-19 Thread Chris Lamb
Source: sorl-thumbnail
Version: 12.5.0-2
Severity: normal
User: python-modules-t...@lists.alioth.debian.org
Usertags: django-3.x
Tags: fbtfs

Dear maintainer,

The version of Django experimental is currently 3.0.6-1. I have built
the 153 reverse-dependencies in unstable against this version and 114
of these build & pass their testsuite successfully. However, sorl-thumbnail
fails to build. Please see:

http://bugs.debian.org/960890

... for more information. Please do use this bug report for all
queries/questions regarding Django 3.x that are not specific to this
particular package in order to reduce duplicated work across all of
the bugs.

  […]

File "«builddir»/sorl-thumbnail-12.5.0/sorl/thumbnail/models.py", line 2, 
in 
  from django.utils.encoding import python_2_unicode_compatible
  ImportError: cannot import name 'python_2_unicode_compatible' from 
'django.utils.encoding' 
(/usr/lib/python3/dist-packages/django/utils/encoding.py)

  […]

The full build log is attached.


Regards,

--
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

sorl-thumbnail.12.5.0-2.unstable.amd64.log.txt.gz
Description: Binary data
___
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-rq_1.4.0-1_source.changes

2020-05-19 Thread Debian FTP Masters
python-rq_1.4.0-1_source.changes uploaded successfully to localhost
along with the files:
  python-rq_1.4.0-1.dsc
  python-rq_1.4.0.orig.tar.gz
  python-rq_1.4.0-1.debian.tar.xz
  python-rq_1.4.0-1_amd64.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] python-markdown_3.2.2-1_source.changes ACCEPTED into unstable

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 May 2020 20:19:55 +0300
Source: python-markdown
Architecture: source
Version: 3.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Dmitry Shachnev 
Changes:
 python-markdown (3.2.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Remove python3-packaging and python3-pkg-resources dependencies,
 python-markdown now uses importlib.metadata from the standard library.
   * Set Rules-Requires-Root: no.
   * Update to debhelper compat level 13.
Checksums-Sha1:
 936c9fdafb1fc304a7f3e4d18193b02a54f3a953 2473 python-markdown_3.2.2-1.dsc
 83f22e465913cece60bc65681902fc4eefd2e4e9 299658 
python-markdown_3.2.2.orig.tar.gz
 5dd7539f349ae33190957f6997e3d24ed8d5d5b8 9784 
python-markdown_3.2.2-1.debian.tar.xz
 2fbc88376828d88621386cb5dd1366347ed83a46 7544 
python-markdown_3.2.2-1_source.buildinfo
Checksums-Sha256:
 2c28d7c8629c4a4c2e948306d241aefec6c4438a680d6c19af0d46fd41fdf1de 2473 
python-markdown_3.2.2-1.dsc
 1fafe3f1ecabfb514a5285fca634a53c1b32a81cb0feb154264d55bf2ff22c17 299658 
python-markdown_3.2.2.orig.tar.gz
 92a458e0c019483c038e31fb0edc69efc07781f9fbb7fe09942db3287d323591 9784 
python-markdown_3.2.2-1.debian.tar.xz
 bbaafc4190113055af9d3283a14a9a4e50521abc339330bb7ce78242d5afbad3 7544 
python-markdown_3.2.2-1_source.buildinfo
Files:
 3bd6abd1522e7ef5410bac2dd3644fab 2473 python optional 
python-markdown_3.2.2-1.dsc
 6e8daf1e566bf3572c137ada399fe40b 299658 python optional 
python-markdown_3.2.2.orig.tar.gz
 c7387cac5cd54111b2798375b6a9e759 9784 python optional 
python-markdown_3.2.2-1.debian.tar.xz
 9eacaef3ee0449ca2d36f86ad5b19cf4 7544 python optional 
python-markdown_3.2.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl7EGX8THG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy9uHEACDGvomcvIewVVEG9us5kl3IYFG5eSB
MwJ8/M3jfLotzFkke7wg5TydAQzDX6fAJ4uKBDgkjaGfldR5fwofAO24LC63BEau
HAxkWYJwQDLVbOe8Tyg/r7D3VXN7jB23g1UBVFG3x7zjMu0Z8ftCCavgGs97tByW
/RM4yoHn/lUxRpjUSCK3UsX+wSGyMsp9O5a0rlzwiC4WCVIyMnq2TSgeM8YSOQsB
nrfeE2pWX1DTAhyBYZcbuAx+sf8DN/tmgNI6fSFpObibGqetTco4Wz/wbpz5loDs
zOxBWV6D+QMF7ZjcKIqXk00cdbTEm10WwOKoNEHArI5oKj/LVGwFH4ttrDXL+SBB
T4pT46MsKIo6CSFvIdZ5olYRXfkUHLyFXb7X/bp6UWBPAnqyQ3EZ6wQ29GZOXdR8
fXlpQv9/cr0UKvnVfOOvJK06b6J5z0SPLczIf/6CBZs8Goz51SzqfrfXvLLPgX5L
ZUKxOIIBCN9y5soR1vUgxH7kLJyMT7a5eEfn5gg1JHX7w1pWznC5scZVLLZDcWP8
ttVWMXFnlTTunXAGeTM5pSTMaaAgUElrTpnZfY+tfBmKSdj90pbvFVWQhz4T+svo
69JbKC4IU/cVf+btJXuT8zV6xIPNs9IZVvWmVtDI2DoE9ceFFWacQ6Bf80NWtO9R
mZKlAxW7iek0qA==
=Ybok
-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-markdown_3.2.2-1_source.changes

2020-05-19 Thread Debian FTP Masters
python-markdown_3.2.2-1_source.changes uploaded successfully to localhost
along with the files:
  python-markdown_3.2.2-1.dsc
  python-markdown_3.2.2.orig.tar.gz
  python-markdown_3.2.2-1.debian.tar.xz
  python-markdown_3.2.2-1_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] Bug#957780: scipy: ftbfs with GCC-10

2020-05-19 Thread Drew Parsons
Source: scipy
Followup-For: Bug #957780

https://github.com/xianyi/OpenBLAS/issues/2262 takes it up further:

-fallow-argument-mismatch would be a better (more targetted) flag than
-std=legacy

___
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#957780: scipy: ftbfs with GCC-10

2020-05-19 Thread Drew Parsons
Source: scipy
Followup-For: Bug #957780

The error is

gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f
gfortran:f77: scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/cnaitr.f
scipy/sparse/linalg/eigen/arpack/ARPACK/SRC/dsaitr.f:671:35:

  369 | call dvout (logfil, 1, rnorm, ndigit,
  |   2
..
  671 | call dvout (logfil, 2, xtemp, ndigit,
  |   1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) 
(scalar and rank-1)

likewise l.743, and cnaitr.f ll.383,666,737

Something to do with rnorm being declared as scalar (Double precision)
but dvout requiring an array, albeit dimension 1 (which would be rnorm(1) ).

Looks like previously gfortran treated scalars as arrays of dimension 1,
but GCC-10 must have changed the handling.

Some discussion at
https://stackoverflow.com/questions/34613356/error-rank-mismatch-in-argument-rank-1-and-scalar

https://github.com/Reference-LAPACK/lapack/issues/353
says netlib source needs -std=legacy to compile.

___
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#957780: scipy: ftbfs with GCC-10

2020-05-19 Thread Drew Parsons
Source: scipy
Followup-For: Bug #957780

In any case, addressed upstream, 

https://github.com/scipy/scipy/pull/11842

___
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] microsoft-authentication-library-for-python_1.3.0-1_source.changes ACCEPTED into unstable

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 May 2020 15:59:16 +0100
Source: microsoft-authentication-library-for-python
Architecture: source
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Luca Boccassi 
Changes:
 microsoft-authentication-library-for-python (1.3.0-1) unstable; urgency=medium
 .
   * Merge tag '1.3.0' into debian/sid
Checksums-Sha1:
 8246bbc6ee41f82ef7bddc0f6bb7c7619fce0f82 2154 
microsoft-authentication-library-for-python_1.3.0-1.dsc
 6406e48d02d301da085ebdfc1d61d324b540ab98 80003 
microsoft-authentication-library-for-python_1.3.0.orig.tar.gz
 f36e357db45e42e0fbcc09fc6c11921fb16bd7c8 2800 
microsoft-authentication-library-for-python_1.3.0-1.debian.tar.xz
 933795f77988c28339abfe1212af35dacc5b74a9 6811 
microsoft-authentication-library-for-python_1.3.0-1_source.buildinfo
Checksums-Sha256:
 c3a0b474d1a58a24e4c2340371eb3f0d9f7a21a6b40fcf047a69f4b53538d311 2154 
microsoft-authentication-library-for-python_1.3.0-1.dsc
 8a5e0ada20cb2a6c057fcad072f59891ff761e1f045495ee4881604f15a01a63 80003 
microsoft-authentication-library-for-python_1.3.0.orig.tar.gz
 227f7c01d0137c91aa21c79f66c9a299df56d3e951ff2c854e1f4918729ef4ee 2800 
microsoft-authentication-library-for-python_1.3.0-1.debian.tar.xz
 f05530f681b502e72824ad0673d41de20b47de7311c814c2a4a2272ddb0d6076 6811 
microsoft-authentication-library-for-python_1.3.0-1_source.buildinfo
Files:
 9430ff9aeda1da0cbf512600ff0e2223 2154 python optional 
microsoft-authentication-library-for-python_1.3.0-1.dsc
 f9c2426d1410c7861703b84028254661 80003 python optional 
microsoft-authentication-library-for-python_1.3.0.orig.tar.gz
 0fa41eff405543ed0709de53fa47d074 2800 python optional 
microsoft-authentication-library-for-python_1.3.0-1.debian.tar.xz
 6607d5fd5ad5bc048a429dbaf0d8c823 6811 python optional 
microsoft-authentication-library-for-python_1.3.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFFBAEBCgAvFiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAl7EAhURHGJsdWNhQGRl
Ymlhbi5vcmcACgkQSylmgFB4UWI++Af/YQ/T7y6yGU/iBoOmIv3qhoV9o85TPyVA
MAVqwVQh9l+XBCbSeP48Ljr1W7K1G6Xwsi0UCGdMGdYmz+rQpGn69WAgvuGoG1rn
Y3SD5zn3Is5Mo27k+1Q9c8NeifWpewOw4XzkuSPwzndnBISMXL+FvvZMx86ka2Tr
0cDEAskK5yvNa6t2hdXVs9Xiipy6eUkZBpJcYFuoQ0yCwC1tr2+R63u5Fef4LbqS
ScJZh+GJQmrkJlRR71HAYUUM+8KRCimSaqdaVIrRHEYqwpiSOC/HsF0YDl8WOtru
2mXSJ82igEvbUI4ttY9gq0L2wdxicwnT7ngZblNeXUdv/YB92JrWXw==
=o0WF
-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] javaproperties_0.7.0-1_source.changes ACCEPTED into unstable

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 22 Apr 2020 13:39:50 +0100
Source: javaproperties
Architecture: source
Version: 0.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Luca Boccassi 
Changes:
 javaproperties (0.7.0-1) unstable; urgency=medium
 .
   * Merge tag 'v0.7.0' into debian/master
Checksums-Sha1:
 73c2fae79983ac95b8d868002e38b0dcba86187f 2001 javaproperties_0.7.0-1.dsc
 b46e8891bb79344baa8b933f0b32db43db02a38b 39302 javaproperties_0.7.0.orig.tar.gz
 454cb87ac386c69ce47cf3df0f454b679008 2492 
javaproperties_0.7.0-1.debian.tar.xz
 78d2649361d6b6c87791ed9a06756f32976cbce2 6080 
javaproperties_0.7.0-1_source.buildinfo
Checksums-Sha256:
 c03755a92e28c3480ddd7ccc3311e8e033ef9fd9df414e9cf377820b8b487d62 2001 
javaproperties_0.7.0-1.dsc
 141368e89ef87d85d79a1f0e890acc70c59afab3fdc978534bd8fbfcbf301562 39302 
javaproperties_0.7.0.orig.tar.gz
 ce43dda67e7f2422d599b80d2c3273892708fbe617a4df8dc666c912cf0f0a1f 2492 
javaproperties_0.7.0-1.debian.tar.xz
 f0a3b8ce793d7ffe02468afacad96ed56fd3aca0fc9a08d76ddb0d998890a3db 6080 
javaproperties_0.7.0-1_source.buildinfo
Files:
 1e2ddcd50e8d463ec2fa730227b2c529 2001 python optional 
javaproperties_0.7.0-1.dsc
 2a97367cb7579a1c75f410ca36ddf8e7 39302 python optional 
javaproperties_0.7.0.orig.tar.gz
 1ed640f43b674f5c4f45794de40a18ce 2492 python optional 
javaproperties_0.7.0-1.debian.tar.xz
 2949d9e1ac0457997add5819a85967e2 6080 python optional 
javaproperties_0.7.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFFBAEBCgAvFiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAl7EAjoRHGJsdWNhQGRl
Ymlhbi5vcmcACgkQSylmgFB4UWIoTQf/YPuNqa4xWKftW7PKfDRQ6iSfbQ2+gycZ
YkYx9T4+ffypzDm/5JPTrVs+IBqN00Mx5lGbrJgkoXlRd0ZT8ErnNw4yFlS2YfHb
UvLKq7ipOtKGWmUSkYmaFsvcsgjSm5OkvcobN1OIQzfpZJ+UZuE59zv1xWnqgQe8
V2bVKOkjGpr7SHwJ17Z8YaautW1P9pZR9Ult02Znnzrlk0TrDAt9FvhpWMpJTejm
g6EfLIk0GbI600Qr/VwN3VzAXAEofX7Iz9qWTtHdapSJCvVWBewnzofdUh2oZSZu
2C/gwDaIlfYARVUp8rtFhjYeyMOIUJdtzG1bjudFz2hzaogMKCOFgw==
=Jjbw
-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] knack_0.7.1-1_source.changes ACCEPTED into unstable

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 May 2020 15:44:58 +0100
Source: knack
Architecture: source
Version: 0.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Luca Boccassi 
Changes:
 knack (0.7.1-1) unstable; urgency=medium
 .
   * Merge tag 'v0.7.1' into debian/sid
Checksums-Sha1:
 7e70a0d0c4700b2f5844688e33ec8a43a0e6e281 1950 knack_0.7.1-1.dsc
 613fbd6798a27ae410f0f3a17f8b9ae804cf8c21 81433 knack_0.7.1.orig.tar.gz
 e80c654f3cacd89942115926d6b739a1b6d48c7d 2620 knack_0.7.1-1.debian.tar.xz
 44adb267d8ed17b9dafa545b500e21054e4f54e8 7286 knack_0.7.1-1_source.buildinfo
Checksums-Sha256:
 ba1e0d6f73650f00dd5035b4c21bba675415b90df700cd22c524bcc85fd1d46d 1950 
knack_0.7.1-1.dsc
 8026672cb831e2bbcc1c2ce5d8df342eff909b5b901676f32fa83013e88f3d1f 81433 
knack_0.7.1.orig.tar.gz
 0e533457804f92246a37de3f00883ff4e2c402536fcb13195abed37a8c1641b4 2620 
knack_0.7.1-1.debian.tar.xz
 66ab06fc104a796ed0acf1dea718d32eece86ff48f2959afbd20d38ca19acb36 7286 
knack_0.7.1-1_source.buildinfo
Files:
 bb6973200717205a5cf6375e3b99e520 1950 python optional knack_0.7.1-1.dsc
 84d3ea3397337005ee6f253d405ecb36 81433 python optional knack_0.7.1.orig.tar.gz
 98872aabf5b9f5f89a977312ef4a0a2e 2620 python optional 
knack_0.7.1-1.debian.tar.xz
 9b956ec8fb4efabe68fbabf2c4aae740 7286 python optional 
knack_0.7.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFFBAEBCgAvFiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAl7EAf4RHGJsdWNhQGRl
Ymlhbi5vcmcACgkQSylmgFB4UWKw0wf8CHsyesTV2lVMS/Y1z6MUt4Hx1o4CG5at
4U7L7ZFqIcnFwz4Y3iUElfU+xv0S/YTDvKnhAkE3ibglOH6jOhrJvLanFOYJQPAV
gmi51D90OmGH7eip5LFWZ77Je7WSPuizftW0olhr5svYfwQBnNzRr91qxehCM4dl
7V7ZiTk+HTuQDwujOPWLmEWYwf313zu2t4efZjFFGUU/RC7praQLAKTBXyBxPFIN
iin0KSxVpyB9/i5K0ZlaGwD4p8uFTHnEtMwdOMzwD60d7tm+CaQtPafTlUrutJwo
kms/KYADEIAQT4dRrW71AI8P8YdfXx+tgoDfS3WaxoeniiYbvZ0sYQ==
=jbpb
-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 javaproperties_0.7.0-1_source.changes

2020-05-19 Thread Debian FTP Masters
javaproperties_0.7.0-1_source.changes uploaded successfully to localhost
along with the files:
  javaproperties_0.7.0-1.dsc
  javaproperties_0.7.0.orig.tar.gz
  javaproperties_0.7.0-1.debian.tar.xz
  javaproperties_0.7.0-1_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] Processing of microsoft-authentication-library-for-python_1.3.0-1_source.changes

2020-05-19 Thread Debian FTP Masters
microsoft-authentication-library-for-python_1.3.0-1_source.changes uploaded 
successfully to localhost
along with the files:
  microsoft-authentication-library-for-python_1.3.0-1.dsc
  microsoft-authentication-library-for-python_1.3.0.orig.tar.gz
  microsoft-authentication-library-for-python_1.3.0-1.debian.tar.xz
  microsoft-authentication-library-for-python_1.3.0-1_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] Processing of knack_0.7.1-1_source.changes

2020-05-19 Thread Debian FTP Masters
knack_0.7.1-1_source.changes uploaded successfully to localhost
along with the files:
  knack_0.7.1-1.dsc
  knack_0.7.1.orig.tar.gz
  knack_0.7.1-1.debian.tar.xz
  knack_0.7.1-1_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] Bug#946625: marked as done (scipy: autopkgtest regularly times out)

2020-05-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 May 2020 23:10:19 +0800
with message-id <68ef58617230e8adb86831fcda1c6...@debian.org>
and subject line Re: Bug#946625: scipy: autopkgtest regularly times out
has caused the Debian Bug report #946625,
regarding scipy: autopkgtest regularly times out
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.)


-- 
946625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946625
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scipy
Version: 1.3.3-2
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: timeout flaky

Dear maintainers,

Your package has an autopkgtest, great. However, I noticed that it
regularly fails without very clear changes. On top of that, very
recently your package started to time out regularly on ci.debian.net,
sometimes taking as long as 8 hours before doing so.

Can you please investigate the situation? Don't hesitate to ask for help
from the Debian CI team (in X-Debbugs-CC) if you need help solving this
issue.

To avoid wasting lots of time on the ci.debian.net infrastructure, I
have blacklisted your package. If needed, please ping me to try any
uploads you make that should fix the issue if you are unsure and don't
want to close this bug until verified.

Paul

https://ci.debian.net/data/autopkgtest/unstable/amd64/s/scipy/3639835/log.gz

autopkgtest [02:37:41]:  summary
python3  FAIL timed out
python3-smokePASS
openblas FAIL timed out
atlasFAIL timed out



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---

scipy 1.4.1 passed its tests on debci now, so closing this bug.

Drew--- 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] Bug#961042: mark python3-future Multi-Arch: foreign

2020-05-19 Thread Helmut Grohne
Package: python3-future
Version: 0.18.2-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability
Control: affects -1 + src:cfgrib src:cnvkit src:duplicity src:galpy 
src:osdlyrics src:pyferret src:python-biom-format src:python-cobra 
src:q2-cutadapt src:q2-metadata src:qgis src:sagemath src:yade

The affected packages cannot satisfy their cross Build-Depends, because
they transitively Build-Depends on python3-future. In general,
Architecture: all packages can never satisfy cross Build-Depends unless
marked Multi-Arch: foreign or annotated :native. In the case of
python3-future, Multi-Arch: foreign is reasonable, because it is a pure
Python module without architecture-dependent dependencies. Please
consider applying the attached patch. It also marks the doc package.

Helmut
diff --minimal -Nru python-future-0.18.2/debian/changelog 
python-future-0.18.2/debian/changelog
--- python-future-0.18.2/debian/changelog   2020-03-28 03:39:09.0 
+0100
+++ python-future-0.18.2/debian/changelog   2020-05-19 16:55:40.0 
+0200
@@ -1,3 +1,10 @@
+python-future (0.18.2-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Mark all packages Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne   Tue, 19 May 2020 16:55:40 +0200
+
 python-future (0.18.2-2) unstable; urgency=medium
 
   * Drop python2 support; Closes: #937773
diff --minimal -Nru python-future-0.18.2/debian/control 
python-future-0.18.2/debian/control
--- python-future-0.18.2/debian/control 2020-03-28 03:39:09.0 +0100
+++ python-future-0.18.2/debian/control 2020-05-19 16:55:39.0 +0200
@@ -17,6 +17,7 @@
 
 Package: python3-future
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, ${python3:Depends}, python3-lib2to3
 Suggests: python-future-doc
 Description: Clean single-source support for Python 3 and 2 - Python 3.x
@@ -33,6 +34,7 @@
 Package: python-future-doc
 Section: doc
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: Clean single-source support for Python 3 and 2 - doc
  Future is the missing compatibility layer between Python 2 and Python 3. It
___
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: mark python3-future Multi-Arch: foreign

2020-05-19 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:cfgrib src:cnvkit src:duplicity src:galpy src:osdlyrics 
> src:pyferret src:python-biom-format src:python-cobra src:q2-cutadapt 
> src:q2-metadata src:qgis src:sagemath src:yade
Bug #961042 [python3-future] mark python3-future Multi-Arch: foreign
Added indication that 961042 affects src:cfgrib, src:cnvkit, src:duplicity, 
src:galpy, src:osdlyrics, src:pyferret, src:python-biom-format, 
src:python-cobra, src:q2-cutadapt, src:q2-metadata, src:qgis, src:sagemath, and 
src:yade

-- 
961042: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961042
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#949816: marked as done ( Bug#949762: Please update hypothesis package to >= 5.1)

2020-05-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 May 2020 11:14:12 -0400
with message-id 

and subject line Re: [Python-modules-team] Bug#949762: Please update hypothesis 
package to >= 5.1
has caused the Debian Bug report #949816,
regarding [Python-modules-team] Bug#949762: Please update hypothesis package to 
>= 5.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.)


-- 
949816: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949816
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-hypothesis
Version: 4.36.2-1
Severity: wishlist

Hello Ole,

Hypothesis from >= 5.0.0 version drop Python 2 support. So, I think we
should wait on Debian until
python-hypothesis remove the Python2 support.


Cheers,
Arias Emmanuel
@eamanu
http://eamanu.com

El vie., 24 de ene. de 2020 a la(s) 13:39, Ole Streicher
(oleb...@debian.org) escribió:
>
> Package: python3-hypothesis
> Version: 4.36.2-1
> Severity: wishlist
>
> Dear maintainer,
>
> The hypothesis package is going to be used in many astronomical Python
> packages to improve testing efficiency. They are going to require at
> least version 5.1, as documented as a dependency in the last version of
> pytest-astropy, which I would loke to upload ASAP.
>
> Could you update the hypothesis package to the latest version, or at
> least to a 5.1 release?
>
> Thank you very much
>
> Best
>
> Ole
>
> ___
> Python-modules-team mailing list
> Python-modules-team@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
--- End Message ---
--- Begin Message ---
On Sat, 25 Jan 2020 08:59:00 -0300 Emmanuel Arias
 wrote:
> Package: python3-hypothesis
> Version: 4.36.2-1
> Severity: wishlist
>
> Hello Ole,
>
> Hypothesis from >= 5.0.0 version drop Python 2 support. So, I think we
> should wait on Debian until
> python-hypothesis remove the Python2 support.

duplicate of #949762 (created by CCing submit@)

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi--- 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] Bug#949762: Bug#949762: Bug#949762: Please update hypothesis package to >= 5.1

2020-05-19 Thread Sandro Tosi
On Mon, Apr 27, 2020 at 5:51 PM Emmanuel Arias
 wrote:
>
> Hi Ole,
>
> I am working on the python-hypothesis.
>
> One of the test fail on autopkgtest, so I am workint on it.
>
> I push to salsa [0] my last change if you want to take a look.
>
> [0] https://salsa.debian.org/python-team/modules/python-hypothesis

whta's the status here? more than 3 weeks passed from the last update
and the newest numpy 1.19.0RC1 requires a newer version of hypothesis
than we have in the archive.

Regards,
-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi

___
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#960967: mark python3-soupsieve Multi-Arch: foreign

2020-05-19 Thread Emmanuel Arias
Hi,

Patch applied.

I will need sponsorship to upload.

Thanks!


Cheers,
Arias Emmanuel
@eamanu
yaerobi.com
___
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 960967

2020-05-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 960967 + pending
Bug #960967 [python3-soupsieve] mark python3-soupsieve Multi-Arch: foreign
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
960967: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960967
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-tz_2020.1-1_source.changes ACCEPTED into unstable

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 May 2020 10:43:57 +0100
Source: python-tz
Architecture: source
Version: 2020.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Alastair McKinstry 
Changes:
 python-tz (2020.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Standards-Version: 4.5.0
   * Update d/copyright (year)
Checksums-Sha1:
 db94ed77ecb5d73a57c0fb1ce69ff8c74346a771 2246 python-tz_2020.1-1.dsc
 57093f1be067814cf17cd3cf4a48e71e317bc96c 138744 python-tz_2020.1.orig.tar.xz
 35c6b13a49011f066cb232241d11e465aeae22be 5700 python-tz_2020.1-1.debian.tar.xz
Checksums-Sha256:
 99b4dba4b4f2ba875ac9d7b1cdd8bc41ab20134288c5194a9b4138aef87df02e 2246 
python-tz_2020.1-1.dsc
 282404566f5402b9840fc06ca153550600cf3fd1399efd52448028f39ed3eb5b 138744 
python-tz_2020.1.orig.tar.xz
 67c8e7fd74a86987abc5cc12d3113253c9fb5667091daed34386cfdd36d12b33 5700 
python-tz_2020.1-1.debian.tar.xz
Files:
 7eed84905a5c463836eeef695fc7ebf9 2246 python optional python-tz_2020.1-1.dsc
 c67dc1d68e03bf4589e751dab382009a 138744 python optional 
python-tz_2020.1.orig.tar.xz
 2d1b2c03cd2c259d11e434b04c153620 5700 python optional 
python-tz_2020.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAl7DsLYACgkQy+a7Tl2a
06VUYBAAg1J4xPMH+k5nQyWCe3z44mM3Grr3VCySJq/QK7h4nXMp8FOWd1Y0BLgL
B/yDZqFtEx+fXdw1l6HC0T8pYD6q2mS5V9ugb73us3rO3XbWSfdKPVUAV8GdVscl
t8DDSgYNY+VxUsDeM/6v7EeJhz0s8CBiViqN9ORgBs3c3rHvfe2XuAIa5d+dvGz4
rYvbObUsHqWK1C8TN8nAAr3LBAVdzE4nzbkgK3QxwnFty5oAlmXYxAqvJ+siLouh
Ycal3B5e6KuM8b40rpX+iiHqwKBuTxu8oPBt//sQlH5EYTP6YmLEUb107UF500J0
mxcwRG801lXLvh/dntwjmT5mVu6xyJdeY9DcSKjx4V0mC1L2rhaERUZ2Za3D3B5t
CDbgESWMFIQqANZiLUY7MSirj3wmo8uG3FvJIARODH7iwdJsUs7ul1kB5WK0/RnA
X50/Rpv/Xr9nI9YlYD3HtgjxhTQH3UayQggHxOCvtbhLrFCtdHB902UuMDCAo9wK
aG+vBdqqaIS+MATH2E5+YeIxcSdFyVyMPm6w6+tCzxfEcBjfLJsGraKdRb+SkCm6
+5UdX5ePuvqxKzYgDI688bZGSXB1o+s5oWmfaSbLUKxw1lspAHAbb2Skpz35QyAy
j9V6/Am0Vc9LtWLobo2uIxDwYMBrfSfXnGpdqOtjYvKu7uRWWpc=
=wA7Z
-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-tz_2020.1-1_source.changes

2020-05-19 Thread Debian FTP Masters
python-tz_2020.1-1_source.changes uploaded successfully to localhost
along with the files:
  python-tz_2020.1-1.dsc
  python-tz_2020.1.orig.tar.xz
  python-tz_2020.1-1.debian.tar.xz

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] Bug#960899: paramiko: autopkgtests failures

2020-05-19 Thread Gianfranco Costamagna
Hello,
after trying approach "b"
> b) the autopkgtest needs to install recommends too

I get some new autopkgtests failures such as:
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy/groovy/amd64/p/paramiko/20200518_022340_86e27@/log.gz

(they are all new tests)

G.

___
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#960506: marked as done (celery: missing Breaks+Replaces: python-celery-common (<< 4.4.2-3))

2020-05-19 Thread Debian Bug Tracking System
Your message dated Tue, 19 May 2020 09:48:51 +
with message-id 
and subject line Bug#960506: fixed in celery 4.4.2-5
has caused the Debian Bug report #960506,
regarding celery: missing Breaks+Replaces: python-celery-common (<< 4.4.2-3)
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.)


-- 
960506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: celery
Version: 4.4.2-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'stable'.
It installed fine in 'stable', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/ch-relationships.html#overwriting-files-and-replacing-packages-replaces

This test intentionally skipped 'testing' to find file overwrite
problems before packages migrate from 'unstable' to 'testing'.

>From the attached log (scroll to the bottom...):

  Preparing to unpack .../python-celery-common_4.2.1-3_all.deb ...
  Unpacking python-celery-common (4.2.1-3) ...
  dpkg: error processing archive 
/var/cache/apt/archives/python-celery-common_4.2.1-3_all.deb (--unpack):
   trying to overwrite '/usr/bin/celery', which is also in package celery 
4.4.2-4
  Errors were encountered while processing:
   /var/cache/apt/archives/python-celery-common_4.2.1-3_all.deb


cheers,

Andreas


celery=4.4.2-4_python-celery-common=4.2.1-3.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: celery
Source-Version: 4.4.2-5
Done: Mattia Rizzolo 

We believe that the bug you reported is fixed in the latest version of
celery, 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 960...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo  (supplier of updated celery 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: Tue, 19 May 2020 11:30:49 +0200
Source: celery
Architecture: source
Version: 4.4.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Mattia Rizzolo 
Closes: 960506
Changes:
 celery (4.4.2-5) unstable; urgency=medium
 .
   * Team upload.
   * Add missing Break+Replaces I forgot while doing the move.  Closes: #960506
Checksums-Sha1:
 79e7a50f23e1a9df16fb21d0b323b0614b600029 2718 celery_4.4.2-5.dsc
 cfe49c035fbda1e7d635046d6aaadc02e2eeafad 32024 celery_4.4.2-5.debian.tar.xz
 faa1623c0917d8df55752dcf2a611ee3d2815a3e 11782 celery_4.4.2-5_amd64.buildinfo
Checksums-Sha256:
 dc49cee0696d0026dc70b214bc2f460128051179d3e6d67c070dcecf0a3ba5e6 2718 
celery_4.4.2-5.dsc
 cdd0383ec4fce7c137c5a60e92055d5e25e2eee6160d95026d9996653a7aaa6c 32024 
celery_4.4.2-5.debian.tar.xz
 36084295bc30071fc677afe1a46ed01006f47f370cfc66d014ac8522d325302e 11782 
celery_4.4.2-5_amd64.buildinfo
Files:
 52df03b5671ca7964f5a2411908a8ad3 2718 python optional celery_4.4.2-5.dsc
 8a77df6bb0f766b55ebf37cb20de2ff7 32024 python optional 
celery_4.4.2-5.debian.tar.xz
 3664c4bafd7c19828a84afaf458ad8c1 11782 python optional 
celery_4.4.2-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl7DqQUACgkQCBa54Yx2
K62yrQ//ThlbR1ESMEshw0R4RC0fz8ZOpxm/J/bUWvsIFzzykfTEmcuPKfxw0Xzu
8bgJ35gmilEmHmHF5AkWMclhDaMKU2IYS4QZ1VuKBqYYkm7qQ/xGMu5wqu/95t/N
l8o/Z4BCtlXMgpK8kp4WsuHq2i0JxWZL8YMiXVY5SdjIyY+YvvJabu76HaO7Ay4G
9rFeVZqMfmX7FoJ9AvoVCI850Fm9p77dpNhjJ3iVKeRlReh0EXFgf+fI+MhWC5W6
VYe8lvu1FGifGEYgTmeocJRzYl2PdlMl5rL/vTyoiK07No1S4JebEGq4Rzd2BrGd
Eok3IikJ3pAlfBsxzOXDUmmuYqLBT/DWnU9yuAkUFY5pTTINfS+prBejkZJVY2PW
f+PWRU51nCO+V2NvpUSEIytecfluOkaO4M0/tcR9WnXPVYQGkQoQyvW+NQA/3KSa
4ne6hba4MoPDVwDrvkNewYKd/AIRN+WU2OfaONS7FMp/qOpp9CP3VilJTtQRP4NY
jAg7lRiQAHOVqSMBiIA3FpwAE+eXiBVCWHWBUh2hsnWOSR8TwMzMK47t1ZHzWH15
Ni8vZUuWiIeCt+ilOjMEG7ErRRn7HNdqai5qaypFbYJTWVG9OUw/iGZIFUw/WvEd
5MLZ6Wdv+A6ZuOpj+p0NhV7dHONnTTnTgXORf+J5Soi/ruZQ9zI=
=WMmh
-END PGP SIGNATURE End Message ---
___
Python-modules-team mailing list

[Python-modules-team] celery_4.4.2-5_source.changes ACCEPTED into unstable

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 May 2020 11:30:49 +0200
Source: celery
Architecture: source
Version: 4.4.2-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Mattia Rizzolo 
Closes: 960506
Changes:
 celery (4.4.2-5) unstable; urgency=medium
 .
   * Team upload.
   * Add missing Break+Replaces I forgot while doing the move.  Closes: #960506
Checksums-Sha1:
 79e7a50f23e1a9df16fb21d0b323b0614b600029 2718 celery_4.4.2-5.dsc
 cfe49c035fbda1e7d635046d6aaadc02e2eeafad 32024 celery_4.4.2-5.debian.tar.xz
 faa1623c0917d8df55752dcf2a611ee3d2815a3e 11782 celery_4.4.2-5_amd64.buildinfo
Checksums-Sha256:
 dc49cee0696d0026dc70b214bc2f460128051179d3e6d67c070dcecf0a3ba5e6 2718 
celery_4.4.2-5.dsc
 cdd0383ec4fce7c137c5a60e92055d5e25e2eee6160d95026d9996653a7aaa6c 32024 
celery_4.4.2-5.debian.tar.xz
 36084295bc30071fc677afe1a46ed01006f47f370cfc66d014ac8522d325302e 11782 
celery_4.4.2-5_amd64.buildinfo
Files:
 52df03b5671ca7964f5a2411908a8ad3 2718 python optional celery_4.4.2-5.dsc
 8a77df6bb0f766b55ebf37cb20de2ff7 32024 python optional 
celery_4.4.2-5.debian.tar.xz
 3664c4bafd7c19828a84afaf458ad8c1 11782 python optional 
celery_4.4.2-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl7DqQUACgkQCBa54Yx2
K62yrQ//ThlbR1ESMEshw0R4RC0fz8ZOpxm/J/bUWvsIFzzykfTEmcuPKfxw0Xzu
8bgJ35gmilEmHmHF5AkWMclhDaMKU2IYS4QZ1VuKBqYYkm7qQ/xGMu5wqu/95t/N
l8o/Z4BCtlXMgpK8kp4WsuHq2i0JxWZL8YMiXVY5SdjIyY+YvvJabu76HaO7Ay4G
9rFeVZqMfmX7FoJ9AvoVCI850Fm9p77dpNhjJ3iVKeRlReh0EXFgf+fI+MhWC5W6
VYe8lvu1FGifGEYgTmeocJRzYl2PdlMl5rL/vTyoiK07No1S4JebEGq4Rzd2BrGd
Eok3IikJ3pAlfBsxzOXDUmmuYqLBT/DWnU9yuAkUFY5pTTINfS+prBejkZJVY2PW
f+PWRU51nCO+V2NvpUSEIytecfluOkaO4M0/tcR9WnXPVYQGkQoQyvW+NQA/3KSa
4ne6hba4MoPDVwDrvkNewYKd/AIRN+WU2OfaONS7FMp/qOpp9CP3VilJTtQRP4NY
jAg7lRiQAHOVqSMBiIA3FpwAE+eXiBVCWHWBUh2hsnWOSR8TwMzMK47t1ZHzWH15
Ni8vZUuWiIeCt+ilOjMEG7ErRRn7HNdqai5qaypFbYJTWVG9OUw/iGZIFUw/WvEd
5MLZ6Wdv+A6ZuOpj+p0NhV7dHONnTTnTgXORf+J5Soi/ruZQ9zI=
=WMmh
-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 celery_4.4.2-5_source.changes

2020-05-19 Thread Debian FTP Masters
celery_4.4.2-5_source.changes uploaded successfully to localhost
along with the files:
  celery_4.4.2-5.dsc
  celery_4.4.2-5.debian.tar.xz
  celery_4.4.2-5_amd64.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: Bug#960506 marked as pending in celery

2020-05-19 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #960506 [celery] celery: missing Breaks+Replaces: python-celery-common (<< 
4.4.2-3)
Added tag(s) pending.

-- 
960506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960506
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] patiencediff_0.1.0-2~bpo10+1_amd64.changes ACCEPTED into buster-backports, buster-backports

2020-05-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 May 2020 18:19:38 +
Source: patiencediff
Binary: python3-patiencediff python3-patiencediff-dbgsym
Architecture: source amd64
Version: 0.1.0-2~bpo10+1
Distribution: buster-backports
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Jelmer Vernooij 
Description:
 python3-patiencediff - diff implementation with balanced performance, output 
and impleme
Closes: 923618
Changes:
 patiencediff (0.1.0-2~bpo10+1) buster-backports; urgency=medium
 .
   * Rebuild for buster-backports.
 .
 patiencediff (0.1.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Bump Standards-Version to 4.4.0.
   * Drop Python 2 support.
 .
 patiencediff (0.1.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Set upstream metadata fields: Contact.
   * Add autopkgtests.
   * Enable hardening.
   * Add build dependency on setuptools.
 .
 patiencediff (0.0.4-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #923618)
Checksums-Sha1:
 dde13744156dd74ed2b95678a2279b7a77e42c9e 2181 patiencediff_0.1.0-2~bpo10+1.dsc
 62476aa2f73b94ae5e95976b6b922e7032069f46 42804 
patiencediff_0.1.0-2~bpo10+1.debian.tar.xz
 5adc8c6d5fa2b08f01bb518292aa299127cb865a 6693 
patiencediff_0.1.0-2~bpo10+1_amd64.buildinfo
 c3dbf80b9430f9a37ec7ab41092f3ede3b9dbea9 27348 
python3-patiencediff-dbgsym_0.1.0-2~bpo10+1_amd64.deb
 742926e51d4f8ee9b9cb0d34d3df9ede145b726a 19880 
python3-patiencediff_0.1.0-2~bpo10+1_amd64.deb
Checksums-Sha256:
 fb71c8cee646ae4770c655767e2f693ee6f142457e2b94fb5f78a66a2568ede8 2181 
patiencediff_0.1.0-2~bpo10+1.dsc
 4c21fabc8a65f8883619b84a66702a47bb6e52cca2931eb0520b299c7d0b66f2 42804 
patiencediff_0.1.0-2~bpo10+1.debian.tar.xz
 de0541f368c05765f9d53a2b05242684606c91d7e0697b09c925f1def080d909 6693 
patiencediff_0.1.0-2~bpo10+1_amd64.buildinfo
 912e6413490fd2dc2407ea1f050d77a12829732eb219e8e8aeb5c29282532741 27348 
python3-patiencediff-dbgsym_0.1.0-2~bpo10+1_amd64.deb
 5ae9c8e66ea7ace78b8efe81d80f1e431405538e087b386349f6644f33d79504 19880 
python3-patiencediff_0.1.0-2~bpo10+1_amd64.deb
Files:
 06a44d94d625c449b17820cfbf89ee6b 2181 python optional 
patiencediff_0.1.0-2~bpo10+1.dsc
 abce6baca46d3e3e6b841cdf91d7045a 42804 python optional 
patiencediff_0.1.0-2~bpo10+1.debian.tar.xz
 5437647046030e183c62fb793553f9f8 6693 python optional 
patiencediff_0.1.0-2~bpo10+1_amd64.buildinfo
 d48a0b8c1f2d53e398684f47ddaadcfe 27348 debug optional 
python3-patiencediff-dbgsym_0.1.0-2~bpo10+1_amd64.deb
 f58b2ccad375cb128b09e2adcfe7ae0c 19880 python optional 
python3-patiencediff_0.1.0-2~bpo10+1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEsjhixBXWVlpOhsvXV5wWDUyeI+gFAl7BiP0ACgkQV5wWDUye
I+hSNxAAmjAp7wvxBVicVAiVrJkklvpGVPPD/AxMjjKBZEtu8Btr9TeO0bLQ8+6x
UgVWbFzrs07ad/P7Poii08VY1DjDXuGOJlC4L80llI4+k5P90mwFlCnsvFw5ECv4
0DlDFifblPnEjZcuka6x9wfgDRasB4s9yAtS3Anm8X0+/gPFHc6MklqFHckl0Bwk
KzfxNgJsdZLfh+u0M2iFzdOuPlXpCaqzRryD6tOUaQrtfjzdWN7pl+E/33PSQ4z+
Yq9ZJhsMBRE8CNNLw4VeeW8fBNMK1csoRoOOO+8YVk8jWqiOZMzCfARTJXND7j/L
SOjj9tiQwc8wvHC3WI+RDB4y3kqUZkf4bBQojDLjIt2Zu8TSjN31nM6M1lmVOy8V
nlx/iBoFkNxlwa2RvTuY8UXayg9Xag9sL41o+6YS/nZuEKXGBpNwyYy08vhus7BL
vg8mAdr+TdJ9Ofjz0OMNqELQ/LxcKdlc2BVfjS2F/ut637eYQWAkHyytfvp3PMvM
yF2Sao7RXsAWRVg9j2wQ0JUQbuO9tgVipQZnxnHtQIGuGYoJW5JhTdlguLRKz97+
5lANnhvCe4ibBRg5JicqcjNF3WLtfr25H5cxy/XqL6geih1ZzRfVnSA7HpdQ4WQn
6QfDo2aYBAMgDaN8KsQG5/dL1nzuWqUlK0qZSs84WwudvhaIV1U=
=0tt8
-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