Skip to content
Snippets Groups Projects
Commit 2c116483 authored by Jenkins for Software Heritage's avatar Jenkins for Software Heritage
Browse files

New upstream version 0.0.47

parents dd705e30 340b0010
No related branches found
Tags debian/6.10.0-1_swh1
No related merge requests found
Metadata-Version: 2.1
Name: swh.model
Version: 0.0.46
Version: 0.0.47
Summary: Software Heritage data model
Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
Author: Software Heritage developers
Author-email: swh-devel@inria.fr
License: UNKNOWN
Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest
Project-URL: Source, https://forge.softwareheritage.org/source/swh-model
Description: swh-model
=========
......
Metadata-Version: 2.1
Name: swh.model
Version: 0.0.46
Version: 0.0.47
Summary: Software Heritage data model
Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
Author: Software Heritage developers
Author-email: swh-devel@inria.fr
License: UNKNOWN
Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest
Project-URL: Funding, https://www.softwareheritage.org/donate
Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest
Project-URL: Source, https://forge.softwareheritage.org/source/swh-model
Description: swh-model
=========
......
from pkgutil import extend_path
from typing import Iterable
__path__ = __import__('pkgutil').extend_path(__path__,
__name__) # type: Iterable[str]
__path__ = extend_path(__path__, __name__) # type: Iterable[str]
v0.0.46-0-g1295f45
\ No newline at end of file
v0.0.47-0-g340b001
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment