From e2f28f7ab608780f7a6a9200bb11dc2cad761c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 16 May 2023 13:30:12 +0200 Subject: [PATCH] update to current state --- .gitmodules | 198 ++++++++++++++++++++++++++++++++++++ OpenIPMI | 1 + google-noto-fonts | 1 + libsigc++3 | 1 + libusb-compat | 1 + netsurf-buildsystem | 1 + ocaml-rpm-macros | 1 + perl-Test-SharedFork | 1 + perl-XML-RegExp | 1 + poppler-data | 1 + python-GitPython | 1 + python-Paste | 1 + python-PasteDeploy | 1 + python-PyMeeus | 1 + python-WSGIProxy2 | 1 + python-aiohttp_cors | 1 + python-argon2-cffi | 1 + python-argon2-cffi-bindings | 1 + python-asgiref | 1 + python-beautifulsoup4 | 1 + python-blinker | 1 + python-calver | 1 + python-convertdate | 1 + python-fastjsonschema | 1 + python-flasgger | 1 + python-geoip2 | 1 + python-gitdb | 1 + python-graphviz | 1 + python-greenlet | 1 + python-hatch_nodejs_version | 1 + python-hpack | 1 + python-httpbin | 1 + python-httptools | 1 + python-hyperframe | 1 + python-inflect | 1 + python-jaraco.classes | 1 + python-jaraco.packaging | 1 + python-jupyter-core | 1 + python-langdetect | 1 + python-lupa | 1 + python-meson-python | 1 + python-nbformat | 1 + python-nose2 | 1 + python-parameterized | 1 + python-pep440 | 1 + python-pkgconfig | 1 + python-pygments-ansi-color | 1 + python-pylons-sphinx-themes | 1 + python-python-dotenv | 1 + python-redis | 1 + python-rst.linker | 1 + python-sqlparse | 1 + python-strict-rfc3339 | 1 + python-tblib | 1 + python-validate-pyproject | 1 + python-waitress | 1 + python-websockets | 1 + python-wsproto | 1 + python-zope.event | 1 + python-zope.testing | 1 + resource-agents | 1 + rsync | 1 + rubygem-rspec-core | 1 + rubygem-rspec-expectations | 1 + rubygem-rspec-mocks | 1 + sysfsutils | 1 + unifdef | 1 + 67 files changed, 264 insertions(+) create mode 160000 OpenIPMI create mode 160000 google-noto-fonts create mode 160000 libsigc++3 create mode 160000 libusb-compat create mode 160000 netsurf-buildsystem create mode 160000 ocaml-rpm-macros create mode 160000 perl-Test-SharedFork create mode 160000 perl-XML-RegExp create mode 160000 poppler-data create mode 160000 python-GitPython create mode 160000 python-Paste create mode 160000 python-PasteDeploy create mode 160000 python-PyMeeus create mode 160000 python-WSGIProxy2 create mode 160000 python-aiohttp_cors create mode 160000 python-argon2-cffi create mode 160000 python-argon2-cffi-bindings create mode 160000 python-asgiref create mode 160000 python-beautifulsoup4 create mode 160000 python-blinker create mode 160000 python-calver create mode 160000 python-convertdate create mode 160000 python-fastjsonschema create mode 160000 python-flasgger create mode 160000 python-geoip2 create mode 160000 python-gitdb create mode 160000 python-graphviz create mode 160000 python-greenlet create mode 160000 python-hatch_nodejs_version create mode 160000 python-hpack create mode 160000 python-httpbin create mode 160000 python-httptools create mode 160000 python-hyperframe create mode 160000 python-inflect create mode 160000 python-jaraco.classes create mode 160000 python-jaraco.packaging create mode 160000 python-jupyter-core create mode 160000 python-langdetect create mode 160000 python-lupa create mode 160000 python-meson-python create mode 160000 python-nbformat create mode 160000 python-nose2 create mode 160000 python-parameterized create mode 160000 python-pep440 create mode 160000 python-pkgconfig create mode 160000 python-pygments-ansi-color create mode 160000 python-pylons-sphinx-themes create mode 160000 python-python-dotenv create mode 160000 python-redis create mode 160000 python-rst.linker create mode 160000 python-sqlparse create mode 160000 python-strict-rfc3339 create mode 160000 python-tblib create mode 160000 python-validate-pyproject create mode 160000 python-waitress create mode 160000 python-websockets create mode 160000 python-wsproto create mode 160000 python-zope.event create mode 160000 python-zope.testing create mode 160000 resource-agents create mode 160000 rsync create mode 160000 rubygem-rspec-core create mode 160000 rubygem-rspec-expectations create mode 160000 rubygem-rspec-mocks create mode 160000 sysfsutils create mode 160000 unifdef diff --git a/.gitmodules b/.gitmodules index 3bbbb82..5944dc2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5335,3 +5335,201 @@ [submodule "xmessage"] path = xmessage url = ../../pool-internal/xmessage +[submodule "OpenIPMI"] + path = OpenIPMI + url = ../../pool-internal/OpenIPMI +[submodule "google-noto-fonts"] + path = google-noto-fonts + url = ../../pool-internal/google-noto-fonts +[submodule "libsigc++3"] + path = libsigc++3 + url = ../../pool/libsigc__3 +[submodule "libusb-compat"] + path = libusb-compat + url = ../../pool-internal/libusb-compat +[submodule "netsurf-buildsystem"] + path = netsurf-buildsystem + url = ../../pool/netsurf-buildsystem +[submodule "ocaml-rpm-macros"] + path = ocaml-rpm-macros + url = ../../pool/ocaml-rpm-macros +[submodule "perl-Test-SharedFork"] + path = perl-Test-SharedFork + url = ../../pool/perl-Test-SharedFork +[submodule "perl-XML-RegExp"] + path = perl-XML-RegExp + url = ../../pool/perl-XML-RegExp +[submodule "poppler-data"] + path = poppler-data + url = ../../pool-internal/poppler-data +[submodule "python-GitPython"] + path = python-GitPython + url = ../../pool/python-GitPython +[submodule "python-Paste"] + path = python-Paste + url = ../../pool/python-Paste +[submodule "python-PasteDeploy"] + path = python-PasteDeploy + url = ../../pool/python-PasteDeploy +[submodule "python-PyMeeus"] + path = python-PyMeeus + url = ../../pool/python-PyMeeus +[submodule "python-WSGIProxy2"] + path = python-WSGIProxy2 + url = ../../pool/python-WSGIProxy2 +[submodule "python-aiohttp_cors"] + path = python-aiohttp_cors + url = ../../pool/python-aiohttp_cors +[submodule "python-argon2-cffi"] + path = python-argon2-cffi + url = ../../pool/python-argon2-cffi +[submodule "python-argon2-cffi-bindings"] + path = python-argon2-cffi-bindings + url = ../../pool/python-argon2-cffi-bindings +[submodule "python-asgiref"] + path = python-asgiref + url = ../../pool/python-asgiref +[submodule "python-beautifulsoup4"] + path = python-beautifulsoup4 + url = ../../pool/python-beautifulsoup4 +[submodule "python-blinker"] + path = python-blinker + url = ../../pool/python-blinker +[submodule "python-calver"] + path = python-calver + url = ../../pool/python-calver +[submodule "python-convertdate"] + path = python-convertdate + url = ../../pool/python-convertdate +[submodule "python-fastjsonschema"] + path = python-fastjsonschema + url = ../../pool/python-fastjsonschema +[submodule "python-flasgger"] + path = python-flasgger + url = ../../pool/python-flasgger +[submodule "python-geoip2"] + path = python-geoip2 + url = ../../pool/python-geoip2 +[submodule "python-gitdb"] + path = python-gitdb + url = ../../pool/python-gitdb +[submodule "python-graphviz"] + path = python-graphviz + url = ../../pool-internal/python-graphviz +[submodule "python-greenlet"] + path = python-greenlet + url = ../../pool/python-greenlet +[submodule "python-hatch_nodejs_version"] + path = python-hatch_nodejs_version + url = ../../pool/python-hatch_nodejs_version +[submodule "python-hpack"] + path = python-hpack + url = ../../pool-internal/python-hpack +[submodule "python-httpbin"] + path = python-httpbin + url = ../../pool/python-httpbin +[submodule "python-httptools"] + path = python-httptools + url = ../../pool/python-httptools +[submodule "python-hyperframe"] + path = python-hyperframe + url = ../../pool-internal/python-hyperframe +[submodule "python-inflect"] + path = python-inflect + url = ../../pool/python-inflect +[submodule "python-jaraco.classes"] + path = python-jaraco.classes + url = ../../pool-internal/python-jaraco.classes +[submodule "python-jaraco.packaging"] + path = python-jaraco.packaging + url = ../../pool/python-jaraco.packaging +[submodule "python-jupyter-core"] + path = python-jupyter-core + url = ../../pool/python-jupyter-core +[submodule "python-langdetect"] + path = python-langdetect + url = ../../pool/python-langdetect +[submodule "python-lupa"] + path = python-lupa + url = ../../pool/python-lupa +[submodule "python-meson-python"] + path = python-meson-python + url = ../../pool/python-meson-python +[submodule "python-nbformat"] + path = python-nbformat + url = ../../pool/python-nbformat +[submodule "python-nose2"] + path = python-nose2 + url = ../../pool-internal/python-nose2 +[submodule "python-parameterized"] + path = python-parameterized + url = ../../pool/python-parameterized +[submodule "python-pep440"] + path = python-pep440 + url = ../../pool/python-pep440 +[submodule "python-pkgconfig"] + path = python-pkgconfig + url = ../../pool/python-pkgconfig +[submodule "python-pygments-ansi-color"] + path = python-pygments-ansi-color + url = ../../pool/python-pygments-ansi-color +[submodule "python-pylons-sphinx-themes"] + path = python-pylons-sphinx-themes + url = ../../pool/python-pylons-sphinx-themes +[submodule "python-python-dotenv"] + path = python-python-dotenv + url = ../../pool/python-python-dotenv +[submodule "python-redis"] + path = python-redis + url = ../../pool/python-redis +[submodule "python-rst.linker"] + path = python-rst.linker + url = ../../pool/python-rst.linker +[submodule "python-sqlparse"] + path = python-sqlparse + url = ../../pool/python-sqlparse +[submodule "python-strict-rfc3339"] + path = python-strict-rfc3339 + url = ../../pool-internal/python-strict-rfc3339 +[submodule "python-tblib"] + path = python-tblib + url = ../../pool/python-tblib +[submodule "python-validate-pyproject"] + path = python-validate-pyproject + url = ../../pool/python-validate-pyproject +[submodule "python-waitress"] + path = python-waitress + url = ../../pool-internal/python-waitress +[submodule "python-websockets"] + path = python-websockets + url = ../../pool/python-websockets +[submodule "python-wsproto"] + path = python-wsproto + url = ../../pool/python-wsproto +[submodule "python-zope.event"] + path = python-zope.event + url = ../../pool/python-zope.event +[submodule "python-zope.testing"] + path = python-zope.testing + url = ../../pool/python-zope.testing +[submodule "resource-agents"] + path = resource-agents + url = ../../pool-internal/resource-agents +[submodule "rsync"] + path = rsync + url = ../../pool/rsync +[submodule "rubygem-rspec-core"] + path = rubygem-rspec-core + url = ../../pool-internal/rubygem-rspec-core +[submodule "rubygem-rspec-expectations"] + path = rubygem-rspec-expectations + url = ../../pool-internal/rubygem-rspec-expectations +[submodule "rubygem-rspec-mocks"] + path = rubygem-rspec-mocks + url = ../../pool-internal/rubygem-rspec-mocks +[submodule "sysfsutils"] + path = sysfsutils + url = ../../pool/sysfsutils +[submodule "unifdef"] + path = unifdef + url = ../../pool-internal/unifdef diff --git a/OpenIPMI b/OpenIPMI new file mode 160000 index 0000000..15e77d1 --- /dev/null +++ b/OpenIPMI @@ -0,0 +1 @@ +Subproject commit 15e77d15e6744cd10570d790968979c108a7f748 diff --git a/google-noto-fonts b/google-noto-fonts new file mode 160000 index 0000000..908ecd8 --- /dev/null +++ b/google-noto-fonts @@ -0,0 +1 @@ +Subproject commit 908ecd88a7dd0021aa4a6086f409ec86130d0b0d diff --git a/libsigc++3 b/libsigc++3 new file mode 160000 index 0000000..dbe4f17 --- /dev/null +++ b/libsigc++3 @@ -0,0 +1 @@ +Subproject commit dbe4f170170e417604241f56e427b3a67fb10945 diff --git a/libusb-compat b/libusb-compat new file mode 160000 index 0000000..2372396 --- /dev/null +++ b/libusb-compat @@ -0,0 +1 @@ +Subproject commit 23723961538bce255a2b50504e76ab7f9f9d98b9 diff --git a/netsurf-buildsystem b/netsurf-buildsystem new file mode 160000 index 0000000..6c77c57 --- /dev/null +++ b/netsurf-buildsystem @@ -0,0 +1 @@ +Subproject commit 6c77c5753c1c41b43bddbf1f2f3df290febaa28c diff --git a/ocaml-rpm-macros b/ocaml-rpm-macros new file mode 160000 index 0000000..3f338dc --- /dev/null +++ b/ocaml-rpm-macros @@ -0,0 +1 @@ +Subproject commit 3f338dcc8a2f78437b9b24aa243ed99954cbaf76 diff --git a/perl-Test-SharedFork b/perl-Test-SharedFork new file mode 160000 index 0000000..ed573b8 --- /dev/null +++ b/perl-Test-SharedFork @@ -0,0 +1 @@ +Subproject commit ed573b8708427f198b6a9e54b1eb595822a7b1ea diff --git a/perl-XML-RegExp b/perl-XML-RegExp new file mode 160000 index 0000000..e62f042 --- /dev/null +++ b/perl-XML-RegExp @@ -0,0 +1 @@ +Subproject commit e62f042e942ffd86ef10aa9f84b97da1928eb97a diff --git a/poppler-data b/poppler-data new file mode 160000 index 0000000..8ddd65e --- /dev/null +++ b/poppler-data @@ -0,0 +1 @@ +Subproject commit 8ddd65ebbd4a3781bbe5d79a6e17edfdecdf5fe1 diff --git a/python-GitPython b/python-GitPython new file mode 160000 index 0000000..7e0ca06 --- /dev/null +++ b/python-GitPython @@ -0,0 +1 @@ +Subproject commit 7e0ca06cff6c6c43a237d846ce91e6e572f7f438 diff --git a/python-Paste b/python-Paste new file mode 160000 index 0000000..73c9dac --- /dev/null +++ b/python-Paste @@ -0,0 +1 @@ +Subproject commit 73c9dac0e79b20c812d9e3537ac873a2a51943b5 diff --git a/python-PasteDeploy b/python-PasteDeploy new file mode 160000 index 0000000..8184d46 --- /dev/null +++ b/python-PasteDeploy @@ -0,0 +1 @@ +Subproject commit 8184d4699e94f31f4c9a2a5d6ed65208bbac9e3d diff --git a/python-PyMeeus b/python-PyMeeus new file mode 160000 index 0000000..c798f32 --- /dev/null +++ b/python-PyMeeus @@ -0,0 +1 @@ +Subproject commit c798f3214f2247a866c9a45068c852d9fd4517bf diff --git a/python-WSGIProxy2 b/python-WSGIProxy2 new file mode 160000 index 0000000..9345a7f --- /dev/null +++ b/python-WSGIProxy2 @@ -0,0 +1 @@ +Subproject commit 9345a7f7d4ed4ebed3612d956c176d563c9e8d68 diff --git a/python-aiohttp_cors b/python-aiohttp_cors new file mode 160000 index 0000000..29ec91e --- /dev/null +++ b/python-aiohttp_cors @@ -0,0 +1 @@ +Subproject commit 29ec91e628312ca4a8366d4221a3e12340f69761 diff --git a/python-argon2-cffi b/python-argon2-cffi new file mode 160000 index 0000000..d2e4ef4 --- /dev/null +++ b/python-argon2-cffi @@ -0,0 +1 @@ +Subproject commit d2e4ef4567787df2a950805052b0d5a3c16e9ab3 diff --git a/python-argon2-cffi-bindings b/python-argon2-cffi-bindings new file mode 160000 index 0000000..e817b4b --- /dev/null +++ b/python-argon2-cffi-bindings @@ -0,0 +1 @@ +Subproject commit e817b4b170382d51a8e2efc000121f1091735a52 diff --git a/python-asgiref b/python-asgiref new file mode 160000 index 0000000..45617fc --- /dev/null +++ b/python-asgiref @@ -0,0 +1 @@ +Subproject commit 45617fc6297da245e6c81f839b5088239bd3e596 diff --git a/python-beautifulsoup4 b/python-beautifulsoup4 new file mode 160000 index 0000000..fbb03f9 --- /dev/null +++ b/python-beautifulsoup4 @@ -0,0 +1 @@ +Subproject commit fbb03f9d11c414f3c631e9b0a3343bfd0c5a4ff5 diff --git a/python-blinker b/python-blinker new file mode 160000 index 0000000..c48f496 --- /dev/null +++ b/python-blinker @@ -0,0 +1 @@ +Subproject commit c48f496fa5f15d7220a886e06797a8c6fa4eba78 diff --git a/python-calver b/python-calver new file mode 160000 index 0000000..b1e48dc --- /dev/null +++ b/python-calver @@ -0,0 +1 @@ +Subproject commit b1e48dcac21ef6793380b150c66158e6a2af4bed diff --git a/python-convertdate b/python-convertdate new file mode 160000 index 0000000..9db0a8f --- /dev/null +++ b/python-convertdate @@ -0,0 +1 @@ +Subproject commit 9db0a8f05b97ee5b6ce671262cb8985987f61db2 diff --git a/python-fastjsonschema b/python-fastjsonschema new file mode 160000 index 0000000..3855d4b --- /dev/null +++ b/python-fastjsonschema @@ -0,0 +1 @@ +Subproject commit 3855d4bc68c8f4e3a251a8db275396680c84bdfc diff --git a/python-flasgger b/python-flasgger new file mode 160000 index 0000000..26583d4 --- /dev/null +++ b/python-flasgger @@ -0,0 +1 @@ +Subproject commit 26583d4f159e556ab2d381282b6ac355a0f4a08b diff --git a/python-geoip2 b/python-geoip2 new file mode 160000 index 0000000..ce5497f --- /dev/null +++ b/python-geoip2 @@ -0,0 +1 @@ +Subproject commit ce5497f175349ea60807c3c0af5cf5e9e588b14b diff --git a/python-gitdb b/python-gitdb new file mode 160000 index 0000000..952a8c0 --- /dev/null +++ b/python-gitdb @@ -0,0 +1 @@ +Subproject commit 952a8c07ab9f39362b7139e14c961404089cd3cc diff --git a/python-graphviz b/python-graphviz new file mode 160000 index 0000000..b93d6ed --- /dev/null +++ b/python-graphviz @@ -0,0 +1 @@ +Subproject commit b93d6edafcdde262834208e429326c3209eb93ee diff --git a/python-greenlet b/python-greenlet new file mode 160000 index 0000000..995ac3c --- /dev/null +++ b/python-greenlet @@ -0,0 +1 @@ +Subproject commit 995ac3cf936599486f66ab0288bc86d34419ffb5 diff --git a/python-hatch_nodejs_version b/python-hatch_nodejs_version new file mode 160000 index 0000000..93a4731 --- /dev/null +++ b/python-hatch_nodejs_version @@ -0,0 +1 @@ +Subproject commit 93a47311ea98b715d2f85d391240b94a9e3109f4 diff --git a/python-hpack b/python-hpack new file mode 160000 index 0000000..07ba190 --- /dev/null +++ b/python-hpack @@ -0,0 +1 @@ +Subproject commit 07ba1904ef262636d83403c310f2e2d1ef88507b diff --git a/python-httpbin b/python-httpbin new file mode 160000 index 0000000..5973174 --- /dev/null +++ b/python-httpbin @@ -0,0 +1 @@ +Subproject commit 597317421432dd1a7962a138991bd8ff8f1407f0 diff --git a/python-httptools b/python-httptools new file mode 160000 index 0000000..130ecf7 --- /dev/null +++ b/python-httptools @@ -0,0 +1 @@ +Subproject commit 130ecf7734679a3f5cde86c3ec37c2e925733992 diff --git a/python-hyperframe b/python-hyperframe new file mode 160000 index 0000000..cdae514 --- /dev/null +++ b/python-hyperframe @@ -0,0 +1 @@ +Subproject commit cdae5148506fd37dcc76d7ffa0f03a0c1f6fa5e6 diff --git a/python-inflect b/python-inflect new file mode 160000 index 0000000..a795279 --- /dev/null +++ b/python-inflect @@ -0,0 +1 @@ +Subproject commit a79527995a972fe28a7cbb1fcc36183214cfb5c1 diff --git a/python-jaraco.classes b/python-jaraco.classes new file mode 160000 index 0000000..e1354dd --- /dev/null +++ b/python-jaraco.classes @@ -0,0 +1 @@ +Subproject commit e1354dd7a0b068e5cecc8502822c51907e9347f9 diff --git a/python-jaraco.packaging b/python-jaraco.packaging new file mode 160000 index 0000000..4945c93 --- /dev/null +++ b/python-jaraco.packaging @@ -0,0 +1 @@ +Subproject commit 4945c93d4bbd1843e465c7263f7642c3101f4566 diff --git a/python-jupyter-core b/python-jupyter-core new file mode 160000 index 0000000..18c36cb --- /dev/null +++ b/python-jupyter-core @@ -0,0 +1 @@ +Subproject commit 18c36cb3c7ba45fa95371765c147bf3e15a7bd81 diff --git a/python-langdetect b/python-langdetect new file mode 160000 index 0000000..af3ff5d --- /dev/null +++ b/python-langdetect @@ -0,0 +1 @@ +Subproject commit af3ff5d14d9c4e0e890d7acd7cf4390e0f70bcaf diff --git a/python-lupa b/python-lupa new file mode 160000 index 0000000..0f0cf3c --- /dev/null +++ b/python-lupa @@ -0,0 +1 @@ +Subproject commit 0f0cf3caca0426222c82d83ddd4dbf50b1e2ba62 diff --git a/python-meson-python b/python-meson-python new file mode 160000 index 0000000..57d7c3e --- /dev/null +++ b/python-meson-python @@ -0,0 +1 @@ +Subproject commit 57d7c3e348502b07ba1ace2003261d824c6f8f37 diff --git a/python-nbformat b/python-nbformat new file mode 160000 index 0000000..28a4cc6 --- /dev/null +++ b/python-nbformat @@ -0,0 +1 @@ +Subproject commit 28a4cc65336735a5b17e8919d21132ffa3058799 diff --git a/python-nose2 b/python-nose2 new file mode 160000 index 0000000..7247f8d --- /dev/null +++ b/python-nose2 @@ -0,0 +1 @@ +Subproject commit 7247f8d3cd468a5c751ffd770df1cb5f94919492 diff --git a/python-parameterized b/python-parameterized new file mode 160000 index 0000000..dfebfcf --- /dev/null +++ b/python-parameterized @@ -0,0 +1 @@ +Subproject commit dfebfcf4abfdca0074608505c5ba15615c0ab620 diff --git a/python-pep440 b/python-pep440 new file mode 160000 index 0000000..134d88b --- /dev/null +++ b/python-pep440 @@ -0,0 +1 @@ +Subproject commit 134d88b470af463c9c1064e0c8a2ff2a9329ba8f diff --git a/python-pkgconfig b/python-pkgconfig new file mode 160000 index 0000000..4b309bc --- /dev/null +++ b/python-pkgconfig @@ -0,0 +1 @@ +Subproject commit 4b309bc71ef1bacddc5a261f7030b410a83b49fd diff --git a/python-pygments-ansi-color b/python-pygments-ansi-color new file mode 160000 index 0000000..503cc0e --- /dev/null +++ b/python-pygments-ansi-color @@ -0,0 +1 @@ +Subproject commit 503cc0eb91f016c9e3a5598852e5d24119ad470d diff --git a/python-pylons-sphinx-themes b/python-pylons-sphinx-themes new file mode 160000 index 0000000..36b58cf --- /dev/null +++ b/python-pylons-sphinx-themes @@ -0,0 +1 @@ +Subproject commit 36b58cf5916a8c94c5f2e7cedb426eb69b04de4e diff --git a/python-python-dotenv b/python-python-dotenv new file mode 160000 index 0000000..7c6bfda --- /dev/null +++ b/python-python-dotenv @@ -0,0 +1 @@ +Subproject commit 7c6bfda5cac498c8861736baa8737480c473cf9f diff --git a/python-redis b/python-redis new file mode 160000 index 0000000..92ab9ee --- /dev/null +++ b/python-redis @@ -0,0 +1 @@ +Subproject commit 92ab9ee734009a92b0f3392ce54c66e29c3134c9 diff --git a/python-rst.linker b/python-rst.linker new file mode 160000 index 0000000..9b5e4a3 --- /dev/null +++ b/python-rst.linker @@ -0,0 +1 @@ +Subproject commit 9b5e4a3c413d50309a3aefb0e358debdba5334bd diff --git a/python-sqlparse b/python-sqlparse new file mode 160000 index 0000000..40198fc --- /dev/null +++ b/python-sqlparse @@ -0,0 +1 @@ +Subproject commit 40198fc0165ee308d8d80b9a683ce6f59f5f16b6 diff --git a/python-strict-rfc3339 b/python-strict-rfc3339 new file mode 160000 index 0000000..4e53edf --- /dev/null +++ b/python-strict-rfc3339 @@ -0,0 +1 @@ +Subproject commit 4e53edfcc10c5f66645b0b77f473d6ef28b7188a diff --git a/python-tblib b/python-tblib new file mode 160000 index 0000000..e0eeea1 --- /dev/null +++ b/python-tblib @@ -0,0 +1 @@ +Subproject commit e0eeea1d473451b6ba471193fa9b014d0e450b28 diff --git a/python-validate-pyproject b/python-validate-pyproject new file mode 160000 index 0000000..11af9b0 --- /dev/null +++ b/python-validate-pyproject @@ -0,0 +1 @@ +Subproject commit 11af9b068a73b798aecc038757eaa41287811145 diff --git a/python-waitress b/python-waitress new file mode 160000 index 0000000..be87e50 --- /dev/null +++ b/python-waitress @@ -0,0 +1 @@ +Subproject commit be87e5000b09bd049eda0d5b1fe4ab02a742d876 diff --git a/python-websockets b/python-websockets new file mode 160000 index 0000000..4986724 --- /dev/null +++ b/python-websockets @@ -0,0 +1 @@ +Subproject commit 49867242d9fac5110becb99a06dfcf9dd1834396 diff --git a/python-wsproto b/python-wsproto new file mode 160000 index 0000000..8c3e447 --- /dev/null +++ b/python-wsproto @@ -0,0 +1 @@ +Subproject commit 8c3e4476390e6a9622b21c7c34891d3b5c8e599e diff --git a/python-zope.event b/python-zope.event new file mode 160000 index 0000000..319e8dc --- /dev/null +++ b/python-zope.event @@ -0,0 +1 @@ +Subproject commit 319e8dcec9c591ad838fea00a284eda5030e5007 diff --git a/python-zope.testing b/python-zope.testing new file mode 160000 index 0000000..02333ff --- /dev/null +++ b/python-zope.testing @@ -0,0 +1 @@ +Subproject commit 02333ff96f015535f272a3418c483fd17ee75988 diff --git a/resource-agents b/resource-agents new file mode 160000 index 0000000..69e4306 --- /dev/null +++ b/resource-agents @@ -0,0 +1 @@ +Subproject commit 69e430694c9672574007ca8fb1c10949d94977ae diff --git a/rsync b/rsync new file mode 160000 index 0000000..c1c2ffb --- /dev/null +++ b/rsync @@ -0,0 +1 @@ +Subproject commit c1c2ffbf5e0e1818ec3a0b1899b7b83a6c7e2a4d diff --git a/rubygem-rspec-core b/rubygem-rspec-core new file mode 160000 index 0000000..4a9448e --- /dev/null +++ b/rubygem-rspec-core @@ -0,0 +1 @@ +Subproject commit 4a9448e5102a8d58bdb0bcbe95bab132058cd404 diff --git a/rubygem-rspec-expectations b/rubygem-rspec-expectations new file mode 160000 index 0000000..8f06ebc --- /dev/null +++ b/rubygem-rspec-expectations @@ -0,0 +1 @@ +Subproject commit 8f06ebc721170d8322b92d51ba4ce591668a5b6b diff --git a/rubygem-rspec-mocks b/rubygem-rspec-mocks new file mode 160000 index 0000000..14f8498 --- /dev/null +++ b/rubygem-rspec-mocks @@ -0,0 +1 @@ +Subproject commit 14f84988c41464986d2881e382ea76544a26cc70 diff --git a/sysfsutils b/sysfsutils new file mode 160000 index 0000000..1c642d4 --- /dev/null +++ b/sysfsutils @@ -0,0 +1 @@ +Subproject commit 1c642d436253d71a8f33a81912986d2a010050e7 diff --git a/unifdef b/unifdef new file mode 160000 index 0000000..3b0355d --- /dev/null +++ b/unifdef @@ -0,0 +1 @@ +Subproject commit 3b0355d68e0e90c54b5f904a9393085659beb8ca