./print/py-octoprint, Snappy web interface for 3D printers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.6.1nb4, Package name: py311-octoprint-1.6.1nb4, Maintainer: khorben

OctoPrint provides a snappy web interface for controlling consumer 3D printers.
It is Free Software and released under the GNU Affero General Public License
V3.


Required to run:
[textproc/py-feedparser] [textproc/py-markdown] [textproc/py-yaml] [devel/py-setuptools] [textproc/py-jinja2] [textproc/py-Unidecode] [net/py-netifaces] [comms/py-serial] [devel/py-blinker] [www/py-werkzeug] [www/py-flask] [www/py-flask-login] [www/py-tornado] [devel/py-requests] [www/py-flask-assets] [sysutils/py-psutil] [www/py-flask-babel] [devel/py-click] [net/py-netaddr] [devel/py-pkginfo] [sysutils/py-watchdog] [devel/py-wrapt] [devel/py-future] [textproc/py-regex] [www/py-websocket-client] [converters/py-emoji] [devel/py-semantic_version] [archivers/py-zipstream] [net/py-zeroconf] [sysutils/py-filetype] [print/py-octoprint-firmwarecheck] [print/py-octoprint-filecheck] [devel/py-sentry-sdk] [devel/py-pylru] [devel/py-cachelib] [devel/py-sarge] [print/py-octoprint-pisupport] [devel/py-immutabledict] [lang/python310]

Master sites:

Filesize: 6029.576 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-05 23:34:51 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-octoprint: not for Python 3.12
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-07 11:51:22 by Pierre Pronchery | Files touched by this commit (3)
Log message:
py-octoprint: fix dependencies

Bumps PKGREVISION.

Thanks wiz@ for the heads up!
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2021-08-05 15:08:08 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-octoprint: prefer PYTHON_VERSIONS_INCOMPATIBLE
   2021-05-30 23:53:11 by Pierre Pronchery | Files touched by this commit (5) | Package updated
Log message:
py-octoprint: update to version 1.6.1

This is a bugfix release to fix two bugs in 1.6.0.

The full list of changes from version 1.5.3 to 1.6.0 can be found at
https://github.com/OctoPrint/OctoPrint/releases/tag/1.6.0.

This also improves the RC script provided to not longer assume Python 3.8
specifically.