File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5151%endif
5252
5353Name: osc
54- Version: 1.12.1
54+ Version: 1.13.0
5555Release: 0
5656Summary: Command-line client for the Open Build Service
5757License: 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.12.1 ' )
16+ __version__ = git_version .get_version ('1.13.0 ' )
1717
1818
1919# vim: sw=4 et
You can’t perform that action at this time.
0 commit comments