[Python-modules-team] Bug#973099: marked as done (python-boltons: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.9 3.8" returned exit code 13)

2020-12-15 Thread Debian Bug Tracking System
Your message dated Wed, 16 Dec 2020 06:35:55 +
with message-id 
and subject line Bug#973099: fixed in python-boltons 19.1.0-3
has caused the Debian Bug report #973099,
regarding python-boltons: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.9 3.8" returned exit code 13
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.)


-- 
973099: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973099
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-boltons
Version: 19.1.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_autoreconf -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:217: python3.9 setup.py config 
> running config
> I: pybuild base:217: python3.8 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3.9 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/funcutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/ecoutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/iterutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/strutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/timeutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/setutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/mboxutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/__init__.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/namedutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/tableutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/formatutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/ioutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/queueutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/easterutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/statsutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/debugutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/mathutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/dictutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/listutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/gcutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/urlutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/deprutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/jsonutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/tbutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/socketutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/cacheutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/excutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/typeutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> copying boltons/fileutils.py -> 
> /<>/.pybuild/cpython3_3.9_boltons/build/boltons
> running egg_info
> creating boltons.egg-info
> writing boltons.egg-info/PKG-INFO
> writing dependency_links to boltons.egg-info/dependency_links.txt
> writing top-level names to boltons.egg-info/top_level.txt
> writing manifest file 'boltons.egg-info/SOURCES.txt'
> reading manifest file 'boltons.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: manifest_maker: MANIFEST.in, line 7: 'recursive-include' expects 
>...
> 
> warning: manifest_maker: MANIFEST.in, line 8: 'recursive-include' expects 
>...
> 
> writing manifest file 'boltons.egg-info/SOURCES.txt'
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.8_boltons/build/boltons
> copying boltons/funcutils.py -> 
> 

[Python-modules-team] fpylll is marked for autoremoval from testing

2020-12-15 Thread Debian testing autoremoval watch
fpylll 0.5.2+ds1-2 is marked for autoremoval from testing on 2021-01-20

It is affected by these RC bugs:
976778: fpylll: fpylll FTBFS with fplll 5.4.0
 https://bugs.debian.org/976778



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

___
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] pythonmagick is marked for autoremoval from testing

2020-12-15 Thread Debian testing autoremoval watch
pythonmagick 0.9.19-6 is marked for autoremoval from testing on 2020-12-29

It is affected by these RC bugs:
954812: pythonmagick: autopkgtest regression: cannot import name '_PythonMagick'
 https://bugs.debian.org/954812



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

___
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#973099 marked as pending in python-boltons

2020-12-15 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #973099 [src:python-boltons] python-boltons: FTBFS: dh_auto_test: error: 
pybuild --test --test-pytest -i python{version} -p "3.9 3.8" returned exit code 
13
Added tag(s) pending.

-- 
973099: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973099
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#959574: marked as done (python-pyscss: FTBFS: ImportError: cannot import name 'Feature' from 'setuptools' (/usr/lib/python3/dist-packages/setuptools/__init__.py))

2020-12-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Dec 2020 21:11:07 +0100
with message-id <0b4e309f-4c1c-7538-b0ba-8b13748a3...@debian.org>
and subject line Re: python-pyscss: FTBFS: missing pytest module
has caused the Debian Bug report #959574,
regarding python-pyscss: FTBFS: ImportError: cannot import name 'Feature' from 
'setuptools' (/usr/lib/python3/dist-packages/setuptools/__init__.py)
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.)


-- 
959574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pyscss
Version: 1.3.5-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules clean
> make: pyversions: Command not found
> py3versions: no X-Python3-Version in control file, using supported versions
> dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=pybuild --with 
> python3
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> dh: error: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose 
> from: binary binary-arch binary-indep build build-arch build-indep clean 
> install install-arch install-indep)
> dh clean --buildsystem=pybuild --with python3
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
>dh_auto_clean -O--buildsystem=pybuild
> dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 
> 9 in use)
> I: pybuild base:217: python3.8 setup.py clean 
> Traceback (most recent call last):
>   File "setup.py", line 9, in 
> from setuptools import setup, Extension, Feature
> ImportError: cannot import name 'Feature' from 'setuptools' 
> (/usr/lib/python3/dist-packages/setuptools/__init__.py)
> E: pybuild pybuild:352: clean: plugin distutils failed with: exit code=1: 
> python3.8 setup.py clean 
> dh_auto_clean: error: pybuild --clean --test-pytest -i python{version} -p 3.8 
> returned exit code 13
> make: *** [debian/rules:16: clean] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/05/01/python-pyscss_1.3.5-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Version: 1.3.7-1

