[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51314] [PATCH v4 05/14] gnu: Add python-zeroconf-0.33.
From: |
Vinicius Monego |
Subject: |
[bug#51314] [PATCH v4 05/14] gnu: Add python-zeroconf-0.33. |
Date: |
Mon, 30 May 2022 20:55:49 +0000 |
Em seg, 2022-05-30 às 00:00 +0200, Maxime Devos escreveu:
> Vinicius Monego schreef op zo 29-05-2022 om 18:27 [+0000]:
> > +(define-public python-zeroconf-0.33
> > + (package
> > + (inherit python-zeroconf)
> > + (name "python-zeroconf")
> > + (version "0.33.4")
>
> To avoid propagation conflicts, would python-zeroconf@0.38.1 suffice?
>
> Greetings,
> Maxime.
As mentioned in the cover letter for v4, octoprint hard-checks the
versions of its dependencies and uses pip to download new versions for
the packages it judges the version is incorrect. In the case of
zeroconf there is a notice in setup.py:
https://github.com/OctoPrint/OctoPrint/blob/53b9b6185781c07e8c4744a6e28462e96448f249/setup.py#L67
> "zeroconf>=0.33,<0.34", # breaking changes can happen on minor
> version increases
The author recognizes that octoprint is not so friendly to packagers:
https://github.com/OctoPrint/OctoPrint/issues/1922#issuecomment-302407764
> It does depend on specific versions of some packages, for the one or
> other reasons, and this is something I do not want not change - I've
> run into too many problems with outdated python libraries provided by
> the system package manager that produced horribly hard to track down
> bugs.
I guess it would be better if Guix users install octoprint in its own
dedicated profile.
- [bug#51314] [PATCH v4 00/14] Add Octoprint (web UI for 3d printers)., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 04/14] gnu: Add python-zipstream-ng., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 03/14] gnu: Remove python-zipstream-new., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 02/14] gnu: python-frozendict: Update to 2.3.2., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 01/14] gnu: python-sentry-sdk: Update to 1.5.12., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 05/14] gnu: Add python-zeroconf-0.33., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 06/14] gnu: Add python-cachelib-0.2., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 07/14] gnu: Add python-wrapt-1.13., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 08/14] gnu: Add python-watchdog-1., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 09/14] gnu: Add python-sarge-0.1.6., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 11/14] gnu: Add octoprint-pisupport., Vinicius Monego, 2022/05/29
- [bug#51314] [PATCH v4 12/14] gnu: Add octoprint-firmwarecheck., Vinicius Monego, 2022/05/29