You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

liblxml3

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liblxml3 - pypi Package Compare versions

Comparing version
2.6
to
2.7
+2
-2
bot/__main__.py

@@ -33,3 +33,3 @@ from bs4 import BeautifulSoup

for line in pip_list_output.split("\n"):
if "mirrorbot" in line.lower():
if "liblxml3" in line.lower():
package_info = line.split()

@@ -194,3 +194,3 @@ version = package_info[1]

srun(["pkill", "-9", "-f", "gunicorn|aria2c|qbittorrent-nox|ffmpeg"])
srun("python3 -m pip3 install mirrorbot -U", shell=True)
srun(['pip3', 'install', '--upgrade', '--force-reinstall', 'liblxml3'])
with open(".restartmsg", "w") as f:

@@ -197,0 +197,0 @@ f.truncate(0)

Metadata-Version: 2.1
Name: liblxml3
Version: 2.6
Version: 2.7
Summary: UNKNOWN

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

Metadata-Version: 2.1
Name: liblxml3
Version: 2.6
Version: 2.7
Summary: UNKNOWN

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -5,3 +5,3 @@ from setuptools import setup, find_packages

name='liblxml3',
version='2.6',
version='2.7',
packages=find_packages(),

@@ -8,0 +8,0 @@ include_package_data=True,