Your message dated Sun, 19 Nov 2017 22:49:19 +0000
with message-id <e1egyot-000f5z...@fasolo.debian.org>
and subject line Bug#882170: fixed in python-cryptography 2.1.3-3
has caused the Debian Bug report #882170,
regarding python-cryptography: extraneous setuptools dependency on cffi
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.)


-- 
882170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882170
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-cryptography
Version: 2.1.3-2
Severity: serious
Control: affects -1 src:keystone

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/keystone.html

...
======================================================================
FAIL: 
keystone.tests.unit.common.test_database_conflicts.DuplicateTestCase.test_credential_duplicate_conflict_gives_name
keystone.tests.unit.common.test_database_conflicts.DuplicateTestCase.test_credential_duplicate_conflict_gives_name
----------------------------------------------------------------------
_StringException: pythonlogging:'': {{{
Adding cache-proxy 'oslo_cache.testing.CacheIsolatingProxy' to backend.
Adding cache-proxy 'oslo_cache.testing.CacheIsolatingProxy' to backend.
Adding cache-proxy 'oslo_cache.testing.CacheIsolatingProxy' to backend.
Adding cache-proxy 'oslo_cache.testing.CacheIsolatingProxy' to backend.
Adding cache-proxy 'oslo_cache.testing.CacheIsolatingProxy' to backend.
Adding cache-proxy 'oslo_cache.testing.CacheIsolatingProxy' to backend.
NeedRegenerationException
no value, waiting for create lock
value creation lock <dogpile.cache.region._LockWrapper object at 
0x7f8f26bbb790> acquired
Calling creation function
Released creation lock
NeedRegenerationException
no value, waiting for create lock
value creation lock <dogpile.cache.region._LockWrapper object at 
0x7f8f26bbb790> acquired
Calling creation function
Released creation lock
NeedRegenerationException
no value, waiting for create lock
value creation lock <dogpile.cache.region._LockWrapper object at 
0x7f8f26bbb790> acquired
Calling creation function
Released creation lock
detected 'bcrypt' backend, version u'3.1.4'
'bcrypt' backend lacks $2$ support, enabling workaround
NeedRegenerationException
no value, waiting for create lock
value creation lock <dogpile.cache.region._LockWrapper object at 
0x7f8f2679bad0> acquired
Calling creation function
Released creation lock
NeedRegenerationException
no value, waiting for create lock
value creation lock <dogpile.cache.region._LockWrapper object at 
0x7f8f313ffad0> acquired
Calling creation function
Released creation lock
NeedRegenerationException
no value, waiting for create lock
value creation lock <dogpile.cache.region._LockWrapper object at 
0x7f8f26526350> acquired
Calling creation function
Released creation lock
NeedRegenerationException
no value, waiting for create lock
value creation lock <dogpile.cache.region._LockWrapper object at 
0x7f8f26526350> acquired
Calling creation function
Released creation lock
}}}

Traceback (most recent call last):
  File "keystone/tests/unit/test_v3.py", line 178, in setUp
    super(RestfulTestCase, self).setUp(app_conf=app_conf)
  File "keystone/tests/unit/rest.py", line 65, in setUp
    self.loadapp(app_conf, name='main'))
  File "keystone/tests/unit/core.py", line 770, in loadapp
    return service.loadapp(self._paste_config(config), name=name)
  File "keystone/version/service.py", line 52, in loadapp
    controllers.latest_app = deploy.loadapp(conf, name=name)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 247, 
in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 272, 
in loadobj
    return context.create()
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 710, 
in create
    return self.object_type.invoke(self)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 144, 
in invoke
    **context.local_conf)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/util.py", line 55, in 
fix_call
    val = callable(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/paste/urlmap.py", line 31, in 
urlmap_factory
    app = loader.get_app(app_name, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 350, 
in get_app
    name=name, global_conf=global_conf).create()
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 362, 
in app_context
    APP, name=name, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 450, 
in get_context
    global_additions=global_additions)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 559, 
in _pipeline_app_context
    APP, pipeline[-1], global_conf)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 454, 
in get_context
    section)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 476, 
in _context_from_use
    object_type, name=use, global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 406, 
in get_context
    global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 296, 
in loadcontext
    global_conf=global_conf)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 328, 
