Skip to content

Commit 636c906

Browse files
committed
release 1.13.0
1 parent c990b71 commit 636c906

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

NEWS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
- 1.13.0
2+
- Command-line:
3+
- Add 'osc fork' command for forking a package with sources managed in Gitea
4+
- Add 'git-obs pr review' command
5+
- Allow 'git-obs login' subcommands to prompt for Gitea tokens
6+
- Fix 'osc checkout' command to support deleted packages incl. revisions
7+
- Update 'osc rpmlint' command by adding help message for invoking command in PKG dir
8+
- Add '--multibuild-package' option to 'osc rpmlint' command
9+
- Library:
10+
- Change how git projects and packages are detected
11+
- Change show_project_sourceinfo() to split a huge request into many and join the results to workaround GET limitations
12+
- Make 'rev' option in ScmsyncObsinfo.from_api() optional
13+
- Make GitObsCommand.gitea_{conf,login,conf} properties writable
14+
- Fix local building of deb dockerfile
15+
- Fix getting scm_url from scmsync_obsinfo that has subdir set
16+
- Fix or silence pylint errors
17+
- Support 'enabled' field in tokens
18+
- Highlight trailing whitespaces in diffs
19+
- Fix missing spaces in help string
20+
- Other:
21+
- Add git-obs Quickstart documentation and man page
22+
123
- 1.12.1
224
- Command-line:
325
- Improve 'maintenancerequest' command to inherit description from superseded request

contrib/osc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
%endif
5252

5353
Name: osc
54-
Version: 1.12.1
54+
Version: 1.13.0
5555
Release: 0
5656
Summary: Command-line client for the Open Build Service
5757
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.12.1')
16+
__version__ = git_version.get_version('1.13.0')
1717

1818

1919
# vim: sw=4 et

0 commit comments

Comments
 (0)