1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-14 14:27:16 +01:00

Move core.Package to obs_scm.Package

This commit is contained in:
Daniel Mach 2024-04-15 16:31:08 +02:00
parent 45ea1b698e
commit 281f59c842
3 changed files with 1590 additions and 1496 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
from .file import File
from .linkinfo import Linkinfo
from .package import Package
from .project import Project
from .serviceinfo import Serviceinfo
from .store import Store

1588
osc/obs_scm/package.py Normal file

File diff suppressed because it is too large Load Diff