Commit Graph

19418 Commits

Author SHA1 Message Date
OTABI Tomoya
f9074e626c
Merge pull request #263671 from jpts/nix-cherrypy-cors
python3Packages.cherrypy-cors: init at 1.7.0
2023-12-21 10:52:44 +09:00
Martin Weinelt
331470719a
Merge pull request #273717 from JamieMagee/icalevents
home-assistant-custom-components.waste_collection_schedule: init at 1.44.0
2023-12-19 20:13:44 +01:00
Martin Weinelt
6f40f8c159
Merge pull request #274149 from JamieMagee/anova-wifi
python311Packages.anova-wifi: init at 0.10.3
2023-12-19 20:13:24 +01:00
Fabian Affolter
2592a6704e python311Packages.cached-ipaddress: init at 0.3.0
Cache construction of ipaddress objects

https://github.com/bdraco/cached-ipaddress
2023-12-18 20:46:26 +01:00
Jamie Magee
969f3a45ab python311Packages.icalevents: init at 0.1.27 2023-12-18 10:41:06 -08:00
Jamie Magee
7e6bc49753 python311Packages.anova-wifi: init at 0.10.3 2023-12-18 10:35:54 -08:00
OTABI Tomoya
c306fb7c22
Merge pull request #274138 from Huy-Ngo/mayim
python3Packages.mayim: init at 1.1.0
2023-12-18 00:05:27 +09:00
Connor Baker
7333865f88
Merge pull request #272364 from tfmoraes/triton_2.1.0
python3Packages.openai-triton: 2.0.0 -> 2.1.0
2023-12-15 10:04:03 -05:00
Ngô Ngọc Đức Huy
245ec77ccf
python3Packages.mayim: init at 1.1.0 2023-12-15 21:33:07 +07:00
Fabian Affolter
19500d10c6
Merge pull request #274193 from fabaff/dep-scan
dep-scan: init at 5.0.2
2023-12-15 11:44:19 +01:00
Peder Bergebakken Sundt
a1aa81fbc5
Merge pull request #271882 from michaelgrahamevans/grafanalib
python3Packages.grafanalib: init at 0.7.0
2023-12-15 00:41:10 +01:00
aszlig
801d8be719
Merge pull request #273562 (add aws-gate package)
This adds aws-gate, an AWS SSM Session manager client and while I'm not
using the program myself, I reviewed the work and did some rudimentary
testing (eg. whether the session-manager-plugin works).

Additionally, it also adds the unix_ar Python package which was used for
the GNU/Linux bootstrap of the aws-gate package but has been patched out
during the review. We decided to keep the unix-ar package nonetheless
since the package seems to be rather low-maintenance and the package
author is willing to keep maintaining the package.

I'm merging this right now because the package is low-impact, meet the
packaging requirements and all builds pass (including the ones for
unix_ar).
2023-12-14 23:25:18 +01:00
Florian Klink
96c1f0e798 python3.pkgs.reuse: make a python library
reuse actually can also be used as a python library:
https://github.com/fsfe/reuse-tool/blob/main/src/reuse/__init__.py#L11-L12

This change allows composing a python with `reuse` in `PYTHONPATH`:

```
$(nix-build -E "with import ./. {}; (python3.withPackages (ps: [ps.reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
>>> reuse.__doc__
'reuse is a tool for compliance with the REUSE recommendations.\n\nAlthough the API is documented, it is **NOT** guaranteed stable between minor or\neven patch releases. The semantic versioning of this program pertains\nexclusively to the reuse CLI command. If you want to use reuse as a Python\nlibrary, you should pin reuse to an exact version.\n\nHaving given the above disclaimer, the API has been relatively stable\nnevertheless, and we (the maintainers) do make some efforts to not needlessly\nchange the public API.\n'
```

vs before:
```
❯ $(nix-build -E "with import ./. {}; (python3.withPackages (_: [ reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'reuse'
```
2023-12-14 23:04:43 +02:00
Fabian Affolter
b45e6ec428 python311Packages.oras: init at 0.1.26
ORAS Python SDK

https://github.com/oras-project/oras-py
2023-12-14 11:26:41 +01:00
Jonas Chevalier
5e18fcf4e1
Merge pull request #268130 from imincik/geos-3.12.1
geos: 3.11.2 -> 3.12.1
2023-12-14 11:12:15 +01:00
Fabian Affolter
2c1baae2f9
Merge pull request #274065 from fabaff/aiohomekit-bump
python311Packages.aiohappyeyeballs: init at 2.3.0, python311Packages.aiohomekit: 3.0.9 -> 3.1.0
2023-12-14 08:09:29 +01:00
Fabian Affolter
d83842c620
Merge pull request #274081 from fabaff/bleak-esphome
python311Packages.bleak-esphome: init at 0.2.0
2023-12-14 08:09:15 +01:00
Fabian Affolter
7d90dd0a2f python311Packages.bleak-esphome: init at 0.2.0
Bleak backend of ESPHome

https://github.com/bluetooth-devices/bleak-esphome
2023-12-13 23:32:02 +01:00
Fabian Affolter
d08a3154a2 python311Packages.aiohappyeyeballs: init at 2.3.0
Modul for connecting with Happy Eyeballs

