Skip to content

Releases: linuxserver/docker-htpcmanager

26a641bf-ls287

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 01 Jul 02:07
46fb6cb

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls287/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls286...26a641bf-ls287

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls286

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 24 Jun 01:43
75b9d9c

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls286/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls285...26a641bf-ls286

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls285

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 17 Jun 02:17
1f66d97

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls285/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls284...26a641bf-ls285

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls284

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 10 Jun 02:04
b737b46

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls284/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls283...26a641bf-ls284

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls283

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 03 Jun 02:22
f3896bb

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls283/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls282...26a641bf-ls283

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls282

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 27 May 02:04
c91f5b6

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls282/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls281...26a641bf-ls282

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls281

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 20 May 01:59
6fa6b4e

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls281/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls280...26a641bf-ls281

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls280

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 13 May 02:11
fff72c0

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls280/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls279...26a641bf-ls280

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls279

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 06 May 01:29
9b80a96

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls279/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls278...26a641bf-ls279

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com

26a641bf-ls278

Choose a tag to compare

@LinuxServer-CI LinuxServer-CI released this 29 Apr 01:36
1f8fbb4

CI Report:

https://ci-tests.linuxserver.io/linuxserver/htpcmanager/26a641bf-ls278/index.html

LinuxServer Changes:

Full Changelog: 26a641bf-ls277...26a641bf-ls278

Remote Changes:

Replace imghdr with filetype (#66)

imghdr has been removed from Python standard library with v3.13. filetype is a slim replacement. As a little bonus, it can return the valid MIME type for network response, while imghdr returns the the type as extension only.

A builtin replacement would be mimetypes, but it returns the MIME type from file extension, hence does not work with the extension is not present or correct. filetype obtains the type from actual file content, like imghdr used to do.

We could make it conditional, keep using imghdr if present, but that would IMO bload the code unnecessarily, and as said, the method actually returned an invalid MIME type to the network client, as long as cherrypy did not internally convert extension to MIME type.

Signed-off-by: MichaIng micha@dietpi.com