liblxml3
Advanced tools
+2
-2
@@ -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 |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: liblxml3 | ||
| Version: 2.6 | ||
| Version: 2.7 | ||
| Summary: UNKNOWN | ||
@@ -5,0 +5,0 @@ Home-page: UNKNOWN |
+1
-1
@@ -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, |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
690830
0