https://github.com/bdraco/aiohappyeyeballs
2023-12-13 21:46:37 +01:00
jopejoe1
c73fdc2fdc python311Packages.nototools: move out of noto-fonts folder 2023-12-13 21:28:44 +01:00
Yureka
013f3808ed python3.pkgs.smtpdfix: init at 0.5.1 2023-12-13 10:36:39 +01:00
Yureka
988d52941d python3.pkgs.asgi-logger: init at 0.1.0 2023-12-13 10:36:39 +01:00
Jennifer Graul
3857999583 pythonPackages.starlette-wtf: init at 0.4.3 2023-12-13 10:36:39 +01:00
Jennifer Graul
d54e65f519 pythonPackages.imia: init at 0.5.3 2023-12-13 10:36:39 +01:00
Jennifer Graul
f265b267ca pythonPackages.wtforms-bootstrap5: init at 0.3.0 2023-12-13 10:36:39 +01:00
Linus Heckemann
1a6dc4263a
python311Packages.virt-firmware: init at 23.10 (#267914) 2023-12-12 00:34:10 +09:00
Nick Cao
20dc588c28
Merge pull request #273346 from wegank/yargy-fix
python311Packages.yargy: rename from yagry
2023-12-11 10:14:48 -05:00
Theodor-Alexandru Irimia
bc98e1c457 python3Packages.unix-ar: init at 0.2.1 2023-12-11 14:19:03 +01:00
Fabian Affolter
0da73064d0
Merge pull request #273300 from fabaff/nvdlib-bump
python311Packages.nvdlib: init at 0.7.6, python311Packages.avidtools: init 0.1.1.2
2023-12-11 11:44:55 +01:00
Fabian Affolter
36635a3ca4
Merge pull request #273299 from fabaff/youtokentome
python311Packages.youtokentome: init at 1.0.6
2023-12-11 11:44:42 +01:00
Michael Evans
108b82645e python3Packages.grafanalib: init at 0.7.0 2023-12-11 11:50:40 +02:00
OTABI Tomoya
7089845da9
Merge pull request #273097 from natsukium/diffusers/init
python311Packages.diffusers: init at 0.24.0
2023-12-10 22:53:15 +09:00
Martin Weinelt
ebfca42b8b
Merge pull request #272576 from NixOS/home-assistant
home-assistant: 2023.11.3 -> 2023.12.0
2023-12-10 14:51:43 +01:00
Weijia Wang
1b2394e223 python311Packages.yargy: rename from yagry 2023-12-10 14:34:34 +01:00
OTABI Tomoya
552570aa7d
Merge pull request #268868 from natsukium/guidance/update
python311Packages.guidance: 0.0.64 -> 0.1.6; python311Packages.pyformlang: init at 1.0.4
2023-12-10 22:21:39 +09:00
Fabian Affolter
1ee8c8c461 python311Packages.avidtools: init 0.1.1.2
Developer tools for AVID

https://github.com/avidml/avidtools
2023-12-10 10:03:54 +01:00
Fabian Affolter
d625509445 python311Packages.nvdlib: init at 0.7.6
Module to interact with the National Vulnerability CVE/CPE API

ttps://github.com/Vehemont/nvdlib
2023-12-10 09:58:50 +01:00
Fabian Affolter
f662888877 python311Packages.youtokentome: init at 1.0.6
Unsupervised text tokenizer

https://github.com/VKCOM/YouTokenToMe
2023-12-10 09:55:50 +01:00
OTABI Tomoya
b9cb1d8d5f
Merge pull request #271924 from stepbrobd/z3-solver
python3Packages.z3-solver: rename from z3
2023-12-10 12:28:16 +09:00
natsukium
65269514de
python311Packages.pyformlang: init at 1.0.4 2023-12-10 11:48:16 +09:00
natsukium
be762d1df8
python311Packages.diffusers: init at 0.24.0 2023-12-10 11:42:09 +09:00
Martin Weinelt
2e6cc4ac32
python311Packages.python-myq: eject
The service provider decided to block acecss from unvetted third parties
which in turn led to the removal of the integration from home-assistant.
2023-12-09 17:51:13 +01:00
Martin Weinelt
91c079a995
python311Packages.firebase-messaging: init at 0.2.0
Packaged as a dependency of ring-doorbell.
2023-12-09 17:49:41 +01:00
Martin Weinelt
4d9830835f
python311Packages.aiohttp-zlib-ng: init at 0.1.1
Enable zlib_ng on aiohttp
2023-12-09 17:49:41 +01:00
Martin Weinelt
a8117ff232
python311Packages.zlib-ng: init at 0.2.0 2023-12-09 17:49:40 +01:00
Martin Weinelt
790473b772
python311Packages.unicode-rbnf: init at 1.0.0
A pure Python implementation of ICU's rule-based number format engine.
2023-12-09 17:49:32 +01:00
Thiago Franco de Moraes
2b25625c1f
python3Packages.openai-triton: 2.0.0 -> 2.1.0 2023-12-08 20:29:35 -03:00
Weijia Wang
d25ac008ed
Merge pull request #272905 from wegank/flet-bump
python311Packages.flet: 0.10.1 -> 0.15.0
2023-12-08 21:53:43 +01:00
Maciej Krüger
92267eff49
Merge pull request #270350 from mkg20001/tribler 2023-12-08 18:10:25 +01:00
Martin Weinelt
db8268bdaf
Merge pull request #270272 from SuperSandro2000/hass-govee
python3.pkgs.govee-led-wez: init at 0.0.15,  home-assistant.custom-components.govee-lan: init at unstable-2023-06-10
2023-12-08 16:53:36 +01:00