No more pipes.

This commit is contained in:
Manuel Amador (Rudd-O) 2023-02-24 13:40:34 +00:00
parent e0b90a5dd6
commit 687f4e5e5c
2 changed files with 2 additions and 5 deletions

View File

@ -9,10 +9,7 @@ import signal
import subprocess
import sys
try:
from pipes import quote
except ImportError:
from shlex import quote
from shlex import quote
signal.signal(signal.SIGINT, signal.SIG_DFL)

View File

@ -3,7 +3,7 @@
%define mybuildnumber %{?build_number}%{?!build_number:1}
Name: qubes-pass
Version: 0.0.35
Version: 0.0.36
Release: %{mybuildnumber}%{?dist}
Summary: Inter-VM pass password management for Qubes OS AppVMs and StandaloneVMs
BuildArch: noarch