File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ - 1.19.1
2+ - Command-line:
3+ - Use OSC_PACKAGE_CACHE_DIR env var instead of deprecated OSC_PACKAGECACHEDIR
4+ - Connection:
5+ - Check for both upper and lowercase versions of HTTP_PROXY and HTTPS_PROXY env vars
6+ - Library:
7+ - Add 'trackingbranch' field to ScmsyncObsinfo model
8+ - Revert "Return None if GitStore cannot determine apiurl"
9+ - Throw a proper exception when 'apiurl' argument of 'makeurl()' is empty
10+ - Move code setting apiurl from store to 'osc.conf.get_config()'
11+ - Simplify 'osc.commandline.Osc.get_api_url()' to return the value from 'self.options'
12+ - Remove 'osc.commandline.Osc.post_argparse()' because it's no longer used
13+ - Fix unit tests to use the new code path to run osc
14+ - Fix osc.gitea_api.dt_sanitize() by replacing dateutil with datetime
15+
116- 1.19.0
217 - Command-line:
318 - Add 'git-obs pr cancel-scheduled-merge' command
Original file line number Diff line number Diff line change 6262%endif
6363
6464Name: osc
65- Version: 1.19.0
65+ Version: 1.19.1
6666Release: 0
6767Summary: Command-line client for the Open Build Service
6868License: GPL-2.0 -or-later
Original file line number Diff line number Diff line change 1313
1414
1515from .util import git_version
16- __version__ = git_version .get_version ('1.19.0 ' )
16+ __version__ = git_version .get_version ('1.19.1 ' )
1717
1818
1919# vim: sw=4 et
You can’t perform that action at this time.
0 commit comments