Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d879f03
add sha256
faisalfakhro Apr 2, 2024
b45ada6
sha256/sha1 checksum priority
faisalfakhro Apr 3, 2024
bde1df4
update checksums.ini files with sha256
faisalfakhro Apr 5, 2024
d890bd9
remove md5, cksum
faisalfakhro Apr 5, 2024
65f1f01
build/pkgs/symengine_py/checksums.ini: Fix upstream_url
mkoeppe Apr 7, 2024
685b4dc
sage_bootstrap.tarball: After checking sha256, also check sha1 for co…
mkoeppe Apr 19, 2024
d75ca34
sage -package fix-checksum: If sha256 is not available, create it
mkoeppe Apr 19, 2024
626539b
Update checksums.ini for updated packages
mkoeppe Apr 19, 2024
a3ccd8d
update packages checksums.ini
faisalfakhro Apr 25, 2024
091aa47
Merge branch 'develop' into update_hashes
faisalfakhro Apr 27, 2024
03bfd92
Merge branch 'pip-24' into update_hashes
mkoeppe Apr 28, 2024
0fe263a
Merge branch 'gambit_remove' into update_hashes
mkoeppe Apr 28, 2024
4044324
sage -package fix-checksum :all:
mkoeppe Apr 28, 2024
f2f63e9
Merge remote-tracking branch 'upstream/develop' into update_hashes
mkoeppe May 2, 2024
d831891
build/pkgs/{editables,fricas}: Add sha256
mkoeppe May 2, 2024
7587edf
Merge branch 'singular-4.3.2p16' into update_hashes
mkoeppe May 5, 2024
840eea0
Merge branch 'update-libgc-8_2_6' into update_hashes
mkoeppe May 5, 2024
72b755a
build/pkgs/{gc,singular}: Add sha256
mkoeppe May 5, 2024
d955e50
Merge branch 'culler/develop' into update_hashes
mkoeppe May 5, 2024
8b0768a
build/pkgs/python3: Add sha256
mkoeppe May 5, 2024
1578923
Merge remote-tracking branch 'upstream/develop' into update_hashes
mkoeppe May 12, 2024
eb08315
sage -package fix-checksum :all:
mkoeppe May 12, 2024
62dc5bc
build/pkgs/flint: Update to 3.1.0
mkoeppe Feb 25, 2024
1cda1df
build/pkgs/flint/patches/0001-Makefile.in-fix-handling-of-DESTDIR.pat…
mkoeppe Feb 25, 2024
4b253b5
build/pkgs/flint: Update to 3.1.2
mkoeppe Apr 10, 2024
fc47aea
build/pkgs/flint: Update to 3.1.3
mkoeppe May 2, 2024
18e1d4f
build/pkgs/gmp/spkg-configure.m4: Check the actual GMP version, to ma…
mkoeppe Jan 31, 2024
090a5af
build/pkgs/gmp/spkg-configure.m4: Cosmetic fixes
mkoeppe May 20, 2024
bff628a
Merge branch 'update_hashes' into gmp_require_6_2_1
mkoeppe May 20, 2024
e2d2df4
sage -package fix-checksum flint
mkoeppe May 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/develop' into update_hashes
  • Loading branch information
Matthias Koeppe committed May 2, 2024
commit f2f63e9e3298b70bdee4ca36b3d4ba78513de2f0
9 changes: 5 additions & 4 deletions build/pkgs/editables/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tarball=editables-VERSION.tar.gz
sha1=90efed858e78bf6276d1a5959ec6692e11a6bce9
sha256=309627d9b5c4adc0e668d8c6fa7bac1ba7c8c5d415c2d27f60f081f8e80d1de2
upstream_url=https://pypi.io/packages/source/e/editables/editables-VERSION.tar.gz
tarball=editables-VERSION-py3-none-any.whl
sha1=7aa90de86b05d6dc1a04c219b01ca7eab09de113
md5=5de129d3a039b26b7f6798a4002acdf6
cksum=24000838
upstream_url=https://pypi.io/packages/py3/e/editables/editables-VERSION-py3-none-any.whl
5 changes: 3 additions & 2 deletions build/pkgs/fricas/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tarball=fricas-VERSION-full.tar.bz2
sha1=6f2c1ae5eb71daab871d1814b26f596363c8e925
sha256=6a60063cb428ef49ca013c9933b877c97e66314c42c0e1706ff7d32160798544
sha1=2f1e1bbbad7e04a7114ffbd93eeedadc5db32272
md5=d2ecd6f8c45cfc41c407b7d5f6eaae07
cksum=1256005675
upstream_url=https://github.com/fricas/fricas/releases/download/VERSION/fricas-VERSION-full.tar.bz2
4 changes: 0 additions & 4 deletions src/sage/misc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ def pip_installed_packages(normalization=None):
True
sage: 'prompt-toolkit' in d or 'prompt_toolkit' in d # whether - or _ appears in the name depends on the setuptools version used for building the package
True
sage: 'beautifulsoup4' in d # needs beautifulsoup4
True
sage: 'prompt-toolkit' in d or 'prompt_toolkit' in d # whether - or _ appears in the name depends on the setuptools version used for building the package
True
sage: d = pip_installed_packages(normalization='spkg')
sage: d['prompt_toolkit']
'...'
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.