Hi

On Wed, 15 Jan 2020 11:40:24 +0100 Mattia Rizzolo 
wrote:> your package failed to rebuild in a standard sid/amd64 chroot.
> Attached is the full build log, hopefully relevant excerpt follows:

There have been two uploads since that built and multiple binNMU's.

Paul



OpenPGP_signature
Description: OpenPGP digital signature
--- 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#948958: marked as done (python-pyscss: FTBFS: missing pytest module)

2020-12-15 Thread Debian Bug Tracking System
Your message dated Tue, 15 Dec 2020 21:11:07 +0100
with message-id <0b4e309f-4c1c-7538-b0ba-8b13748a3...@debian.org>
and subject line Re: python-pyscss: FTBFS: missing pytest module
has caused the Debian Bug report #948958,
regarding python-pyscss: FTBFS: missing pytest module
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.)


-- 
948958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948958
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pyscss
Version: 1.3.5-3
Severity: serious
Tags: ftbfs

Dear maintainer,

your package failed to rebuild in a standard sid/amd64 chroot.
Attached is the full build log, hopefully relevant excerpt follows:

make[1]: Entering directory '/build/python-pyscss-1.3.5'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=pybuild --with 
python3
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: 
binary binary-arch binary-indep build build-arch build-indep clean install 
install-arch install-indep)
set -e ; for pyvers in 2.7 3.8 3.7; do \
echo "=== running tests with python$pyvers ==="; \
python$pyvers -m pytest ; \
done
=== running tests with python2.7 ===
/usr/bin/python2.7: No module named pytest
make[1]: *** [debian/rules:35: override_dh_auto_test] Error 1
make[1]: Leaving directory '/build/python-pyscss-1.3.5'
make: *** [debian/rules:16: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
I: Using pkgname logfile
I: Current time: Wed Jan 15 05:11:31 UTC 2020
I: pbuilder-time-stamp: 1579065091
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [pkgs/python-pyscss_1.3.5-3.dsc]
I: copying [pkgs/python-pyscss_1.3.5.orig.tar.gz]
I: copying [pkgs/python-pyscss_1.3.5-3.debian.tar.xz]
I: Extracting source
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/home/mattia/.gnupg/trustedkeys.kbx': General error
gpgv: Signature made Sun Aug 25 07:37:51 2019 UTC
gpgv:using RSA key 3D983C52EB85980C46A56090357312559D1E064B
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./python-pyscss_1.3.5-3.dsc
dpkg-source: info: extracting python-pyscss in python-pyscss-1.3.5
dpkg-source: info: unpacking python-pyscss_1.3.5.orig.tar.gz
dpkg-source: info: unpacking python-pyscss_1.3.5-3.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-short-summary-of-the-patch.patch
dpkg-source: info: applying fix-python3.patch
I: using fakeroot in build.
I: Installing the build-deps
I: -> Attempting to satisfy build-dependencies
Note, using file '/build/python-pyscss_1.3.5-3.dsc' to get the build 
dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdmainutils debhelper
  dh-autoreconf dh-python dh-strip-nondeterminism docbook-xsl dwz file gettext
  gettext-base groff-base intltool-debian libarchive-zip-perl libbsd0
  libcroco3 libdebhelper-perl libelf1 libexpat1-dev
  libfile-stripnondeterminism-perl libfreetype6 libglib2.0-0 libimagequant0
  libjbig0 libjpeg62-turbo liblcms2-2 libmagic-mgc libmagic1 libmpdec2
  libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpipeline1 libpng16-16
  libpython3-all-dev libpython3-dev libpython3-stdlib libpython3.7
  libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib libpython3.8
  libpython3.8-dev libpython3.8-minimal libpython3.8-stdlib libsigsegv2
  libsub-override-perl libtiff5 libtool libuchardet0 libwebp6 libwebpdemux2
  libwebpmux3 m4 man-db po-debconf python3 python3-all python3-all-dev
  python3-atomicwrites python3-attr python3-dev python3-distutils
  python3-importlib-metadata python3-lib2to3 python3-minimal
  python3-more-itertools 

[Python-modules-team] Bug#977487: pyvows: please make the build reproducible

2020-12-15 Thread Chris Lamb
Source: pyvows
Version: 3.0.0-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

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

This is because it did not generate the manpage correctly — it contained
a traceback with the error (which included the absolute build path).

Patch attached that sets PYTHONPATH correctly.

 [0] https://reproducible-builds.org/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team