Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqubesdb python 3 bindings: use str() type for paths consequently #2937
Comments
marmarek
added
C: core
P: major
task
labels
Jul 23, 2017
marmarek
added this to the Release 4.0 milestone
Jul 23, 2017
marmarek
self-assigned this
Jul 23, 2017
marmarek
referenced this issue
in QubesOS/qubes-core-qubesdb
Jul 23, 2017
Merged
python3: use unicode as return type for paths #4
added a commit
to marmarek/qubes-core-admin
that referenced
this issue
Jul 25, 2017
added a commit
to marmarek/qubes-app-linux-usb-proxy
that referenced
this issue
Jul 26, 2017
marmarek
closed this
in
marmarek/qubes-core-qubesdb@19742f0
Jul 29, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 29, 2017
Automated announcement from builder-github
The package qubesdb_4.0.3-1+deb8u1 has been pushed to the r4.0 testing repository for the Debian jessie template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing jessie-testing, then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
qubesos-bot
commented
Jul 29, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-jessie-cur-test
label
Jul 29, 2017
qubesos-bot
referenced this issue
in QubesOS/updates-status
Jul 29, 2017
Closed
core-qubesdb v4.0.3 (r4.0) #150
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 29, 2017
Automated announcement from builder-github
The package qubesdb_4.0.3-1+deb9u1 has been pushed to the r4.0 testing repository for the Debian stretch template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing stretch-testing, then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
qubesos-bot
commented
Jul 29, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-stretch-cur-test
label
Jul 29, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 29, 2017
Automated announcement from builder-github
The package python2-qubesdb-4.0.3-1.fc25 has been pushed to the r4.0 testing repository for dom0.
To test this update, please install it with the following command:
sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing
qubesos-bot
commented
Jul 29, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-dom0-cur-test
label
Jul 29, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 29, 2017
Automated announcement from builder-github
The package python2-qubesdb-4.0.3-1.fc24 has been pushed to the r4.0 testing repository for the Fedora fc24 template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r4.0-current-testing
qubesos-bot
commented
Jul 29, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-fc24-cur-test
label
Jul 29, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 29, 2017
Automated announcement from builder-github
The package python2-qubesdb-4.0.3-1.fc25 has been pushed to the r4.0 testing repository for the Fedora fc25 template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r4.0-current-testing
qubesos-bot
commented
Jul 29, 2017
|
Automated announcement from builder-github The package
|
marmarek commentedJul 23, 2017
Qubes OS version (e.g.,
R3.2): R4.0Currently returned paths are either bytes (
QubesDB.list,QubesDB.read_watch) or str/unicode (QubesDB.multiread). Paths are already verified by qubesdb-daemon and contain only safe characters (narrow subset of ASCII). Use str/unicode in all the places - this string type is more flexible.