Key | Value |
---|---|
FileName | ./usr/lib/buildbot/vendor/sqlalchemy/sqlalchemy/engine/interfaces.py |
FileSize | 35908 |
MD5 | F631BB2351AA139E647D2F2F5F7F5758 |
RDS:package_id | 182052 |
SHA-1 | 00D6FB69CF70CC56405CE5266BC1883A440CD504 |
SHA-256 | 90240AD306435117D7D98A857EBB07523BB6555676D6884F179CB748D5CF19D1 |
SSDEEP | 768:NtoFiqbavbekuvRttpBGufZ1sEvJJFD0As:XkiXvbbuvRttpkufZ1s6HFD0As |
TLSH | T1CBF24E17FA446A33420B89A040EB4095A736846B362564A47DFCC5682F35BB1F2F77EF |
insert-timestamp | 1679424717.7379212 |
source | RDS.db |
hashlookup:parent-total | 46 |
hashlookup:trust | 100 |
The searched file hash is included in 46 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 2488204 |
MD5 | 26BDC341CF242BBBE7DCA74CA95BA46C |
PackageDescription | system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. |
PackageMaintainer | Andriy Senkovych <jolly_roger@itblog.org.ua> |
PackageName | buildbot |
PackageSection | devel |
PackageVersion | 0.8.12-3.2 |
SHA-1 | 0086CCC9150FDEAF9AE828FAA8452A11880189AD |
SHA-256 | 15779BDB74A456A5757C4884C7C9FAE5AF0561BCE83E3D4CE8B2E3BD734B2E97 |
Key | Value |
---|---|
FileSize | 2441326 |
MD5 | ED7A0EEFED2E61DB88ECC368D0A7AD25 |
PackageDescription | system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | buildbot |
PackageSection | devel |
PackageVersion | 0.8.12-3.2ubuntu2 |
SHA-1 | 01BC4E5C1B2892FDD266FD2EC6BDD70889E1B98E |
SHA-256 | 24BCE52F2787C951FCF18E8C2998B7B93AD7C20746B6BEA465A78FAA37C63AD1 |
Key | Value |
---|---|
FileSize | 2488470 |
MD5 | 86BF6114B3E5B44F8E11823246A7B209 |
PackageDescription | system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. |
PackageMaintainer | Andriy Senkovych <jolly_roger@itblog.org.ua> |
PackageName | buildbot |
PackageSection | devel |
PackageVersion | 0.8.12-3.2 |
SHA-1 | 02559117C213FA67CCE18D1DA2F338437F7E0621 |
SHA-256 | 506487312FDC0A94CEBC2291C8354D35B2336D7CFAA64A4267AAAFD45A3B0512 |
Key | Value |
---|---|
FileSize | 635242 |
MD5 | 87D3A70FC86E13FD89602EB8693397B4 |
PackageDescription | SQL toolkit and Object Relational Mapper for Python 3 SQLAlchemy is an SQL database abstraction library for Python. Its strengths are: * full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. * extremely easy to use for all the basic tasks, such as: accessing pooled connections, constructing SQL from Python expressions, finding object instances, and committing object modifications back to the database. * powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. * built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. * modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-sqlalchemy |
PackageSection | python |
PackageVersion | 1.0.11+ds1-1ubuntu2 |
SHA-1 | 0759A0D3E7366B1754BD09E6904DDC230AF4E595 |
SHA-256 | D97CB0E3E6D9C064F30D69634FB6F39EAFD76C8B4720AD863CC2CF0377D52DBC |
Key | Value |
---|---|
MD5 | 4CAA09EF051D03DA87BD79B2E0734AD6 |
PackageArch | ppc64le |
PackageDescription | SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 3 version of the module. |
PackageMaintainer | Fedora Project |
PackageName | python3-sqlalchemy |
PackageRelease | 1.fc23 |
PackageVersion | 1.0.8 |
SHA-1 | 08F3BEE2C6F94F21E14A6A5DDFDE0C3AC9FEC263 |
SHA-256 | 5791E91B6DEC91BDC1F38F0690BB58DF3C72D3190628998D367275F05B1901B5 |
Key | Value |
---|---|
FileSize | 2442736 |
MD5 | 61ECE62A66CF41E2E2B694C23B37DFD0 |
PackageDescription | system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | buildbot |
PackageSection | devel |
PackageVersion | 0.8.12-3.2ubuntu2 |
SHA-1 | 0AE45F1A842CD035D8C84B77ED06C12834230286 |
SHA-256 | 215F9F004C07E035F093BBE2661EA3D214AB0FCE6C4A13E40AD177673D810553 |
Key | Value |
---|---|
MD5 | C1AE5977E9B67C209FA20942A63F37EC |
PackageArch | s390 |
PackageDescription | SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible, high-level interface to SQL databases. Database and domain concepts are decoupled, allowing both sides maximum flexibility and power. SQLAlchemy provides a powerful mapping layer that can work as automatically or as manually as you choose, determining relationships based on foreign keys or letting you define the join conditions explicitly, to bridge the gap between database and domain. This package includes the python 2 version of the module. |
PackageMaintainer | Fedora Project |
PackageName | python-sqlalchemy |
PackageRelease | 1.fc23 |
PackageVersion | 1.0.8 |
SHA-1 | 0F6A2533FA348C5873369273BE0102D0DDC9C655 |
SHA-256 | 553ADE501FF9198869008F7B170E21D5A41C3DB1A7EE793152736CDF14190ABB |
Key | Value |
---|---|
FileSize | 2441022 |
MD5 | C77CF2C8032952CB548D263B7F8A2A25 |
PackageDescription | system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | buildbot |
PackageSection | devel |
PackageVersion | 0.8.12-3.1 |
SHA-1 | 2115A210A60FB53468B1F71875B70D4DC5CA0FBF |
SHA-256 | 3EF0A699FD29BE46C0E9EE3FCA30F0D61C7BC046F82A8C3DBCEC5641697E231A |
Key | Value |
---|---|
CRC32 | 27F90768 |
FileName | 15436 |
FileSize | 2460040 |
MD5 | 34C9CDC9E9FB17D67C6CF516243951AF |
OpSystemCode | 362 |
PackageDescription | system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | buildbot |
PackageSection | devel |
PackageVersion | 0.8.12-3 |
ProductCode | 184813 |
RDS:package_id | 184813 |
SHA-1 | 24B76DBC9AD88D7E081A638754CCE07E5D3BD889 |
SHA-256 | 64E0770F57EA7EC92C43585BB1CA704F78FCC704CADE07BA83DD7B4850ABDBF8 |
SpecialCode | |
db | nsrl_legacy |
insert-timestamp | 1648719969.4782515 |
source | RDS_2022.03.1_legacy.db |
Key | Value |
---|---|
FileSize | 2440024 |
MD5 | BB5F5862B1E8812CD96FE58E5B2A8661 |
PackageDescription | system to automate the compile/test cycle The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. . By running the builds on a variety of platforms, developers who do not have the facilities to test their changes everywhere before checkin will at least know shortly afterwards whether they have broken the build or not. Warning counts, lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | buildbot |
PackageSection | devel |
PackageVersion | 0.8.12-3.2 |
SHA-1 | 29350DE285DD8589C5BBDE419F248FD5B2B0DA27 |
SHA-256 | 48877931FD96E5CE85E3348079AAC3E2DDE088B22FFE5A2CFAE763278DAC5D0B |