Skip to content

Commit

Permalink
release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmach committed Sep 23, 2024
1 parent 50a203f commit f567060
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- 1.9.2
- Command-line:
- Fix 'resolved' command to skip subdirectories in package checkouts
- Fix 'comment' command to resolve project name
- Implement meter.SimpleTextMeter that prints what's being downloaded
- Connection:
- Use configured 'http_headers' in HTTP requests
- Library:
- Fix storing _buildinfo and _buildconfig files in .osc rather than among the source files
- Use findtext() instead of find().text
- Spec:
- Recommend python3-zstandard to support opening control.tar.zst

- 1.9.1
- Command-line:
- Add 'createrequest release' subcommand
Expand Down
2 changes: 1 addition & 1 deletion contrib/osc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
%endif

Name: osc
Version: 1.9.1
Version: 1.9.2
Release: 0
Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion osc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


from .util import git_version
__version__ = git_version.get_version('1.9.1')
__version__ = git_version.get_version('1.9.2')


# vim: sw=4 et

0 comments on commit f567060

Please sign in to comment.