Skip to content

Commit

Permalink
gh-38110: Update conway_polynomials, database_cubic_hecke, `datab…
Browse files Browse the repository at this point in the history
…ase_knotinfo`, `matroid_database`

    
<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixes #12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixes #12345". -->

Using `sage --package update-latest ... --commit`.

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->

- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation and checked the documentation
preview.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - #12345: short description why this is a dependency -->
<!-- - #34567: ... -->
    
URL: #38110
Reported by: Matthias Köppe
Reviewer(s): gmou3, Kwankyu Lee
  • Loading branch information
Release Manager committed May 31, 2024
2 parents 71848f5 + 4dca61e commit af781fa
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 16 deletions.
8 changes: 4 additions & 4 deletions build/pkgs/conway_polynomials/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=conway-polynomials-VERSION.tar.gz
sha1=cf0904c184d7f947eaae0de1b0e2e47411e9cfda
sha256=67ddcd7c0fa7a569fddd9ba70621423e638fd03646c1d4a375c8301f6b1100cb
upstream_url=https://files.pythonhosted.org/packages/source/c/conway-polynomials/conway-polynomials-VERSION.tar.gz
tarball=conway_polynomials-VERSION-py3-none-any.whl
sha1=8d61cb30eb96dfce883a5761d08d45fcb035608a
sha256=a354b4ac0a9985da75e2ac6ec6d7de2902396eff48913eeed86a962486171c28
upstream_url=https://pypi.io/packages/py3/c/conway_polynomials/conway_polynomials-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/conway_polynomials/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| $(PYTHON_TOOLCHAIN) $(PYTHON)
| pip $(PYTHON)

----------
All lines of this file are ignored except the first.
2 changes: 1 addition & 1 deletion build/pkgs/conway_polynomials/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8
0.10
1 change: 0 additions & 1 deletion build/pkgs/conway_polynomials/spkg-install.in

This file was deleted.

4 changes: 2 additions & 2 deletions build/pkgs/database_cubic_hecke/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=database_cubic_hecke-VERSION.tar.gz
sha1=f78ae31202fe077177f2c5059c028f9d40c20a46
sha256=1c45ea30431698b0604924172e7e934e65d7db7e381f4173197704030b0c3bce
sha1=a99713c94e4108f917aa354f53edc26a60fd3808
sha256=553654a4ce987a277fe956a9a450d738bd1f58b96c45499075e28f2bca927ae9
upstream_url=https://pypi.io/packages/source/d/database_cubic_hecke/database_cubic_hecke-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/database_cubic_hecke/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022.3.1
2022.4.4
4 changes: 2 additions & 2 deletions build/pkgs/database_knotinfo/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=database_knotinfo-VERSION.tar.gz
sha1=d32a5640c59c25d49ee72770aedfc6daac7c3d0e
sha256=146506d11752ba10bdd2cc3d6fedb35f913ce44ccaca64c0ca17f5c2ede38ba1
sha1=8bc72e561c009cc6a7c15eceedee522281fbf763
sha256=805868c8f3c30888e5866d833aec4f9ab07ad92b7b7caeb09bfec4634b28b0fd
upstream_url=https://pypi.io/packages/source/d/database_knotinfo/database_knotinfo-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/database_knotinfo/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.2.1
2024.5.1
4 changes: 2 additions & 2 deletions build/pkgs/matroid_database/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=matroid_database-VERSION-py3-none-any.whl
sha1=5879d6ca685f27df69134f56c07af50f9a2e6622
sha256=c82e58ee8fec8d94263b981c4397bb0df8f489cdfbd37b399ea5a01b9c12c099
sha1=f6539d37c9a03e14a8b100555525d3b54feb602b
sha256=85d0304575784ceb4797014fb5a761443d2a0bbf01aafc38ef293d2c64a1b5ce
upstream_url=https://pypi.io/packages/py3/m/matroid_database/matroid_database-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/matroid_database/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.3

0 comments on commit af781fa

Please sign in to comment.