summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-cloud-core (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.google-cloud-core: 2.4.1 -> 2.4.3•••https://github.com/googleapis/python-cloud-core/blob/v2.4.3/CHANGELOG.md This commit was automatically generated using update-python-libraries. Martin Weinelt2025-04-031-11/+17
* treewide: replace passthru.optional-dependencies with optional-dependenciesRobert Schütz2024-09-291-2/+2
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-15/+12
* python3Packages.google-cloud-core: 2.3.3 -> 2.4.1•••https://github.com/googleapis/python-cloud-core/blob/v2.4.1/CHANGELOG.md Martin Weinelt2024-03-121-2/+2
* treewide: reduce packages I maintainerSandro Jäckel2023-07-231-1/+1
* python311Packages.google-cloud-core: 2.3.2 -> 2.3.3•••Changelog: https://github.com/googleapis/python-cloud-core/blob/v2.3.3/CHANGELOG.md Fabian Affolter2023-07-061-2/+2
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python310Packages.google-cloud-core: adjust inputsFabian Affolter2022-12-281-3/+12
* python310Packages.google-cloud-core: add changelog to metaFabian Affolter2022-12-281-3/+15
* python3Packages.google-cloud-core: 2.3.1 -> 2.3.2Sandro Jäckel2022-08-251-2/+2
* python3Packages.google-cloud-core: 2.3.0 -> 2.3.1Martin Weinelt2022-07-211-2/+2
* python310Packages.google-cloud-core: 2.2.3 -> 2.3.0Sandro Jäckel2022-06-011-2/+2
* python310Packages.google-cloud-core: 2.2.2 -> 2.2.3Sandro Jäckel2022-03-271-2/+2
* python39Packages.google-cloud-core: 2.2.1 -> 2.2.2Sandro Jäckel2022-01-241-2/+2
* python3Packages.google-cloud-core: 2.1.0 -> 2.2.1Jonathan Ringer2021-11-301-2/+2
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-3/+0
* python38Packages.google-cloud-core: 2.0.0 -> 2.1.0Sandro Jäckel2021-10-121-2/+2
* python39Packages.google-cloud-core: 1.7.2 -> 2.0.0Sandro Jäckel2021-08-231-2/+2
* python3Packages.google-cloud-core: 1.7.0 -> 1.7.2Fabian Affolter2021-08-151-2/+2
* python3Packages.google-cloud-core: 1.6.0 -> 1.7.0Martin Weinelt2021-06-221-2/+2
* python3Packages.google-cloud-core: 1.5.0 -> 1.6.0Frederik Rietdijk2021-04-031-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* pythonPackages:google*: Noramlize names by replacing _ with -Sandro Jäckel2021-01-061-0/+38