winipedia-utils 0.4.53__py3-none-any.whl → 0.4.56__py3-none-any.whl
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.
Potentially problematic release.
This version of winipedia-utils might be problematic. Click here for more details.
- winipedia_utils/modules/package.py +2 -1
- {winipedia_utils-0.4.53.dist-info → winipedia_utils-0.4.56.dist-info}/METADATA +1 -1
- {winipedia_utils-0.4.53.dist-info → winipedia_utils-0.4.56.dist-info}/RECORD +5 -5
- {winipedia_utils-0.4.53.dist-info → winipedia_utils-0.4.56.dist-info}/WHEEL +0 -0
- {winipedia_utils-0.4.53.dist-info → winipedia_utils-0.4.56.dist-info}/licenses/LICENSE +0 -0
|
@@ -472,7 +472,8 @@ class DependencyGraph(nx.DiGraph): # type: ignore [type-arg]
|
|
|
472
472
|
def parse_pkg_name_from_req(req: str) -> str | None:
|
|
473
473
|
"""Extract the bare dependency name from a requirement string."""
|
|
474
474
|
# split on the first non alphanumeric character like >, <, =, etc.
|
|
475
|
-
|
|
475
|
+
# keep - and _ for names like winipedia-utils or winipedia_utils
|
|
476
|
+
dep = re.split(r"[^a-zA-Z0-9_-]", req.strip())[0].strip()
|
|
476
477
|
return DependencyGraph.normalize_package_name(dep) if dep else None
|
|
477
478
|
|
|
478
479
|
def get_all_depending_on(
|
|
@@ -37,7 +37,7 @@ winipedia_utils/modules/__init__.py,sha256=e3CFaC3FhK4ibknFOv1bqOZxA7XeVwmLqWX7o
|
|
|
37
37
|
winipedia_utils/modules/class_.py,sha256=908MgZZzcJBPmlVmMPZCFssHnRzbQYOQlrF3GQhpWm4,5411
|
|
38
38
|
winipedia_utils/modules/function.py,sha256=cjD6dXkZzhtCClUs4uiOLaDOURVASp64iwTwXmI3ICo,3217
|
|
39
39
|
winipedia_utils/modules/module.py,sha256=s48epfMHKjEgEHRO7rGICIX0JaXppOfst2uT-jLQM6M,13766
|
|
40
|
-
winipedia_utils/modules/package.py,sha256=
|
|
40
|
+
winipedia_utils/modules/package.py,sha256=6Wb8Pu-SgRWGmKM2r1nhU-yftE7USSKWAuHQn2jRXlg,18058
|
|
41
41
|
winipedia_utils/oop/__init__.py,sha256=wGjsVwLbTVEQWOfDJvN9nlvC-3NmAi8Doc2xIrm6e78,47
|
|
42
42
|
winipedia_utils/oop/mixins/__init__.py,sha256=PDK-cJcdRUfDUCz36qQ5pmMW07G133WtN49OpmILGNI,54
|
|
43
43
|
winipedia_utils/oop/mixins/meta.py,sha256=0G4CzzzCoeP1Eas3vWe-uxvB5n5ncyw7Wc-sI9zmEBc,11150
|
|
@@ -88,7 +88,7 @@ winipedia_utils/testing/tests/conftest.py,sha256=BLgUJtLecOwuEsIyJ__0buqovd5AhiG
|
|
|
88
88
|
winipedia_utils/text/__init__.py,sha256=j2bwtK6kyeHI6SnoBjpRju0C1W2n2paXBDlNjNtaUxA,48
|
|
89
89
|
winipedia_utils/text/config.py,sha256=BPpuD4ywzzzt6Jz2M5Eln5d1NLlDp4r7CPwQOgHkxcg,7782
|
|
90
90
|
winipedia_utils/text/string.py,sha256=yXmwOab5hXyVQG1NwlWDpy2prj0U7Vb2F5HKLT2Y77Q,3382
|
|
91
|
-
winipedia_utils-0.4.
|
|
92
|
-
winipedia_utils-0.4.
|
|
93
|
-
winipedia_utils-0.4.
|
|
94
|
-
winipedia_utils-0.4.
|
|
91
|
+
winipedia_utils-0.4.56.dist-info/METADATA,sha256=xoEmD_adGarIu4ypEGgR_NK5r3nWMoewxXVNprR6Exg,14694
|
|
92
|
+
winipedia_utils-0.4.56.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
93
|
+
winipedia_utils-0.4.56.dist-info/licenses/LICENSE,sha256=o316mE2gGzd__JT69p7S_zlOmKiHh8YjpImCCcWyTvM,1066
|
|
94
|
+
winipedia_utils-0.4.56.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|