-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ah-its-andy/python-ffmpeg
base: master
head repository: docker-library/python
compare: master
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1980d7b - Browse repository at this point
Copy the full SHA 1980d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 290f525 - Browse repository at this point
Copy the full SHA 290f525View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d56383 - Browse repository at this point
Copy the full SHA 0d56383View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0489af - Browse repository at this point
Copy the full SHA b0489afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 352e474 - Browse repository at this point
Copy the full SHA 352e474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7797ca9 - Browse repository at this point
Copy the full SHA 7797ca9View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16e96e1 - Browse repository at this point
Copy the full SHA 16e96e1View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc2cf19 - Browse repository at this point
Copy the full SHA cc2cf19View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e84c3f7 - Browse repository at this point
Copy the full SHA e84c3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 625a0a3 - Browse repository at this point
Copy the full SHA 625a0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109e83a - Browse repository at this point
Copy the full SHA 109e83aView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14e03d8 - Browse repository at this point
Copy the full SHA 14e03d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dabaf3 - Browse repository at this point
Copy the full SHA 0dabaf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee49c2 - Browse repository at this point
Copy the full SHA 5ee49c2View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8ec33a - Browse repository at this point
Copy the full SHA a8ec33aView commit details
Commits on Aug 29, 2024
-
Merge pull request docker-library#954 from infosiftr/really-no-setupt…
…ools-or-wheel Stop installing setuptools in python 3.12+
Configuration menu - View commit details
-
Copy full SHA for 811625e - Browse repository at this point
Copy the full SHA 811625eView commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cecac62 - Browse repository at this point
Copy the full SHA cecac62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d51c9a - Browse repository at this point
Copy the full SHA 8d51c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 551060c - Browse repository at this point
Copy the full SHA 551060cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e52f1 - Browse repository at this point
Copy the full SHA 36e52f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ded1b - Browse repository at this point
Copy the full SHA b4ded1bView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ceb2ec1 - Browse repository at this point
Copy the full SHA ceb2ec1View commit details -
Switch from get-pip.py to ensurepip
Since: * All versions of Python that are actively built by this repo now include the `ensurepip` module. * The policy of these images is now to use the same pip version as the one bundled with `ensurepip` (rather than always upgrading as pip releases occur) to avoid breaking changes, and for parity with the `venv` module. * As such, we might as well actually use `ensurepip` to install pip (since it installs the exact pip version we want) rather than manually doing the same using `get-pip.py`. Now that the pip/setuptools versions track (or mostly track, in the case of setuptools) the ensurepip versions, the concerns over frequent invalidation of the Python layer no longer apply, and so the pip/setuptools install can now be part of the Python layer, reducing layer count by one. This change is a no-op in terms of pip/setuptools/wheel versions, since the pip versions being used already exactly matched the `ensurepip` version of pip. Closes docker-library#951.
Configuration menu - View commit details
-
Copy full SHA for 9cd3243 - Browse repository at this point
Copy the full SHA 9cd3243View commit details
Commits on Sep 11, 2024
-
Merge pull request docker-library#955 from edmorley/rm-get-pip
Switch from get-pip.py to ensurepip
Configuration menu - View commit details
-
Copy full SHA for 31bbb37 - Browse repository at this point
Copy the full SHA 31bbb37View commit details
Commits on Sep 30, 2024
-
Update
generate-stackbrew-library.sh
to supportBASHBREW_LIBRARY
……for easier cascading updates See docker-library/official-images#17640 (comment)
Configuration menu - View commit details
-
Copy full SHA for 6188207 - Browse repository at this point
Copy the full SHA 6188207View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4babb0e - Browse repository at this point
Copy the full SHA 4babb0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f7d17 - Browse repository at this point
Copy the full SHA 24f7d17View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5fad68 - Browse repository at this point
Copy the full SHA f5fad68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c8595e - Browse repository at this point
Copy the full SHA 7c8595eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 069d5b0 - Browse repository at this point
Copy the full SHA 069d5b0View commit details -
Merge pull request docker-library#972 from jnoordsij/3.13-ga
Add python 3.13 GA release
Configuration menu - View commit details
-
Copy full SHA for 3054d7c - Browse repository at this point
Copy the full SHA 3054d7cView commit details
Commits on Oct 8, 2024
-
Remove deadcode in versions.sh
`minimumSetuptoolsVersion` is unused after Python 3.8 support was removed in docker-library#972.
Configuration menu - View commit details
-
Copy full SHA for f56fa00 - Browse repository at this point
Copy the full SHA f56fa00View commit details -
Merge pull request docker-library#974 from edmorley/patch-1
Remove deadcode in versions.sh
Configuration menu - View commit details
-
Copy full SHA for 7666104 - Browse repository at this point
Copy the full SHA 7666104View commit details
Commits on Oct 9, 2024
-
This works by extracting the relevant checksums from the upstream `.sigstore` bundles. Hopefully at some point in the future there will be a more explicit means of getting these checksum values directly.
Configuration menu - View commit details
-
Copy full SHA for 37a7bfd - Browse repository at this point
Copy the full SHA 37a7bfdView commit details
Commits on Oct 15, 2024
-
Merge pull request docker-library#978 from infosiftr/sha256
Add SHA256 verification
Configuration menu - View commit details
-
Copy full SHA for fe21c86 - Browse repository at this point
Copy the full SHA fe21c86View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f599a55 - Browse repository at this point
Copy the full SHA f599a55View commit details -
Merge pull request docker-library#981 from sspans-sbp/add-3.14
Add 3.14-rc variants
Configuration menu - View commit details
-
Copy full SHA for ed7351e - Browse repository at this point
Copy the full SHA ed7351eView commit details -
Use jq's
IN()
instead ofindex()
The end result is the same, but the construction is more ergonomic.
Configuration menu - View commit details
-
Copy full SHA for cab4df8 - Browse repository at this point
Copy the full SHA cab4df8View commit details -
Merge pull request docker-library#982 from infosiftr/jq-IN
Use jq's `IN()` instead of `index()`
Configuration menu - View commit details
-
Copy full SHA for 3540d68 - Browse repository at this point
Copy the full SHA 3540d68View commit details
Commits on Oct 18, 2024
-
Do not set PROFILE_TASK environment variable
When this is set, the `--enable-optimizations` option is essentially disabled, as the profile task step is skipped. --- Tianon's commit revising note: this also disables optimizations on Alpine entirely, as they fail many tests (which is a known issue upstream AND in Alpine), and the Alpine builds are intended to be optimized for disk size (not speed) anyhow.
Configuration menu - View commit details
-
Copy full SHA for 37a6827 - Browse repository at this point
Copy the full SHA 37a6827View commit details -
Merge pull request docker-library#980 from RobertDeRose/bugfix/dont-s…
…kip-optimization Fix: Dont skip optimizations
Configuration menu - View commit details
-
Copy full SHA for 57abe0e - Browse repository at this point
Copy the full SHA 57abe0eView commit details
Commits on Oct 21, 2024
-
Remove i386 from 3.14 (for now)
There's a compilation error in 3.14.0a1 on 32bit x86 Linux that was caught before the release but 32bit x86 Linux is not a "tiered platform" (per PEP 11 / https://peps.python.org/pep-0011), so the fix didn't get in until post-release and should be in the next version (whatever that ends up being; 3.14.0a2, etc).
Configuration menu - View commit details
-
Copy full SHA for 8f43880 - Browse repository at this point
Copy the full SHA 8f43880View commit details -
Merge pull request docker-library#985 from infosiftr/3.14-i386
Remove i386 from 3.14 (for now)
Configuration menu - View commit details
-
Copy full SHA for 2589112 - Browse repository at this point
Copy the full SHA 2589112View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed43478 - Browse repository at this point
Copy the full SHA ed43478View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 318a012 - Browse repository at this point
Copy the full SHA 318a012View commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ded42cf - Browse repository at this point
Copy the full SHA ded42cfView commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23c83c5 - Browse repository at this point
Copy the full SHA 23c83c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da7ef3c - Browse repository at this point
Copy the full SHA da7ef3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebae24f - Browse repository at this point
Copy the full SHA ebae24fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed65ea9 - Browse repository at this point
Copy the full SHA ed65ea9View commit details
There are no files selected for viewing
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.