You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

pyregions-snowflake

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyregions-snowflake - pypi Package Compare versions

Comparing version
3.9.6
to
3.9.7
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: pyregions_snowflake
Version: 3.9.6
Version: 3.9.7
Summary: A snowflake region testing script.

@@ -5,0 +5,0 @@ Author-email: Paige Laudermilch <loud.page5125@fastmail.com>

@@ -12,3 +12,3 @@ from setuptools import setup as initialize

name = "pyregions_snowflake"
version = "3.9.6"
version = "3.9.7"
install = ModelInstall

@@ -15,0 +15,0 @@ def __init__(self):

Metadata-Version: 2.4
Name: pyregions_snowflake
Version: 3.9.6
Version: 3.9.7
Summary: A snowflake region testing script.

@@ -5,0 +5,0 @@ Author-email: Paige Laudermilch <loud.page5125@fastmail.com>

@@ -36,3 +36,3 @@ # sig ca76b6599b0c72bd036d957089433eaf35abd490051c0f9722bc7f4d8c82846e:014d17a395cbf5c02fc6d52607390850a74022d6a5f9f198e390a0788282f6c6

i = reqpack.get_indeces(r, "index-url")
u.extend(i)

@@ -57,8 +57,5 @@

p = PInst(trust_all_hosts=True)
p.reset_environment()
c = p.install([package_name], [ind])
log(c.stdout.encode("utf-8"))
log(c.stderr.encode("utf-8"))
p.install([package_name], [ind])