portable-python 1.10.1__tar.gz → 1.10.2__tar.gz

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.
Files changed (38) hide show
  1. {portable_python-1.10.1/src/portable_python.egg-info → portable_python-1.10.2}/PKG-INFO +1 -1
  2. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/external/xcpython.py +1 -1
  3. {portable_python-1.10.1 → portable_python-1.10.2/src/portable_python.egg-info}/PKG-INFO +1 -1
  4. {portable_python-1.10.1 → portable_python-1.10.2}/DEVELOP.md +0 -0
  5. {portable_python-1.10.1 → portable_python-1.10.2}/LICENSE +0 -0
  6. {portable_python-1.10.1 → portable_python-1.10.2}/MANIFEST.in +0 -0
  7. {portable_python-1.10.1 → portable_python-1.10.2}/README.rst +0 -0
  8. {portable_python-1.10.1 → portable_python-1.10.2}/SECURITY.md +0 -0
  9. {portable_python-1.10.1 → portable_python-1.10.2}/pyproject.toml +0 -0
  10. {portable_python-1.10.1 → portable_python-1.10.2}/requirements.txt +0 -0
  11. {portable_python-1.10.1 → portable_python-1.10.2}/setup.cfg +0 -0
  12. {portable_python-1.10.1 → portable_python-1.10.2}/setup.py +0 -0
  13. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/__init__.py +0 -0
  14. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/__main__.py +0 -0
  15. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/cli.py +0 -0
  16. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/config.py +0 -0
  17. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/cpython.py +0 -0
  18. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/external/__init__.py +0 -0
  19. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/external/_inspect.py +0 -0
  20. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/external/xtkinter.py +0 -0
  21. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/inspector.py +0 -0
  22. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/tracking.py +0 -0
  23. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python/versions.py +0 -0
  24. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python.egg-info/SOURCES.txt +0 -0
  25. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python.egg-info/dependency_links.txt +0 -0
  26. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python.egg-info/entry_points.txt +0 -0
  27. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python.egg-info/requires.txt +0 -0
  28. {portable_python-1.10.1 → portable_python-1.10.2}/src/portable_python.egg-info/top_level.txt +0 -0
  29. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_build.py +0 -0
  30. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_cleanup.py +0 -0
  31. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_failed.py +0 -0
  32. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_inspector.py +0 -0
  33. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_invoker.py +0 -0
  34. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_list.py +0 -0
  35. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_prefix.py +0 -0
  36. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_recompress.py +0 -0
  37. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_report.py +0 -0
  38. {portable_python-1.10.1 → portable_python-1.10.2}/tests/test_setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portable-python
3
- Version: 1.10.1
3
+ Version: 1.10.2
4
4
  Summary: Portable python binaries
5
5
  Home-page: https://github.com/codrsquad/portable-python
6
6
  Author: Zoran Simic
@@ -202,7 +202,7 @@ class Ncurses(ModuleBuilder):
202
202
 
203
203
  @property
204
204
  def url(self):
205
- return self.cfg_url(self.version) or f"https://ftp.gnu.org/pub/gnu/ncurses/ncurses-{self.version}.tar.gz"
205
+ return self.cfg_url(self.version) or f"https://ftpmirror.gnu.org/gnu/ncurses/ncurses-{self.version}.tar.gz"
206
206
 
207
207
  @property
208
208
  def version(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portable-python
3
- Version: 1.10.1
3
+ Version: 1.10.2
4
4
  Summary: Portable python binaries
5
5
  Home-page: https://github.com/codrsquad/portable-python
6
6
  Author: Zoran Simic