Loading circe/__init__.py +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import tarfile import zipfile from time import sleep version = "0.0.36" version = "0.0.37" try: from uuid import uuid4 Loading Loading @@ -56,6 +56,7 @@ def _convert_targz_to_zip(tgz_path: str, zip_path: str): for item in tar_file: if item.name: f = tar_file.extractfile(item) if f: fl = f.read() fn = item.name zip_file.writestr(fn, fl) Loading poetry.lock +82 −120 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +1 −1 Original line number Diff line number Diff line [tool.poetry] name = "circe-CERTIC" version = "0.0.36" version = "0.0.37" description = "Circe Server" authors = ["Mickaël Desfrênes <mickael.desfrenes@unicaen.fr>"] license = "Cecill" Loading Loading
circe/__init__.py +2 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import tarfile import zipfile from time import sleep version = "0.0.36" version = "0.0.37" try: from uuid import uuid4 Loading Loading @@ -56,6 +56,7 @@ def _convert_targz_to_zip(tgz_path: str, zip_path: str): for item in tar_file: if item.name: f = tar_file.extractfile(item) if f: fl = f.read() fn = item.name zip_file.writestr(fn, fl) Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line [tool.poetry] name = "circe-CERTIC" version = "0.0.36" version = "0.0.37" description = "Circe Server" authors = ["Mickaël Desfrênes <mickael.desfrenes@unicaen.fr>"] license = "Cecill" Loading