mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
master
11 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
da33a7ab23 |
Python => 3.14.1 + Python Package Updates (#13694)
* Python => 3.14.1 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add some binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update util_linux with manual build using CREW_KERNEL_VERSION=5.10 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Modify tools/build_updated_packages.rb to allow ignoring packages git marks as having changed. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add some package updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * More binaries. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries and update versions. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add gdb binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * rebuild lilv Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update libcacaca Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries & fix py3_twine. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add requests_toolbelt binaries. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Rebuild twine Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust twine erroring in crew. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * More Updates... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add meld builds Signed-off-by: Satadru Pramanik <satadru@gmail.com> * More updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * More updates. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add sphinx binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more builds and sync with master. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add another twine check. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more builds Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more builds Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update python packages, add builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more builds Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add py3_ruff builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more builds and filelists. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more filelists. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Bump version. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust Generate PR workflow. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add libnghttp2 to CREW_ESSENTIAL_PACKAGES to keep curl from breaking. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com> |
||
|
|
a2138e3ea5 |
updater-py3_iniconfig-2.3.0 — py3_iniconfig → 2.3.0 (#13168)
* Add unbuilt py3_iniconfig to updater-py3_iniconfig-2.3.0 * updater-py3_iniconfig-2.3.0: Package File Update Run on linux/386 container. * updater-py3_iniconfig-2.3.0: Package File Update Run on linux/amd64 container. * updater-py3_iniconfig-2.3.0: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com> |
||
|
|
ada16861a1 |
AutoBuild: updates-2025-03-20-00-19 started at 2025-03-20-00UTC (#11576)
* Add unbuilt updated pip packages to updates-2025-03-20-00-19 * Add unbuilt updated ruby gem packages to updates-2025-03-20-00-19 * Add built packages for linux/386 to updates-2025-03-20-00-19 * Add built packages for linux/amd64 to updates-2025-03-20-00-19 * Add built packages for linux/arm/v7 to updates-2025-03-20-00-19 --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
|
|
79efa1dfd5 |
Python => 3.13.0 (#10585)
* Python => 3.13 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fix VER variables in const.rb Signed-off-by: Satadru Pramanik <satadru@gmail.com> * bugfixes Signed-off-by: Satadru Pramanik <satadru@gmail.com> * More plumbing changes... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust py3_pip and py3_setuptools to not error during python3 preinstall. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fix hash error Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add no_binaries_needed Signed-off-by: Satadru Pramanik <satadru@gmail.com> * bugfixes... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to pip.rb to fix python 3.13 builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add workaround for missing binaries... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update cmake Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add lots of package updates. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add py3_bcrypt, rename asciidoc, add more package builds. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * More updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * revert postgresql update Signed-off-by: Satadru Pramanik <satadru@gmail.com> * final updates? Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update curl Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add curl to essential packages to try to prevent unit test failure on i686. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fix accidental change to docker package. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fiz condition of no new updates leavimg a message with CREW_UNATTENDED set. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * more updates, add missing libabigail binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * rebuild py3_dbus_python Signed-off-by: Satadru Pramanik <satadru@gmail.com> * add arm build for 5.10 musl_linuxheaders Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add builds for openimageio. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust ruby buildsystem slightly to use cache more, adjust unit tests to properly invoke setarch, add py3_pynacl, update libsodium. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Ruby adjustments... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * unit test adjustments... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * unit test adjustments... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add error message to pip install... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * expand pip error reporting Signed-off-by: Satadru Pramanik <satadru@gmail.com> * More pip adjustments. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more pip verbose error reporting. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add new workaround for pip failure on i686... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Refactor pip again... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * more refactoring... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust py3_pip version restriction. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Avoid container jdk dependency in snowflake. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update trove classifiers. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * adjust package fxn exit Signed-off-by: Satadru Pramanik <satadru@gmail.com> * adjust more jdk deps Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> |
||
|
|
8473668c0d |
Store perl/python/icu/ruby versions for packages as constants in const.rb (#10528)
* Adjust const.rb and packages to use generated version constants. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update gem binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update update scripts. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Libxml2 => 2.13.4 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust install.sh to handle new gem package versioning suffix. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update openimageio Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update py3_ruff Signed-off-by: Satadru Pramanik <satadru@gmail.com> * add pip binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Move activesupport gem behind requre_gem function. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust file path in ruby_pry. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> |
||
|
|
172ca528a1 |
Python => 3.12.6 (#10436)
* remove @_ver from py3 packages, change to use pip, and rename where appropriate Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update py3_package versions. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * bump version of update_ruby... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Attempt to fix i686 install. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update core_packages.txt. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Python => 3.12.6 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Remove binaries... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Remove binaries from py3_ packages. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint/fixup Signed-off-by: Satadru Pramanik <satadru@gmail.com> * move py3_wheel to pip Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Move pytimeparse to pip. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add ruby_debug gem to buildessential since it is needed for irb. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * move py3_text_unidecode to pip Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> * convert more packages to pip Signed-off-by: Satadru Pramanik <satadru@gmail.com> * replace appdirs with platformdirs Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fixup Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fixup Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Pip should unconditionally install... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust pip install... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust py3_python_ package deps Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add error message for which package file was not found. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * cleanup py3_typing_extensions Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update python packages... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add some binaries. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust py3_setuptools... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fixup py3_setuptools_rust Signed-off-by: Satadru Pramanik <satadru@gmail.com> * ruby adjustments Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add setuptools binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Remove ruby_debug from fixup deprecation list. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update py3_magic to py3_python_magic. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update python packages, adjust update_python script and buildsystems/pip Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix missing version in py3_parsedatetime. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update update scripts to use parallel. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add py3_patchelf and py3_libxml2 binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add unless defined check for USER in const.rb. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Change CREW_CONST_GIT_COMMIT from being a constant. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add binaries for py3_pyopenssl. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Have remove use pip if possible. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fixup Signed-off-by: Satadru Pramanik <satadru@gmail.com> * add more debug code to fixup. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Prepare pip packages for build... Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fixup py3_pyyaml Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update py3_pyyaml Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fix py3_unsupported_python Signed-off-by: Satadru Pramanik <satadru@gmail.com> * fix py3_unsupported_python Signed-off-by: Satadru Pramanik <satadru@gmail.com> * remove some debug code Signed-off-by: Satadru Pramanik <satadru@gmail.com> * more pip updates Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add binaries for py3_pyopenssl. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add py3_oci binaries. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update py3_twine. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update py3_oci_cli binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * cleanup buildsystems/pip Signed-off-by: Satadru Pramanik <satadru@gmail.com> * add binaries for sphinx Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update more packages. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * add binary_compression to pip files Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> |
||
|
|
2d8645cd42 |
Python 3.12.0 (#8728)
* Add python buildsystem * tk rebuild * Initial x86_64,i686 python 3.12 builds * update meson package * update python3 to have all compat * update packages * Add PYTHON env variable. * add arm build * update x86_64 binary * add i686 binary * update more packages * fixup * fixup * updates * fixup * updates * updates * refactor python buildsystem * refactor python buildsystem * adjust buildsystems/python * refactor buildsystems/python * refactor some core py3 packages * python package rebuilds * fix package versioning * update asciidoc * update libxml2 * update itstool and py3_libxml2 * boost => 1.83 * update gnome packages * update py3_pip * update xcb_proto * add pip buildsystem * py3_websockets using pip buildsystem * more pip updates * update cython, libnghttp2 * update py3_packaging, py3_pyparsing * rebuild libcaca * update talloc, tevent * update tdb * update lmdb * update py3_dnsmarkdown, py3_markdown * update ldb * fixup * fix cmake llvm dep * update py3_pyyaml * more llvm17 adjustments * update py3_pygments * fixup * smbclient => 4.19.0 * update py3_abimap * update py3_pytz * update py3_wcwidth py3_pyte * build py3_xlrd.rb py3_et_xmlfile.rb py3_openpyxl.rb py3_olefile.rb py3_babel.rb * py3_six * build py3_pyicu.rb py3_pytimeparse.rb py3_text_unidecode.rb py3_slugify.rb py3_isodate.rb py3_leather.rb py3_parsedatetime.rb py3_agate.rb py3_agate_excel.rb * update py3_packaging * py3_dbfread.rb py3_agate_dfb.rb py3_sqlalchemy.rb py3_agate_sql.rb * py3_alabaster.rb py3_argcomplete.rb py3_appdirs.rb py3_click.rb * add py3_soupsieve * rebuild gstreamer for libvpx, build py3_editables.rb py3_pathspec.rb py3_pluggy.rb py3_trove_classifiers.rb py3_hatchling.rb py3_hatch_vcs.rb py3_hatch_fancy_pypi_readme.rb py3_attrs.rb py3_beautifulsoup4.rb py3_dateutil.rb py3_arrow.rb * build py3_setuptools_scm.rb py3_semantic_version.rb py3_typing_extensions.rb py3_setuptools_rust.rb * rebuild qtbase * fixup packages * update cpython * make pip/python use nproc * update numpy, but remove binaries * Convert remaining python packages to pip without binaries * add new packages to packages.yaml * remove pip binaries * refactor pip * align pip update code betwen python3 and py3_pip * fixup * py3_pip needs building * adjust depends logic * refactor pip dependency * bump buildessential * bump version * cleanup * refactor pip * switch py3_build to pip * fixup depends ordering * add spacing before no_compile_needed * add missing no_compile_needed |
||
|
|
001060b261 |
Python 3.11 (#7570)
* Python 3.11 initial binary upload * switch py_libxml2 to -py3.11 * fixup package versions * fix py3_pillow * build python with ensurepip * add flit_core to pyparsing * update some package versions * update wheel * update core python packages * more updates * update py3_libxml2.rb py3_pyelftools.rb py3_codespell.rb * add all successful builds * update versions in broken builds * fix package * adding some binaries * add build * add meson build * add py3_numpy builds * update itstool * update xcb_proto * add more packages * update bind to not include py3_ply * rebuild libcaca * update py3_gi_docgen * remove some conflicts_ok * remove setuptools and pip deps * attempt pip uninstall during install * add preflight to pip and setuptools * try excluding pip again * adjust logic * lint |
||
|
|
30d028499d |
libffi => 3.4.2 & python3 => 3.10.1, and all downstream packages requiring updates (#6295)
* python3.10ize mypaint * python3.10ize oci_cli * python3.10ize py3_agate * python3.10ize py3_agate_dfb * python3.10ize py3_agate_excel * python3.10ize py3_agate_sql * python3.10ize py3_alabaster * python3.10ize py3_appdirs * python3.10ize py3_argcomplete * python3.10ize py3_arrow * python3.10ize py3_attrs * python3.10ize py3_babel * python3.10ize py3_beautifulsoup4 * python3.10ize py3_certifi * python3.10ize py3_cffi * python3.10ize py3_chardet * python3.10ize py3_click * python3.10ize py3_colorama * python3.10ize py3_configparser * python3.10ize py3_cryptography * python3.10ize py3_cssselect * python3.10ize py3_cython * python3.10ize py3_dateutil * python3.10ize py3_dbfread * python3.10ize py3_decorator * python3.10ize py3_dicttoxml * python3.10ize py3_distlib * python3.10ize py3_dnspython * python3.10ize py3_docutils * python3.10ize py3_docx2txt * python3.10ize py3_ebooklib * python3.10ize py3_et_xmlfile * python3.10ize py3_extract_msg * python3.10ize py3_fasteners * python3.10ize py3_filelock * python3.10ize py3_flask * python3.10ize py3_future * python3.10ize py3_greenlet * python3.10ize py3_idna * python3.10ize py3_imagesize * python3.10ize py3_imapclient * python3.10ize py3_impacket * python3.10ize py3_importlib_metadata * python3.10ize py3_iniconfig * python3.10ize py3_isodate * python3.10ize py3_itsdangerous * python3.10ize py3_jeepney * python3.10ize py3_jinja2 * python3.10ize py3_jmespath * python3.10ize py3_json2xml * python3.10ize py3_keyring * python3.10ize py3_ldap3 * python3.10ize py3_ldapdomaindump * python3.10ize py3_leather * python3.10ize py3_libevdev * python3.10ize py3_libxml2 * python3.10ize py3_lxml * python3.10ize py3_magic * python3.10ize py3_mako * python3.10ize py3_markdown * python3.10ize py3_markupsafe * python3.10ize py3_minidb * python3.10ize py3_nuitka * python3.10ize py3_numpy * python3.10ize py3_oci * python3.10ize py3_olefile * python3.10ize py3_openpyxl * python3.10ize py3_parsedatetime * python3.10ize py3_pathspec * python3.10ize py3_pdfminer_six * python3.10ize py3_pillow * python3.10ize py3_pipdeptree * python3.10ize py3_pluggy * python3.10ize py3_ply * python3.10ize py3_pptx * python3.10ize py3_psutil * python3.10ize py3_py * python3.10ize py3_pyasn1 * python3.10ize py3_pycairo * python3.10ize py3_pycryptodome * python3.10ize py3_pycryptodomex * python3.10ize py3_pyelftools * python3.10ize py3_pygments * python3.10ize py3_pyicu * python3.10ize py3_pyopenssl * python3.10ize py3_pyparsing * python3.10ize py3_pystemmer * python3.10ize py3_pyte * python3.10ize py3_pytest * python3.10ize py3_pytimeparse * python3.10ize py3_pytz * python3.10ize py3_pyudev * python3.10ize py3_pyyaml * python3.10ize py3_requests * python3.10ize py3_retrying * python3.10ize py3_secretstorage * python3.10ize py3_semantic_version * python3.10ize py3_setuptools * python3.10ize py3_setuptools_rust * python3.10ize py3_six * python3.10ize py3_slugify * python3.10ize py3_smartypants * python3.10ize py3_snowballstemmer * python3.10ize py3_sortedcontainers * python3.10ize py3_speechrecognition * python3.10ize py3_sphinxcontrib_applehelp * python3.10ize py3_sphinxcontrib_devhelp * python3.10ize py3_sphinxcontrib_htmlhelp * python3.10ize py3_sphinxcontrib_jsmath * python3.10ize py3_sphinxcontrib_qthelp * python3.10ize py3_sphinxcontrib_serializinghtml * python3.10ize py3_sqlalchemy * python3.10ize py3_terminaltables * python3.10ize py3_text_unidecode * python3.10ize py3_toml * python3.10ize py3_tox * python3.10ize py3_typogrify * python3.10ize py3_tzlocal * python3.10ize py3_urllib3 * python3.10ize py3_urwid * python3.10ize py3_virtualenv * python3.10ize py3_wcwidth * python3.10ize py3_werkzeug * python3.10ize py3_wheel * python3.10ize py3_xlrd * python3.10ize py3_xlsxwriter * python3.10ize py3_xmltodict * python3.10ize py3_yamllint * python3.10ize py3_zipp * python3.10ize pygobject * python3.10ize s3cmd * python3.10ize speedtest_cli * python3.10ize sphinx * python3.10ize sshuttle * python3.10ize textract * python3.10ize thefuck * python3.10ize urlwatch * python3.10ize xcb_proto * python3.10ize youtube_dl * python3.10ize youtubedl * Add initial x86_64 packages * Add armv7l binaries * fix duplicity version * add x86_64 and armv7l binaries * Add x86_64 llvm builds (note stage1 is needed to build main package). * cairo libffi rebuild * Add pygobject and wayland binary with version bump * Add py3_libxml2 * add cairo builds * add more binaries * Add armv7l llvm_stage1 binaries * llvm binaries for armv7l * add more binaries * add more libffi-ed x86_64 binaries * Add more binaries * add gjs * add more armv7l builds * add gnome libffi deps * Add armv7l binaries * update binaries for libffi, itstool, py3_pygments * i686 test * add more i686 binaries * add llvm i686 patch * Add i686 llvm binaries * more i686 builds * add more i686 builds * add more i686 builds * more i686 * Add i686 tesseract * fix llvm for i686 * Add i686 ffmpeg * replace i686 binary for glib * add more gnutls builds * Add armv7l gnutls * add binaries * Add meson 0.60.0 * Add i686 binary for gsettings_desktop_schemas * Fix youtube_dl version number * initial add of openmp (removed from llvm) * fix openmp package * update llvm and openmp * mpv -> 0.34.0 * glib -> 2.70.1 * meson -> 0.60.1 * Update llvm for x86, armv7l building... * Add new armv7l llvm build * Add new i686 llvm build * i686 llvm_stage1 rebuild * vulkan -> 1.2.200 * add vulkan binaries * glib -> 2.70.2 * pre-rebuild of wireshark which depends upon libffi * add mesa and vulkan updates * libcurl -> 7.80.0 * update binaries for c_ares libmaxminddb * update libdrm * update llvm, add new binaries for wireshark, libdrm * add more fixed i686 binaries * add llvm x86_64 binary * update gtk4, add llvm build for i686 * rebuilds and i686 additions * more i686 builds * update cairo and add i686 build * update libx11 * add llvm armv7l binary * update mesa i686 binaey * more i686 rebuilds * update xorg_server builds * update glib * add glib dep to wireshark * add i686 binary for libxcvt * updates to remove iconv dep * update ffmpeg * add x86_64 rebuilds * working ffmpeg 4.4.1 * add armv7l builds * Add python abimap (needed by libssh) * add binaries for py3_abimap * add libx11 binaries * add new builds * add builds * add i686 binaries * add numpy armv7l binaries * Add mypaint binaries * use cmake for c_ares * update xorg_cf_files * fix curl for i686 * add libxcb binaries * add armv7l oci_cli binaries * add asciinema binaries * add mutter comment about compat * add mpv binary * add armv7l binary * Add more binaries * add binaries for youtube_dl * add note about gsd compatibility * update xcb packages with armv7l binaries * update packages, python -> 3.10.1 * Add explanation to curl postinstall Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@umich.edu> |
||
|
|
a522eeac9d | Add x86_64, armv7l binaries | ||
|
|
0357ee9c23 | pytest |