1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00
github.com_openSUSE_osc/osc
Daniel Mach d1111e23a1 Fix output.safe_write() in connection with NamedTemporaryFile
Fixes: AttributeError: '_io.BufferedRandom' object has no attribute 'buffer'
2024-04-17 10:57:59 +02:00
..
_private Move print_msg() to the 'osc.output' module 2024-03-05 16:45:52 +01:00
commands Migrate repo {list,add,remove} commands to obs_api.Project 2024-02-23 13:14:04 +01:00
git_scm Fix traceback when running osc from an arbitrary git repo that fails to map branch to a project (boo#1218170) 2024-01-09 11:08:28 +01:00
obs_api Add Keyinfo.get_{pubkey,sslcert}_deprecated() methods 2024-03-14 13:48:38 +01:00
obs_scm Move core.Package to obs_scm.Package 2024-04-15 16:48:03 +02:00
output Fix output.safe_write() in connection with NamedTemporaryFile 2024-04-17 10:57:59 +02:00
util Remove now unused 'retry_on_400' http_request() option from XmlModel 2024-03-12 17:33:41 +01:00
__init__.py release 1.6.1 2024-02-23 09:45:57 +01:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py Move print_msg() to the 'osc.output' module 2024-03-05 16:45:52 +01:00
build.py Add rootless build support for 'qemu' VM type 2024-03-11 14:27:37 +01:00
checker.py Convert to using f-strings 2024-01-06 10:00:38 +01:00
cmdln.py Convert to using f-strings 2024-01-06 10:00:38 +01:00
commandline.py Merge pull request #1518 from dmach/keyinfo 2024-04-10 16:39:49 +02:00
conf.py Fix resolving config symlink to the actual config file 2024-02-22 10:20:28 +01:00
connection.py Don't retry on error 400 2024-03-12 17:34:53 +01:00
core.py Move run_pager() and get_default_pager() from 'core' to 'output' module 2024-04-17 10:57:59 +02:00
credentials.py Cache password from SecretService to avoid spamming user with an accept dialog 2024-04-08 09:21:15 +02:00
fetch.py Migrate Fetcher.run() to obs_api.Keyinfo 2024-03-14 13:48:38 +01:00
grabber.py Fix grabber to work with old urllib3 versions that do not contain URLSchemeUnknown exception 2023-05-15 22:38:21 +02:00
meter.py Don't show meter in terminals that are not interactive 2024-01-24 15:47:37 +01:00
OscConfigParser.py Convert to using f-strings 2024-01-06 10:00:38 +01:00
oscerr.py Convert to using f-strings 2024-01-06 10:00:38 +01:00
oscssl.py Honor XDG_CONFIG_HOME and XDG_CACHE_HOME env vars 2024-02-14 14:24:04 +01:00
py.typed Add py.typed marker to osc 2022-12-05 15:28:02 +01:00
store.py Move store.Store to obs_scm.Store 2024-04-15 14:37:01 +02:00