pypeline-runner 1.18.0__py3-none-any.whl → 1.18.1__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.
pypeline/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.18.0"
1
+ __version__ = "1.18.1"
pypeline/bootstrap/run.py CHANGED
@@ -331,7 +331,7 @@ class CreateVirtualEnvironment:
331
331
  if pypi_source:
332
332
  self.virtual_env.pip_configure(index_url=pypi_source.url, verify_ssl=True)
333
333
  # We need pip-system-certs in venv to use certificates, that are stored in the system's trust store,
334
- pip_args = ["install", self.package_manager, "pip-system-certs"]
334
+ pip_args = ["install", self.package_manager, "pip-system-certs>=4.0,<5.0"]
335
335
  # but to install it, we need either a pip version with the trust store feature or to trust the host
336
336
  # (trust store feature enabled by default since 24.2)
337
337
  if Version(ensurepip.version()) < Version("24.2"):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pypeline-runner
3
- Version: 1.18.0
3
+ Version: 1.18.1
4
4
  Summary: Configure and execute pipelines with Python (similar to GitHub workflows or Jenkins pipelines).
5
5
  License: MIT
6
6
  Author: cuinixam
@@ -1,7 +1,7 @@
1
- pypeline/__init__.py,sha256=eOdR8Sg_yEJg0qk8bqKXxy1LJBKxzo3fV50mKHzE9zE,23
1
+ pypeline/__init__.py,sha256=54sMzEOXJ7W27qoPLWPsPwh5bgkt77XwgZJbxjD5qB8,23
2
2
  pypeline/__run.py,sha256=TCdaX05Qm3g8T4QYryKB25Xxf0L5Km7hFOHe1mK9vI0,350
3
3
  pypeline/bootstrap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- pypeline/bootstrap/run.py,sha256=STvSIzl6KpJj2lXbTeFr6mJnJQcjPR-BXD7enoWUlto,16436
4
+ pypeline/bootstrap/run.py,sha256=pi9Kyordk4-Hwz8BsLpOTNu-hJV4imPgOrjPSr9_qRA,16446
5
5
  pypeline/domain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  pypeline/domain/artifacts.py,sha256=5k7cVfHhLmvWXNuHKxXb9ca4Lxu0JytGQqazENCeKEU,1404
7
7
  pypeline/domain/config.py,sha256=6vWdHi7B6MA7NGi9wWXQE-YhSg1COSRmc3b1ji6AdAk,2053
@@ -25,8 +25,8 @@ pypeline/steps/create_venv.py,sha256=ioL59vC1GbEk_EpUFMRRkWXk8W7z7QCEV-zgcho_lSg
25
25
  pypeline/steps/env_setup_script.py,sha256=u08A6pvMccFQbcnU0xruFvpU30PbDrttnbOjl1gDqog,2340
26
26
  pypeline/steps/scoop_install.py,sha256=DDXBD-5TVaT-u6Yf7A85uWoCgBVmLvj9nPGrZ8OQCz0,3853
27
27
  pypeline/steps/west_install.py,sha256=hPyr28ksdKsQ0tv0gMNytzupgk1IgjN9CpmaBdX5zps,1947
28
- pypeline_runner-1.18.0.dist-info/LICENSE,sha256=sKxdoqSmW9ezvPvt0ZGJbneyA0SBcm0GiqzTv2jN230,1066
29
- pypeline_runner-1.18.0.dist-info/METADATA,sha256=yNndVifPIjTKD-7CI8z2ccPLVgMnP-R4BZa_vDhtFQw,7553
30
- pypeline_runner-1.18.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
31
- pypeline_runner-1.18.0.dist-info/entry_points.txt,sha256=pe1u0uuhPI_yeQ0KjEw6jK-EvQfPcZwBSajgbAdKz1o,47
32
- pypeline_runner-1.18.0.dist-info/RECORD,,
28
+ pypeline_runner-1.18.1.dist-info/LICENSE,sha256=sKxdoqSmW9ezvPvt0ZGJbneyA0SBcm0GiqzTv2jN230,1066
29
+ pypeline_runner-1.18.1.dist-info/METADATA,sha256=NsuwVs3Z1fw7CffO2EpdNKlOGvjjMRN3llZl1CuCO7Q,7553
30
+ pypeline_runner-1.18.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
31
+ pypeline_runner-1.18.1.dist-info/entry_points.txt,sha256=pe1u0uuhPI_yeQ0KjEw6jK-EvQfPcZwBSajgbAdKz1o,47
32
+ pypeline_runner-1.18.1.dist-info/RECORD,,