Skip to content

python311Packages.stripe: 7.11.0 -> 8.6.0#282458

Closed
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python311Packages.stripe
Closed

python311Packages.stripe: 7.11.0 -> 8.6.0#282458
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python311Packages.stripe

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.stripe is: Stripe Python bindings

meta.homepage for python311Packages.stripe is: https://github.com/stripe/stripe-python

meta.changelog for python311Packages.stripe is: https://github.com/stripe/stripe-python/blob/v7.13.0/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 7.13.0 with grep in /nix/store/f90iq4scnr09ibms6nyank48s82yk0gl-python3.11-stripe-7.13.0
  • found 7.13.0 in filename of file in /nix/store/f90iq4scnr09ibms6nyank48s82yk0gl-python3.11-stripe-7.13.0

Rebuild report (if merged into master) (click to expand)
5 total rebuild path(s)

5 package rebuild(s)

First fifty rebuilds by attrpath
gigalixir
khoj
python311Packages.stripe
python312Packages.stripe
sourcehut.metasrht
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/f90iq4scnr09ibms6nyank48s82yk0gl-python3.11-stripe-7.13.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.stripe https://github.com/r-ryantm/nixpkgs/archive/923cc1c18f8ece10a7d287962e3e8d59c33d4906.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/923cc1c18f8ece10a7d287962e3e8d59c33d4906#python311Packages.stripe

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/f90iq4scnr09ibms6nyank48s82yk0gl-python3.11-stripe-7.13.0
ls -la /nix/store/f90iq4scnr09ibms6nyank48s82yk0gl-python3.11-stripe-7.13.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • khoj
4 packages built:
  • gigalixir
  • python311Packages.stripe
  • python312Packages.stripe
  • sourcehut.metasrht

Maintainer pings

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Jan 21, 2024
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jan 21, 2024
@r-ryantm r-ryantm changed the title python311Packages.stripe: 7.11.0 -> 7.13.0 python311Packages.stripe: 7.11.0 -> 8.0.0 Jan 27, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.stripe is: Stripe Python bindings

meta.homepage for python311Packages.stripe is: https://github.com/stripe/stripe-python

meta.changelog for python311Packages.stripe is: https://github.com/stripe/stripe-python/blob/v8.0.0/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 8.0.0 with grep in /nix/store/x0g2l6fsj3351qccpnzlj1rscalvx3ln-python3.11-stripe-8.0.0
  • found 8.0.0 in filename of file in /nix/store/x0g2l6fsj3351qccpnzlj1rscalvx3ln-python3.11-stripe-8.0.0

Rebuild report (if merged into master) (click to expand)
5 total rebuild path(s)

5 package rebuild(s)

First fifty rebuilds by attrpath
gigalixir
khoj
python311Packages.stripe
python312Packages.stripe
sourcehut.metasrht
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/x0g2l6fsj3351qccpnzlj1rscalvx3ln-python3.11-stripe-8.0.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.stripe https://github.com/r-ryantm/nixpkgs/archive/195c585a45c573d505aba10d93506e1b80c96cff.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/195c585a45c573d505aba10d93506e1b80c96cff#python311Packages.stripe

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/x0g2l6fsj3351qccpnzlj1rscalvx3ln-python3.11-stripe-8.0.0
ls -la /nix/store/x0g2l6fsj3351qccpnzlj1rscalvx3ln-python3.11-stripe-8.0.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • khoj
4 packages built:
  • gigalixir
  • python311Packages.stripe
  • python312Packages.stripe
  • sourcehut.metasrht

Maintainer pings

@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.stripe branch from 923cc1c to 195c585 Compare January 27, 2024 02:42
@r-ryantm r-ryantm changed the title python311Packages.stripe: 7.11.0 -> 8.0.0 python311Packages.stripe: 7.11.0 -> 8.1.0 Feb 2, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.stripe branch from 195c585 to 7a9edf1 Compare February 2, 2024 16:29
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Feb 2, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.stripe is: Stripe Python bindings

