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

blackboardsync

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blackboardsync - pypi Package Compare versions

Comparing version
0.17.2rc1
to
0.17.3rc1
+2
-1
blackboard_sync/qt/utils.py

@@ -149,3 +149,4 @@ """Some UI and OS-dependent utility functions."""

if platform.system() == "Windows":
return Path(UNC_PREFIX + str(path))
if not path.drive.startswith(UNC_PREFIX):
return Path(UNC_PREFIX + str(path))
return path
Metadata-Version: 2.1
Name: blackboardsync
Version: 0.17.2rc1
Version: 0.17.3rc1
Summary: Sync your blackboard content to your device

@@ -29,2 +29,3 @@ Author-email: Jacob Sánchez <jacobszpz@protonmail.com>

Requires-Dist: bblearn>=0.3.0
Requires-Dist: whoisit
Provides-Extra: test

@@ -31,0 +32,0 @@ Requires-Dist: pytest; extra == "test"

@@ -12,2 +12,3 @@ pyqt6>=6.7.1

bblearn>=0.3.0
whoisit

@@ -14,0 +15,0 @@ [package]

@@ -11,2 +11,3 @@ # Changelog

- Long paths on Windows for all operations
- PyPI distribution missing dependency

@@ -13,0 +14,0 @@ ### Added

Metadata-Version: 2.1
Name: blackboardsync
Version: 0.17.2rc1
Version: 0.17.3rc1
Summary: Sync your blackboard content to your device

@@ -29,2 +29,3 @@ Author-email: Jacob Sánchez <jacobszpz@protonmail.com>

Requires-Dist: bblearn>=0.3.0
Requires-Dist: whoisit
Provides-Extra: test

@@ -31,0 +32,0 @@ Requires-Dist: pytest; extra == "test"

@@ -33,3 +33,4 @@ [build-system]

"packaging>=23.1",
"bblearn>=0.3.0"
"bblearn>=0.3.0",
"whoisit"
]

@@ -36,0 +37,0 @@