Accepting request 984911 from home:dmach:branches:openSUSE:Tools

- 0.180.0
  - warn when trying to commit a prj/pac managed in scm
  - fix crash on "osc up" for git based package/projects
  - don't traceback on invalid credentials manager
  - improve README, rename it to README.md
  - declare OscHTTPSignatureAuthHandler as a new-style class
  - remove illegal character in comment

OBS-URL: https://build.opensuse.org/request/show/984911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=364
This commit is contained in:
Daniel Mach 2022-06-24 14:36:44 +00:00 committed by Git OBS Bridge
parent d815eb4aaf
commit 71243cb9f2
9 changed files with 24 additions and 13 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=0.179.0 pkgver=0.180.0
pkgrel=0 pkgrel=0
pkgdesc="Open Build Service client" pkgdesc="Open Build Service client"
arch=('x86_64') arch=('x86_64')

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="version">0.179.0</param> <param name="version">0.180.0</param>
<param name="revision">0.179.0</param> <param name="revision">0.180.0</param>
<param name="url">https://github.com/openSUSE/osc.git</param> <param name="url">https://github.com/openSUSE/osc.git</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>

View File

@ -1,4 +1,4 @@
osc (0.179.0-0) unstable; urgency=low osc (0.180.0-0) unstable; urgency=low
- Update to 0.174.0: - Update to 0.174.0:
- fix password deletion via "osc config -d <apiurl> pass" - fix password deletion via "osc config -d <apiurl> pass"
- support changing the password store via "osc config <apiurl> - support changing the password store via "osc config <apiurl>

View File

@ -1,2 +1,2 @@
README README.md
TODO TODO

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c58bc23803dcc57e79bdbbe97bbe6fd340dc07d9c8df8a0ff4922e4c9cebd0e1
size 378854

3
osc-0.180.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1f0a5167b75488a09d0f006ac7c5606e98f81405a26d1379d6f23f928621dae
size 380034

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jun 24 13:33:36 UTC 2022 - Daniel Mach <daniel.mach@suse.com>
- 0.180.0
- warn when trying to commit a prj/pac managed in scm
- fix crash on "osc up" for git based package/projects
- don't traceback on invalid credentials manager
- improve README, rename it to README.md
- declare OscHTTPSignatureAuthHandler as a new-style class
- remove illegal character in comment
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 2 12:31:16 UTC 2022 - Daniel Mach <daniel.mach@suse.com> Thu Jun 2 12:31:16 UTC 2022 - Daniel Mach <daniel.mach@suse.com>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: osc Source: osc
Version: 0.179.0-0 Version: 0.180.0-0
Binary: osc Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any Architecture: any

View File

@ -27,7 +27,7 @@
%define use_python python %define use_python python
%endif %endif
%define version_unconverted 0.179.0 %define version_unconverted 0.180.0
%define osc_plugin_dir %{_prefix}/lib/osc-plugins %define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc %define macros_file macros.osc
%if ! %{defined _rpmmacrodir} %if ! %{defined _rpmmacrodir}
@ -35,7 +35,7 @@
%endif %endif
Name: osc Name: osc
Version: 0.179.0 Version: 0.180.0
Release: 0 Release: 0
Summary: Open Build Service Commander Summary: Open Build Service Commander
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -192,9 +192,9 @@ rm -rf %{buildroot}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
%license COPYING %license COPYING
%doc AUTHORS README TODO NEWS %doc AUTHORS README.md TODO NEWS
%else %else
%doc AUTHORS README TODO NEWS COPYING %doc AUTHORS README.md TODO NEWS COPYING
%endif %endif
%{_bindir}/osc* %{_bindir}/osc*
%{python_sitelib}/* %{python_sitelib}/*