Commit Graph

16582 Commits

Author SHA1 Message Date
Matthieu Coudron
6d9b879602
playwright-driver: init at 1.30.1 (#223382)
it was actually moved from
pkgs/development/python-modules/playwright/default.nix to its own
pkgs/development/web/playwright/driver.nix .

I am trying to package the typescript version of playwright and the
browsers are needed there, it's more convenient to split them away from the python module.

Careful playwright.browsers is not accessible anymore.

Apply suggestions from code review

Co-authored-by: Yannik Rödel <hey@yannik.info>
2023-04-18 23:18:03 +02:00
Sandro
ee22ee91e0
Merge pull request #219366 from MortenSlingsby/bytewax
python310Packages.bytewax: init at 0.15.1
2023-04-18 17:59:45 +02:00
Sandro
9d7bfc2068
Merge pull request #226375 from DerDennisOP/django-parler
python3.pkgs.django-parler: init at 2.3
2023-04-18 17:11:38 +02:00
Sandro
d9ff986949
Merge pull request #226349 from DerDennisOP/django-scheduler
python3.pkgs.django-scheduler: init at 0.10.1
2023-04-18 17:11:26 +02:00
MortenSlingsby
28b1c0c057 python310packages.bytewax: init at 0.15.1 2023-04-18 08:36:30 +02:00
Martin Weinelt
c9fde5c86e
Merge pull request #226256 from cpcloud/nixpkgs-pydruid
python3Packages.pydruid: init at 0.6.5
2023-04-17 17:06:58 +02:00
Mario Rodas
b43e3e5d30
Merge pull request #225039 from bcdarwin/python3-kornia
python310Packages.kornia: init at 0.6.11
2023-04-16 19:58:12 -05:00
Mario Rodas
657ae2aeec
Merge pull request #226082 from bcdarwin/python3-bitsandbytes
python310Packages.bitsandbytes: init at 0.38.0
2023-04-16 18:38:18 -05:00
Martin Weinelt
9a88d86527
Merge pull request #226258 from cpcloud/nixpkgs-trino-python-client
python3Packages.trino-python-client: init at 0.322.0
2023-04-17 00:41:23 +02:00
Martin Weinelt
c8fea324cb
Merge pull request #226257 from cpcloud/nixpkgs-sqlalchemy-views
python3Packages.sqlalchemy-views: init at 0.3.2
2023-04-17 00:40:24 +02:00
Guillaume Girol
40bbc9ae53
Merge pull request #225285 from symphorien/ihm-remove
python3.pkgs.ihatemoney: remove
2023-04-16 19:23:00 +00:00
Robert Scott
e1b6c395e6
Merge pull request #226462 from mweinelt/django-deps
Various django packages
2023-04-16 17:53:29 +01:00
Dennis Wuitz
e4a9fe6cb2 python3.pkgs.django-scheduler: init at 0.10.1 2023-04-16 17:35:24 +02:00
Dennis Wuitz
6d1315c896 python3.pkgs.django-parler: init at 2.3 2023-04-16 17:27:54 +02:00
Phillip Cloud
7cb94d7c11
python3Packages.pydruid: init at 0.6.5 2023-04-16 10:11:06 -04:00
Guillaume Girol
3cc8b4477e python3.pkgs.ihatemoney: remove
sqlalchemy and flask releases break ihatemoney faster than upstream
updates, so the maintenance burden increases over time.
2023-04-16 16:04:35 +02:00
Phillip Cloud
0e72f5fab9
python3Packages.trino-python-client: init at 0.322.0 2023-04-16 09:37:28 -04:00
Phillip Cloud
adfa13cadf
python3Packages.pydata-google-auth: init at 1.7.0 2023-04-16 09:29:08 -04:00
Fabian Affolter
5a8f458a44
Merge pull request #225770 from DerDennisOP/django-two-factor-auth
python3.pkgs.django-two-factor-auth: init at 1.15.1
2023-04-16 15:25:04 +02:00
Phillip Cloud
dc15146cbe
python3Packages.sqlalchemy-views: init at 0.3.2 2023-04-16 09:22:04 -04:00
Martin Weinelt
68bd81231a
python310Packages.django-hierarkey: init at 1.1.0
Flexible and powerful hierarchical key-value store for your Django models
2023-04-16 14:48:48 +02:00
Martin Weinelt
db5206b982
python310Packages.django-countries: init at 7.5.1
A Django application that provides country choices for use with forms,
flag icons static files, and a country field for models.
2023-04-16 14:48:47 +02:00
Martin Weinelt
ed28d79fd4
python310Packages.django-markup: init at 1.6
A generic Django application to convert text with specific markup to html.
2023-04-16 14:44:37 +02:00
Martin Weinelt
9628dfdca8
python310Packages.python-creole: init at 1.4.10
Creole markup tools written in Python.
2023-04-16 14:44:37 +02:00
Martin Weinelt
8cc14b775d
python310Packages.django-formset-js-improved: init at 0.5.0.3
This is a fork of django-formset-js that adds support for reordering and nested formsets.
2023-04-16 14:44:36 +02:00
Martin Weinelt
a2819ed80d
python310Packages.django-jquery-js: init at 3.1.1
jQuery, bundled up so apps can depend on it.
2023-04-16 14:44:32 +02:00
Martin Weinelt
84f0e42d59
python310Packages.django-bootstrap3: init at 23.1
Bootstrap 3 integration with Django.
2023-04-16 14:24:52 +02:00
happysalada
fb20a53c1d python3Packages.datafusion: fix darwin build 2023-04-16 07:51:03 -04:00
Robert Schütz
b564f8038d
Merge pull request #226123 from amjoseph-nixpkgs/pr/fixcross/gpgme
gpgme: fix cross, drop python2
2023-04-14 18:06:58 -07:00
Adam Joseph
08c78eaa64 gpgme: fix cross, drop python2
This package very confusingly takes both python(2) and python3 as
arguments, and then mixes them up via an overlay in python-packages.
Since python2 is now marked INSECURE, let's just stick with python3.

Also fixes cross compilation.
2023-04-14 11:25:26 -07:00
Martin Weinelt
bdb59943ac
Merge pull request #225226 from quentinmit/w1thermsensor
python3.pkgs.w1thermsensor: init at 2.0.0
2023-04-14 14:47:08 +02:00
Fabian Affolter
0101dac274
Merge pull request #224520 from fabaff/aiofile-bump
python310Packages.aiofile: 3.8.0 -> 3.8.5, python310Packages.aiomisc: 16.3.15 -> 17.0.8
2023-04-14 08:15:35 +02:00
Quentin Smith
27e4ed7bc0
python3.pkgs.w1thermsensor: init at 2.0.0 2023-04-14 00:33:19 -04:00
Fabian Affolter
23498545ab
Merge pull request #225697 from fabaff/pytoml-remove
python310Packages.pytoml: remove
2023-04-14 00:17:14 +02:00
Ben Darwin
5f445d9dbd python310Packages.bitsandbytes: init at 0.38.0 2023-04-13 17:23:04 -04:00
Ben Darwin
758f1e9b83 python310Packages.lion-pytorch: init at 0.0.7 2023-04-13 13:53:10 -04:00
Dennis Wuitz
2fe6f096c9 python3.pkgs.django-two-factor-auth: init at 1.15.1 2023-04-13 00:42:31 +02:00
Ulrik Strid
727216f743
Merge pull request #225842 from superherointj/duckduckgo-search
python311Packages.duckduckgo-search: init 2.8.5
2023-04-12 14:34:41 +02:00
superherointj
8a344794fc python311Packages.duckduckgo-search: init 2.8.5
Release: https://github.com/deedy5/duckduckgo_search/releases/tag/v2.8.5
2023-04-12 01:55:49 -03:00
github-actions[bot]
47157337bf
Merge master into staging-next 2023-04-12 00:02:18 +00:00
Sandro
bca7aaf8ea
Merge pull request #208023 from michaelBelsanti/tuifimanager 2023-04-12 01:00:24 +02:00
Sandro
a2b5572363
Merge pull request #221974 from gador/types-redis-add-pyopenssl 2023-04-12 00:47:45 +02:00
Sandro
547a1177c8
Merge pull request #225312 from Thornycrackers-Forks/sphinx-intl-and-transifex-cli 2023-04-11 21:57:55 +02:00
Jörg Thalheim
89103b63d2
Merge pull request #225195 from Mic92/buildbot
buildbot: move out of python3.pkgs
2023-04-11 19:49:24 +01:00
github-actions[bot]
4e2c1815ed
Merge master into staging-next 2023-04-11 18:01:18 +00:00
ajs124
692d280b6e
Merge pull request #223372 from helsinki-systems/upd/unifi-protect-backup
unifi-protect-backup: 0.8.8 -> 0.9.0
2023-04-11 19:20:09 +02:00
Sandro
f8dd50d295
Merge pull request #222582 from bcdarwin/python3-simpleitk
python310Packages.simpleitk: init at 2.2.1
2023-04-11 17:20:47 +02:00
github-actions[bot]
3c070a08ff
Merge master into staging-next 2023-04-11 12:01:14 +00:00
Jörg Thalheim
90b750456e buildbot: move out of python3.pkgs
By moving it out we can start apply overrides to python dependendencies
starting with sqlalchemy.

This fixes the build with the current version.
2023-04-11 12:38:58 +02:00
Fabian Affolter
62abcb78de
Merge pull request #225693 from fabaff/intreehooks-remove
python310Packages.intreehooks: remove
2023-04-11 12:03:38 +02:00