-
Notifications
You must be signed in to change notification settings - Fork 75
Comparing changes
Open a pull request
base repository: ParallelSSH/ssh2-python
base: master
head repository: JacobCallahan/ssh2-python
compare: master
- 15 commits
- 433 files changed
- 2 contributors
Commits on Oct 3, 2023
-
Updates for ConfigParser in python 3.12
SafeConfigParser has been deprecated since Python 3.2 and was removed in Python 3.12 entirely. Per the release notes [1] it is recommended to use the ConfigParser class now. Additionally, the readfp method has been removed in favor of read_file. [1] - https://docs.python.org/3.12/whatsnew/3.12.html#configparser
Configuration menu - View commit details
-
Copy full SHA for 75176e3 - Browse repository at this point
Copy the full SHA 75176e3View commit details
Commits on Nov 10, 2023
-
Additional 3.12 compatibility changes
This included a number of changes related to the CPython API. I additionally bumped the supported python versions in CI.
Configuration menu - View commit details
-
Copy full SHA for 1626d7e - Browse repository at this point
Copy the full SHA 1626d7eView commit details
Commits on Nov 13, 2023
-
re-cythonize with a constrained cython version
Constrained the Cython version to be less than 3.0, but greater than 0.29.34. Updated the setup.py to account for the updated cythonize parameters. Also made the appveyor version PEP440 compatible
Configuration menu - View commit details
-
Copy full SHA for 440a255 - Browse repository at this point
Copy the full SHA 440a255View commit details
Commits on Nov 22, 2023
-
Rebuilt the project with the latest version of Cython and unbound the upper limit of Cython. This was a big jump, but now it a good time to make it.
Configuration menu - View commit details
-
Copy full SHA for 07b124b - Browse repository at this point
Copy the full SHA 07b124bView commit details -
This commit adds all relevant files from the libssh2 repo, as of commit 631e773, with some additional attribution and licenses.
Configuration menu - View commit details
-
Copy full SHA for abbbf86 - Browse repository at this point
Copy the full SHA abbbf86View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0db2f5 - Browse repository at this point
Copy the full SHA e0db2f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a43ab9 - Browse repository at this point
Copy the full SHA 8a43ab9View commit details
Commits on Mar 6, 2024
-
Merge pull request #1 from tpapaioa/master
Remove unused CI files with broken LFS pointers
Configuration menu - View commit details
-
Copy full SHA for 885af4e - Browse repository at this point
Copy the full SHA 885af4eView commit details
Commits on Mar 11, 2024
-
Update build information for temporary publish to PyPI
This changes the name of the package to ssh2-python312 and uses a github action to build for both linux and mac before publishing to pypi. In this form, the versioning is hard-coded into setup.py, but good enough for the infrequency in which this should be pushed.
Configuration menu - View commit details
-
Copy full SHA for d4879d5 - Browse repository at this point
Copy the full SHA d4879d5View commit details
Commits on Mar 13, 2024
-
Merge pull request #2 from JacobCallahan/rel_eng
Update build information for temporary publish to PyPI
Configuration menu - View commit details
-
Copy full SHA for 6ffe812 - Browse repository at this point
Copy the full SHA 6ffe812View commit details
Commits on Mar 28, 2024
-
Added in macos-14 and windows-latest Additionally, added a test build action to make sure nothing breaks in a pull request.
Configuration menu - View commit details
-
Copy full SHA for 49a579b - Browse repository at this point
Copy the full SHA 49a579bView commit details -
Merge pull request #3 from JacobCallahan/build_matric
Update build matrix
Configuration menu - View commit details
-
Copy full SHA for 8076d69 - Browse repository at this point
Copy the full SHA 8076d69View commit details
Commits on Aug 28, 2024
-
This change adds a new action that will run weekly, as well as can be triggered manually, that will test the builds against an experimental version of python. This is currently set to python 3.13-dev
Configuration menu - View commit details
-
Copy full SHA for e9dbc74 - Browse repository at this point
Copy the full SHA e9dbc74View commit details -
Update experimental_build_test.yml
changed away from an incorrect environment-based default.
Configuration menu - View commit details
-
Copy full SHA for d6a3aa8 - Browse repository at this point
Copy the full SHA d6a3aa8View commit details -
Update experimental_build_test.yml
hopefully correct this time...
Configuration menu - View commit details
-
Copy full SHA for 23bbca7 - Browse repository at this point
Copy the full SHA 23bbca7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master