Key | Value |
---|---|
CRC32 | C96DB0EC |
FileName | __init__.pyo |
FileSize | 12 |
MD5 | 5DE6121DFE10C2ADDC80B7FF5BE18E57 |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Multilanguage', 'Language': '924', 'MfgCode': '599', 'OpSystemCode': ' 2017', 'ProductCode': '183711', 'ProductName': 'SUSE Linux Enterprise Desktop 12 SP1 x86_64- 1 OF 2', 'ProductVersion': 'dl.Aug.30'} |
SHA-1 | F5ED04ADEB1F2ED5B45FD37B685F867BCB0A7ED7 |
SHA-256 | EBC8C38E594F95B88BED77BD104B558CC8A921482E7503E96B227458C58A9D21 |
SSDEEP | 3:PRd:P3 |
SpecialCode | |
TLSH | |
db | nsrl_modern_rds |
insert-timestamp | 1647069115.3205032 |
source | NSRL |
hashlookup:parent-total | 735 |
hashlookup:trust | 100 |
The searched file hash is included in 735 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 164704DDC70A30B41757277811636974 |
PackageArch | noarch |
PackageDescription | A py.test plugin that stores test expectations by saving the set of failing tests, allowing them to be marked as xfail when running them in future. The tests expectations are stored such that they can be distributed alongside the tests. However, note that test expectations can only be reliably shared between Python 2 and Python 3 if they only use ASCII characters in their node ids: this likely isn’t a limitation if tests are using the normal Python format, as Python 2 only allows ASCII characters in identifiers. |
PackageName | python2-pytest-expect |
PackageRelease | lp150.1.1 |
PackageVersion | 1.1.0 |
SHA-1 | 001501335AF3DA4049BECF56D0D46ED34D6FF393 |
SHA-256 | D4762E7DB5D4E021D52A5B919EC366825A203BD6BB81E0A818038A247D7CA38E |
Key | Value |
---|---|
MD5 | 1886EE21D47E584024738A97F9651AE6 |
PackageArch | noarch |
PackageDescription | The `pytest-xdist`_ plugin extends py.test with some unique test execution modes: * test run parallelization_: if you have multiple CPUs or hosts you can use those for a combined test run. This allows to speed up development or to use special resources of `remote machines`_. * ``--boxed``: (not available on Windows) run each test in a boxed_ subprocess to survive ``SEGFAULTS`` or otherwise dying processes * ``--looponfail``: run your tests repeatedly in a subprocess. After each run py.test waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. * `Multi-Platform`_ coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them. Before running tests remotely, ``py.test`` efficiently "rsyncs" your program source code to the remote place. All test results are reported back and displayed to your local terminal. You may specify different Python versions and interpreters. |
PackageName | python2-pytest-xdist |
PackageRelease | lp150.2.4 |
PackageVersion | 1.31.0 |
SHA-1 | 005BA921A647AB29B3A596EEF57B117885226AE2 |
SHA-256 | 9ABF81F9F8964E5A35934745FCBE1D4F853CBD154CD6EFAD9965A6E08D79AAD5 |
Key | Value |
---|---|
MD5 | 08A712BB0A985A0E6CB80E15E2A2827C |
PackageArch | x86_64 |
PackageDescription | Python bindings to libgphoto2. The module is built using SWIG to automatically generate the interface code. This gives direct access to nearly all of the libgphoto2 functions, although sometimes in a nonstandard manner. |
PackageName | python2-gphoto2 |
PackageRelease | lp153.3.3 |
PackageVersion | 2.2.4 |
SHA-1 | 005DFDC953FCB20446A5A702CDFA5EE0347F0F06 |
SHA-256 | 9DB530303221A091B7698606AED30A5973A8119534C56295AA2FA4FC6FF4B24C |
Key | Value |
---|---|
MD5 | 1AF1D7BEC8A12EBB99852A73E13DB366 |
PackageArch | noarch |
PackageDescription | The `pytest-xdist`_ plugin extends py.test with some unique test execution modes: * test run parallelization_: if you have multiple CPUs or hosts you can use those for a combined test run. This allows to speed up development or to use special resources of `remote machines`_. * ``--boxed``: (not available on Windows) run each test in a boxed_ subprocess to survive ``SEGFAULTS`` or otherwise dying processes * ``--looponfail``: run your tests repeatedly in a subprocess. After each run py.test waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. * `Multi-Platform`_ coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them. Before running tests remotely, ``py.test`` efficiently "rsyncs" your program source code to the remote place. All test results are reported back and displayed to your local terminal. You may specify different Python versions and interpreters. |
PackageName | python2-pytest-xdist |
PackageRelease | lp150.1.1 |
PackageVersion | 1.22.1 |
SHA-1 | 00DC7460FF14BABCB7B582FA7AB66D247419D322 |
SHA-256 | 2A8EF8A013F5FC1D3B76CF150D23F6A4A230D514862DC3B567856CDF6BD3F86E |
Key | Value |
---|---|
MD5 | 358EFF4C6472B78682B0CB1040D22F7E |
PackageArch | noarch |
PackageDescription | HTML parser designed to follow the HTML5 specification. The parser is designed to handle all flavours of HTML and parses invalid documents using well-defined error handling rules compatible with the behaviour of major desktop web browsers. Output is to a tree structure; the current release supports output to DOM, ElementTree, lxml and BeautifulSoup tree formats as well as a simple custom format |
PackageName | python2-html5lib |
PackageRelease | lp150.3.3 |
PackageVersion | 1.0.1 |
SHA-1 | 012DFD4B7E440BA94446258D08E678217F87A3CB |
SHA-256 | 67754827DFF59634682C5527F14AC657A50B73090A171BF1A16FDCD00308FBD4 |
Key | Value |
---|---|
MD5 | 7085D60A090E9A2E223629D91AEF5F8F |
PackageArch | noarch |
PackageDescription | Tenacity is a general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. It originates from a fork of `Retrying`_ Features -------- - Generic Decorator API - Specify stop condition (i.e. limit by number of attempts) - Specify wait condition (i.e. exponential backoff sleeping between attempts) - Customize retrying on Exceptions - Customize retrying on expected returned result |
PackageName | python2-tenacity |
PackageRelease | lp150.2.1 |
PackageVersion | 4.12.0 |
SHA-1 | 0131D7A155FAF2EAB4DFD39F6E60EC24D91B72E1 |
SHA-256 | EB579ABC69AF0ED46E8247BE7DE0EDD39AB0FDB39726C2545970BF1E1EC78785 |
Key | Value |
---|---|
MD5 | D77706706C6B1DE80008A8400BEF6B08 |
PackageArch | noarch |
PackageDescription | Python interface for eSpeak NG, a speech synthesis library. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python2-py-espeak-ng |
PackageRelease | lp150.1.1 |
PackageVersion | 0.1.1 |
SHA-1 | 0250C679A5A7D18D976ACBAF88635086E7E1637F |
SHA-256 | 118EF8F287F454A569F7D3BCEF892E5C16BD20B1662C29D0C11E3995C6022D2E |
Key | Value |
---|---|
MD5 | 1BF6F9AE8B7460C3B059CA0F084B9A92 |
PackageArch | x86_64 |
PackageDescription | This module provides bindings for the cURL library. |
PackageName | python2-pycurl |
PackageRelease | lp152.116.1 |
PackageVersion | 7.43.0.6 |
SHA-1 | 02AB1A957FEF1C14F8D9C1941C6647ECCA646158 |
SHA-256 | 610759FEB5460F14F275C116A93223D3549ED69CFBC52D928BD8BB80F6E230AF |
Key | Value |
---|---|
MD5 | CE18B063D5B563D20E144A92E8520EE5 |
PackageArch | x86_64 |
PackageDescription | Python bindings to libgphoto2. The module is built using SWIG to automatically generate the interface code. This gives direct access to nearly all of the libgphoto2 functions, although sometimes in a nonstandard manner. |
PackageName | python2-gphoto2 |
PackageRelease | 3.1 |
PackageVersion | 2.2.4 |
SHA-1 | 02B785B09EF4DF06E8ACF102D5B78B6E846F30C9 |
SHA-256 | 21086629F8EFB7846D63000614333354F8003952772675ED33A1369692E1B1DB |
Key | Value |
---|---|
MD5 | 9E69FA19448FDAF4A507440F35D59C23 |
PackageArch | noarch |
PackageDescription | Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python2-docutils |
PackageRelease | lp150.1.3 |
PackageVersion | 0.14 |
SHA-1 | 02FE85CCDACA774A6F15EBFFA0D28042259192A7 |
SHA-256 | 1322AEB3F38D6031ECDDAB54A598B73876527994EFF6A91B14DBFE40D7E015CC |