Hello! I just wanted to update python-aiobotocore in d:l:p:aws but noticed the package is no longer there. I can't seem to find any hint on why the package was removed and I'm a bit surprised since it has still some reverse dependencies such as python- s3fs. Anyone knows? Adrian
Hi Adrian, Adrian Glaubitz via openSUSE Factory <factory@lists.opensuse.org> writes:
Hello!
I just wanted to update python-aiobotocore in d:l:p:aws but noticed the package is no longer there. I can't seem to find any hint on why the package was removed and I'm a bit surprised since it has still some reverse dependencies such as python- s3fs.
Anyone knows?
Dirk should know according to: osc api "/source/devel:languages:python:aws/python-aiobotocore/_history?deleted=1" <revision rev="24" vrev="23"> <srcmd5>e6ec9ade2697f8c3dc3aa21d3a7d8f54</srcmd5> <version>unknown</version> <time>1685222118</time> <user>dirkmueller</user> <comment>package was deleted</comment> </revision> Cheers, Dan -- Dan Čermák <dcermak@suse.com> Software Engineer Development tools SUSE Software Solutions Germany GmbH Frankenstrasse 146 90461 Nürnberg Germany (HRB 36809, AG Nürnberg) Managing Director/Geschäftsführer: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
Hi Dan! On Thu, 2023-06-29 at 13:41 +0200, Dan Čermák wrote:
Dirk should know according to: osc api "/source/devel:languages:python:aws/python-aiobotocore/_history?deleted=1"
<revision rev="24" vrev="23"> <srcmd5>e6ec9ade2697f8c3dc3aa21d3a7d8f54</srcmd5> <version>unknown</version> <time>1685222118</time> <user>dirkmueller</user> <comment>package was deleted</comment> </revision>
Thanks, I was looking for such a command like this. Very useful! Adrian
On Thu, 2023-06-29 at 12:02 +0000, Adrian Glaubitz via openSUSE Factory wrote:
Hi Dan!
On Thu, 2023-06-29 at 13:41 +0200, Dan Čermák wrote:
Dirk should know according to: osc api "/source/devel:languages:python:aws/python- aiobotocore/_history?deleted=1"
<revision rev="24" vrev="23"> <srcmd5>e6ec9ade2697f8c3dc3aa21d3a7d8f54</srcmd5> <version>unknown</version> <time>1685222118</time> <user>dirkmueller</user> <comment>package was deleted</comment> </revision>
Thanks, I was looking for such a command like this. Very useful!
The slightly easier command for you would be: osc log -D devel:languages:python:aws python-aiobotocore -D, --deleted work on deleted package Cheers, Dominique
Am 29.06.23 um 13:22 schrieb Adrian Glaubitz via openSUSE Factory:
Hello!
I just wanted to update python-aiobotocore in d:l:p:aws but noticed the package is no longer there. I can't seem to find any hint on why the package was removed and I'm a bit surprised since it has still some reverse dependencies such as python- s3fs.
Anyone knows?
Adrian
We removed both of those packages from Tumbleweed half a year ago, because it was impossible to maintain on a rolling distribution: https://github.com/fsspec/s3fs/issues/615 https://github.com/aio-libs/aiobotocore/issues/971 https://build.opensuse.org/request/show/1010922 https://build.opensuse.org/request/show/1010923 - Ben
Hi! On Fri, 2023-06-30 at 08:25 +0200, Ben Greiner wrote:
We removed both of those packages from Tumbleweed half a year ago, because it was impossible to maintain on a rolling distribution:
https://github.com/fsspec/s3fs/issues/615 https://github.com/aio-libs/aiobotocore/issues/971 https://build.opensuse.org/request/show/1010922 https://build.opensuse.org/request/show/1010923
Right. I remember the discussion. I guess, we should drop python-s3fs then as well unless it can also be built with the normal botocore library? Adrian
Am 30.06.23 um 13:34 schrieb Adrian Glaubitz via openSUSE Factory:
Hi!
We removed both of those packages from Tumbleweed half a year ago, because it was impossible to maintain on a rolling distribution:
https://github.com/fsspec/s3fs/issues/615 https://github.com/aio-libs/aiobotocore/issues/971 https://build.opensuse.org/request/show/1010922 https://build.opensuse.org/request/show/1010923 Right. I remember the discussion. I guess, we should drop python-s3fs
On Fri, 2023-06-30 at 08:25 +0200, Ben Greiner wrote: then as well unless it can also be built with the normal botocore library?
sr#1010922 was exactly that. We dropped it from Tumbleweed. The difference between s3fs and aiobotocore is, that after the removal in Tumbleweed both packages were "broken" in the devel project, but aiobotocore was subsequently deleted in the devel project as well while for s3fs just the broken link to Factory was removed and is "unresolvable" in devel:languages:python:aws since then.
Adrian
- Ben
participants (4)
-
Adrian Glaubitz
-
Ben Greiner
-
Dan Čermák
-
Dominique Leuenberger