chibi-command 2.5.3__tar.gz → 2.5.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {chibi_command-2.5.3 → chibi_command-2.5.4}/HISTORY.rst +6 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/PKG-INFO +7 -1
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/__init__.py +1 -1
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/nix/systemd_run.py +5 -1
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command.egg-info/PKG-INFO +7 -1
- {chibi_command-2.5.3 → chibi_command-2.5.4}/setup.cfg +1 -1
- {chibi_command-2.5.3 → chibi_command-2.5.4}/setup.py +1 -1
- {chibi_command-2.5.3 → chibi_command-2.5.4}/AUTHORS.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/CONTRIBUTING.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/LICENSE +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/MANIFEST.in +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/README.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/archilinux/__init__.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/archilinux/pacman.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/archilinux/yay.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/centos/__init__.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/centos/dnf.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/centos/iptable.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/centos/yum.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/common.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/db.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/dd.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/disk/__init__.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/disk/dd.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/disk/e2label.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/disk/format.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/disk/lsblk.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/disk/mount.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/echo.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/ffmpeg.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/file.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/image/__init__.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/image/convert.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/image/qr.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/lxc/__init__.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/lxc/delegate.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/lxc/lxc.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/mpd.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/network/__init__.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/network/ifconfig.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/network/interfaces.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/network/iwconfig.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/network/nmap.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/network/nmcli.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/nix/__init__.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/nix/locale.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/nix/systemd.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/nix/user.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/qr.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/rabbitmq.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/rpm.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/rsync.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/ssh.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/sysctl.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/unittests/__init__.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/wmctrl.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command/xfce4.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command.egg-info/SOURCES.txt +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command.egg-info/dependency_links.txt +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command.egg-info/not-zip-safe +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command.egg-info/requires.txt +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/chibi_command.egg-info/top_level.txt +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/Makefile +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/authors.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/conf.py +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/contributing.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/history.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/index.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/installation.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/make.bat +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/readme.rst +0 -0
- {chibi_command-2.5.3 → chibi_command-2.5.4}/docs/usage.rst +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chibi_command
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.4
|
|
4
4
|
Summary: run terminal commands
|
|
5
5
|
Home-page: https://github.com/dem4ply/chibi_command
|
|
6
6
|
Author: Dem4ply
|
|
@@ -96,6 +96,12 @@ parchear popen
|
|
|
96
96
|
History
|
|
97
97
|
=======
|
|
98
98
|
|
|
99
|
+
********************
|
|
100
|
+
2.5.4 ( 2026-06-06 )
|
|
101
|
+
********************
|
|
102
|
+
|
|
103
|
+
* se agrego condicion en delegado de systemd-run para controlar edgecase
|
|
104
|
+
|
|
99
105
|
********************
|
|
100
106
|
2.5.3 ( 2026-06-06 )
|
|
101
107
|
********************
|
|
@@ -19,7 +19,11 @@ class System_run( Command ):
|
|
|
19
19
|
|
|
20
20
|
def __init__( self, *args, **kw ):
|
|
21
21
|
if os.getuid() == 0:
|
|
22
|
-
|
|
22
|
+
if '--user' in self.args:
|
|
23
|
+
self.args.remove( '--user' )
|
|
24
|
+
else:
|
|
25
|
+
if '--user' not in self.args:
|
|
26
|
+
self.args.insert( '--user' )
|
|
23
27
|
super().__init__( *args, **kw )
|
|
24
28
|
|
|
25
29
|
@Chibi_hybrid
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chibi_command
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.4
|
|
4
4
|
Summary: run terminal commands
|
|
5
5
|
Home-page: https://github.com/dem4ply/chibi_command
|
|
6
6
|
Author: Dem4ply
|
|
@@ -96,6 +96,12 @@ parchear popen
|
|
|
96
96
|
History
|
|
97
97
|
=======
|
|
98
98
|
|
|
99
|
+
********************
|
|
100
|
+
2.5.4 ( 2026-06-06 )
|
|
101
|
+
********************
|
|
102
|
+
|
|
103
|
+
* se agrego condicion en delegado de systemd-run para controlar edgecase
|
|
104
|
+
|
|
99
105
|
********************
|
|
100
106
|
2.5.3 ( 2026-06-06 )
|
|
101
107
|
********************
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|