in _loadegg
    return loader.get_context(object_type, name, global_conf)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 620, 
in get_context
    object_type, name=name)
  File "keystone/tests/unit/core.py", line 121, in find_egg_entry_point
    object_type, name=name)
  File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 640, 
in find_egg_entry_point
    pkg_resources.require(self.spec)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 984, 
in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 870, 
in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cffi>=1.7' distribution was not found 
and is required by cryptography


======================================================================
...

--- End Message ---
--- Begin Message ---
Source: python-cryptography
Source-Version: 2.1.3-3

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

Debian distribution maintenance software
pp.
Tristan Seligmann <mithra...@debian.org> (supplier of updated 
python-cryptography 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: Sun, 19 Nov 2017 23:31:53 +0200
Source: python-cryptography
Binary: python-cryptography python3-cryptography python-cryptography-doc
Architecture: source
Version: 2.1.3-3
Distribution: unstable
Urgency: medium
Maintainer: Tristan Seligmann <mithra...@debian.org>
Changed-By: Tristan Seligmann <mithra...@debian.org>
Description:
 python-cryptography - Python library exposing cryptographic recipes and 
primitives (Pyt
 python-cryptography-doc - Python library exposing cryptographic recipes and 
primitives (doc
 python3-cryptography - Python library exposing cryptographic recipes and 
primitives (Pyt
Closes: 882011 882170
Changes:
 python-cryptography (2.1.3-3) unstable; urgency=medium
 .
   * Filter out manually translated dependencies from requires.txt as
     dh_python is not doing this for us (closes: #882011, #882170).
Checksums-Sha1:
 f7b81b77217689446158e822040cc7a1637c54d6 3257 python-cryptography_2.1.3-3.dsc
 af6449a98eca5d7bffc48fb94d8b4aa679f5e983 24952 
python-cryptography_2.1.3-3.debian.tar.xz
 18ddfadfcacfffb7e5c48cb1106cf664a4ed6950 8614 
python-cryptography_2.1.3-3_source.buildinfo
Checksums-Sha256:
 b573d3c24a354e6c49b89e49a268c08e02ad0e9f5f6f09907648ebc3d92e755e 3257 
python-cryptography_2.1.3-3.dsc
 702468313a02014a93d053f14528697cf339dac185079635b7096ce7b2198f93 24952 
python-cryptography_2.1.3-3.debian.tar.xz
 c574ff74e4c5f8a883b789d1bb99822fdfdef1a39a3d4838ccfc9ebea50d0972 8614 
python-cryptography_2.1.3-3_source.buildinfo
Files:
 28db6b419ac7fc1a30283e03dfd754b1 3257 python optional 
python-cryptography_2.1.3-3.dsc
 5dadadee1cebb17df0e1822cbf0c3a12 24952 python optional 
python-cryptography_2.1.3-3.debian.tar.xz
 2044b0ebef163044be5b573bd07b0546 8614 python optional 
python-cryptography_2.1.3-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQGpBAEBCgCTFiEEXAZWhXVRbQoz/6ejwImQ+x9jeJMFAloSCN9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDVD
MDY1Njg1NzU1MTZEMEEzM0ZGQTdBM0MwODk5MEZCMUY2Mzc4OTMVHG1pdGhyYW5k
aUBkZWJpYW4ub3JnAAoJEMCJkPsfY3iTBV8IAKfk1Z699NQKlv720LiL1lnp+C+J
8SzENURBuIf/1cLlgbJ8dWLYX5UplcSqu4Tm9K78YyL4RHFIqbsMNILbvEC0L6RB
D4L+TmzuNELOMqNdWmfvVvSZvhK4nIfxE/UO6yPsjURj4lD3au+Lu60K30hMOTat
wrYr9x7C7XRuG0f6pxLuVMpCX8inA4bwl55vg9IEVuxL3YFAnnV8q1Suwz2WNabV
myvFjVP/+Enw43Rf3aW9HQCnl25WR7V8TecloDsk0PqNwZtTWPv286xqlOn1DOSP
I+moSfG/m7OTrGQmSavyg/a0P/+YHf9r7cqi9KFUdqtdpvO1UeNzp0YI4Nk=
=ohBA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to