Skip to content

Commit 607053d

Browse files
committed
release 1.19.1
1 parent 4d3cdfb commit 607053d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

contrib/osc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
%endif
6363

6464
Name: osc
65-
Version: 1.19.0
65+
Version: 1.19.1
6666
Release: 0
6767
Summary: Command-line client for the Open Build Service
6868
License: GPL-2.0-or-later

osc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
from .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

0 commit comments

Comments
 (0)