Skip to content
Snippets Groups Projects
Commit 8ec3ee3d authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Update upstream source from tag 'debian/upstream/0.0.3'

Update to upstream version '0.0.3'
with Debian dir efc1f8d2ef9dbe8aa304a756ac814d4eadd2b0c3
parents 6804665c c63f3bac
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 1.0
Name: swh.model
Version: 0.0.2
Version: 0.0.3
Summary: Software Heritage data model
Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
Author: Software Heritage developers
......
Metadata-Version: 1.0
Name: swh.model
Version: 0.0.2
Version: 0.0.3
Summary: Software Heritage data model
Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
Author: Software Heritage developers
......
......@@ -285,7 +285,7 @@ def release_identifier(release):
components = [
b'object ', identifier_to_str(release['target']).encode(), b'\n',
b'type ', target_type_to_git(release['target_type']), b'\n',
b'tag ', release['name'].encode('utf-8'), b'\n',
b'tag ', release['name'], b'\n',
]
if 'author' in release and release['author']:
......
......@@ -293,7 +293,7 @@ class ReleaseIdentifier(unittest.TestCase):
'id': '2b10839e32c4c476e9d94492756bb1a3e1ec4aa8',
'target': b't\x1b"R\xa5\xe1Ml`\xa9\x13\xc7z`\x99\xab\xe7:\x85J',
'target_type': 'revision',
'name': 'v2.6.14',
'name': b'v2.6.14',
'author': {
'name': b'Linus Torvalds',
'email': b'torvalds@g5.osdl.org',
......@@ -317,7 +317,7 @@ wdLOnvj91G4wxYqrvThthbE=
'id': b'&y\x1a\x8b\xcf\x0em3\xf4:\xefv\x82\xbd\xb5U#mV\xde',
'target': '9ee1c939d1cb936b1f98e8d81aeffab57bae46ab',
'target_type': 'revision',
'name': 'v2.6.12',
'name': b'v2.6.12',
'message': b'''\
This is the final 2.6.12 release
-----BEGIN PGP SIGNATURE-----
......
v0.0.2-0-g96fb46f
\ No newline at end of file
v0.0.3-0-g100d537
\ 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