meta.homepage for python311Packages.stripe is: https://github.com/stripe/stripe-python

meta.changelog for python311Packages.stripe is: https://github.com/stripe/stripe-python/blob/v8.1.0/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 8.1.0 with grep in /nix/store/5v40gp5fdvjwnwy403hn3rvsal047lxi-python3.11-stripe-8.1.0
  • found 8.1.0 in filename of file in /nix/store/5v40gp5fdvjwnwy403hn3rvsal047lxi-python3.11-stripe-8.1.0

Rebuild report (if merged into master) (click to expand)
5 total rebuild path(s)

5 package rebuild(s)

First fifty rebuilds by attrpath
gigalixir
khoj
python311Packages.stripe
python312Packages.stripe
sourcehut.metasrht
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/5v40gp5fdvjwnwy403hn3rvsal047lxi-python3.11-stripe-8.1.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.stripe https://github.com/r-ryantm/nixpkgs/archive/7a9edf1a6ad987eb6e06471bcf4356ff4753d39b.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/7a9edf1a6ad987eb6e06471bcf4356ff4753d39b#python311Packages.stripe

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/5v40gp5fdvjwnwy403hn3rvsal047lxi-python3.11-stripe-8.1.0
ls -la /nix/store/5v40gp5fdvjwnwy403hn3rvsal047lxi-python3.11-stripe-8.1.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • khoj
4 packages built:
  • gigalixir
  • python311Packages.stripe
  • python312Packages.stripe
  • sourcehut.metasrht

Maintainer pings

@r-ryantm r-ryantm changed the title python311Packages.stripe: 7.11.0 -> 8.1.0 python311Packages.stripe: 7.11.0 -> 8.2.0 Feb 9, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.stripe branch from 7a9edf1 to 79ffb2b Compare February 9, 2024 00:59
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Feb 9, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.stripe is: Stripe Python bindings

meta.homepage for python311Packages.stripe is: https://github.com/stripe/stripe-python

meta.changelog for python311Packages.stripe is: https://github.com/stripe/stripe-python/blob/v8.2.0/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 8.2.0 with grep in /nix/store/r229wf1n85fsd7gvm4s88kxjm4dhbajr-python3.11-stripe-8.2.0
  • found 8.2.0 in filename of file in /nix/store/r229wf1n85fsd7gvm4s88kxjm4dhbajr-python3.11-stripe-8.2.0

Rebuild report (if merged into master) (click to expand)
5 total rebuild path(s)

5 package rebuild(s)

First fifty rebuilds by attrpath
gigalixir
khoj
python311Packages.stripe
python312Packages.stripe
sourcehut.metasrht
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/r229wf1n85fsd7gvm4s88kxjm4dhbajr-python3.11-stripe-8.2.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.stripe https://github.com/r-ryantm/nixpkgs/archive/79ffb2b0703b647b620bf1a069156803884f1944.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/79ffb2b0703b647b620bf1a069156803884f1944#python311Packages.stripe

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/r229wf1n85fsd7gvm4s88kxjm4dhbajr-python3.11-stripe-8.2.0
ls -la /nix/store/r229wf1n85fsd7gvm4s88kxjm4dhbajr-python3.11-stripe-8.2.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • khoj
4 packages built:
  • gigalixir
  • python311Packages.stripe
  • python312Packages.stripe
  • sourcehut.metasrht

Maintainer pings

@r-ryantm r-ryantm changed the title python311Packages.stripe: 7.11.0 -> 8.2.0 python311Packages.stripe: 7.11.0 -> 8.3.0 Feb 16, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.stripe branch from 79ffb2b to 421ac6b Compare February 16, 2024 17:07
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.stripe is: Stripe Python bindings

meta.homepage for python311Packages.stripe is: https://github.com/stripe/stripe-python

