From b006ec2ab231856d495772c1188fd79dbcd060cfc327a4bed37dff1760a72074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 27 May 2022 16:12:32 +0000 Subject: [PATCH] Accepting request 979478 from home:jirislaby:branches:devel:languages:python - update to 0.4.9 * install-hook: make sure the hooks path exists * Always prefer files passed as params * Use a symlink to make the new key default * Add patatt install-hook subcommand OBS-URL: https://build.opensuse.org/request/show/979478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patatt?expand=0&rev=7 --- patatt-0.4.6.tar.asc | 10 ---------- patatt-0.4.6.tar.gz | 3 --- patatt-0.4.9.tar.asc | 10 ++++++++++ patatt-0.4.9.tar.gz | 3 +++ python-patatt.changes | 9 +++++++++ python-patatt.spec | 8 ++++---- 6 files changed, 26 insertions(+), 17 deletions(-) delete mode 100644 patatt-0.4.6.tar.asc delete mode 100644 patatt-0.4.6.tar.gz create mode 100644 patatt-0.4.9.tar.asc create mode 100644 patatt-0.4.9.tar.gz diff --git a/patatt-0.4.6.tar.asc b/patatt-0.4.6.tar.asc deleted file mode 100644 index 095bb67..0000000 --- a/patatt-0.4.6.tar.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: This signature is for the .tar version of the archive -Comment: git archive --format tar --prefix=patatt-0.4.6/ v0.4.6 -Comment: git version 2.31.1 - -iHUEABYIAB0WIQR2vl2yUnHhSB5njDW2xBzjVmSZbAUCYMEQHwAKCRC2xBzjVmSZ -bMCaAP0SNSWS/mQx9QHPKZxOsvoD3GBTwdlPKL17OxkmCNcrzwEAhoOcmf/GNNvA -6Hkab2Sv+Rzxl3eigvt8rOZqbKuOagw= -=nOLf ------END PGP SIGNATURE----- diff --git a/patatt-0.4.6.tar.gz b/patatt-0.4.6.tar.gz deleted file mode 100644 index 458bafe..0000000 --- a/patatt-0.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd0e1d5650e50d827602120e0cfb34e1cf403eb7fa3ec8b1eb38acd8c4481955 -size 43987 diff --git a/patatt-0.4.9.tar.asc b/patatt-0.4.9.tar.asc new file mode 100644 index 0000000..7025ff6 --- /dev/null +++ b/patatt-0.4.9.tar.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- +Comment: This signature is for the .tar version of the archive +Comment: git archive --format tar --prefix=patatt-0.4.9/ v0.4.9 +Comment: git version 2.31.1 + +iHUEABYIAB0WIQR2vl2yUnHhSB5njDW2xBzjVmSZbAUCYVtlRgAKCRC2xBzjVmSZ +bBgRAQCOD8PKRY4xJXxQjmToQkYtG1VMybZyrNH6yiXO61h7FwD/QQ0yJdnhhM8t +wdlQrRWoghPdf1z5hnfmdaHS7pzTbAk= +=WS57 +-----END PGP SIGNATURE----- diff --git a/patatt-0.4.9.tar.gz b/patatt-0.4.9.tar.gz new file mode 100644 index 0000000..9127e71 --- /dev/null +++ b/patatt-0.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368bfdb86cf1bc0cf63f04d6aa095b5c4e946a488899385e275b251d5f3c3e8c +size 44300 diff --git a/python-patatt.changes b/python-patatt.changes index 7a386be..60ec309 100644 --- a/python-patatt.changes +++ b/python-patatt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 27 12:41:34 UTC 2022 - Jiri Slaby + +- update to 0.4.9 + * install-hook: make sure the hooks path exists + * Always prefer files passed as params + * Use a symlink to make the new key default + * Add patatt install-hook subcommand + ------------------------------------------------------------------- Thu Jun 10 04:23:09 UTC 2021 - Jiri Slaby diff --git a/python-patatt.spec b/python-patatt.spec index 59e38d3..6c2be3c 100644 --- a/python-patatt.spec +++ b/python-patatt.spec @@ -1,7 +1,7 @@ # # spec file for package python-patatt # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-patatt -Version: 0.4.6 +Version: 0.4.9 Release: 0 Summary: Cryptographic patch attestation for the masses License: MIT-0 @@ -33,8 +33,8 @@ BuildArch: noarch BuildRequires: %{python_module PyNaCl} BuildRequires: git-core # /SECTION -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description