On Tue, Feb 11, 2025 at 5:18 PM Volker Braun <[email protected]> wrote: > > I've never done anything with pypi, is it not automatically pulling releases > from github? Anybody knows? It's done by a GH Action (pypa/gh-action-pypi-publish@release/v1, in .github/workflows/dist.yml), which failed for 10.6.beta6
https://github.com/sagemath/sage/actions/runs/13252848843/job/36994215236 has failed, while it worked for 10.6.beta5 The log says: ... Uploading sagemath_objects-10.6b6.tar.gz INFO Response from https://upload.pypi.org/legacy/: 400 Project size too large. Limit for project 'sagemath-objects' total size is 10 GB. See https://pypi.org/help/#project-size-limit INFO <html> <head> <title>400 Project size too large. Limit for project 'sagemath-objects' total size is 10 GB. See https://pypi.org/help/#project-size-limit</title> </head> <body> <h1>400 Project size too large. Limit for project 'sagemath-objects' total size is 10 GB. See https://pypi.org/help/#project-size-limit</h1> The server could not comply with the request since it is either malformed or otherwise incorrect.<br/><br/> Project size too large. Limit for project 'sagemath-objects' total size is 10 GB. See https://pypi.org/help/#project-size-limit </body> </html> ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Project size too large. Limit for project 'sagemath-objects' total size is 10 GB. See https://pypi.org/help/#project-size-limit ... So this looks like that an image grew too big, and brought the whole pipeline down. That's all I know so far. Dima > > On Tuesday, February 11, 2025 at 2:00:04 PM UTC+1 Gonzalo Tornaría wrote: >> >> Dear Volker, >> >> Thanks for the release. Note that it seems to be missing in pypi: >> >> https://pypi.org/project/sagemath-standard/#history >> >> Best, >> Gonzalo >> On Monday, February 10, 2025 at 8:57:35 PM UTC-3 Volker Braun wrote: >>> >>> As always, you can get the latest beta version from the "develop" git >>> branch. Alternatively, the self-contained source tarball is at >>> http://www.sagemath.org/download-latest.html >>> >>> >>> 766c7a0c5b8 (github/develop, tag: 10.6.beta6) Updated SageMath version to >>> 10.6.beta6 >>> 00c302e55c1 gh-39469: small improvement in >>> `classically_highest_weight_vectors` >>> 28a6b51e1f9 gh-39468: Fix documentation of integral_points >>> d8970e8e146 gh-39465: remove deprecated stuff in polyhedron plot >>> d0295c9ce0a gh-39463: remove deprecated stuff in cremona_database >>> 77d4ebb1059 gh-39462: remove a deprecation simplicial complexes >>> 482fd885855 gh-39461: remove old deprecation in modular symbols >>> 08a53a90dc1 gh-39457: Remove all__sagemath_categories >>> 90a1d213153 gh-39451: Fixes incorrect behaviour when taking the derivative >>> of a constant matrix >>> 882116cb648 gh-39441: some details in KR crystals >>> 021ad3e30a0 gh-39440: introduce the alias "is_congruence_uniform" in >>> lattices >>> 7a3f76181d5 gh-39439: using next in isogeny plotting >>> 9d14459a0c8 gh-39438: enhanced details in link.py >>> 6b0d3e19332 gh-39435: bump GAP to 4.14.0 >>> 25885e1ee8e gh-39432: Fixed randomly failing test in bigraphical hyperplane >>> function >>> 763e55e7977 gh-39431: Fixed FFT setting function that assumed that values >>> were uninitialized >>> 462b69a4c3d gh-39430: Delay LaTeX feature tests as long as possible >>> 6c16a848ba5 gh-39429: Declare `del_edge` as `cpdef` >>> 9fcb687df09 gh-39425: Fix basis of multivariate polynomial ring >>> 264392e25b3 gh-39424: Fix bug with sage_getfile in meson editable install >>> 7a03f306c2b gh-39422: fix one optional internet doctest in oeis.py >>> 7ac3b6dc9e9 gh-39418: more spkg-configures (new/fixes) >>> 1c1a0e10ad5 gh-39415: Implementation of the general Burau representation >>> for Artin groups >>> cac481cef2b gh-39405: Resolve error in `transversal_matroid.pyx` >>> 00c299cbc5d gh-39403: conversion of symmetric functions to and from magma >>> 4e338c6d697 gh-39402: Simplify __invert__ for polynomial quotient ring >>> element >>> 2369cada8f1 gh-39394: move methods into category of fields >>> 673f9a08548 gh-39393: breaking lines after else: in pyx files >>> f04fb1c164a gh-39392: Test that the Sage git repo is clean. >>> 66310c65523 gh-39391: Add wrapper for FLINT's `acb_dirichlet_zeta_zeros` >>> 36e80deaf62 gh-39390: `matroids/database_collections.py`: Single quotes >>> 301d1e64808 gh-39389: minor detail in combin. polyhedron >>> 5b64d9e6a54 gh-39388: using the binomial method in categories + cleanup >>> 9a28dafc87c gh-39387: minor changes about faster binomial in modular >>> 7dda05844ba gh-39385: use the faster binomial in combinat >>> 10380b98914 gh-39384: fixing PLW0120 >>> a8fc6bc6f67 gh-39382: Correct method `is_sparse_paving` >>> 844c7d6fb6b gh-39380: inline an inner function in random two-sphere (for >>> speed) >>> e1447d3418a gh-39378: Fix build with meson documentation >>> 0143a1919f9 gh-39374: Updated random_diagonal_matrix function so it works >>> for any ring >>> ef0210de3e3 gh-39362: Add doctest that integral of 0 function is 0 >>> a4a37939b80 gh-39353: bump fpylll to 0.6.3, fplll to 5.5.0 >>> 2cd9c80aeda gh-39347: activate check for ruff PLW0127 >>> ef384b4dda8 gh-39297: more care about parameter `immutable` in >>> `sage/graphs/generic_graph.py` >>> 924392a2fdc gh-39285: add parameter `immutable` to some graph products in >>> `sage/graphs/generic_graph.py` >>> 5a5595370f3 gh-39280: add parameter `immutable` to some graph operations in >>> `sage/graphs/generic_graph.py` >>> 32f121ba0b8 gh-39275: Specify use_sources=True in cython compilation >>> b214aae6b60 gh-39265: Replace `pari.all` imports by direct imports from >>> pari and cypari >>> ec2335389b9 gh-39242: Make tests compatible with numpy 2.1 >>> 9854dd37eab gh-39186: Remove backslash hack in doctest >>> fc97dcd623f gh-39160: Add _make_named_class_key for several categories, >>> miscellaneous changes >>> 6f699d3bfe2 gh-39142: Fix alarm tests >>> 5aec9166874 gh-39137: Minor refactor for is_exact >>> 318d6350af7 gh-39065: Implemented methods concerning bricks and braces of a >>> matching covered graph >>> cbe236e1502 gh-39012: Remove SAGE_DB from public interface >>> b3c37dc46c6 gh-38794: convert magma power series rings >>> cdecfe08935 gh-35944: Fix incorrect exponentiation of modular forms >>> dc99dc846c5 (tag: 10.6.beta5) Updated SageMath version to 10.6.beta5 >>> > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/sage-release/579b24b9-e231-4df3-b6f3-4339ba0e5f7bn%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-release/CAAWYfq0%2BG2re-LmK6y5M0eMuz_yS1Rk8Q%3DoQC8uvwDOnAw%2Bz8Q%40mail.gmail.com.
