|
0bb2f49c34
|
Check for None & len() of ET.Element instead of bool()
The bool() of ET.Element is discouraged from being used, see:
https://github.com/python/cpython/issues/83122
|
2024-08-16 11:51:39 +02:00 |
|
|
95be11130e
|
core.Action: Add src_pkg_object and tgt_pkg_object properties providing object wrappers to file lists
|
2023-02-14 16:24:20 +01:00 |
|
|
c1aa427254
|
_private: Avoid circular import of osc.core, osc.connection and osc.store
|
2022-12-15 16:51:06 +01:00 |
|
|
74d46bf8da
|
Migrate Project.wc_repair() to Store
|
2022-10-25 13:09:29 +02:00 |
|
|
ba98834160
|
Rewrite _private.LocalPackage to use Store class
|
2022-10-25 13:09:29 +02:00 |
|
|
a4720eb776
|
Add new osc._private module
|
2022-10-13 10:52:17 +02:00 |
|