diff --git a/packages/p/python-aiobotocore/.files b/packages/p/python-aiobotocore/.files
deleted file mode 100644
index ca7aeb98af6..00000000000
Binary files a/packages/p/python-aiobotocore/.files and /dev/null differ
diff --git a/packages/p/python-aiobotocore/.meta b/packages/p/python-aiobotocore/.meta
deleted file mode 100644
index 02441c34a03..00000000000
--- a/packages/p/python-aiobotocore/.meta
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/packages/p/python-aiobotocore/.rev b/packages/p/python-aiobotocore/.rev
deleted file mode 100644
index 90666a5025f..00000000000
--- a/packages/p/python-aiobotocore/.rev
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
- c59dd8169c093820c9f9099de949e876
- 0.10.0
-
- dimstar_suse
- async version of python3-botocore
- 664150
-
-
- 08249b31ad6c32b8341f430055c7a09c
- 0.11.1
-
- dimstar_suse
-
- 767863
-
-
- 47d55301fe8c186434b8997c47763f06
- 0.12.0
-
- dimstar_suse
- - Update to 0.12.0
- + Bump botocore and extras
- + Drop support for 3.5 given we are unable to test it
- with moto and it will soon be unsupported
- + Remove loop parameters for Python 3.8 compliance
- + Remove deprecated AioPageIterator.next_page
-- Update BuildRequires and Requires from setup.py
-
- 825340
-
-
- c90e7a2c02910032a86116b364eed593
- 1.1.1
-
- dimstar_suse
-
- 833072
-
-
- 4bc69e82bedcb9c2480e2ec5565e6af0
- 1.1.1
-
- dimstar_suse
- Automatic submission by obs-autosubmit
- 853811
-
-
- 1a649ace405e9c2970885360fde88b59
- 1.3.0
-
- dimstar_suse
-
- 886656
-
-
- dd43ebe6179fe411aa3e19775f256b48
- 1.3.1
-
- dimstar_suse
-
- 900359
-
-
- 6ce660742113d2ab19c9449088823da9
- 1.3.3
-
- dimstar_suse
-
- 908600
-
-
- 5b0dd8db4e83eceeed4c734c422af975
- 2.1.0
-
- dimstar_suse
-
- 946927
-
-
- 239f24635325cb33aef66f433cb5cdae
- 2.2.0
-
- dimstar_suse
-
- 972849
-
-
- 97633adae2f51668c369203caf047a5a
- 2.3.4
-
- dimstar_suse
-
- 985781
-
-
- 7d44eaa3e178989b68a56ffefb259afd
- 2.3.4
-
- dimstar_suse
-
- 1000031
-
-
diff --git a/packages/p/python-aiobotocore/aiobotocore-2.3.4-gh.tar.gz b/packages/p/python-aiobotocore/aiobotocore-2.3.4-gh.tar.gz
deleted file mode 120000
index 22bfca3098d..00000000000
--- a/packages/p/python-aiobotocore/aiobotocore-2.3.4-gh.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafkreigvcocd6dxdhkwxfrbjvf44nujtaiucajjj5yfohidq25qrsn2ucu
\ No newline at end of file
diff --git a/packages/p/python-aiobotocore/python-aiobotocore.changes b/packages/p/python-aiobotocore/python-aiobotocore.changes
deleted file mode 100644
index 32dfd6bcca9..00000000000
--- a/packages/p/python-aiobotocore/python-aiobotocore.changes
+++ /dev/null
@@ -1,186 +0,0 @@
--------------------------------------------------------------------
-Thu Aug 18 10:34:03 UTC 2022 - Ben Greiner
-
-- Enforce pytest-asyncio legacy mode (upstream pins to 0.14)
- * gh#pytest-dev/pytest-asyncio#390
-
--------------------------------------------------------------------
-Wed Jun 29 08:28:49 UTC 2022 - Ben Greiner
-
-- Update to 2.3.4
- * fix select_object_content
-- Release 2.3.3
- * fix connect timeout while getting IAM creds
- * fix test files appearing in distribution package
-- Release 2.3.2
- * fix 3.6 testing and and actually fix 3.6 support
-- Release 2.3.1 fix 3.6 support
- * AioConfig: allow keepalive_timeout to be None (thanks
- @dnlserrano #933)
-- Release 2.3.0
- * fix encoding issue by swapping to AioAWSResponse and
- AioAWSRequest to behave more like botocore
- * fix exceptions mappings
-
--------------------------------------------------------------------
-Mon Apr 25 16:27:29 UTC 2022 - Ben Greiner
-
-- Update to 2.2.0
- * remove deprecated APIs
- * bump to botocore 1.24.21
- * re-enable retry of aiohttp.ClientPayloadError
-- Release 2.1.2
- * fix httpsession close call
-- Release 2.1.1
- * implement asynchronous non-blocking adaptive retry strategy
-
--------------------------------------------------------------------
-Tue Jan 11 21:35:55 UTC 2022 - Ben Greiner
-
-- Remove obsolete python36 skip of tests
-
--------------------------------------------------------------------
-Sat Dec 25 20:25:14 UTC 2021 - Ben Greiner
-
-- Update to 2.1.0
- * bump to botocore 1.23.24
- * fix aiohttp resolver config param #906
-- Release 2.0.1
- * revert accidental dupe of _register_s3_events #867 (thanks
- @eoghanmurray)
- * Support customizing the aiohttp connector resolver class #893
- (thanks @orf)
- * fix timestream query #902
-- Release 2.0.0
- * bump to botocore 1.22.8
- * turn off default AIOBOTOCORE_DEPRECATED_1_4_0_APIS env var to
- match botocore module. See notes in 1.4.0.
-- Release 1.4.2
- * Fix missing close() method on http session (thanks @terrycain)
- * Fix for verify=False
-- Release 1.4.1
- * put backwards incompatible changes behind
- AIOBOTOCORE_DEPRECATED_1_4_0_APIS env var. This means that #876
- will not work unless this env var has been set to 0.
-- Release 1.4.0
- * fix retries via config #877
- * remove AioSession and get_session top level names to match
- botocore_
- * change exceptions raised to match those of botocore_, see
- mappings
-- Enable tests
-
--------------------------------------------------------------------
-Tue Jul 27 09:59:24 UTC 2021 - John Paul Adrian Glaubitz
-
-- Update to 1.3.3
- * fix AioJSONParser #872
-- from version 1.3.2
- * Bump to botocore 1.20.106
-- Update BuildRequires and Requires from setup.py
-
--------------------------------------------------------------------
-Wed Jun 16 10:23:07 UTC 2021 - John Paul Adrian Glaubitz
-
-- Update to 1.3.1
- * TCPConnector: change deprecated ssl_context to SSL
- * fix non awaited generate presigned url calls #868
-
--------------------------------------------------------------------
-Thu Apr 15 13:33:07 UTC 2021 - Ben Greiner
-
-- Update to 1.3.0
- * Bump to botocore 1.20.49 #856
-- from version 1.2.2
- * Await call to async method _load_creds_via_assume_role #851
- (thanks @puzza007)
-- from version version 1.2.1
- * verify strings are now correctly passed to aiohttp.TCPConnector
- #851 (thanks @FHTMitchell)
-- from version 1.2.0
- * bump botocore to 1.19.52
- * use passed in http_session_cls param to create_client #797
-- from version 1.1.2
- * fix AioPageIterator search method #831 (thanks @joseph-jones)
-- Add missing aioitertools runtime requirement
-
--------------------------------------------------------------------
-Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert
-
-- Only build Python3 flavors for distributions 15 and greater
-
--------------------------------------------------------------------
-Mon Sep 7 10:40:57 UTC 2020 - John Paul Adrian Glaubitz
-
-- Update to 1.1.1
- + fix s3 region redirect bug #825
-- from version 1.1.0
- + bump botocore to 1.17.44
-- from version 1.0.7
- + fix generate_db_auth_token via #816
-- from version 1.0.6
- + revert __getattr__ fix as it breaks ddtrace
-- from version 1.0.5
- + Fixed AioSession.get_service_data emit call #811 via #812
- + Fixed async __getattr__ #789 via #803
-- from version 1.0.4
- + Fixed S3 Presigned Post not being async
-- from version 1.0.3
- + Fixes typo when using credential process
-- from version 1.0.2
- + Disable Client.__getattr__ emit for now #789
-- from version 1.0.1
- + Fixed signing requests with explicit credentials
-- from version 1.0.0
- + API breaking: The result of create_client is now a required async context class
- + Credential refresh should now work
- + generate_presigned_url is now an async call along with other credential methods
- + Credentials.[access_key/secret_key/token] now raise NotImplementedError because
- they won't call refresh like botocore. Instead should use get_frozen_credentials
- async method
- + Bump botocore and extras
-- Update BuildRequires and Requires from setup.py
-
--------------------------------------------------------------------
-Tue Mar 24 11:26:42 UTC 2020 - John Paul Adrian Glaubitz
-
-- Update to 0.12.0
- + Bump botocore and extras
- + Drop support for 3.5 given we are unable to test it
- with moto and it will soon be unsupported
- + Remove loop parameters for Python 3.8 compliance
- + Remove deprecated AioPageIterator.next_page
-- Update BuildRequires and Requires from setup.py
-
--------------------------------------------------------------------
-Mon Jan 27 15:26:32 UTC 2020 - John Paul Adrian Glaubitz
-
-- Update to 0.11.1
- + Fixed event streaming API calls like S3 Select.
-- from version 0.11.0
- + replace CaseInsensitiveDict with urllib3 equivalent #744
- (thanks to inspiration from @craigmccarter and @kevchentw)
- + bump botocore to 1.13.14
- + fix for mismatched botocore method replacements
-- from version 0.10.4
- + Make AioBaseClient.close method async #724 (thanks @bsitruk)
- + Bump awscli, boto3, botocore #735 (thanks @bbrendon)
- + switch paginator to async_generator, add result_key_iters
- (deprecate next_page method)
-- from version 0.10.3
- + Bump botocore and extras
-- from version 0.10.2
- + Fix response-received emitted event #682
-- from version 0.10.1
- + Make tests pass with pytest 4.1 #669 (thanks @yan12125)
- + Support Python 3.7 #671 (thanks to @yan12125)
- + Update RTD build config #672 (thanks @willingc)
- + Bump to botocore 1.12.91 #679
-- Fix Recommends to use correct name for aws-cli package
-- Rename CHANGES.txt to CHANGES.rst in %doc section
-- Update BuildRequires, Recommends and Requires from setup.py
-
--------------------------------------------------------------------
-Thu Nov 29 17:14:38 UTC 2018 - Todd R
-
-- Initial version
diff --git a/packages/p/python-aiobotocore/python-aiobotocore.spec b/packages/p/python-aiobotocore/python-aiobotocore.spec
deleted file mode 100644
index 2eeb761c2d4..00000000000
--- a/packages/p/python-aiobotocore/python-aiobotocore.spec
+++ /dev/null
@@ -1,106 +0,0 @@
-#
-# spec file for package python-aiobotocore
-#
-# Copyright (c) 2022 SUSE LLC
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
-#
-
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
-Name: python-aiobotocore
-Version: 2.3.4
-Release: 0
-Summary: Async client for aws services
-License: Apache-2.0
-Group: Development/Languages/Python
-URL: https://github.com/aio-libs/aiobotocore
-Source: https://github.com/aio-libs/aiobotocore/archive/refs/tags/%{version}.tar.gz#/aiobotocore-%{version}-gh.tar.gz
-BuildRequires: %{python_module setuptools}
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
-# SECTION test requirements
-BuildRequires: %{python_module Flask-Cors}
-BuildRequires: %{python_module Flask}
-BuildRequires: %{python_module aiohttp >= 3.3.1}
-BuildRequires: %{python_module aioitertools >= 0.5.1}
-BuildRequires: %{python_module botocore >= 1.24.21}
-BuildRequires: %{python_module dill}
-BuildRequires: %{python_module docker}
-BuildRequires: %{python_module docutils}
-BuildRequires: %{python_module moto-all}
-BuildRequires: %{python_module pip}
-BuildRequires: %{python_module pytest-asyncio}
-BuildRequires: %{python_module pytest-xdist}
-BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module wrapt >= 1.10.10}
-%if 0%{?suse_version} < 1550
-BuildRequires: %{python_module async_generator}
-%endif
-# /SECTION
-Requires: python-aiohttp >= 3.3.1
-Requires: python-aioitertools >= 0.5.1
-Requires: python-botocore >= 1.24.21
-Requires: python-wrapt >= 1.10.10
-%if 0%{?python_version_nodots} < 37
-Requires: python-async_generator
-%endif
-Recommends: aws-cli >= 1.22.76
-Recommends: python-boto3 >= 1.21.21
-BuildArch: noarch
-
-%python_subpackages
-
-%description
-Async Python client for aws services.
-
-%prep
-%setup -q -n aiobotocore-%{version}
-# unpin and hope for the best
-sed -E 's/(botocore>=.*),<[0-9.]*/\1/' -i setup.py
-
-%build
-%python_build
-
-%install
-%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
-
-%check
-# import tests from local dir
-export PYTHONPATH=":x"
-export BOTO_CONFIG=/dev/null
-# different versions, different digest hash
-donttest="test_patches or test_version"
-# docker image not successful
-donttest+=" or test_run_lambda"
-# no connection to httpbin.org
-donttest+=" or test_publish_to_http"
-# no awslambda dynamodb backend in mock available
-donttest+=" or test_dynamodb"
-# s3client fails with KeyError for resp['Contents'] -- https://github.com/spulec/moto/issues/5030
-donttest+=" or test_can_delete_urlencoded_object"
-# fail to fetch fake AWS credentials https://github.com/aio-libs/aiobotocore/issues/948
-donttest+=" or (test_credentials and (sso or test_required_config_not_set))"
-# https://github.com/pytest-dev/pytest-asyncio/issues/390
-%pytest -m moto -n auto -k "not ($donttest)" --asyncio-mode=legacy
-
-%files %{python_files}
-%doc CHANGES.rst README.rst
-%license LICENSE
-%{python_sitelib}/aiobotocore
-%{python_sitelib}/aiobotocore-%{version}*-info
-
-%changelog