meta.changelog for python311Packages.stripe is: https://github.com/stripe/stripe-python/blob/v8.3.0/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 8.3.0 with grep in /nix/store/yw3lg5364rp183xiin1afz9yws4c1370-python3.11-stripe-8.3.0
  • found 8.3.0 in filename of file in /nix/store/yw3lg5364rp183xiin1afz9yws4c1370-python3.11-stripe-8.3.0

Rebuild report (if merged into master) (click to expand)
5 total rebuild path(s)

5 package rebuild(s)

First fifty rebuilds by attrpath
gigalixir
khoj
python311Packages.stripe
python312Packages.stripe
sourcehut.metasrht
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/yw3lg5364rp183xiin1afz9yws4c1370-python3.11-stripe-8.3.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.stripe https://github.com/r-ryantm/nixpkgs/archive/421ac6be4a602b4bc0b435e09f1d9b7037fd2cb9.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/421ac6be4a602b4bc0b435e09f1d9b7037fd2cb9#python311Packages.stripe

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/yw3lg5364rp183xiin1afz9yws4c1370-python3.11-stripe-8.3.0
ls -la /nix/store/yw3lg5364rp183xiin1afz9yws4c1370-python3.11-stripe-8.3.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package failed to build:
  • khoj
4 packages built:
  • gigalixir
  • python311Packages.stripe
  • python312Packages.stripe
  • sourcehut.metasrht

Maintainer pings

@r-ryantm r-ryantm changed the title python311Packages.stripe: 7.11.0 -> 8.3.0 python311Packages.stripe: 7.11.0 -> 8.4.0 Feb 23, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.stripe branch from 421ac6b to 2332c97 Compare February 23, 2024 12:43
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.stripe is: Stripe Python bindings

meta.homepage for python311Packages.stripe is: https://github.com/stripe/stripe-python

meta.changelog for python311Packages.stripe is: https://github.com/stripe/stripe-python/blob/v8.4.0/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 8.4.0 with grep in /nix/store/48nbwv4axa25jz0xjyijxbygbad2jr0f-python3.11-stripe-8.4.0
  • found 8.4.0 in filename of file in /nix/store/48nbwv4axa25jz0xjyijxbygbad2jr0f-python3.11-stripe-8.4.0

Rebuild report (if merged into master) (click to expand)
5 total rebuild path(s)

5 package rebuild(s)

First fifty rebuilds by attrpath
gigalixir
khoj
python311Packages.stripe
python312Packages.stripe
sourcehut.metasrht
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/48nbwv4axa25jz0xjyijxbygbad2jr0f-python3.11-stripe-8.4.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.stripe https://github.com/r-ryantm/nixpkgs/archive/2332c9795e18ecb14216ed4f36e9d563eca3a00a.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/2332c9795e18ecb14216ed4f36e9d563eca3a00a#python311Packages.stripe

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/48nbwv4axa25jz0xjyijxbygbad2jr0f-python3.11-stripe-8.4.0
ls -la /nix/store/48nbwv4axa25jz0xjyijxbygbad2jr0f-python3.11-stripe-8.4.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

2 packages failed to build:
  • khoj
  • sourcehut.metasrht
3 packages built:
  • gigalixir
  • python311Packages.stripe
  • python312Packages.stripe

Maintainer pings

@r-ryantm r-ryantm changed the title python311Packages.stripe: 7.11.0 -> 8.4.0 python311Packages.stripe: 7.11.0 -> 8.5.0 Mar 1, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.stripe branch from 2332c97 to c3d3422 Compare March 1, 2024 06:49
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Mar 1, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.stripe is: Stripe Python bindings

meta.homepage for python311Packages.stripe is: https://github.com/stripe/stripe-python

