Changelog for
osc-0.177.0-3.159.noarch.rpm :
* Tue Apr 26 2022 Marco Strigl
- 0.177.0
* switch to python3 in osc-wrapper and make python3 explicit
* allow formatting of the sccache uri
* show repository state and details
* a few minor fixes and improvements in credentials handling
* order credential managers by priority
* kernel keyring is now supported as credential manager
* support regex based name filtering in core.get_prj_results()
* revision parsing parseRevisionOption(): cleanup and make logic consistent
* use sr_ids[0] for superseding (fixes issues with superseding requests containing many packages
* download logs and metadata in subdirs named by packages when osc getbinaries is issued on project level or in multibuild case- spec file:
* recommed python-keyring-keyutils for new kernel keyring backend
* Mon Feb 28 2022 Daniel Mach - 0.176.0
* add -F option to osc submitreq
* add --verbose option to build command
* fix getbinaries command to fetch also multibuild packages
* fix getbinaries -M/--multibuild-package option usage
* skip fetching metadata and logs in the getbinaries command
* do not download a bdep with a hdrmd5 from the api by default
* re-download file from API when hdrmd5 doesn\'t match
* honor --download-api-only option
* remove Windows from the supported operating systems
* fix license in setup.py
* add py3.10 and py3.11 to the classifiers in setup.py
* use the latest version of COPYING file from gnu.org
* fix crash on terminal resize during download
* do not fail with a traceback in case of a config error
* preserve oscrc symlink when writing conf file
* escape % character in binary download URLs
* fix printing paths to built debian packages
* Tue Feb 22 2022 Matthew Davis - 0.175.1:
* Modified SPEC file to be more compatible with KOJI and COPR.
*
* Modified SPEC file to use python3 for CentOS/RHEL 7
*
* Modified SPEC file use fedora/rhel version macros.
*
* Changed perl to sed in %install section of SPEC file.
* Thu Dec 02 2021 Marco Strigl - 0.175.0:
* do not crash when running \"osc search --binary --verbose foo\"
* don\'t run source services when building outside of an OSC package working copy
* fix XDG_CONFIG_HOME
* offer a force (\"f\") choice in metafile.edit\'s error handling code path
* fix XPath used in search requests
* add support for creating a workflow token via \"osc token\"
* handle missing os.sysconf more gracefully
* detachbranch: remove _link when link target got removed
* improve error message in case of an URLError
* fix downloading from mirrors
* avoid sending entire projects on \"osc mr\"
* fix hdmrd5 check of local cached files
* improve logic for conffile mode handling
* Wed Jul 21 2021 Marcus Hüwe - 0.174.0:
* fix password deletion via \"osc config -d pass\"
* support changing the password store via \"osc config - -select-password-store\")
* support slash syntax in osc browse (\"osc browse prj/pkg\" is equivalent to \"osc browse prj pkg\")
* fix the commit of a frozen package wc
* fix local product builds using obsrepositories:/ directives
* print a meaningful message when trying to a commit a non-existent package
* Fri Jun 18 2021 Atilla ÖNTAŞ - force Mageia >= 8 builds to python3; python2 is deprecated in Mageia 8 and up.
* Tue May 18 2021 Marcus Hüwe - 0.173.0:
* add showlinked command to show all references of packages linking to a given one
* add build --shell-after-build flag. It can also be set via .oscrc.
* add build --stage flag. Useful for example for fixing file lists and just running the install section to see the result of it (use --stage=i=). Check the help for more details.
* allow to run build script as non-root, by setting su-wrapper empty => osc is not guessing anymore if user builds are wanted
* add support for cross arch local build using a sysroot
* support slash notation in \"osc creq -a args\"
* add \"--force\" option to the \"osc add\" command (can be used to override the exclude_glob config option)
* support the commit of arbitrary sized files
* add support for sccache
* Wed May 05 2021 Dominique Leuenberger - Install macros.osc to %{_rpmmacrodir}, not to /etc/rpm.
* Wed Jan 27 2021 Marcus Hüwe - reformat spec with a recent version of the obs-service-format_spec_file service
* Wed Jan 27 2021 Marcus Hüwe - 0.172.0:
* support --lastsucceeded/--last-succeeded in \"osc buildlog\", \"osc remotebuildlog\" + friends (perform the corresponding operation on the build log of the last successful build)
* fix pypi deployment via Travis CI
* several fixes in request related code paths (no double html_escape of a request\'s description etc.)
* support local builds in a systemd-nspawn container
* fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and util.ar modules
* support local flatpak builds (requires a recent build version)
* \"osc init \" works for a non-existent (server-side) project
* .old dir support for source services so that some services have access to the results of a previous service run
* Tue Nov 10 2020 Marco Strigl - 0.171.1
* maintainer search: lookup via package name by default and binary as fallback
* fix crash on console resize when downloading files during build
* add proper repourls to osc reporuls
* new command osc releaserequest: This command is used to transfer sources and binaries without rebuilding them. It requires defined release targets set to trigger=\"manual\".
* some improvements on output of help and error messages
* Thu Jul 09 2020 Marco Strigl - 0.170.0
* fix code for python3.8 and python3.9
* remove dead code
* fix tests
* don\'t use chardet to guess encoding. utf-8 or latin-1 is now assumed This will speed up decoding (bsc#1173926)
* escape sequences are interpreted correctly on -m osc sr -m \"1st line\
2nd line\" results in 1st line 2nd line
* add status filter to osc results
* add --brief to osc prjresults Gives: build openSUSE_Leap_15.1 x86_64 succeeded build openSUSE_Leap_15.0 x86_64 succeeded build openSUSE_Leap_15.0 armv7l unresolvable build openSUSE_Factory_ARM armv7l succeeded build openSUSE_Factory_ARM aarch64 succeeded
* osc prjresults -s : status can now be the long text like \"succeeded\", \"failed\"
* improve error message if osc service is not run in working directory
* web links are now also printed for osc mr when print_web_links=1 is set- Spec:
* re-enable test suite
* Thu Jul 02 2020 Frederic Crozat - Really fix path for fish completion file to /usr/share/fish/vendor_completions.d and fix its permissions.
* Fri May 29 2020 Marco Strigl - 0.169.1
* add --ccache option to osc getbinaries
* Wed May 27 2020 Marco Strigl - 0.169.0
* improve speed and usability of osc bash completion
* switch packagequery.py to return only bytes
* improved some error messages
* osc add: support gitAATT (private github) or git:// URLs correctly
* split dependson and whatdependson commands
* support for osc build --shell-cmd
* Fix kiwi build with --prefer-pkgs
* add pkg-ccache support for osc build
* fix security issue (bsc#1122675, CVE-2019-3681) do not allow \'/\' in filename