Package Details: osc 1.11.1-1

Git Clone URL: https://aur.archlinux.org/osc.git (read-only, click to copy)
Package Base: osc
Description: Command line client for the openSUSE Build Service
Upstream URL: https://github.com/openSUSE/osc
Licenses: GPL2
Conflicts: osc-bash-completion, osc-git, zsh-completion-osc
Replaces: osc-bash-completion, zsh-completion-osc
Submitter: bwalle
Maintainer: Thaodan
Last Packager: Thaodan
Votes: 52
Popularity: 0.84
First Submitted: 2008-04-05 17:38 (UTC)
Last Updated: 2025-01-12 01:42 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

Thaodan commented on 2025-01-12 01:43 (UTC)

Thanks for notifying. I added the dependency.

gnlrdrvo commented on 2025-01-11 13:45 (UTC)

https://github.com/openSUSE/osc/blob/5d39e3c0602e0a307ebfed65f77119bd4f2ed6ec/setup.cfg#L45-L50

install_requires =
    cryptography
    # rpm is not available on pip, install a matching package manually prior installing osc
    rpm
    ruamel.yaml
    urllib3

Looks like we should also add python-ruamel-yaml in the dependencies?

swsnr commented on 2024-07-06 05:17 (UTC)

python-urllib3 is missing in dependencies :)

c-mauderer commented on 2024-04-14 08:33 (UTC)

python-cryptography is missing in the dependencies.

post-factum commented on 2023-12-22 19:50 (UTC)

Thanks, will try that.

tarball commented on 2023-12-22 17:56 (UTC)

@post-factum, https://newreleases.io supports github tags (pure tags without github releases), and many other services too. There's a CLI on AUR, but it's not required. I'd fire an email as this is not related to osc, but maybe someone else finds this useful.

<deleted-account> commented on 2023-11-23 12:19 (UTC)

[deleted]

post-factum commented on 2023-11-06 07:29 (UTC) (edited on 2023-11-06 07:29 (UTC) by post-factum)

post-factum's build and openSUSE's build are vanilla and more up-to-date, but at the time of writing, both builds are out-of-date by 1 version (1.4.3 vs 1.4.4).

I try to keep the build up-to-date by periodically checking the GitHub. I was unable to set notifications for new tags, so if you know how to get an email on a new osc release, let me know.

Also, no need to discuss my side package here, feel free to drop me a direct email as needed.

Thanks.

<deleted-account> commented on 2023-11-06 06:26 (UTC)

[deleted]

nhandt64 commented on 2023-09-25 12:27 (UTC) (edited on 2023-09-25 13:37 (UTC) by nhandt64)

Hi all, If you just want to use osc directly without having to pay much attention to fuss down there, you can just add openSUSE Tools repository for Arch Linux:

[openSUSE_Tools_Arch]
Server = https://download.opensuse.org/repositories/openSUSE:/Tools/Arch/$arch

Import and verify their key:

$ wget -qO - https://download.opensuse.org/repositories/openSUSE:/Tools/Arch/x86_64/openSUSE_Tools_Arch.key | sudo pacman-key --add -
$ sudo pacman-key --lsign-key 826659A9013E5B65

Then fetch the repo and install from it: (and install python-keyring to store your OBS credential securely)

$ sudo pacman -Sy osc
$ sudo pacman -S python-keyring

Everything should work fine (so far for me) and you can ignore this AUR package. Stay safe and frosty.

Update: add python-keyring package optional dependency