meta.changelog for python311Packages.stripe is: https://github.com/stripe/stripe-python/blob/v8.5.0/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 8.5.0 with grep in /nix/store/kqxmk9yyf5qz6zvnw3q2ixm60znbszfs-python3.11-stripe-8.5.0
  • found 8.5.0 in filename of file in /nix/store/kqxmk9yyf5qz6zvnw3q2ixm60znbszfs-python3.11-stripe-8.5.0

Rebuild report (if merged into master) (click to expand)
5 total rebuild path(s)

5 package rebuild(s)

First fifty rebuilds by attrpath
gigalixir
khoj
python311Packages.stripe
python312Packages.stripe
sourcehut.metasrht
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/kqxmk9yyf5qz6zvnw3q2ixm60znbszfs-python3.11-stripe-8.5.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.stripe https://github.com/r-ryantm/nixpkgs/archive/c3d34220ae2e251f2ae16cc2b94685331a994d33.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/c3d34220ae2e251f2ae16cc2b94685331a994d33#python311Packages.stripe

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/kqxmk9yyf5qz6zvnw3q2ixm60znbszfs-python3.11-stripe-8.5.0
ls -la /nix/store/kqxmk9yyf5qz6zvnw3q2ixm60znbszfs-python3.11-stripe-8.5.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

2 packages failed to build:
  • khoj
  • khoj.dist
8 packages built:
  • gigalixir
  • gigalixir.dist
  • python311Packages.stripe
  • python311Packages.stripe.dist
  • python312Packages.stripe
  • python312Packages.stripe.dist
  • sourcehut.metasrht
  • sourcehut.metasrht.dist

Maintainer pings

@wegank
Copy link
Member

wegank commented Mar 8, 2024

#294305

@wegank wegank marked this pull request as draft March 8, 2024 18:41
@r-ryantm r-ryantm changed the title python311Packages.stripe: 7.11.0 -> 8.5.0 python311Packages.stripe: 7.11.0 -> 8.6.0 Mar 10, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.stripe branch from c3d3422 to f7cba13 Compare March 10, 2024 10:12
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python311Packages.stripe is: Stripe Python bindings

meta.homepage for python311Packages.stripe is: https://github.com/stripe/stripe-python

meta.changelog for python311Packages.stripe is: https://github.com/stripe/stripe-python/blob/v8.6.0/CHANGELOG.md

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 8.6.0 with grep in /nix/store/z9z43m49m6wrnijarigax7jmid9flgsm-python3.11-stripe-8.6.0
  • found 8.6.0 in filename of file in /nix/store/z9z43m49m6wrnijarigax7jmid9flgsm-python3.11-stripe-8.6.0

Rebuild report (if merged into master) (click to expand)
5 total rebuild path(s)

5 package rebuild(s)

First fifty rebuilds by attrpath
gigalixir
khoj
python311Packages.stripe
python312Packages.stripe
sourcehut.metasrht
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/z9z43m49m6wrnijarigax7jmid9flgsm-python3.11-stripe-8.6.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python311Packages.stripe https://github.com/r-ryantm/nixpkgs/archive/f7cba1365e7f08aa52252e0decbbc2e8be4fb49e.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/f7cba1365e7f08aa52252e0decbbc2e8be4fb49e#python311Packages.stripe

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/z9z43m49m6wrnijarigax7jmid9flgsm-python3.11-stripe-8.6.0
ls -la /nix/store/z9z43m49m6wrnijarigax7jmid9flgsm-python3.11-stripe-8.6.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }' run on x86_64-linux 1

2 packages failed to build:
  • khoj
  • khoj.dist
8 packages built:
  • gigalixir
  • gigalixir.dist
  • python311Packages.stripe
  • python311Packages.stripe.dist
  • python312Packages.stripe
  • python312Packages.stripe.dist
  • sourcehut.metasrht
  • sourcehut.metasrht.dist

Maintainer pings

@wegank wegank closed this Mar 21, 2024
@r-ryantm r-ryantm deleted the auto-update/python311Packages.stripe branch March 21, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants