diff --git a/PKGBUILD b/PKGBUILD index 06ccae4..3726a21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.168.0 +pkgver=0.168.1 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index 5fcba37..a18a8f6 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.168.0 - 0.168.0 + 0.168.1 + 0.168.1 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index c292ecc..9ee4804 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.168.0) unstable; urgency=low +osc (0.168.1) unstable; urgency=low - Package for Python3 -- Nick Brown Wed, 30 Jan 2020 14:49:30 +0000 diff --git a/osc-0.168.0.tar.gz b/osc-0.168.0.tar.gz deleted file mode 100644 index 9f94ca7..0000000 --- a/osc-0.168.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:017c16c9d83a1440582d0a6698979c8993fe99a1477d7306623a7453dfe13a54 -size 364555 diff --git a/osc-0.168.1.tar.gz b/osc-0.168.1.tar.gz new file mode 100644 index 0000000..5b0561e --- /dev/null +++ b/osc-0.168.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8686ac8e60b1226fe21a39decfcf49ec162650dff467c607a249354455a64590 +size 363808 diff --git a/osc.changes b/osc.changes index bdb8729..1d9f1ab 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 11 16:14:08 UTC 2020 - Adrian Schröter + +- one more python 3.8 fix + * Use html.escape instead removed cgi.escape + ------------------------------------------------------------------- Mon Mar 9 08:14:46 UTC 2020 - Tomáš Chvátal diff --git a/osc.dsc b/osc.dsc index d0d26e9..b748506 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.168.0 +Version: 0.168.1 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 85e666d..871ff2a 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.168.0 +%define version_unconverted 0.168.1 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.168.0 +Version: 0.168.1 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later