Package: bond-dummy-utils Version: 0.3.3-1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 15 Multi-Arch: foreign Homepage: https://github.com/storpool/bond-dummy-utils Priority: optional Section: admin Filename: pool/main/b/bond-dummy-utils/bond-dummy-utils_0.3.3-1_all.deb Size: 4336 SHA256: 75e275c48651971b42d6d4278dd1a55dcb4e88ee11c937b4d1045bb54d8ea833 SHA1: a6a12e484841ca53ccc981aa48874fde32ac6b46 MD5sum: 470ef9d44dcc198fa7cfc111397993fe Description: utilities for adding dummy interfaces to bond ones The bond-dummy-enslave utility makes sure that a dummy network interface is added to a bond interface at the correct time; namely, after the initial setup of the bond interface has been completed. Package: cgconfig-sysv Version: 1.0.2~bpo11+1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 33 Depends: cgroup-tools Multi-Arch: foreign Priority: optional Section: utils Filename: pool/main/c/cgconfig-sysv/cgconfig-sysv_1.0.2~bpo11+1_all.deb Size: 6824 SHA256: d4a960188c80eafa6f069462201631e53212eb1d992499df002660817a3ac903 SHA1: f35ed5f5344511b3eaa0791caefa138cd2af3957 MD5sum: a078900735145f40be58890d3298c7fa Description: provide a startup script for setting up control groups This package provides startup scripts and initial configuration for the cgconfigparser utility. . This package is meant to be installed as part of the StorPool distributed storage software. Package: confget Version: 4.0.1-1~bpo11+1 Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 99 Depends: libc6 (>= 2.14), libpcre3 Multi-Arch: foreign Homepage: https://devel.ringlet.net/textproc/confget/ Priority: optional Section: text Filename: pool/main/c/confget/confget_4.0.1-1~bpo11+1_amd64.deb Size: 24944 SHA256: 0791f78a847283f9ccf2f471dcfd244f3893ae3edc33dc6c5b81ac2bee33a289 SHA1: dcfd72e491b95f7d6ea086dc266038f2464eac49 MD5sum: 91147981f81b11515eea4e802ef8f069 Description: read variables from INI-style configuration files The confget utility examines a INI-style configuration file and retrieves the value of the specified variables from the specified section. Its intended use is to let shell scripts use the same INI-style configuration files as other programs, to avoid duplication of data. . The confget utility may retrieve the values of one or more variables, list all the variables in a specified section, list only those whose names or values match a specified pattern (shell glob or regular expression), or check if a variable is present in the file at all. It has a "shell-quoting" output mode that quotes the variable values in a way suitable for passing them directly to a Bourne-style shell. Package: confget-dbgsym Source: confget Version: 4.0.1-1~bpo11+1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 30 Depends: confget (= 4.0.1-1~bpo11+1) Priority: optional Section: debug Filename: pool/main/c/confget/confget-dbgsym_4.0.1-1~bpo11+1_amd64.deb Size: 14744 SHA256: a361d3271f930e246eb417f0cec4dc55f9cde09f66508cf7fc721f30bd6ff95e SHA1: cf47bf1ed3dc0bb9260dcecb20d324ed5d509606 MD5sum: fb6a7ed416d6951b5a15707af5b58593 Description: debug symbols for confget Build-Ids: 839c09d0d600a14730b44efb2e8236761a91c334 Package: feature-check Version: 0.2.1-1~0~sp1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 30 Depends: perl:any, libjson-xs-perl Multi-Arch: foreign Homepage: https://devel.ringlet.net/misc/feature-check/ Priority: optional Section: utils Filename: pool/main/f/feature-check/feature-check_0.2.1-1~0~sp1_all.deb Size: 9652 SHA256: 30aad67c08641e9b0c9f058ec30bcecab25e08ec9a0ce47284dc17054a684661 SHA1: a3a5af278120158f2226298a54964e04f5d8ad3d MD5sum: 35feb26d18f7e6b4349bae91dd99a1d0 Description: tool to query a program for supported features The feature-check tool obtains the list of supported features from a program via various methods (e.g. running it with the --features command-line option) and allows other programs to check for the presence and, possibly, versions of specific features. . This package contains the command-line tool for use by any program. Package: python-feature-check Source: feature-check Version: 0.2.1-1~0~sp1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 56 Depends: python-six, python:any (<< 2.8), python:any (>= 2.7~) Provides: python2.7-feature-check Multi-Arch: foreign Homepage: https://devel.ringlet.net/misc/feature-check/ Priority: optional Section: python Filename: pool/main/f/feature-check/python-feature-check_0.2.1-1~0~sp1_all.deb Size: 10220 SHA256: ffb532c10dbfaef33778e11407600d80ef4ea8083b3a795bafbbdef56f2756f3 SHA1: 55b18a4e0a89c8a197354feaa6cc34bc9f1f6387 MD5sum: 543fb3b09230b41abfa279fc85bb7713 Description: query a program for supported features - Python 2.x library The feature-check tool obtains the list of supported features from a program via various methods (e.g. running it with the --features command-line option) and allows other programs to check for the presence and, possibly, versions of specific features. . This package contains the Python 2.x library. Package: python3-confget Source: confget Version: 4.0.1-1~bpo11+1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 78 Depends: python3-six, python3:any Multi-Arch: foreign Homepage: https://devel.ringlet.net/textproc/confget/ Priority: optional Section: python Filename: pool/main/c/confget/python3-confget_4.0.1-1~bpo11+1_all.deb Size: 19672 SHA256: 3d1a9bca326443be844cb61ced85cb93085304cd085f65ff9201fca01746ef51 SHA1: 8818b04ca0404bc34706c3ea55042f5b3eb60ccf MD5sum: 4cfc5f2cd2df6729760ef01af1d837b8 Description: read variables from INI-style configuration files - Python 3.x library The confget utility examines a INI-style configuration file and retrieves the value of the specified variables from the specified section. Its intended use is to let shell scripts use the same INI-style configuration files as other programs, to avoid duplication of data. . The confget utility may retrieve the values of one or more variables, list all the variables in a specified section, list only those whose names or values match a specified pattern (shell glob or regular expression), or check if a variable is present in the file at all. It has a "shell-quoting" output mode that quotes the variable values in a way suitable for passing them directly to a Bourne-style shell. . This package contains the Python 3.x library. Package: python3-feature-check Source: feature-check Version: 0.2.1-1~0~sp1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 56 Depends: python3-six, python3:any Multi-Arch: foreign Homepage: https://devel.ringlet.net/misc/feature-check/ Priority: optional Section: python Filename: pool/main/f/feature-check/python3-feature-check_0.2.1-1~0~sp1_all.deb Size: 10308 SHA256: 29453b3b5e5005c5f63892afdca15b3b605e388133948c1c8294565f01c2ec49 SHA1: 2f7897b8ec8f67577850d55c845d1925879ce1df MD5sum: d80fb34ca6df30e8b61bb52657dde2ff Description: query a program for supported features - Python 3.x library The feature-check tool obtains the list of supported features from a program via various methods (e.g. running it with the --features command-line option) and allows other programs to check for the presence and, possibly, versions of specific features. . This package contains the Python 3.x library. Package: sp-python2 Source: sp-python2.7 Version: 2.7.18-1~0.0.2021.04.01.1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 64 Depends: sp-python2.7 (>= 2.7.18-1~0.0.2021.04.01.1) Multi-Arch: foreign Priority: optional Section: python Filename: pool/main/s/sp-python2.7/sp-python2_2.7.18-1~0.0.2021.04.01.1_all.deb Size: 12796 SHA256: 0591566d42a003478e6d2ad5cc8caa24d79e09d2c2e5340ac3729f86c059d1ad SHA1: 0f69fa09869e0e81ffd448a70217d6084f15b1d8 MD5sum: 7d25531dce52dfc7891a15fc4ea5c654 Description: Python 2.x interpreter for StorPool internal use Package the latest version of Python 2.x for use by the StorPool software, not for general system use. . This is a virtually unmodified build of Python 2.x from its upstream source; its main purpose is to provide a single interpreter that the StorPool software may rely on for operation and development. Package: sp-python2-modules Version: 2.5.2+2023.10.11.0-2~bpo11+1 Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 53784 Depends: libc6 (>= 2.14), libffi7 (>= 3.3~20180313), libyaml-0-2, sp-python2.7 (>= 2.7.18) Multi-Arch: foreign Priority: optional Section: python Filename: pool/main/s/sp-python2-modules/sp-python2-modules_2.5.2+2023.10.11.0-2~bpo11+1_amd64.deb Size: 12491504 SHA256: 0a632a1ceda8cfac1bde43b696c25b22814a2d467022d1d93fbfc2ddceb3baae SHA1: e0ac96b470832622f95c0817e5e95a1c92e59645 MD5sum: c1c0bf2d0ed4e831902765914df7c9a4 Description: Some modules for the StorPool internal Python 2.x interpreter Some Python modules to be used with the StorPool Python 2.x interpreter. Package: sp-python2-modules-dbgsym Source: sp-python2-modules Version: 2.5.2+2023.10.11.0-2~bpo11+1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 3566 Depends: sp-python2-modules (= 2.5.2+2023.10.11.0-2~bpo11+1) Priority: optional Section: debug Filename: pool/main/s/sp-python2-modules/sp-python2-modules-dbgsym_2.5.2+2023.10.11.0-2~bpo11+1_amd64.deb Size: 3124336 SHA256: 013587f2c38f14a4ba95a1233c06516aed799bcac5860c065ae985aae21a0e06 SHA1: 4d43057c39dfb58a61f0ec908948b778d67bbcd8 MD5sum: fbb9cbd27d4e6153932372be77b1a544 Description: debug symbols for sp-python2-modules Build-Ids: 0d647cf94c4366f8a0af56400df4e52ea816259d 242b2d0ac27259a3bc1b60b7f3607f480c84d51e 266fc6cdfb8c962b940f2730f362ab3930ade997 37aa1bcbf5295baca4f6196248c4335e221c3e18 4249a7edfd79373cebc348ee382ccc2013640747 644a3747656f021c7dc0621c1f198f1ace503160 900bcace8886289f3b5078c49744bb64d4f58ec0 96e1bd8d3d1e5cbf7240895ff88b0e545fb9d77c 9d732a85e81c5a522b572459ea56adc9451e20f3 b6c1781e0c344451842ca7c77d277883fd2a7fe3 bd415c5d22b00cecefca942338e5a7e5b511f33a c3183b67a7f85a6db92de006cbcb3721b8362942 ccd7616f8c783cbcb6f35c48fd829181509deb8c dac693cc2bbb40ec622badbb951cf9568419329c e863df525841408c6c2b06e761735e1e49113ff2 Package: sp-python2.7 Version: 2.7.18-1~0.0.2021.04.01.1 Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 74514 Depends: libbz2-1.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libdb5.3, libexpat1 (>= 2.1~beta3), libgdbm6 (>= 1.16), libncursesw6 (>= 6), libnsl2 (>= 1.0), libreadline8 (>= 7.0~beta), libsqlite3-0 (>= 3.5.9), libssl1.1 (>= 1.1.0), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2), zlib1g (>= 1:1.2.0) Multi-Arch: foreign Priority: optional Section: python Filename: pool/main/s/sp-python2.7/sp-python2.7_2.7.18-1~0.0.2021.04.01.1_amd64.deb Size: 11475184 SHA256: 958fda1eb23d45dc4622af25ac9d09257a4fb5f96d84fb8352df1f986264bcd9 SHA1: 730d3d41197b931f2a63ce30d08642c91208cb6f MD5sum: 9f592ea84122bf0771d53def35d949f8 Description: Python 2.7 interpreter for StorPool internal use Package the latest version of Python 2.7 for use by the StorPool software, not for general system use. . This is a virtually unmodified build of Python 2.7 from its upstream source; its main purpose is to provide a single interpreter that the StorPool software may rely on for operation and development. Package: sp-python2.7-dbgsym Source: sp-python2.7 Version: 2.7.18-1~0.0.2021.04.01.1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 4338 Depends: sp-python2.7 (= 2.7.18-1~0.0.2021.04.01.1) Priority: optional Section: debug Filename: pool/main/s/sp-python2.7/sp-python2.7-dbgsym_2.7.18-1~0.0.2021.04.01.1_amd64.deb Size: 3581048 SHA256: 93297c15ed0f12f95c4f60f3e4fa7d70fca4945d0facb00d02dce6468f1750b5 SHA1: f5e8ad1b902ef00efd1f88a3a5a2d88a63b084a5 MD5sum: 65e4b7ad9938af775d3289231f96922c Description: debug symbols for sp-python2.7 Build-Ids: 03ea0b7263b3f1d2c92aaab2267e6336f9edd861 0457b527ab3777636b77d6d7626c6efc7b459c1c 13de9d08957bc4808109cd0b1886c9963929fdc3 159dfed565f8106b62da2dd363f0308aedcdf7aa 1b535516930ed8400438c2beaef5374c6845b138 21d2378bf888831048f1afe1f80e7ff47a8a77e9 2431aa818d6366fc6a7e9307dd9327c62801797d 249a8c5635ce5437a9a44143388bbae912cc81f8 251b95676df954a77e201e872b05ec8386709ee4 2565bce004d1462c07ed43add0d77c899ba3ddc3 2921705286a9e00ecbb91fba3a4cf4d52886ce64 2964430a81c03df4ecc485bb6deb2517156c0160 2d4fe8c0e4ae7d985a1b53164508b777e4f1d7c5 36b10588c905b6a3088010637ee5b6dc02cdb5e5 3c2d3d4cd5ff385debac70ad80aaf3d08f66c4d7 3c88e1559f5fe7d5c50a650072186f5328fb3531 3cfd9a2f65229e53e5634df62b9f223f761741cb 3ea7862ca8aaff44f9267571f2791d53e88a4c0b 435bdf4fd9a17191cb8abd3cd9bf29d51e0b061a 4594fba11486628a95f1cbbd4406a6f0c47bc389 4bf489dbe61b54a95634828c478fc281131cddae 4eaf93347aaac4e8fcd164622d21c7c3bfe13cb0 4eb5da41ed7322c619d8139abd20cf586c74f625 4ffa153068bc0ee35f95003f0d7ad1978825d95b 50f34c556447720545752e9e6946685c4045fdbf 52e4077d05fc221e2b59d1302881a76cce7b11e1 5a248dc773260a67e7b802728bbff4b0392db106 5b3becccc73911c4f8e12b02e55895761bb2a885 649007129db28f33f04a3a0e6e3afa2722eeeab7 6cd2e8ae14553c01572ac1684739dab08111492a 74528f755dabbb137d97ec7573b8d0a76ebc79d7 74b9cb33ef1e5d19fa3b155667d2c1872c86b04c 755d5355332196d61e0d6d33f8afac789c3f567d 7a916c14897e68ef62f4057c04bf3d023e83b803 7ba0d64a66fdc4510685adbf6eafa283ed72cb48 8490fcddf6c2e08c052f26c61f0d1a7d6463b79d 8566d5de00a5fba92875737d5062ac9b6e4595bc 885529a374be5ccfa6ca801ddc8e8692a949157d 89a1fa287d90906565e613564c18eb312f4d45de 8e19245eeae4a3bedb25b8f146c58d56af1ac0a2 924125f17d9e730fbadcfb37758227d38b8c261e 9bc91cb4c69592ce1f10f37e36fcf0762bb12b0d 9f319d66fd4586fa8b5ce43fe52100141389a6c9 a24ae4242f2ec5532f50ecbdfd6e5e39f2e7ea17 a75c904f51f5dc31d28e63069ca8c51705df8ec7 b6f30f536072085dcdc5d03baa9a3bfe4858d7a7 bd18a80c01d72188bf217d52245a8e85faa0432b be5d6866f025a8dbb2fa0838febe592570fc5325 bedb95837e1352fdfdd20dd9a937a05f0caa8f1b c0d999aa0828cd765eb4faf08372364a04516c5f c1bb93823a50b785bc0a0d342eede30d6ae96ebf c57ac59d82688317037f35fdc37bcb63b5bd8b0e c9c335035a3ffae9a140bfe4da066e8289a4aa7b d5bbe374e09f2e90d10707761c8a2eb586f92373 d6a634d8cd7f8fafe5c89f40ecefaf356f44667f da060b2b885c513350c6be0e4aea9182b5e3e227 dde804132ff102ab5295f6be8fddc997717242c6 dead3f6b96d6fcd9be109bc3a8328b6e8f7aecd1 e0741f7cc93b8f3c56d64e7b92f881878a8fcfd8 e42de850964794829c22878994d79591081005b2 e5626b302ed7b1b338a632e1109555b87f3b0296 e9945db5ab1361bd7de937b5c41bd1cc9f11b427 e9b740168de696d70d7d739f4a52e900d59e7236 e9c12456fbb085acd4a5b315a254decaffbaa811 f2f0e011f83af2855bd153ddb263f5e947da6d40 f4ebb73aa4e1882305da27d4e711ed31d262b509 Package: sp-python3 Source: sp-python3.8 Version: 3.8.19-1~0.0.2024.03.27.1~bpo11+1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 62 Depends: sp-python3.8 (>= 3.8.19-1~0.0.2024.03.27.1~bpo11+1) Multi-Arch: foreign Priority: optional Section: python Filename: pool/main/s/sp-python3.8/sp-python3_3.8.19-1~0.0.2024.03.27.1~bpo11+1_all.deb Size: 13364 SHA256: 3a0010c416e7d3c1ae16e7e717f955b8fd786081c3418656739ca9701d6846e1 SHA1: c96bff02da048a9e3c803c10dec636fdc632c694 MD5sum: 59457e3f92b23629dda3043853faa09f Description: Python 3.x interpreter for StorPool internal use Package the latest version of Python 3.x for use by the StorPool software, not for general system use. . This is a virtually unmodified build of Python 3.x from its upstream source; its main purpose is to provide a single interpreter that the StorPool software may rely on for operation and development. Package: sp-python3-modules Source: sp-python-modules Version: 2.5.3+2024.04.10.1-1~bpo11+1 Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 14 Depends: sp-python3.8-modules (= 2.5.3+2024.04.10.1-1~bpo11+1) Multi-Arch: foreign Priority: optional Section: oldlibs Filename: pool/main/s/sp-python-modules/sp-python3-modules_2.5.3+2024.04.10.1-1~bpo11+1_amd64.deb Size: 6688 SHA256: 1bda3cf14ff684da1acadba67af2278dad53d222e4197b179f916a723896eb23 SHA1: 10ad669a06f1d1aae565621db7f5fbd747638cf7 MD5sum: 6227a0a3b083646a8309b093faddc1f5 Description: Transitional package for the named-Python-version migration This package can be safely removed once the sp-python3.8-modules one is installed by the StorPool build/install infrastructure. Package: sp-python3-original-setuptools Source: sp-python3.8 Version: 3.8.19-1~0.0.2024.03.27.1~bpo11+1 Architecture: all Maintainer: Peter Pentchev Installed-Size: 51 Depends: sp-python3 (>= 3.8.19-1~0.0.2024.03.27.1~bpo11+1), sp-python3.8-original-setuptools (>= 3.8.19-1~0.0.2024.03.27.1~bpo11+1) Multi-Arch: foreign Priority: optional Section: python Filename: pool/main/s/sp-python3.8/sp-python3-original-setuptools_3.8.19-1~0.0.2024.03.27.1~bpo11+1_all.deb Size: 13096 SHA256: b6990b3787ff76ceea45aec3fbc84db3d4a0631b86aa80deeaab33de5a5b0358 SHA1: 772ebdbb4791483e91f18ce71f8999c9467d3ce7 MD5sum: d8d5bcd7813479801e7194705e1bbe3f Description: Python 3.x original setuptools for internal use only This package is only used while building the sp-python3-modules package. . Virtual package depending on the 3.8 one. Package: sp-python3.8 Version: 3.8.19-1~0.0.2024.03.27.1~bpo11+1 Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 123770 Depends: libbz2-1.0, libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libdb5.3, libexpat1 (>= 2.1~beta3), libffi7 (>= 3.3~20180313), libgdbm6 (>= 1.16), liblzma5 (>= 5.1.1alpha+20120614), libncursesw6 (>= 6), libnsl2 (>= 1.0), libreadline8 (>= 7.0~beta), libsqlite3-0 (>= 3.7.15), libssl1.1 (>= 1.1.1), libtinfo6 (>= 6), libtirpc3 (>= 1.0.2), libuuid1 (>= 2.20.1), zlib1g (>= 1:1.2.0) Multi-Arch: foreign Priority: optional Section: python Filename: pool/main/s/sp-python3.8/sp-python3.8_3.8.19-1~0.0.2024.03.27.1~bpo11+1_amd64.deb Size: 18541984 SHA256: 6909e06765d37f13d1a2d2676ef06ef5c4424369d0b49451bb3f00da723b648b SHA1: de921ef0d7f27e8ad5d41a32ebde171c791ee6b0 MD5sum: 758adaa95a62ac62957d274d16fe9d10 Description: Python 3.8 interpreter for StorPool internal use Package the latest version of Python 3.8 for use by the StorPool software, not for general system use. . This is a virtually unmodified build of Python 2.7 from its upstream source; its main purpose is to provide a single interpreter that the StorPool software may rely on for operation and development. Package: sp-python3.8-dbgsym Source: sp-python3.8 Version: 3.8.19-1~0.0.2024.03.27.1~bpo11+1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 6909 Depends: sp-python3.8 (= 3.8.19-1~0.0.2024.03.27.1~bpo11+1) Priority: optional Section: debug Filename: pool/main/s/sp-python3.8/sp-python3.8-dbgsym_3.8.19-1~0.0.2024.03.27.1~bpo11+1_amd64.deb Size: 5923496 SHA256: e3bf4140a2cceeee2b4f9c2ec6c817a07683a29666b944cafc4348d83da977aa SHA1: 58f76560e5d97b3b9b6b787332562cc3e467717f MD5sum: 7db862b690d39cc1e6796be89a7756e6 Description: debug symbols for sp-python3.8 Build-Ids: 012c6daac2d72a83d82997fe96af8554e51bcf4d 03f0cb2d0664c43e1f66ec8813f550e2977cbd14 06707076edca409440128c167683353a467efec1 08d209f3397fbd8f8ac4b9e5d8e404ccdba97bfd 09177fc1191825a40377a34f9ed103cdba3f6213 09e34009cec72d016320defd2a41fd2676201e50 0b353eab3e8b530c572df8cb0b46a7227ca7468b 1007630c251c59be871a87584816ebc687823ec4 1055b5d151832faaffd53ebe46b55d3038dcebe8 128ce1af0610e5bc1414f78c5980590a8ac489a3 196e5af45b7306ad01909c781ad2200bfa6b89dd 1d0a7467f903e77f91e55cae11322acf61fe5d82 256fa4ecf84f22d24e6fe50b26dc4f96e07ad4c3 28ddabfa57a2bf8f3e62d3f16bace98d2f074c1f 2b66d9951227648bd1fa14a0d33d0205eb17cbae 318c25ccdb442d98261e0c670082d77aef98c294 3409769dd256827080151d8dc2fac90be0447577 355af6e160a8d9fb2f3428d394f8d915c5c868d8 3bffcca40527ad8857b137b9e0aead6b51d5c76f 42e3adb3119c4e4d3932fac6b12323bf9e65df58 4944e50f3aa2cef5ba644a57385c0322b96677a4 49ca45772029c1adfded8f2989b62e8109525e30 4bb41955f9f822d44580089d74ed8fe40be5f3c8 4ed7ebc5edff36c13dc0a6db900ddea5b0a372de 5254a3753920bef77a60c723af99d8febedefb93 556ea929535f0b6210ad1eb276447f0f99b387b0 5916ec37a1dfd4b1e84ea7384e7f61182494409b 5a775eb2ca30f836ed9015c2703e590c1a2529ff 5b6cd57c2e7b35e93b216a15e2ecf17cb1aa1e4d 62f1e284826eccb41463e919f82db02b1eb67155 68cb5db175e57df5b1b16c5dd2c94c52f503fc52 72a4b300b9ef6619323c2f7e885c540de1f45905 735017dcb7592496843117f75c6677507121d13b 7588c63051f13a4b8a53c1739b5c91f04cb056e8 793101516eecd48a07ca834b49e9b8a78f53a10b 7ac4962f61c91cdde30f352c3874298fc825c12e 7d2e8da2d41609644408ffefb0f40872e529f46b 7d7a3600d6ab6ffe65aa0fb7026632364be2b32b 7f3955f01fce07e0598e209563f3f8947d60aa31 80aef26a13450b6b65f31c3e558ddea57f811391 80c09043bb76e9e107e3651143f4f12d7fad4b31 83acd5c0a99606fd5b5c6e964eeda98bd0d6ffeb 83f67a9bb8b4c8061e1522a601a3c26f2b120428 8591e3db7ea337a83cdd27b87215e259337c94fa 889c61ee8ab7115dacca126bc39706c7f096ad2e 932f3ce64a820208077e66df560e3ec6cf281011 9d53f79cb8110588ba58e3ed8fee6a052ac9508a 9efffa41c74fbd9277d239205fbc5089f2d9ddeb a147fb48fc239dd970bbcd27bbdb9a3c5c9abbfc a47f57240238d3806c2350fcf50aae242fd24068 a580e0d9d6ce05fd197827aad1dde83f43301db6 a7a2e3f5ae5db1b6bafeaca2220524333067491b ae64ec53833145eec50aad62e77d45176a3ca3fc b8478e1c6f22b2e5401d379d17fa7b4d1ded1c05 bd0d6d74f498126f5d4e9d69a0ddab223d5a0fc6 be491b2a80e2726bf7826ea9f80565a17b564426 bedda0192f3f7dfe5a9be51eace96a97703d7207 c1d4f4cde3a6ad5318cdf464af5178d14741d455 c7b4e18342acc3ea4a1735bf2e6fc6d06baa113f c963aa360da9524e2ffbfcc5432666e7d5904ad6 cb08d34e28c9eafae8a3e8811c34c32ad068adf3 cce90c5f73df2e6918fb568998c46d99f414e548 cfb429a1109d2e1381fec619ccd9a9f753a73ccf d0147b343d46a6290e5180843feae0f56ae3fefd d1b43589c5e02abab2b4e96664cab12dbd5204ce d3c49b165920b5b6e995cf8290dda04f165c1dac d3d2c7b235b719066f379fc3af069830163657a6 d9f0c8baf3cfb16fa46f638833c405f96f39092e e918c35288e93f8a772114d3fa864e6cbd10da60 eca20946b7b8b7e80b028e10bd5cfb12c575eba3 edc397ccbff3464c22b887a415164e1e380f180a eedbe4e9269890495ae0b9508058546fad81bec6 f255e195a9a381af433bfd8be0abff03aa121220 f262f4f0cc5b1dad9f7ac522e7576701e26c01a1 f472d25dab4e3d4226b76494782a22604aaef455 f557682301d5e54d6aea704711425a464f2e5bde fbad6d1bae0d9af54cd9dc9c1c8d0635d5308758 Package: sp-python3.8-modules Source: sp-python-modules Version: 2.5.3+2024.04.10.1-1~bpo11+1 Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 164516 Depends: libc6 (>= 2.29), libffi7 (>= 3.3~20180313), libgcc-s1 (>= 4.2), libssl1.1 (>= 1.1.1), libstdc++6 (>= 5), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.26), libyaml-0-2 Breaks: sp-python3-modules (<< 2.5.1+2022.11.23.0), sp-python3-original-setuptools, sp-python3.8 (<< 3.8.8), sp-python3.8-original-setuptools Replaces: sp-python3-modules (<< 2.5.1+2022.11.23.0), sp-python3-original-setuptools, sp-python3.8 (<< 3.8.8), sp-python3.8-original-setuptools Provides: sp-python3-modules Multi-Arch: foreign Priority: optional Section: python Filename: pool/main/s/sp-python-modules/sp-python3.8-modules_2.5.3+2024.04.10.1-1~bpo11+1_amd64.deb Size: 37732780 SHA256: 024c2b56cc170d0e2a7ff7292b3937d491f4ff73fbce50231a4dac5bb820d742 SHA1: 45e528b3ed55da99f1796a9608cd1a554a29770d MD5sum: dd6878dd5e97341ebd2d35a3bdf37049 Description: Some modules for the StorPool internal Python 3.x interpreter Some Python modules to be used with the StorPool Python 3.x interpreter. Package: sp-python3.8-modules-dbgsym Source: sp-python-modules Version: 2.5.3+2024.04.10.1-1~bpo11+1 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 25624 Depends: sp-python3.8-modules (= 2.5.3+2024.04.10.1-1~bpo11+1) Priority: optional Section: debug Filename: pool/main/s/sp-python-modules/sp-python3.8-modules-dbgsym_2.5.3+2024.04.10.1-1~bpo11+1_amd64.deb Size: 20262464 SHA256: 3d5a14dac9e045e5da889a6bce7ffb8f501ae6e14fef306e447612b0a4f3059b SHA1: 0a500d1907e6f11580ed9976001f3c9c85ddea8d MD5sum: ce35309ff8949ea2a5de461e27882b5f Description: debug symbols for sp-python3.8-modules Build-Ids: 061bd68dca3520ccb3523655a06c89c516c07b12 0af0311a48cf2312eb39c023559ff38382d3bd2a 0c1b516abb16c25770555c557230b275026b8585 0fd9a730321272294da01e369630752cc1243f8b 1439a4c43b09f53bb5aa96fad7c27aba857471aa 1a05340f2a2ecb5ed3ca04105e19af460bf54e22 1b4a0f11bfc781706206a71db0567e6caa4f8c07 1d7e53bcc910a72774a197d786e45e1e8be2027c 221d846771ab710dfe01088897befce221cc274d 24bc254c82a106310a27cd3be847c7f247bd5c7e 2b6e9c57f823765e191ea7672f75b979c42ea49a 2fefa5270b1a8c3a734d68dd47bcd8d7bbb8f1de 37500eb4f622f0e9b3957b2729242e6a9f89fd36 3874f63ec6ccf7a9b6fe1bbe4d409f218903e5d8 3a06b72f1569d5696a4328c5d827319962960ab7 40a865ad62a6f75b8f8512965b03cccde579e81a 484ada8b57a0d644b3799fb252b61910e22546e1 4cac061a3842a0755cb36e1773125dc22083fc9d 4cdf1f6d40854e69f7094ae48f5fe8648029aaa4 512903a99365e11afd976329183981a85ab2109d 51c363b877feec9664ff8e5222e966697c06342b 54233eae393dbcdcad0dfa4fbc30f1a58fd12152 576a9bd4397a0fa1e433886b50b93f2242433ed5 5a5e1656895f832436712cf961c2a309f8314559 60ebe8671e629512cfa63b2f1c3f8a490e47113d 6ad710863bf453be5c64c4c1ae713867f62eb8ab 6ad7e248abe28b4f731771d83817a1ac5ab08b49 723c2be8cf3cda5811416794b5f97d08162c5196 733d57e57cd4f7156babe30958e0dc30a2fa198c 753f653a3446b377399ac6ded8496adbcba68283 7a36f0fbadfb40890330eb105e86451d150cf4d2 8095c55e51a7bb0b01ad20aadc5be804c5fb5d96 823e32602722af29ce5e346969ac4355f638be39 8883ebcd649be8babf7a35359fe60b30706a9126 893c6a200579a134fc10191efec9bb3e683884ba 8c0d3d1af38c49c6e97240ff294a66bf47ce1955 90950748fcbc34484a3e94b8085b0995297fcfd1 95021b06bbfa73032351ae116e5e10552e4070a4 96725cbebb8bfabe4638a8e238300a3fca16c98c 9a9fd43ff3081c7292e96cc78d812ce1f7c99ccf 9cf291c00c2942b49f9b0e7f4e0ce085d397bb63 b11ba3a1d0da6fa4627113e6c2fa30ae501985f8 b155f2636c6a81185673941e0ebfad6afabccd74 b436ec2e77a965002d105312c532ee1f78744ef2 b47beb580350a1445392c7941283f73b9bc35bb6 b82f6a24d0b375ba274bd9dfd7898ca115b0799b be16809490cd191da945c0bad90d02ca87918a54 be80e873c6e69df29346fd0a837f6d1f57a88f36 c9d44c94dfd03845c8275478d165306209eb17e0 d1f96e4e1c8f55f6a5a6f1042c8811c3f5be3092 da4e9334cae38289f8cf183a144b74f7afd38746 dbcb474a4276070b4098e74891f519220c8ec8f6 de3a7d4f04854c69cce8fbdebc4db2a618ade3b9 e202d724b5d19e8e00aeb45056881394ff6e9a6a e50323aaf93b0bbd7d3b09caa7c8f7c92e12c46c ede5624b7ad5bd99b5f2bea40504cb4d402edf65 ee450b08cb089d0c79f4f0eff945aaaf122bdbe1 f0fea537732a15b826f3742da9265084d87808a6 f115fc12164d67a1a8243d5f068a5aaf838c5cc8 f1abf7ec26aa9fe2052b6dd04c843182b4af900a f1d9627b5c157536df039c36051229b1ce9566fa fb2650f2860414600f244d64d0d080bf8c0963a4 fcea5efedbcdaede248d9e311c8632394a1368d2 fe32d36bab879acdb3577a26ad2799846fb98671 ff3984848c3f969f88ae91dc99135ce42697fc2a Package: sp-python3.8-original-setuptools Source: sp-python3.8 Version: 3.8.19-1~0.0.2024.03.27.1~bpo11+1 Architecture: amd64 Maintainer: Peter Pentchev Installed-Size: 15780 Depends: sp-python3.8 (= 3.8.19-1~0.0.2024.03.27.1~bpo11+1) Breaks: sp-python3 (<< 3.8.8), sp-python3.8 (<< 3.8.8) Replaces: sp-python3 (<< 3.8.8), sp-python3.8 (<< 3.8.8) Multi-Arch: foreign Priority: optional Section: python Filename: pool/main/s/sp-python3.8/sp-python3.8-original-setuptools_3.8.19-1~0.0.2024.03.27.1~bpo11+1_amd64.deb Size: 2901980 SHA256: 2e5ccc78ab89b4d8c0701f377be5d7e0f3ed0c7a3fc4d1cdd1455cb285147f34 SHA1: bcc01bf94b2bde809870a34d17253d352d5e8e00 MD5sum: 1f9a2d9235de7f9aa2fd2d0539abb755 Description: Python 3.8 original setuptools for internal use only This package is only used while building the sp-python3-modules package. . Original setuptools that will be replaced by sp-python3-modules.