portable-python 1.9.2__py3-none-any.whl → 1.9.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,7 +143,12 @@ class Openssl(ModuleBuilder):
143
143
 
144
144
  @property
145
145
  def url(self):
146
- return f"https://www.openssl.org/source/openssl-{self.version}.tar.gz"
146
+ if self.version and self.version.startswith("1.1.1"):
147
+ # Not sure why URL suddenly changed for this on github...
148
+ vfolder = self.version.replace(".", "_")
149
+ return f"https://github.com/openssl/openssl/releases/download/OpenSSL_{vfolder}/openssl-{self.version}.tar.gz"
150
+
151
+ return f"https://github.com/openssl/openssl/releases/download/openssl-{self.version}/openssl-{self.version}.tar.gz"
147
152
 
148
153
  @property
149
154
  def version(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: portable-python
3
- Version: 1.9.2
3
+ Version: 1.9.4
4
4
  Summary: Portable python binaries
5
5
  Home-page: https://github.com/codrsquad/portable-python
6
6
  Author: Zoran Simic
@@ -9,10 +9,10 @@ portable_python/versions.py,sha256=kHARK3Htby-e3jMYesUu6cF0i3QU5WBMApXng-iCpCM,7
9
9
  portable_python/external/__init__.py,sha256=K878cjnWrJdc2HHsrBtTlTz6Zp789Fjwe4Hn5cIsEG4,725
10
10
  portable_python/external/_inspect.py,sha256=Z1WKcYB-m-fx7nW3n1tvpEgZ02ajCyC-_MfY6Bb_7SE,3715
11
11
  portable_python/external/tkinter.py,sha256=6bW4PcDYhAPrkg8z2MK9Dnm-k9gbbVzJLGRFYOsgLNE,3490
12
- portable_python/external/xcpython.py,sha256=s_CTnBbokDABLN6MNaadKK2BLnmkfURDj6nedh6n_9s,10319
13
- portable_python-1.9.2.dist-info/LICENSE,sha256=BB27gUWIcmc-bauY_M6COCMtiy4hN2mou1RdadlbXbs,1068
14
- portable_python-1.9.2.dist-info/METADATA,sha256=WNR3a5OMo6aspvjRm47Dmr8BFUYKRcMjb5f_qtsDd5Y,8581
15
- portable_python-1.9.2.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
16
- portable_python-1.9.2.dist-info/entry_points.txt,sha256=Zo8HR39evgAgm4e2UhenD7kkpJvEXp_VB4aIrL_3_VY,66
17
- portable_python-1.9.2.dist-info/top_level.txt,sha256=S203pfaAC8FDZvrHsCWWua_9ZfSDEDCD1w90zzYFhOU,16
18
- portable_python-1.9.2.dist-info/RECORD,,
12
+ portable_python/external/xcpython.py,sha256=oRkRdK3HXaaJoNu1n21vQN42GBitv9KkRv-BxxAXGsg,10673
13
+ portable_python-1.9.4.dist-info/LICENSE,sha256=BB27gUWIcmc-bauY_M6COCMtiy4hN2mou1RdadlbXbs,1068
14
+ portable_python-1.9.4.dist-info/METADATA,sha256=kP-zCEpqlwI1ZQmXN214-hZcP3ikubT3DME5TdLECFg,8581
15
+ portable_python-1.9.4.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
16
+ portable_python-1.9.4.dist-info/entry_points.txt,sha256=Zo8HR39evgAgm4e2UhenD7kkpJvEXp_VB4aIrL_3_VY,66
17
+ portable_python-1.9.4.dist-info/top_level.txt,sha256=S203pfaAC8FDZvrHsCWWua_9ZfSDEDCD1w90zzYFhOU,16
18
+ portable_python-1.9.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.1.2)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5