Theodore Ni and Frederik Rietdijk
db40116960
python3.pkgs.pyproject-api: 1.5.0 -> 1.5.4
2023-08-20 11:01:19 +02:00
Theodore Ni and Frederik Rietdijk
6c1313a965
python3.pkgs.scramp: remove versioningit reference
2023-08-20 11:01:19 +02:00
Theodore Ni and Frederik Rietdijk
39fc433514
python3.pkgs.jedi: 0.18.2 -> 0.19.0
2023-08-20 11:01:18 +02:00
Theodore Ni and Frederik Rietdijk
9c363cc83f
python3.pkgs.pip: install shell completions
2023-08-20 11:00:53 +02:00
natsukium and Frederik Rietdijk
a9b70860d0
python310Packages.attrs: 22.2.0 -> 23.1.0
...
Changelog: https://github.com/python-attrs/attrs/releases/tag/23.1.0
2023-08-20 11:00:53 +02:00
Theodore Ni and Frederik Rietdijk
b56b0dde19
python3.pkgs.setuptools: 67.4.0 -> 68.0.0
2023-08-20 11:00:53 +02:00
Theodore Ni and Frederik Rietdijk
d7fea44369
python3.pkgs.pip-tools: 6.13.0 -> 7.2.0
...
This version update is needed to be compatible with pip 23.2.
2023-08-20 11:00:53 +02:00
Theodore Ni and Frederik Rietdijk
43c7517c80
python3.pkgs.pip: 23.0.1 -> 23.2.1
2023-08-20 11:00:52 +02:00
Theodore Ni and Frederik Rietdijk
e60ec6753b
python3.pkgs.cypari2: build without bootstrapped-pip
2023-08-20 11:00:52 +02:00
Theodore Ni and Frederik Rietdijk
ab5543735a
python3.pkgs.pip: build without bootstrapped-pip
2023-08-20 11:00:52 +02:00
Theodore Ni and Frederik Rietdijk
5a9dda28aa
python3.pkgs.setuptools: build without bootstrapped-pip
2023-08-20 11:00:52 +02:00
Theodore Ni and Frederik Rietdijk
253a291274
poetry2nix.overrides: update build systems for bootstrap packages
...
We need to clarify these or else the wrong build system gets added and
we find ourselves with an infinite recursion.
2023-08-20 11:00:52 +02:00
6b63908855
poetry2nix.overrides.wheel: adapt to new wheel version
...
Co-authored-by: adisbladis <adisbladis@gmail.com >
2023-08-20 11:00:52 +02:00
Theodore Ni and Frederik Rietdijk
3cd71e0ae6
python3.pkgs.wheel: 0.38.4 -> 0.41.1
...
In this new version of wheel, the build backend changed from setuptools
to flit-core. This is nice because it breaks a cycle between setuptools
and wheel.
2023-08-20 11:00:52 +02:00
Theodore Ni and Frederik Rietdijk
dd1256d2ca
python3.pkgs.pythonRelaxDepsHook: don't propagate wheel
...
The usage of wheel should be restricted to the hook. I discovered this
when trying to remove wheel from the Python bootstrap. Some packages
that needed wheel did not need it added explicitly because they use this
hook. This implicit change to the dependency tree shouldn't happen (even
though it is mostly harmless).
2023-08-20 11:00:51 +02:00
Theodore Ni and Frederik Rietdijk
4e7188c39a
python3.pkgs.buildPythonPackage: disable conflict check for setuptools and wheel
...
We can do this automatically for packages we know cannot use the
conflict check hook when it would lead to infinite recursion.
2023-08-20 10:59:47 +02:00
Theodore Ni and Frederik Rietdijk
e1cafe642a
python3.pkgs.build: move tests to passthru
...
While build is built using bootstrap packages, none of its test
dependencies should be, so we must move out of the derivation.
2023-08-20 10:59:47 +02:00
Theodore Ni and Frederik Rietdijk
349f57fb42
python3.pkgs.pyproject-hooks: move tests to passthru
...
While pyproject-hooks is built using bootstrap packages, none of its
test dependencies should be, so we must move out of the derivation.
2023-08-20 10:59:47 +02:00
Theodore Ni and Frederik Rietdijk
0d7647889c
python3.pkgs.installer: move tests to passthru
...
While installer is built using bootstrap packages, none of its test
dependencies should be, so we must move out of the derivation.
2023-08-20 10:59:47 +02:00
Theodore Ni and Frederik Rietdijk
6c85fff302
python3.pkgs.buildPythonPackage: switch to PyPA build and installer
2023-08-20 10:59:47 +02:00
Theodore Ni and Frederik Rietdijk
e8cca499a8
python2.{buildPythonPackage,buildPythonApplication}: extract into its own file
...
As we continue iterating on Python infrastructure for Python 3, some
code is starting to diverge for Python 2. If we copy the current state
of mk-python-derivation.nix and freeze it for Python 2, we can iterate
on it for Python 3 with more freedom.
2023-08-20 10:59:46 +02:00
Theodore Ni and Frederik Rietdijk
93d25dda84
python3.pkgs.pypaBuildHook: switch to pyproject-build
...
Upstream's recommended "python -m build" way of invoking build fails
when the working directory contains a file named "build.py". This is
common for poetry projects that build C extensions.
2023-08-20 10:59:46 +02:00
Theodore Ni and Frederik Rietdijk
a4d66bcc5f
python3.pkgs.pypaInstallHook: init
2023-08-20 10:59:46 +02:00
b53cef70f2
python3.pkgs.bootstrap.build: init at 0.10.0
...
Co-authored-by: K900 <me@0upti.me >
2023-08-20 10:59:46 +02:00
8fe3d15c17
python3.pkgs.bootstrap.installer: init at 0.7.0
...
Co-authored-by: K900 <me@0upti.me >
2023-08-20 10:59:46 +02:00
5d2290bb58
python3.pkgs.bootstrap.flit-core: init at 3.8.0
...
Co-authored-by: K900 <me@0upti.me >
2023-08-20 10:59:46 +02:00
Vladimír Čunát
9bc7f06a91
Merge #248913 : libGLU: Enable build parallelism
...
...into staging
2023-08-20 09:29:04 +02:00
Vladimír Čunát
d84363edfe
Merge #248909 : fdk_aac: Enable build parallelism
...
...into staging
2023-08-20 09:28:37 +02:00
Theodore Ni and GitHub
2aa7c01f0a
python3.pkgs.matplotlib: add missing build dependencies ( #249459 )
2023-08-20 02:58:04 -04:00
Vladimír Čunát
2b6299e904
Merge #248695 : tpm2-tss: use installCheckPhase instead of checkPhase
...
...into staging
2023-08-20 08:23:04 +02:00
Vladimír Čunát
53db8a2064
Merge #249088 : gnu-config: use the unpackPhase
...
...into staging
2023-08-20 08:14:12 +02:00
Vladimír Čunát
a067cba404
Merge #248954 : python3Packages.tornado: 6.2.0 -> 6.3.3
...
...into staging
2023-08-20 08:08:53 +02:00
Vladimír Čunát
6c2c30dd10
Merge #248729 : libraw: add patch for CVE-2023-1729
...
...into staging
2023-08-20 08:07:15 +02:00
Vladimír Čunát
541df057bd
Merge #248523 : avahi: add patch for CVE-2023-1981
...
...into staging
2023-08-20 08:05:33 +02:00
github-actions[bot] and GitHub
f6d3a09e06
Merge staging-next into staging
2023-08-20 06:01:25 +00:00
github-actions[bot] and GitHub
1bb285561e
Merge master into staging-next
2023-08-20 06:00:56 +00:00
Mario Rodas and GitHub
e7eb1f799c
Merge pull request #249974 from figsoda/patsh
...
patsh: 0.2.0 -> 0.2.1
2023-08-20 00:59:38 -05:00
Mario Rodas and GitHub
7bb1cfde08
Merge pull request #250226 from figsoda/typst-lsp
...
typst-lsp: 0.9.3 -> 0.9.4
2023-08-20 00:58:00 -05:00
Mario Rodas and GitHub
a3b03852e8
Merge pull request #250278 from scm2342/kubectl-klock-0.3.2
...
kubectl-klock: 0.3.1 -> 0.3.2
2023-08-20 00:57:07 -05:00
Pol Dellaiera and GitHub
f83eae8af5
Merge pull request #244035 from wahjava/update-ugrep
...
ugrep: 3.12.6 -> 4.0.0
2023-08-20 07:22:40 +02:00
Mario Rodas and GitHub
03c11631ee
Merge pull request #250133 from marsam/update-girara
...
girara: 0.3.9 -> 0.4.0
2023-08-19 23:59:14 -05:00
kashw2 and Anderson Torres
21b7acbdb6
added kashw2 maintainer
2023-08-20 04:19:22 +00:00
kashw2 and Anderson Torres
40a9a33a2e
syft: 0.86.1 -> 0.87.0
2023-08-20 04:19:22 +00:00
Robert Schütz and GitHub
4ca23fe72e
Merge pull request #249985 from dotlambda/clean-css-cli-buildNpmPackage
...
clean-css-cli: use buildNpmPackage
2023-08-20 04:18:59 +00:00
Robert Schütz and GitHub
cf970f13ab
Merge pull request #249879 from dotlambda/carto-buildNpmPackage
...
carto: use buildNpmPackage
2023-08-20 04:11:43 +00:00
Bobby Rong and GitHub
5f75be53ea
Merge pull request #249712 from bobby285271/upd/cinnamon-qt-style
...
nixos/cinnamon: Override Qt apps style again
2023-08-20 11:35:23 +08:00
10df61d443
python310Packages.paddlepaddle: init at 2.5.0 ( #250115 )
...
* python310Packages.paddlepaddle: init at 2.5.0
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* Update pkgs/development/python-modules/paddlepaddle/default.nix
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
* fix typo
* formatting fix
---------
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com >
2023-08-20 11:26:39 +08:00
Bobby Rong and GitHub
3476a10478
Merge pull request #250160 from bobby285271/upd/gnome
...
GNOME updates 2023-08-19
2023-08-20 09:26:14 +08:00
Sven Mattsen
8225d26e91
kubectl-klock: 0.3.1 -> 0.3.2
2023-08-20 02:51:51 +02:00
figsoda and GitHub
0b6f3e17dd
Merge pull request #250267 from GaetanLepage/jinja
...
vimPlugins.jinja-vim: init at 2020-06-18
2023-08-19 20:13:07 -04:00